MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
gwtadvinputmodule Module Reference

Data Types

type  gwtadvparamfoundtype
 

Variables

logical, public gwt_adv_multi_package = .false.
 
character(len=16), dimension(*), parameter, public gwt_adv_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter gwtadv_scheme = InputParamDefinitionType ( 'GWT', 'ADV', 'OPTIONS', 'SCHEME', 'SCHEME', 'STRING', '', 'advective scheme', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter 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., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_adv_param_definitions = [ gwtadv_scheme, gwtadv_ats_percel ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwt_adv_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwt_adv_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ) ]
 

Variable Documentation

◆ gwt_adv_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public gwtadvinputmodule::gwt_adv_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false., .false. ) ]

Definition at line 72 of file gwt-advidm.f90.

72  type(InputParamDefinitionType), parameter :: &
73  gwt_adv_aggregate_definitions(*) = &
74  [ &
75  inputparamdefinitiontype &
76  ( &
77  '', & ! component
78  '', & ! subcomponent
79  '', & ! block
80  '', & ! tag name
81  '', & ! fortran variable
82  '', & ! type
83  '', & ! shape
84  '', & ! longname
85  .false., & ! required
86  .false., & ! prerelease
87  .false., & ! multi-record
88  .false., & ! preserve case
89  .false., & ! layered
90  .false. & ! timeseries
91  ) &
92  ]

◆ gwt_adv_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public gwtadvinputmodule::gwt_adv_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ) ]

Definition at line 94 of file gwt-advidm.f90.

94  type(InputBlockDefinitionType), parameter :: &
95  gwt_adv_block_definitions(*) = &
96  [ &
97  inputblockdefinitiontype( &
98  'OPTIONS', & ! blockname
99  .false., & ! required
100  .false., & ! aggregate
101  .false. & ! block_variable
102  ) &
103  ]

◆ gwt_adv_multi_package

logical, public gwtadvinputmodule::gwt_adv_multi_package = .false.

Definition at line 19 of file gwt-advidm.f90.

19  logical :: gwt_adv_multi_package = .false.

◆ gwt_adv_param_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public gwtadvinputmodule::gwt_adv_param_definitions = [ gwtadv_scheme, gwtadv_ats_percel ]

Definition at line 65 of file gwt-advidm.f90.

65  type(InputParamDefinitionType), parameter :: &
66  gwt_adv_param_definitions(*) = &
67  [ &
68  gwtadv_scheme, &
69  gwtadv_ats_percel &
70  ]

◆ gwt_adv_subpackages

character(len=16), dimension(*), parameter, public gwtadvinputmodule::gwt_adv_subpackages = [ ' ' ]

Definition at line 21 of file gwt-advidm.f90.

21  character(len=16), parameter :: &
22  gwt_adv_subpackages(*) = &
23  [ &
24  ' ' &
25  ]

◆ gwtadv_ats_percel

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., .false. )
private

Definition at line 46 of file gwt-advidm.f90.

46  type(InputParamDefinitionType), parameter :: &
47  gwtadv_ats_percel = inputparamdefinitiontype &
48  ( &
49  'GWT', & ! component
50  'ADV', & ! subcomponent
51  'OPTIONS', & ! block
52  'ATS_PERCEL', & ! tag name
53  'ATS_PERCEL', & ! fortran variable
54  'DOUBLE', & ! type
55  '', & ! shape
56  'fractional cell distance used for time step calculation', & ! longname
57  .false., & ! required
58  .false., & ! prerelease
59  .false., & ! multi-record
60  .false., & ! preserve case
61  .false., & ! layered
62  .false. & ! timeseries
63  )

◆ gwtadv_scheme

type(inputparamdefinitiontype), parameter gwtadvinputmodule::gwtadv_scheme = InputParamDefinitionType ( 'GWT', 'ADV', 'OPTIONS', 'SCHEME', 'SCHEME', 'STRING', '', 'advective scheme', .false., .false., .false., .false., .false., .false. )
private

Definition at line 27 of file gwt-advidm.f90.

27  type(InputParamDefinitionType), parameter :: &
28  gwtadv_scheme = inputparamdefinitiontype &
29  ( &
30  'GWT', & ! component
31  'ADV', & ! subcomponent
32  'OPTIONS', & ! block
33  'SCHEME', & ! tag name
34  'SCHEME', & ! fortran variable
35  'STRING', & ! type
36  '', & ! shape
37  'advective scheme', & ! longname
38  .false., & ! required
39  .false., & ! prerelease
40  .false., & ! multi-record
41  .false., & ! preserve case
42  .false., & ! layered
43  .false. & ! timeseries
44  )