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

Data Types

type  gweadvparamfoundtype
 

Variables

logical, public gwe_adv_multi_package = .false.
 
character(len=16), dimension(*), parameter, public gwe_adv_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter gweadv_scheme = InputParamDefinitionType ( 'GWE', 'ADV', 'OPTIONS', 'SCHEME', 'SCHEME', 'STRING', '', 'advective scheme', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gweadv_ats_percel = InputParamDefinitionType ( 'GWE', '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 gwe_adv_param_definitions = [ gweadv_scheme, gweadv_ats_percel ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_adv_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwe_adv_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ) ]
 

Variable Documentation

◆ gwe_adv_aggregate_definitions

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

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

72  type(InputParamDefinitionType), parameter :: &
73  gwe_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  ]

◆ gwe_adv_block_definitions

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

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

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

◆ gwe_adv_multi_package

logical, public gweadvinputmodule::gwe_adv_multi_package = .false.

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

19  logical :: gwe_adv_multi_package = .false.

◆ gwe_adv_param_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public gweadvinputmodule::gwe_adv_param_definitions = [ gweadv_scheme, gweadv_ats_percel ]

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

65  type(InputParamDefinitionType), parameter :: &
66  gwe_adv_param_definitions(*) = &
67  [ &
68  gweadv_scheme, &
69  gweadv_ats_percel &
70  ]

◆ gwe_adv_subpackages

character(len=16), dimension(*), parameter, public gweadvinputmodule::gwe_adv_subpackages = [ ' ' ]

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

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

◆ gweadv_ats_percel

type(inputparamdefinitiontype), parameter gweadvinputmodule::gweadv_ats_percel = InputParamDefinitionType ( 'GWE', '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 gwe-advidm.f90.

46  type(InputParamDefinitionType), parameter :: &
47  gweadv_ats_percel = inputparamdefinitiontype &
48  ( &
49  'GWE', & ! 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  )

◆ gweadv_scheme

type(inputparamdefinitiontype), parameter gweadvinputmodule::gweadv_scheme = InputParamDefinitionType ( 'GWE', 'ADV', 'OPTIONS', 'SCHEME', 'SCHEME', 'STRING', '', 'advective scheme', .false., .false., .false., .false., .false., .false. )
private

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

27  type(InputParamDefinitionType), parameter :: &
28  gweadv_scheme = inputparamdefinitiontype &
29  ( &
30  'GWE', & ! 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  )