|
logical, public | gwt_dsp_multi_package = .false. |
|
character(len=16), dimension(*), parameter, public | gwt_dsp_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | gwtdsp_xt3d_off = InputParamDefinitionType ( 'GWT', 'DSP', 'OPTIONS', 'XT3D_OFF', 'XT3D_OFF', 'KEYWORD', '', 'deactivate xt3d', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtdsp_xt3d_rhs = InputParamDefinitionType ( 'GWT', 'DSP', 'OPTIONS', 'XT3D_RHS', 'XT3D_RHS', 'KEYWORD', '', 'xt3d on right-hand side', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtdsp_export_ascii = InputParamDefinitionType ( 'GWT', 'DSP', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtdsp_export_nc = InputParamDefinitionType ( 'GWT', 'DSP', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtdsp_diffc = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'DIFFC', 'DIFFC', 'DOUBLE1D', 'NODES', 'effective molecular diffusion coefficient', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtdsp_alh = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'ALH', 'ALH', 'DOUBLE1D', 'NODES', 'longitudinal dispersivity in horizontal direction', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtdsp_alv = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'ALV', 'ALV', 'DOUBLE1D', 'NODES', 'longitudinal dispersivity in vertical direction', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtdsp_ath1 = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'ATH1', 'ATH1', 'DOUBLE1D', 'NODES', 'transverse dispersivity in horizontal direction', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtdsp_ath2 = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'ATH2', 'ATH2', 'DOUBLE1D', 'NODES', 'transverse dispersivity in horizontal direction', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtdsp_atv = InputParamDefinitionType ( 'GWT', 'DSP', 'GRIDDATA', 'ATV', 'ATV', 'DOUBLE1D', 'NODES', 'transverse dispersivity when flow is in vertical direction', .false., .false., .false., .true., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwt_dsp_param_definitions = [ gwtdsp_xt3d_off, gwtdsp_xt3d_rhs, gwtdsp_export_ascii, gwtdsp_export_nc, gwtdsp_diffc, gwtdsp_alh, gwtdsp_alv, gwtdsp_ath1, gwtdsp_ath2, gwtdsp_atv ] |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwt_dsp_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | gwt_dsp_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .false., .false., .false. ) ] |
|