MODFLOW 6  version 6.7.0.dev2
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. )
 
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. )
 
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. ) ]
 
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. ) ]

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

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

◆ gwe_adv_block_definitions

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

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

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

◆ 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 63 of file gwe-advidm.f90.

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

◆ 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. )
private

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

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

◆ gweadv_scheme

type(inputparamdefinitiontype), parameter gweadvinputmodule::gweadv_scheme = InputParamDefinitionType ( 'GWE', 'ADV', 'OPTIONS', 'SCHEME', 'SCHEME', 'STRING', '', 'advective scheme', .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., & ! multi-record
40  .false., & ! preserve case
41  .false., & ! layered
42  .false. & ! timeseries
43  )