GMS:MF6 RCH Package

From XMS Wiki
Revision as of 23:58, 19 January 2022 by Jcreer (talk | contribs)
Jump to navigationJump to search
MODFLOW 6
Models & Tools
GWF Model
GWT Model
Cell Properties Dialog
Zone File
Packages
Flow: GNC, HFB, NPF
GWF: BUY, CHD, CSUB,
DRN, EVT, GHB,
LAK, MAW, MVR,
OBS, RCH,RIV,
SFR, STO, UZF,
WEL
GWT: ADV, CNC, DSP
FMI, IC, IST, LKT,
MDT, MST, MVT,
MWT, OBS, SFT,
SRC,SSM, UZT
Other DIS, DISU, DISV,
IMS, OC, TDIS,
PEST

The Recharge (RCH) Package dialog with the IRCH tab active
The Recharge (RCH) Package dialog with the RECHARGE tab active

The Recharge (RCH) Package dialog is accessed by double-clicking on the RCH package under a MODFLOW 6 simulation in the Project Explorer. It contains the following sections and options:

  • Sections list – A list of sections that can be turned on or off:
    • Comments – Turn on to make the Comments section visible.
    • Options – Turn on to make the Options section visible.
    • Periods – Turn on to make the Periods section visible. This section is on by default.
  • Comments section – Enter general alphanumeric comments. Comments entered here get written at the top of the file, preceded by a '#' symbol.
  • Options section – Temporal options and settings:
    • AUXILIARY – Click the Auxiliary Variables... button to bring up the Auxiliary Variables dialog.
    • READASARRAYS – Click to specify to use array-based input in the RCH package.
    • FIXED_CELL – Do not reassign to underlying cell if cell is inactive. Click to indicate that recharge will not be reassigned to a cell underlying the cell specified in the list if the specified cell is inactive.
    • AUXMULTNAME – Use auxiliary variable as multiplier. Name of auxiliary variable to be used as multiplier of recharge.
    • PRINT_INPUT – Print input to listing file. Turn on to write the list of recharge information to the listing file immediately after it is read.
    • PRINT_FLOWS – Print flows to listing file. Turn on to write the list of recharge flow rates to the listing file for every stress period time step in which "BUDGET PRINT" is specified in Output Control.
    • SAVE_FLOWS – Save flows to budget file. Turn on to write recharge flow terms to the file specified with "BUDGET FILEOUT" in Output Control.
    • TS6 FILEIN – Define time series files. Click the Files... button to bring up the Time Series Files dialog.
    • OBS6 FILEIN – Define observation files. Click the Files... button to bring up the Observation Files dialog.
  • Periods section – Contains the following:
    • Period drop-down – Use the Increment Up and Down Increment up and down arrows.png buttons to select the desired period.
    • Define Period Add Note Icon.svg – If no period is defined, click to make the spreadsheet editable.
    • Delete Period GMS Delete Icon.svg – Click to delete the existing period.
  • Table – Contains two tabs:
    • IRCH – The layer number that defines the layer in the column where recharge is applied and can only be applied if READASARRAYS is on in the OPTIONS section.
      • "UNDEFINED" – Indicates that there are no definite variables to be applied.
      • "CONSTANT" – If "Constant" is selected from the drop-down, enter a decimal value in the Constant field to be applied to all cells in the layer(s).
      • "ARRAY" – If "Array" is selected from the drop-down, enter an integer in the factor: field to be multiplied to the array after it is read.
      • "TIME_ARRAY SERIES" – Is not supported for IRCH.
    • RECHARGE – The recharge flux rate.
      • "UNDEFINED" – Indicates that there are no definite variable to be applied.
      • "CONSTANT" – If "Constant" is selected from the drop-down, enter a decimal value in the Constant field to be applied to all cells in the layer(s).
      • "ARRAY" – If "Array" is selected from the drop-down, enter an integer in the factor: field to be multiplied to the array after it is read.
      • "TIME_ARRAY SERIES" – If "Time-Array Series" is selected from the drop-down, indicate which Time-Array Series is being applied in the Series: field.


Auxiliary Variables Dialog

The Auxiliary Variables dialog

The Auxiliary Variables dialog is accessed by clicking Auxiliary Variables... in the Options section of many package dialogs. It is used to define an array of one or more auxiliary variable names. It contains the following sections and buttons:

  • At the top is an unlabeled section listing all of the variables, one per line. Double-click on a variable name to rename it.
  • Insert Row Row-insert.svg – Click to insert a row above the currently-selected row.
  • Add Row Row-add.svg – Click to add a row below the currently-selected row.
  • Delete Row Row-delete.svg – Click to delete the selected row.
  • Move Up Row-up.svg – Move the selected row up.
  • Move Down Row-down.svg – Move the selected row down.

Note that each variable name must be unique. If two or more variables share a name, variables added since opening the dialog will not be saved.

Time-Array Series Files Dialog

The Time-Array Series Files dialog

The Time-Array Series Files dialog is accessed by clicking Time Series Files... in the Options section of many package dialogs. It is used to define an array of one or more time-array series files. It contains the following sections and buttons:

  • At the top is an unlabeled section listing all of the time-array series files, one per line.
    • Double-click on the first field to see the full file path and name.
    • Click Edit... to open the time-array series file.
  • Insert Row Row-insert.svg – Click to insert a row above the currently-selected row.
  • Add Row Row-add.svg – Click to add a row below the currently-selected row.
  • Delete Row Row-delete.svg – Click to delete the selected row.
  • Move Up Row-up.svg – Move the selected row up.
  • Move Down Row-down.svg – Move the selected row down.


Observation Files Dialog

The Observation Files dialog

The Observation Files dialog is accessed by clicking Observations... in the Options section of many of the package dialogs. It is used to define an array of one or more observation files. It contains the following sections and buttons:

  • At the top is an unlabeled section listing all of the observation files, one per line.
  • Insert Row Row-insert.svg – Click to insert a row above the currently-selected row.
  • Add Row Row-add.svg – Click to add a row below the currently-selected row.
  • Delete Row Row-delete.svg – Click to delete the selected row.
  • Move Up Row-up.svg – Move the selected row up.
  • Move Down Row-down.svg – Move the selected row down.


Related Topics