|
logical, public | gwtadvinputmodule::gwt_adv_multi_package = .false. |
|
character(len=16), dimension(*), parameter, public | gwtadvinputmodule::gwt_adv_subpackages = [ ' ' ] |
|
type(inputparamdefinitiontype), parameter | gwtadvinputmodule::gwtadv_scheme = InputParamDefinitionType ( 'GWT', 'ADV', 'OPTIONS', 'SCHEME', 'SCHEME', 'STRING', '', 'advective scheme', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), parameter | gwtadvinputmodule::gwtadv_ats_percel = InputParamDefinitionType ( 'GWT', 'ADV', 'OPTIONS', 'ATS_PERCEL', 'ATS_PERCEL', 'DOUBLE', '', 'fractional cell distance used for time step calculation', .false., .false., .false., .false., .false. ) |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwtadvinputmodule::gwt_adv_param_definitions = [ gwtadv_scheme, gwtadv_ats_percel ] |
|
type(inputparamdefinitiontype), dimension(*), parameter, public | gwtadvinputmodule::gwt_adv_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ] |
|
type(inputblockdefinitiontype), dimension(*), parameter, public | gwtadvinputmodule::gwt_adv_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ) ] |
|