Data Set 1
|
Any combination of the following records:
•HEAD PRINT FORMAT IHEDFM
IHEDFM—is a code for the format in which heads will be printed. (Positive values for wrap format; negative values for strip format.)
|
|
|
10G11.4
|
|
11G10.3
|
|
9G13.6
|
|
15F7.1
|
|
15F7.2
|
|
15F7.3
|
|
15F7.4
|
|
20F5.0
|
|
20F5.1
|
|
20F5.2
|
|
20F5.3
|
|
20F5.4
|
|
10G11.4
|
|
10F6.0
|
|
10F6.1
|
|
10F6.2
|
|
10F6.3
|
|
10F6.4
|
|
10F6.5
|
|
5G12.5
|
|
6G11.4
|
|
7G9.2
|
|
•HEAD SAVE FORMAT CHEDFM [ LABEL] Omit to obtain an unformatted file.
CHEDFM—is a character value that specifies the format for saving heads, and can only be specified if the word method of output control is used. The format must contain 20 characters or less and must be a valid Fortran format that is enclosed in parentheses. The format must be enclosed in apostrophes if it contains one or more blanks or commas. The optional word LABEL after the format is used to indicate that each layer of output should be preceded with a line that defines the output (simulation time, the layer being output, and so forth). If there is no record specifying CHEDFM, then heads are written to a binary (unformatted) file. Binary files are usually more compact than text files, but they are not generally transportable among different computer operating systems or different Fortran compilers.
|
•HEAD SAVE UNIT IHEDUN
IHEDUN—is the unit number on which heads will be saved.
|
•DRAWDOWN PRINT FORMAT IDDNFM
IDDNFM—is a code for the format in which drawdowns will be printed. The codes are the same as for IHEDFM.
|
•DRAWDOWN SAVE FORMAT CDDNFM [ LABEL] Omit to obtain an unformatted file.
CDDNFM—is a character value that specifies the format for saving drawdown, and can only be specified if the word method of output control is used. The format must contain 20 characters or less and must be a valid Fortran format that is enclosed in parentheses. The format must be enclosed in apostrophes if it contains one or more blanks or commas. The optional word LABEL after the format is used to indicate that each layer of output should be preceded with a line that defines the output (simulation time, the layer being output, and so forth). If there is no record specifying CDDNFM, then drawdown is written to a binary (unformatted) file. Binary files are usually more compact than text files, but they are not generally transportable among different computer operating systems or different Fortran compilers.
|
•DRAWDOWN SAVE UNIT IDDNUN
IDDNUN—is the unit number on which drawdowns will be saved.
|
•IBOUND SAVE FORMAT CBOUFM [ LABEL]
CBOUFM—is a character value that specifies the format for saving IBOUND, and can only be specified if the word method of output control is used. The format must contain 20 characters or less and must be a valid Fortran format that is enclosed in parentheses. The format must be enclosed in apostrophes if it contains one or more blanks or commas. The optional word LABEL is used to indicate that each layer of output should be preceded with a line that defines the output (simulation time, the layer being output, and so forth). If there is no record specifying CBOUFM, then IBOUND is written using format (20I4). IBOUND is never written as a binary (unformatted) file.
|
•IBOUND SAVE UNIT IBOUUN
IBOUUN—is the unit number on which the IBOUND array will be saved.
|
•COMPACT BUDGET [ AUX or AUXILIARY]
If the final “COMPACT BUDGET” option is used, cell-by-cell budget files produced require less disk space than files written by MODFLOW-88; however, programs that read these data using the specifications of MODFLOW-88 will need to be modified. If this option is not used, MODFLOW-2000 will write the files using the MODFLOW-88 method. The optional word “AUX” (or “AUXILIARY”) after “COMPACT BUDGET” indicates that auxiliary data that are defined in packages (see input data for the RIV, WEL, DRN, and GHB Packages) should be saved in the budget file along with budget data. When using MODPATH, the COMPACT BUDGET option with AUX is required.
If the “COMPACT BUDGET” option is used, the time step size, the elapsed time in the current stress period and the total elapsed time will be saved in the budget file.
|
•WBGT SAVE UNIT UnitNumber
UnitNumber is the unit number of a file to which the groundwater summary budgets will be written. The unit number should be included in the name with with the FTYPE DATA. This option is only included in MODFLOW-OWHM.
|
PRINT indicates that the model output is written to the LIST file.
SAVE indicates that output is written to the indicated file unit. Drawdown and head are saved as text files if the SAVE FORMAT record is included. If the SAVE FORMAT record is not used, then the file is written as a binary (unformatted) file. Binary files are usually more compact than text files, but they are not generally transportable among different computer operating systems or different Fortran compilers.
|
Data Set 3
|
Any combination of the following records:
PRINT HEAD [list layers if all layers not desired]
PRINT DRAWDOWN [list layers if all layers not desired]
PRINT BUDGET Write overall volumetric budget to the LIST file.
SAVE HEAD [list layers if all layers not desired]
SAVE DRAWDOWN [list layers if all layers not desired]
SAVE IBOUND [list layers if all layers not desired]
SAVE BUDGET Write cell-by-cell budget data to a file.
SAVE WBGT Write the groundwater summary budget to a file. This option is only included in MODFLOW-OWHM.
|