You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/ReleaseNotes/ReleaseNotes.tex
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ \section{Known Issues and Incompatibilities}
202
202
\begin{enumerate}
203
203
204
204
\item
205
-
The READARRAY utility is used by some packages to read arrays of numeric values provided by the user. The READARRAY utility has an IPRN option (as described in the MODFLOW 6 Description of Input and Output), which will cause the array to be written to the model listing file. Support for the IPRN option has been removed for some packages and will ultimately be removed for all packages. An alternative for IPRN functionality is presently under development.
205
+
The READARRAY utility is used by some packages to read arrays of numeric values provided by the user. The READARRAY utility has an IPRN option (as described in the MODFLOW 6 Description of Input and Output), which will cause the array to be written to the model listing file. Support for the IPRN option has been removed for some packages and will ultimately be removed for all packages. A new option, called ``EXPORT\_ARRAY\_ASCII'' has been implemented for some packages to support writing of gridded data to external text files. This option has been implemented to replace the IPRN functionality.
206
206
207
207
\item
208
208
The capability to use Unsaturated Zone Flow (UZF) routing beneath lakes and streams has not been implemented.
@@ -235,10 +235,7 @@ \section{Known Issues and Incompatibilities}
The following distribution file is for use on personal computers: \texttt{\modflowversion\_[ostag].zip}. The distribution file is a compressed zip file. The following directory structure is incorporated in the zip file:
239
-
240
-
% folder structured created by python script
241
-
\input{folder_struct.tex}
238
+
The distribution is provided in the form of a compressed zip file. Distributions are available for several different operating systems, including Windows, Mac, and Linux. Distributions are marked with an operating system tag, called ``ostag''. Values for ``ostag'' include ``win64'', ``mac'', and ``linux'', for example. Distribution files for this release are labeled as \texttt{\modflowversion\_[ostag].zip}. Thus, the distribution file for Windows for this release is \texttt{\modflowversion\_win64.zip}.
242
239
243
240
It is recommended that no user files are kept in the release directory. If you do plan to put your own files in the release directory, do so only by creating additional subdirectories.
Copy file name to clipboardExpand all lines: doc/mf6io/mf6ivar/dfn/gwe-est.dfn
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ shape (nodes)
61
61
reader readarray
62
62
layered true
63
63
longname density of aquifer material
64
-
description is a user-specified value of the density of aquifer material not considering the voids. Value will remain fixed for the entire simulation. For example, if working in SI units, values may be entered as kg/m3.
64
+
description is a user-specified value of the density of aquifer material not considering the voids. Value will remain fixed for the entire simulation. For example, if working in SI units, values may be entered as kilograms per cubic meter.
65
65
66
66
# --------------------- gwe est packagedata ---------------------
67
67
@@ -91,7 +91,7 @@ tagged false
91
91
in_record true
92
92
reader urword
93
93
longname density of water
94
-
description is a user-specified value of the density of water. Value will remain fixed for the entire simulation. For example, if working in SI units, values may be entered as kg/m3.
94
+
description is a user-specified value of the density of water. Value will remain fixed for the entire simulation. For example, if working in SI units, values may be entered as kilograms per cubic meter.
Copy file name to clipboardExpand all lines: doc/mf6io/mf6ivar/dfn/gwe-nam.dfn
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ type string
50
50
tagged false
51
51
reader urword
52
52
longname package type
53
-
description is the file type, which must be one of the following character values shown in table~\ref{table:ftype}. Ftype may be entered in any combination of uppercase and lowercase.
53
+
description is the file type, which must be one of the following character values shown in table~\ref{table:ftype-gwe}. Ftype may be entered in any combination of uppercase and lowercase.
Copy file name to clipboardExpand all lines: doc/mf6io/mf6ivar/dfn/gwf-nam.dfn
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ type string
75
75
tagged false
76
76
reader urword
77
77
longname package type
78
-
description is the file type, which must be one of the following character values shown in table~\ref{table:ftype}. Ftype may be entered in any combination of uppercase and lowercase.
78
+
description is the file type, which must be one of the following character values shown in table~\ref{table:ftype-gwf}. Ftype may be entered in any combination of uppercase and lowercase.
Copy file name to clipboardExpand all lines: doc/mf6io/mf6ivar/dfn/gwt-nam.dfn
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ type string
50
50
tagged false
51
51
reader urword
52
52
longname package type
53
-
description is the file type, which must be one of the following character values shown in table~\ref{table:ftype}. Ftype may be entered in any combination of uppercase and lowercase.
53
+
description is the file type, which must be one of the following character values shown in table~\ref{table:ftype-gwt}. Ftype may be entered in any combination of uppercase and lowercase.
Copy file name to clipboardExpand all lines: doc/mf6io/mf6ivar/dfn/prt-nam.dfn
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ type string
49
49
tagged false
50
50
reader urword
51
51
longname package type
52
-
description is the file type, which must be one of the following character values shown in table~\ref{table:ftype}. Ftype may be entered in any combination of uppercase and lowercase.
52
+
description is the file type, which must be one of the following character values shown in table~\ref{table:ftype-prt}. Ftype may be entered in any combination of uppercase and lowercase.
0 commit comments