MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | chficparamfoundtype |
Variables | |
logical, public | chf_ic_multi_package = .false. |
character(len=16), dimension(*), parameter, public | chf_ic_subpackages = [ ' ' ] |
type(inputparamdefinitiontype), parameter | chfic_export_ascii = InputParamDefinitionType ( 'CHF', 'IC', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. ) |
type(inputparamdefinitiontype), parameter | chfic_strt = InputParamDefinitionType ( 'CHF', 'IC', 'GRIDDATA', 'STRT', 'STRT', 'DOUBLE1D', 'NODES', 'starting concentration', .true., .false., .false., .true., .false. ) |
type(inputparamdefinitiontype), dimension(*), parameter, public | chf_ic_param_definitions = [ chfic_export_ascii, chfic_strt ] |
type(inputparamdefinitiontype), dimension(*), parameter, public | chf_ic_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ] |
type(inputblockdefinitiontype), dimension(*), parameter, public | chf_ic_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ] |
type(inputparamdefinitiontype), dimension(*), parameter, public chficinputmodule::chf_ic_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ] |
Definition at line 70 of file chf-icidm.f90.
type(inputblockdefinitiontype), dimension(*), parameter, public chficinputmodule::chf_ic_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ] |
Definition at line 91 of file chf-icidm.f90.
logical, public chficinputmodule::chf_ic_multi_package = .false. |
Definition at line 19 of file chf-icidm.f90.
type(inputparamdefinitiontype), dimension(*), parameter, public chficinputmodule::chf_ic_param_definitions = [ chfic_export_ascii, chfic_strt ] |
Definition at line 63 of file chf-icidm.f90.
character(len=16), dimension(*), parameter, public chficinputmodule::chf_ic_subpackages = [ ' ' ] |
Definition at line 21 of file chf-icidm.f90.
|
private |
Definition at line 27 of file chf-icidm.f90.
|
private |
Definition at line 45 of file chf-icidm.f90.