GWT-MVT¶
Structure of Blocks¶
FOR EACH SIMULATION
BEGIN OPTIONS
[PRINT_INPUT]
[PRINT_FLOWS]
[SAVE_FLOWS]
[BUDGET FILEOUT <budgetfile>]
END OPTIONS
Explanation of Variables¶
Block: OPTIONS¶
PRINT_INPUTkeyword to indicate that the list of mover information will be written to the listing file immediately after it is read.PRINT_FLOWSkeyword to indicate that the list of lake flow rates will be printed to the listing file for every stress period time step in which “BUDGET PRINT” is specified in Output Control. If there is no Output Control option and “PRINT_FLOWS” is specified, then flow rates are printed for the last time step of each stress period.SAVE_FLOWSkeyword to indicate that lake flow terms will be written to the file specified with “BUDGET FILEOUT” in Output Control.BUDGETkeyword to specify that record corresponds to the budget.FILEOUTkeyword to specify that an output filename is expected next.budgetfilename of the binary output file to write budget information.
Example Input File¶
BEGIN OPTIONS
PRINT_INPUT
PRINT_FLOWS
SAVE_FLOWS
BUDGET FILEOUT mygwtmodel.mvt.bud
END OPTIONS