MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
olf-namidm.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_nam_subpackages
13 
15  logical :: list = .false.
16  logical :: print_input = .false.
17  logical :: print_flows = .false.
18  logical :: save_flows = .false.
19  logical :: newtonoptions = .false.
20  logical :: newton = .false.
21  logical :: under_relaxation = .false.
22  logical :: ftype = .false.
23  logical :: fname = .false.
24  logical :: pname = .false.
25  end type olfnamparamfoundtype
26 
27  logical :: olf_nam_multi_package = .false.
28 
29  character(len=16), parameter :: &
30  olf_nam_subpackages(*) = &
31  [ &
32  ' ' &
33  ]
34 
35  type(inputparamdefinitiontype), parameter :: &
37  ( &
38  'OLF', & ! component
39  'NAM', & ! subcomponent
40  'OPTIONS', & ! block
41  'LIST', & ! tag name
42  'LIST', & ! fortran variable
43  'STRING', & ! type
44  '', & ! shape
45  'name of listing file', & ! longname
46  .false., & ! required
47  .false., & ! multi-record
48  .true., & ! preserve case
49  .false., & ! layered
50  .false. & ! timeseries
51  )
52 
53  type(inputparamdefinitiontype), parameter :: &
55  ( &
56  'OLF', & ! component
57  'NAM', & ! subcomponent
58  'OPTIONS', & ! block
59  'PRINT_INPUT', & ! tag name
60  'PRINT_INPUT', & ! fortran variable
61  'KEYWORD', & ! type
62  '', & ! shape
63  'print input to listing file', & ! longname
64  .false., & ! required
65  .false., & ! multi-record
66  .false., & ! preserve case
67  .false., & ! layered
68  .false. & ! timeseries
69  )
70 
71  type(inputparamdefinitiontype), parameter :: &
73  ( &
74  'OLF', & ! component
75  'NAM', & ! subcomponent
76  'OPTIONS', & ! block
77  'PRINT_FLOWS', & ! tag name
78  'PRINT_FLOWS', & ! fortran variable
79  'KEYWORD', & ! type
80  '', & ! shape
81  'print calculated flows to listing file', & ! longname
82  .false., & ! required
83  .false., & ! multi-record
84  .false., & ! preserve case
85  .false., & ! layered
86  .false. & ! timeseries
87  )
88 
89  type(inputparamdefinitiontype), parameter :: &
91  ( &
92  'OLF', & ! component
93  'NAM', & ! subcomponent
94  'OPTIONS', & ! block
95  'SAVE_FLOWS', & ! tag name
96  'SAVE_FLOWS', & ! fortran variable
97  'KEYWORD', & ! type
98  '', & ! shape
99  'save flows for all packages to budget file', & ! longname
100  .false., & ! required
101  .false., & ! multi-record
102  .false., & ! preserve case
103  .false., & ! layered
104  .false. & ! timeseries
105  )
106 
107  type(inputparamdefinitiontype), parameter :: &
109  ( &
110  'OLF', & ! component
111  'NAM', & ! subcomponent
112  'OPTIONS', & ! block
113  'NEWTONOPTIONS', & ! tag name
114  'NEWTONOPTIONS', & ! fortran variable
115  'RECORD NEWTON UNDER_RELAXATION', & ! type
116  '', & ! shape
117  'newton keyword and options', & ! longname
118  .false., & ! required
119  .false., & ! multi-record
120  .false., & ! preserve case
121  .false., & ! layered
122  .false. & ! timeseries
123  )
124 
125  type(inputparamdefinitiontype), parameter :: &
127  ( &
128  'OLF', & ! component
129  'NAM', & ! subcomponent
130  'OPTIONS', & ! block
131  'NEWTON', & ! tag name
132  'NEWTON', & ! fortran variable
133  'KEYWORD', & ! type
134  '', & ! shape
135  'keyword to activate Newton-Raphson formulation', & ! longname
136  .true., & ! required
137  .true., & ! multi-record
138  .false., & ! preserve case
139  .false., & ! layered
140  .false. & ! timeseries
141  )
142 
143  type(inputparamdefinitiontype), parameter :: &
145  ( &
146  'OLF', & ! component
147  'NAM', & ! subcomponent
148  'OPTIONS', & ! block
149  'UNDER_RELAXATION', & ! tag name
150  'UNDER_RELAXATION', & ! fortran variable
151  'KEYWORD', & ! type
152  '', & ! shape
153  'keyword to activate Newton-Raphson UNDER_RELAXATION option', & ! longname
154  .false., & ! required
155  .true., & ! multi-record
156  .false., & ! preserve case
157  .false., & ! layered
158  .false. & ! timeseries
159  )
160 
161  type(inputparamdefinitiontype), parameter :: &
163  ( &
164  'OLF', & ! component
165  'NAM', & ! subcomponent
166  'PACKAGES', & ! block
167  'FTYPE', & ! tag name
168  'FTYPE', & ! fortran variable
169  'STRING', & ! type
170  '', & ! shape
171  'package type', & ! longname
172  .true., & ! required
173  .true., & ! multi-record
174  .false., & ! preserve case
175  .false., & ! layered
176  .false. & ! timeseries
177  )
178 
179  type(inputparamdefinitiontype), parameter :: &
181  ( &
182  'OLF', & ! component
183  'NAM', & ! subcomponent
184  'PACKAGES', & ! block
185  'FNAME', & ! tag name
186  'FNAME', & ! fortran variable
187  'STRING', & ! type
188  '', & ! shape
189  'file name', & ! longname
190  .true., & ! required
191  .true., & ! multi-record
192  .true., & ! preserve case
193  .false., & ! layered
194  .false. & ! timeseries
195  )
196 
197  type(inputparamdefinitiontype), parameter :: &
199  ( &
200  'OLF', & ! component
201  'NAM', & ! subcomponent
202  'PACKAGES', & ! block
203  'PNAME', & ! tag name
204  'PNAME', & ! fortran variable
205  'STRING', & ! type
206  '', & ! shape
207  'user name for package', & ! longname
208  .false., & ! required
209  .true., & ! multi-record
210  .false., & ! preserve case
211  .false., & ! layered
212  .false. & ! timeseries
213  )
214 
215  type(inputparamdefinitiontype), parameter :: &
217  [ &
218  olfnam_list, &
223  olfnam_newton, &
225  olfnam_ftype, &
226  olfnam_fname, &
227  olfnam_pname &
228  ]
229 
230  type(inputparamdefinitiontype), parameter :: &
232  ( &
233  'OLF', & ! component
234  'NAM', & ! subcomponent
235  'PACKAGES', & ! block
236  'PACKAGES', & ! tag name
237  'PACKAGES', & ! fortran variable
238  'RECARRAY FTYPE FNAME PNAME', & ! type
239  '', & ! shape
240  'package list', & ! longname
241  .true., & ! required
242  .false., & ! multi-record
243  .false., & ! preserve case
244  .false., & ! layered
245  .false. & ! timeseries
246  )
247 
248  type(inputparamdefinitiontype), parameter :: &
250  [ &
252  ]
253 
254  type(inputblockdefinitiontype), parameter :: &
256  [ &
258  'OPTIONS', & ! blockname
259  .false., & ! required
260  .false., & ! aggregate
261  .false. & ! block_variable
262  ), &
264  'PACKAGES', & ! blockname
265  .true., & ! required
266  .true., & ! aggregate
267  .false. & ! block_variable
268  ) &
269  ]
270 
271 end module olfnaminputmodule
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(inputparamdefinitiontype), parameter olfnam_ftype
Definition: olf-namidm.f90:161
type(inputparamdefinitiontype), dimension(*), parameter, public olf_nam_param_definitions
Definition: olf-namidm.f90:215
type(inputparamdefinitiontype), dimension(*), parameter, public olf_nam_aggregate_definitions
Definition: olf-namidm.f90:248
type(inputparamdefinitiontype), parameter olfnam_newtonoptions
Definition: olf-namidm.f90:107
type(inputparamdefinitiontype), parameter olfnam_print_input
Definition: olf-namidm.f90:53
type(inputparamdefinitiontype), parameter olfnam_under_relaxation
Definition: olf-namidm.f90:143
type(inputparamdefinitiontype), parameter olfnam_newton
Definition: olf-namidm.f90:125
logical, public olf_nam_multi_package
Definition: olf-namidm.f90:27
type(inputparamdefinitiontype), parameter olfnam_print_flows
Definition: olf-namidm.f90:71
type(inputparamdefinitiontype), parameter olfnam_fname
Definition: olf-namidm.f90:179
type(inputparamdefinitiontype), parameter olfnam_packages
Definition: olf-namidm.f90:230
type(inputparamdefinitiontype), parameter olfnam_list
Definition: olf-namidm.f90:35
type(inputblockdefinitiontype), dimension(*), parameter, public olf_nam_block_definitions
Definition: olf-namidm.f90:254
character(len=16), dimension(*), parameter, public olf_nam_subpackages
Definition: olf-namidm.f90:29
type(inputparamdefinitiontype), parameter olfnam_save_flows
Definition: olf-namidm.f90:89
type(inputparamdefinitiontype), parameter olfnam_pname
Definition: olf-namidm.f90:197