|
logical, public | gwe_cnd_multi_package = .false. |
|
character(len=16), dimension(*), parameter, public | gwe_cnd_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | gwecnd_xt3d_off = InputParamDefinitionType ( 'GWE', 'CND', 'OPTIONS', 'XT3D_OFF', 'XT3D_OFF', 'KEYWORD', '', 'deactivate xt3d', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwecnd_xt3d_rhs = InputParamDefinitionType ( 'GWE', 'CND', 'OPTIONS', 'XT3D_RHS', 'XT3D_RHS', 'KEYWORD', '', 'xt3d on right-hand side', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwecnd_export_ascii = InputParamDefinitionType ( 'GWE', 'CND', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwecnd_export_nc = InputParamDefinitionType ( 'GWE', 'CND', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwecnd_alh = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'ALH', 'ALH', 'DOUBLE1D', 'NODES', 'longitudinal dispersivity in horizontal direction', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwecnd_alv = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'ALV', 'ALV', 'DOUBLE1D', 'NODES', 'longitudinal dispersivity in vertical direction', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwecnd_ath1 = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'ATH1', 'ATH1', 'DOUBLE1D', 'NODES', 'transverse dispersivity in horizontal direction', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwecnd_ath2 = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'ATH2', 'ATH2', 'DOUBLE1D', 'NODES', 'transverse dispersivity in horizontal direction', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwecnd_atv = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'ATV', 'ATV', 'DOUBLE1D', 'NODES', 'transverse dispersivity when flow is in vertical direction', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwecnd_ktw = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'KTW', 'KTW', 'DOUBLE1D', 'NODES', 'thermal conductivity of the simulated fluid', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwecnd_kts = InputParamDefinitionType ( 'GWE', 'CND', 'GRIDDATA', 'KTS', 'KTS', 'DOUBLE1D', 'NODES', 'thermal conductivity of the aquifer material', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwe_cnd_param_definitions = [ gwecnd_xt3d_off, gwecnd_xt3d_rhs, gwecnd_export_ascii, gwecnd_export_nc, gwecnd_alh, gwecnd_alv, gwecnd_ath1, gwecnd_ath2, gwecnd_atv, gwecnd_ktw, gwecnd_kts ] |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwe_cnd_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | gwe_cnd_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .false., .false., .false. ) ] |
|