|
logical, public | gwf_ic_multi_package = .false. |
|
character(len=16), dimension(*), parameter, public | gwf_ic_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | gwfic_export_ascii = InputParamDefinitionType ( 'GWF', 'IC', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfic_export_nc = InputParamDefinitionType ( 'GWF', 'IC', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfic_strt = InputParamDefinitionType ( 'GWF', 'IC', 'GRIDDATA', 'STRT', 'STRT', 'DOUBLE1D', 'NODES', 'starting head', .true., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwf_ic_param_definitions = [ gwfic_export_ascii, gwfic_export_nc, gwfic_strt ] |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwf_ic_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | gwf_ic_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ] |
|