MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
gwf-hfbidm.f90 File Reference

Go to the source code of this file.

Data Types

type  gwfhfbinputmodule::gwfhfbparamfoundtype
 

Modules

module  gwfhfbinputmodule
 

Variables

logical, public gwfhfbinputmodule::gwf_hfb_multi_package = .false.
 
character(len=16), dimension(*), parameter, public gwfhfbinputmodule::gwf_hfb_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter gwfhfbinputmodule::gwfhfb_print_input = InputParamDefinitionType ( 'GWF', 'HFB', 'OPTIONS', 'PRINT_INPUT', 'PRINT_INPUT', 'KEYWORD', '', 'model print input to listing file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfhfbinputmodule::gwfhfb_maxbound = InputParamDefinitionType ( 'GWF', 'HFB', 'DIMENSIONS', 'MAXHFB', 'MAXBOUND', 'INTEGER', '', 'maximum number of barriers', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfhfbinputmodule::gwfhfb_cellid1 = InputParamDefinitionType ( 'GWF', 'HFB', 'PERIOD', 'CELLID1', 'CELLID1', 'INTEGER1D', 'NCELLDIM', 'first cell adjacent to barrier', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfhfbinputmodule::gwfhfb_cellid2 = InputParamDefinitionType ( 'GWF', 'HFB', 'PERIOD', 'CELLID2', 'CELLID2', 'INTEGER1D', 'NCELLDIM', 'second cell adjacent to barrier', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwfhfbinputmodule::gwfhfb_hydchr = InputParamDefinitionType ( 'GWF', 'HFB', 'PERIOD', 'HYDCHR', 'HYDCHR', 'DOUBLE', '', 'barrier hydraulic characteristic', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwfhfbinputmodule::gwf_hfb_param_definitions = [ gwfhfb_print_input, gwfhfb_maxbound, gwfhfb_cellid1, gwfhfb_cellid2, gwfhfb_hydchr ]
 
type(inputparamdefinitiontype), parameter gwfhfbinputmodule::gwfhfb_spd = InputParamDefinitionType ( 'GWF', 'HFB', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID1 CELLID2 HYDCHR', 'MAXHFB', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwfhfbinputmodule::gwf_hfb_aggregate_definitions = [ gwfhfb_spd ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwfhfbinputmodule::gwf_hfb_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ]