MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
chf-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 chf_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 chfnamparamfoundtype
26 
27  logical :: chf_nam_multi_package = .false.
28 
29  character(len=16), parameter :: &
30  chf_nam_subpackages(*) = &
31  [ &
32  ' ' &
33  ]
34 
35  type(inputparamdefinitiontype), parameter :: &
37  ( &
38  'CHF', & ! 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., & ! prerelease
48  .false., & ! multi-record
49  .true., & ! preserve case
50  .false., & ! layered
51  .false. & ! timeseries
52  )
53 
54  type(inputparamdefinitiontype), parameter :: &
56  ( &
57  'CHF', & ! component
58  'NAM', & ! subcomponent
59  'OPTIONS', & ! block
60  'PRINT_INPUT', & ! tag name
61  'PRINT_INPUT', & ! fortran variable
62  'KEYWORD', & ! type
63  '', & ! shape
64  'print input to listing file', & ! longname
65  .false., & ! required
66  .false., & ! prerelease
67  .false., & ! multi-record
68  .false., & ! preserve case
69  .false., & ! layered
70  .false. & ! timeseries
71  )
72 
73  type(inputparamdefinitiontype), parameter :: &
75  ( &
76  'CHF', & ! component
77  'NAM', & ! subcomponent
78  'OPTIONS', & ! block
79  'PRINT_FLOWS', & ! tag name
80  'PRINT_FLOWS', & ! fortran variable
81  'KEYWORD', & ! type
82  '', & ! shape
83  'print calculated flows to listing file', & ! longname
84  .false., & ! required
85  .false., & ! prerelease
86  .false., & ! multi-record
87  .false., & ! preserve case
88  .false., & ! layered
89  .false. & ! timeseries
90  )
91 
92  type(inputparamdefinitiontype), parameter :: &
94  ( &
95  'CHF', & ! component
96  'NAM', & ! subcomponent
97  'OPTIONS', & ! block
98  'SAVE_FLOWS', & ! tag name
99  'SAVE_FLOWS', & ! fortran variable
100  'KEYWORD', & ! type
101  '', & ! shape
102  'save flows for all packages to budget file', & ! longname
103  .false., & ! required
104  .false., & ! prerelease
105  .false., & ! multi-record
106  .false., & ! preserve case
107  .false., & ! layered
108  .false. & ! timeseries
109  )
110 
111  type(inputparamdefinitiontype), parameter :: &
113  ( &
114  'CHF', & ! component
115  'NAM', & ! subcomponent
116  'OPTIONS', & ! block
117  'NEWTONOPTIONS', & ! tag name
118  'NEWTONOPTIONS', & ! fortran variable
119  'RECORD NEWTON UNDER_RELAXATION', & ! type
120  '', & ! shape
121  'newton keyword and options', & ! longname
122  .false., & ! required
123  .false., & ! prerelease
124  .false., & ! multi-record
125  .false., & ! preserve case
126  .false., & ! layered
127  .false. & ! timeseries
128  )
129 
130  type(inputparamdefinitiontype), parameter :: &
132  ( &
133  'CHF', & ! component
134  'NAM', & ! subcomponent
135  'OPTIONS', & ! block
136  'NEWTON', & ! tag name
137  'NEWTON', & ! fortran variable
138  'KEYWORD', & ! type
139  '', & ! shape
140  'keyword to activate Newton-Raphson formulation', & ! longname
141  .true., & ! required
142  .false., & ! prerelease
143  .true., & ! multi-record
144  .false., & ! preserve case
145  .false., & ! layered
146  .false. & ! timeseries
147  )
148 
149  type(inputparamdefinitiontype), parameter :: &
151  ( &
152  'CHF', & ! component
153  'NAM', & ! subcomponent
154  'OPTIONS', & ! block
155  'UNDER_RELAXATION', & ! tag name
156  'UNDER_RELAXATION', & ! fortran variable
157  'KEYWORD', & ! type
158  '', & ! shape
159  'keyword to activate Newton-Raphson UNDER_RELAXATION option', & ! longname
160  .false., & ! required
161  .false., & ! prerelease
162  .true., & ! multi-record
163  .false., & ! preserve case
164  .false., & ! layered
165  .false. & ! timeseries
166  )
167 
168  type(inputparamdefinitiontype), parameter :: &
170  ( &
171  'CHF', & ! component
172  'NAM', & ! subcomponent
173  'PACKAGES', & ! block
174  'FTYPE', & ! tag name
175  'FTYPE', & ! fortran variable
176  'STRING', & ! type
177  '', & ! shape
178  'package type', & ! longname
179  .true., & ! required
180  .false., & ! prerelease
181  .true., & ! multi-record
182  .false., & ! preserve case
183  .false., & ! layered
184  .false. & ! timeseries
185  )
186 
187  type(inputparamdefinitiontype), parameter :: &
189  ( &
190  'CHF', & ! component
191  'NAM', & ! subcomponent
192  'PACKAGES', & ! block
193  'FNAME', & ! tag name
194  'FNAME', & ! fortran variable
195  'STRING', & ! type
196  '', & ! shape
197  'file name', & ! longname
198  .true., & ! required
199  .false., & ! prerelease
200  .true., & ! multi-record
201  .true., & ! preserve case
202  .false., & ! layered
203  .false. & ! timeseries
204  )
205 
206  type(inputparamdefinitiontype), parameter :: &
208  ( &
209  'CHF', & ! component
210  'NAM', & ! subcomponent
211  'PACKAGES', & ! block
212  'PNAME', & ! tag name
213  'PNAME', & ! fortran variable
214  'STRING', & ! type
215  '', & ! shape
216  'user name for package', & ! longname
217  .false., & ! required
218  .false., & ! prerelease
219  .true., & ! multi-record
220  .false., & ! preserve case
221  .false., & ! layered
222  .false. & ! timeseries
223  )
224 
225  type(inputparamdefinitiontype), parameter :: &
227  [ &
228  chfnam_list, &
233  chfnam_newton, &
235  chfnam_ftype, &
236  chfnam_fname, &
237  chfnam_pname &
238  ]
239 
240  type(inputparamdefinitiontype), parameter :: &
242  ( &
243  'CHF', & ! component
244  'NAM', & ! subcomponent
245  'PACKAGES', & ! block
246  'PACKAGES', & ! tag name
247  'PACKAGES', & ! fortran variable
248  'RECARRAY FTYPE FNAME PNAME', & ! type
249  '', & ! shape
250  'package list', & ! longname
251  .true., & ! required
252  .false., & ! prerelease
253  .false., & ! multi-record
254  .false., & ! preserve case
255  .false., & ! layered
256  .false. & ! timeseries
257  )
258 
259  type(inputparamdefinitiontype), parameter :: &
261  [ &
263  ]
264 
265  type(inputblockdefinitiontype), parameter :: &
267  [ &
269  'OPTIONS', & ! blockname
270  .false., & ! required
271  .false., & ! aggregate
272  .false. & ! block_variable
273  ), &
275  'PACKAGES', & ! blockname
276  .true., & ! required
277  .true., & ! aggregate
278  .false. & ! block_variable
279  ) &
280  ]
281 
282 end module chfnaminputmodule
type(inputparamdefinitiontype), parameter chfnam_list
Definition: chf-namidm.f90:35
type(inputparamdefinitiontype), dimension(*), parameter, public chf_nam_aggregate_definitions
Definition: chf-namidm.f90:259
type(inputparamdefinitiontype), parameter chfnam_print_input
Definition: chf-namidm.f90:54
type(inputparamdefinitiontype), parameter chfnam_newton
Definition: chf-namidm.f90:130
type(inputparamdefinitiontype), dimension(*), parameter, public chf_nam_param_definitions
Definition: chf-namidm.f90:225
type(inputparamdefinitiontype), parameter chfnam_under_relaxation
Definition: chf-namidm.f90:149
character(len=16), dimension(*), parameter, public chf_nam_subpackages
Definition: chf-namidm.f90:29
type(inputblockdefinitiontype), dimension(*), parameter, public chf_nam_block_definitions
Definition: chf-namidm.f90:265
type(inputparamdefinitiontype), parameter chfnam_pname
Definition: chf-namidm.f90:206
type(inputparamdefinitiontype), parameter chfnam_packages
Definition: chf-namidm.f90:240
type(inputparamdefinitiontype), parameter chfnam_print_flows
Definition: chf-namidm.f90:73
type(inputparamdefinitiontype), parameter chfnam_save_flows
Definition: chf-namidm.f90:92
type(inputparamdefinitiontype), parameter chfnam_newtonoptions
Definition: chf-namidm.f90:111
type(inputparamdefinitiontype), parameter chfnam_fname
Definition: chf-namidm.f90:187
logical, public chf_nam_multi_package
Definition: chf-namidm.f90:27
type(inputparamdefinitiontype), parameter chfnam_ftype
Definition: chf-namidm.f90:168
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.