MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
olf-stoidm.f90
Go to the documentation of this file.
1 ! ** Do Not Modify! MODFLOW 6 system generated file. **
3  use constantsmodule, only: lenvarname
6  private
12  public olf_sto_subpackages
13 
15  logical :: ipakcb = .false.
16  logical :: export_ascii = .false.
17  logical :: steady_state = .false.
18  logical :: transient = .false.
19  end type olfstoparamfoundtype
20 
21  logical :: olf_sto_multi_package = .false.
22 
23  character(len=16), parameter :: &
24  olf_sto_subpackages(*) = &
25  [ &
26  ' ' &
27  ]
28 
29  type(inputparamdefinitiontype), parameter :: &
31  ( &
32  'OLF', & ! component
33  'STO', & ! subcomponent
34  'OPTIONS', & ! block
35  'SAVE_FLOWS', & ! tag name
36  'IPAKCB', & ! fortran variable
37  'KEYWORD', & ! type
38  '', & ! shape
39  'keyword to save NPF flows', & ! longname
40  .false., & ! required
41  .false., & ! prerelease
42  .false., & ! multi-record
43  .false., & ! preserve case
44  .false., & ! layered
45  .false. & ! timeseries
46  )
47 
48  type(inputparamdefinitiontype), parameter :: &
50  ( &
51  'OLF', & ! component
52  'STO', & ! subcomponent
53  'OPTIONS', & ! block
54  'EXPORT_ARRAY_ASCII', & ! tag name
55  'EXPORT_ASCII', & ! fortran variable
56  'KEYWORD', & ! type
57  '', & ! shape
58  'export array variables to layered ascii files.', & ! longname
59  .false., & ! required
60  .false., & ! prerelease
61  .false., & ! multi-record
62  .false., & ! preserve case
63  .false., & ! layered
64  .false. & ! timeseries
65  )
66 
67  type(inputparamdefinitiontype), parameter :: &
69  ( &
70  'OLF', & ! component
71  'STO', & ! subcomponent
72  'PERIOD', & ! block
73  'STEADY-STATE', & ! tag name
74  'STEADY_STATE', & ! fortran variable
75  'KEYWORD', & ! type
76  '', & ! shape
77  'steady state indicator', & ! longname
78  .false., & ! required
79  .false., & ! prerelease
80  .false., & ! multi-record
81  .false., & ! preserve case
82  .false., & ! layered
83  .false. & ! timeseries
84  )
85 
86  type(inputparamdefinitiontype), parameter :: &
88  ( &
89  'OLF', & ! component
90  'STO', & ! subcomponent
91  'PERIOD', & ! block
92  'TRANSIENT', & ! tag name
93  'TRANSIENT', & ! fortran variable
94  'KEYWORD', & ! type
95  '', & ! shape
96  'transient indicator', & ! longname
97  .false., & ! required
98  .false., & ! prerelease
99  .false., & ! multi-record
100  .false., & ! preserve case
101  .false., & ! layered
102  .false. & ! timeseries
103  )
104 
105  type(inputparamdefinitiontype), parameter :: &
107  [ &
108  olfsto_ipakcb, &
112  ]
113 
114  type(inputparamdefinitiontype), parameter :: &
116  [ &
118  ( &
119  '', & ! component
120  '', & ! subcomponent
121  '', & ! block
122  '', & ! tag name
123  '', & ! fortran variable
124  '', & ! type
125  '', & ! shape
126  '', & ! longname
127  .false., & ! required
128  .false., & ! prerelease
129  .false., & ! multi-record
130  .false., & ! preserve case
131  .false., & ! layered
132  .false. & ! timeseries
133  ) &
134  ]
135 
136  type(inputblockdefinitiontype), parameter :: &
138  [ &
140  'OPTIONS', & ! blockname
141  .false., & ! required
142  .false., & ! aggregate
143  .false. & ! block_variable
144  ), &
146  'PERIOD', & ! blockname
147  .false., & ! required
148  .false., & ! aggregate
149  .true. & ! block_variable
150  ) &
151  ]
152 
153 end module olfstoinputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
This module contains the InputDefinitionModule.
type(inputblockdefinitiontype), dimension(*), parameter, public olf_sto_block_definitions
Definition: olf-stoidm.f90:136
type(inputparamdefinitiontype), parameter olfsto_transient
Definition: olf-stoidm.f90:86
logical, public olf_sto_multi_package
Definition: olf-stoidm.f90:21
type(inputparamdefinitiontype), dimension(*), parameter, public olf_sto_aggregate_definitions
Definition: olf-stoidm.f90:114
type(inputparamdefinitiontype), parameter olfsto_steady_state
Definition: olf-stoidm.f90:67
character(len=16), dimension(*), parameter, public olf_sto_subpackages
Definition: olf-stoidm.f90:23
type(inputparamdefinitiontype), parameter olfsto_ipakcb
Definition: olf-stoidm.f90:29
type(inputparamdefinitiontype), parameter olfsto_export_ascii
Definition: olf-stoidm.f90:48
type(inputparamdefinitiontype), dimension(*), parameter, public olf_sto_param_definitions
Definition: olf-stoidm.f90:105