GWT-SSM

Structure of Blocks

FOR EACH SIMULATION

    BEGIN OPTIONS
      [PRINT_FLOWS]
      [SAVE_FLOWS]
    END OPTIONS
    BEGIN SOURCES
      <pname> <srctype> <auxname>
      <pname> <srctype> <auxname>
      ...
    END SOURCES

Explanation of Variables

Block: OPTIONS

  • PRINT_FLOWS keyword to indicate that the list of SSM 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_FLOWS keyword to indicate that SSM flow terms will be written to the file specified with “BUDGET FILEOUT” in Output Control.

Block: SOURCES

  • pname name of the package for which an auxiliary variable contains a source concentration.

  • srctype type of the source. Must be AUX.

  • auxname name of the auxiliary variable in the package PNAME that contains the source concentration.

Example Input File

    BEGIN SOURCES
    # pname srctype        auxname
      WEL-1     AUX  CONCENTRATION
      LAK-1     AUX  CONCENTRATION
    END SOURCES