|
logical, public | gwf_sto_multi_package = .false. |
|
character(len=16), dimension(*), parameter, public | gwf_sto_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | gwfsto_ipakcb = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'keyword to save NPF flows', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfsto_istor_coef = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'STORAGECOEFFICIENT', 'ISTOR_COEF', 'KEYWORD', '', 'keyword to indicate SS is read as storage coefficient', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfsto_ss_confined_only = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'SS_CONFINED_ONLY', 'SS_CONFINED_ONLY', 'KEYWORD', '', 'keyword to indicate specific storage only applied under confined conditions', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfsto_tvs_filerecord = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'TVS_FILERECORD', 'TVS_FILERECORD', 'RECORD TVS6 FILEIN TVS6_FILENAME', '', '', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfsto_tvs6 = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'TVS6', 'TVS6', 'KEYWORD', '', 'tvs keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfsto_filein = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfsto_tvs6_filename = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'TVS6_FILENAME', 'TVS6_FILENAME', 'STRING', '', 'file name of TVS information', .true., .true., .true., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfsto_export_ascii = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfsto_export_nc = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfsto_iorig_ss = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'DEV_ORIGINAL_SPECIFIC_STORAGE', 'IORIG_SS', 'KEYWORD', '', 'development option for original specific storage', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfsto_iconf_ss = InputParamDefinitionType ( 'GWF', 'STO', 'OPTIONS', 'DEV_OLDSTORAGEFORMULATION', 'ICONF_SS', 'KEYWORD', '', 'development option flag for old storage formulation', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfsto_iconvert = InputParamDefinitionType ( 'GWF', 'STO', 'GRIDDATA', 'ICONVERT', 'ICONVERT', 'INTEGER1D', 'NODES', 'convertible indicator', .true., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfsto_ss = InputParamDefinitionType ( 'GWF', 'STO', 'GRIDDATA', 'SS', 'SS', 'DOUBLE1D', 'NODES', 'specific storage', .true., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfsto_sy = InputParamDefinitionType ( 'GWF', 'STO', 'GRIDDATA', 'SY', 'SY', 'DOUBLE1D', 'NODES', 'specific yield', .true., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfsto_steady_state = InputParamDefinitionType ( 'GWF', 'STO', 'PERIOD', 'STEADY-STATE', 'STEADY_STATE', 'KEYWORD', '', 'steady state indicator', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwfsto_transient = InputParamDefinitionType ( 'GWF', 'STO', 'PERIOD', 'TRANSIENT', 'TRANSIENT', 'KEYWORD', '', 'transient indicator', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwf_sto_param_definitions = [ gwfsto_ipakcb, gwfsto_istor_coef, gwfsto_ss_confined_only, gwfsto_tvs_filerecord, gwfsto_tvs6, gwfsto_filein, gwfsto_tvs6_filename, gwfsto_export_ascii, gwfsto_export_nc, gwfsto_iorig_ss, gwfsto_iconf_ss, gwfsto_iconvert, gwfsto_ss, gwfsto_sy, gwfsto_steady_state, gwfsto_transient ] |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwf_sto_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | gwf_sto_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .false., .false., .true. ) ] |
|