### GWF-API #### Structure of Blocks _FOR EACH SIMULATION_ ``` BEGIN OPTIONS [BOUNDNAMES] [PRINT_INPUT] [PRINT_FLOWS] [SAVE_FLOWS] [OBS6 FILEIN ] [MOVER] END OPTIONS ``` ``` BEGIN DIMENSIONS MAXBOUND END DIMENSIONS ``` #### Explanation of Variables ##### Block: OPTIONS * `BOUNDNAMES` keyword to indicate that boundary names may be provided with the list of api boundary cells. * `PRINT_INPUT` keyword to indicate that the list of api boundary information will be written to the listing file immediately after it is read. * `PRINT_FLOWS` keyword to indicate that the list of api boundary 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 api boundary flow terms will be written to the file specified with "BUDGET FILEOUT" in Output Control. * `OBS6` keyword to specify that record corresponds to an observations file. * `FILEIN` keyword to specify that an input filename is expected next. * `obs6_filename` name of input file to define observations for the api boundary package. See the "Observation utility" section for instructions for preparing observation input files. Tables ref{table:gwf-obstypetable} and ref{table:gwt-obstypetable} lists observation type(s) supported by the api boundary package. * `MOVER` keyword to indicate that this instance of the api boundary Package can be used with the Water Mover (MVR) Package. When the MOVER option is specified, additional memory is allocated within the package to store the available, provided, and received water. ##### Block: DIMENSIONS * `maxbound` integer value specifying the maximum number of api boundary cells that will be specified for use during any stress period.