MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
gwe-disidm.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 gwe_dis_subpackages
13 
15  logical :: length_units = .false.
16  logical :: nogrb = .false.
17  logical :: xorigin = .false.
18  logical :: yorigin = .false.
19  logical :: angrot = .false.
20  logical :: export_ascii = .false.
21  logical :: export_nc = .false.
22  logical :: ncf_filerecord = .false.
23  logical :: ncf6 = .false.
24  logical :: filein = .false.
25  logical :: ncf6_filename = .false.
26  logical :: nlay = .false.
27  logical :: nrow = .false.
28  logical :: ncol = .false.
29  logical :: delr = .false.
30  logical :: delc = .false.
31  logical :: top = .false.
32  logical :: botm = .false.
33  logical :: idomain = .false.
34  end type gwedisparamfoundtype
35 
36  logical :: gwe_dis_multi_package = .false.
37 
38  character(len=16), parameter :: &
39  gwe_dis_subpackages(*) = &
40  [ &
41  'UTL-NCF ' &
42  ]
43 
44  type(inputparamdefinitiontype), parameter :: &
46  ( &
47  'GWE', & ! component
48  'DIS', & ! subcomponent
49  'OPTIONS', & ! block
50  'LENGTH_UNITS', & ! tag name
51  'LENGTH_UNITS', & ! fortran variable
52  'STRING', & ! type
53  '', & ! shape
54  'model length units', & ! longname
55  .false., & ! required
56  .false., & ! multi-record
57  .false., & ! preserve case
58  .false., & ! layered
59  .false. & ! timeseries
60  )
61 
62  type(inputparamdefinitiontype), parameter :: &
64  ( &
65  'GWE', & ! component
66  'DIS', & ! subcomponent
67  'OPTIONS', & ! block
68  'NOGRB', & ! tag name
69  'NOGRB', & ! fortran variable
70  'KEYWORD', & ! type
71  '', & ! shape
72  'do not write binary grid file', & ! longname
73  .false., & ! required
74  .false., & ! multi-record
75  .false., & ! preserve case
76  .false., & ! layered
77  .false. & ! timeseries
78  )
79 
80  type(inputparamdefinitiontype), parameter :: &
82  ( &
83  'GWE', & ! component
84  'DIS', & ! subcomponent
85  'OPTIONS', & ! block
86  'XORIGIN', & ! tag name
87  'XORIGIN', & ! fortran variable
88  'DOUBLE', & ! type
89  '', & ! shape
90  'x-position of the model grid origin', & ! longname
91  .false., & ! required
92  .false., & ! multi-record
93  .false., & ! preserve case
94  .false., & ! layered
95  .false. & ! timeseries
96  )
97 
98  type(inputparamdefinitiontype), parameter :: &
100  ( &
101  'GWE', & ! component
102  'DIS', & ! subcomponent
103  'OPTIONS', & ! block
104  'YORIGIN', & ! tag name
105  'YORIGIN', & ! fortran variable
106  'DOUBLE', & ! type
107  '', & ! shape
108  'y-position of the model grid origin', & ! longname
109  .false., & ! required
110  .false., & ! multi-record
111  .false., & ! preserve case
112  .false., & ! layered
113  .false. & ! timeseries
114  )
115 
116  type(inputparamdefinitiontype), parameter :: &
118  ( &
119  'GWE', & ! component
120  'DIS', & ! subcomponent
121  'OPTIONS', & ! block
122  'ANGROT', & ! tag name
123  'ANGROT', & ! fortran variable
124  'DOUBLE', & ! type
125  '', & ! shape
126  'rotation angle', & ! longname
127  .false., & ! required
128  .false., & ! multi-record
129  .false., & ! preserve case
130  .false., & ! layered
131  .false. & ! timeseries
132  )
133 
134  type(inputparamdefinitiontype), parameter :: &
136  ( &
137  'GWE', & ! component
138  'DIS', & ! subcomponent
139  'OPTIONS', & ! block
140  'EXPORT_ARRAY_ASCII', & ! tag name
141  'EXPORT_ASCII', & ! fortran variable
142  'KEYWORD', & ! type
143  '', & ! shape
144  'export array variables to layered ascii files.', & ! longname
145  .false., & ! required
146  .false., & ! multi-record
147  .false., & ! preserve case
148  .false., & ! layered
149  .false. & ! timeseries
150  )
151 
152  type(inputparamdefinitiontype), parameter :: &
154  ( &
155  'GWE', & ! component
156  'DIS', & ! subcomponent
157  'OPTIONS', & ! block
158  'EXPORT_ARRAY_NETCDF', & ! tag name
159  'EXPORT_NC', & ! fortran variable
160  'KEYWORD', & ! type
161  '', & ! shape
162  'export array variables to netcdf output files.', & ! longname
163  .false., & ! required
164  .false., & ! multi-record
165  .false., & ! preserve case
166  .false., & ! layered
167  .false. & ! timeseries
168  )
169 
170  type(inputparamdefinitiontype), parameter :: &
172  ( &
173  'GWE', & ! component
174  'DIS', & ! subcomponent
175  'OPTIONS', & ! block
176  'NCF_FILERECORD', & ! tag name
177  'NCF_FILERECORD', & ! fortran variable
178  'RECORD NCF6 FILEIN NCF6_FILENAME', & ! type
179  '', & ! shape
180  '', & ! longname
181  .false., & ! required
182  .false., & ! multi-record
183  .false., & ! preserve case
184  .false., & ! layered
185  .false. & ! timeseries
186  )
187 
188  type(inputparamdefinitiontype), parameter :: &
190  ( &
191  'GWE', & ! component
192  'DIS', & ! subcomponent
193  'OPTIONS', & ! block
194  'NCF6', & ! tag name
195  'NCF6', & ! fortran variable
196  'KEYWORD', & ! type
197  '', & ! shape
198  'ncf keyword', & ! longname
199  .true., & ! required
200  .true., & ! multi-record
201  .false., & ! preserve case
202  .false., & ! layered
203  .false. & ! timeseries
204  )
205 
206  type(inputparamdefinitiontype), parameter :: &
208  ( &
209  'GWE', & ! component
210  'DIS', & ! subcomponent
211  'OPTIONS', & ! block
212  'FILEIN', & ! tag name
213  'FILEIN', & ! fortran variable
214  'KEYWORD', & ! type
215  '', & ! shape
216  'file keyword', & ! longname
217  .true., & ! required
218  .true., & ! multi-record
219  .false., & ! preserve case
220  .false., & ! layered
221  .false. & ! timeseries
222  )
223 
224  type(inputparamdefinitiontype), parameter :: &
226  ( &
227  'GWE', & ! component
228  'DIS', & ! subcomponent
229  'OPTIONS', & ! block
230  'NCF6_FILENAME', & ! tag name
231  'NCF6_FILENAME', & ! fortran variable
232  'STRING', & ! type
233  '', & ! shape
234  'file name of NCF information', & ! longname
235  .true., & ! required
236  .true., & ! multi-record
237  .true., & ! preserve case
238  .false., & ! layered
239  .false. & ! timeseries
240  )
241 
242  type(inputparamdefinitiontype), parameter :: &
244  ( &
245  'GWE', & ! component
246  'DIS', & ! subcomponent
247  'DIMENSIONS', & ! block
248  'NLAY', & ! tag name
249  'NLAY', & ! fortran variable
250  'INTEGER', & ! type
251  '', & ! shape
252  'number of layers', & ! longname
253  .true., & ! required
254  .false., & ! multi-record
255  .false., & ! preserve case
256  .false., & ! layered
257  .false. & ! timeseries
258  )
259 
260  type(inputparamdefinitiontype), parameter :: &
262  ( &
263  'GWE', & ! component
264  'DIS', & ! subcomponent
265  'DIMENSIONS', & ! block
266  'NROW', & ! tag name
267  'NROW', & ! fortran variable
268  'INTEGER', & ! type
269  '', & ! shape
270  'number of rows', & ! longname
271  .true., & ! required
272  .false., & ! multi-record
273  .false., & ! preserve case
274  .false., & ! layered
275  .false. & ! timeseries
276  )
277 
278  type(inputparamdefinitiontype), parameter :: &
280  ( &
281  'GWE', & ! component
282  'DIS', & ! subcomponent
283  'DIMENSIONS', & ! block
284  'NCOL', & ! tag name
285  'NCOL', & ! fortran variable
286  'INTEGER', & ! type
287  '', & ! shape
288  'number of columns', & ! longname
289  .true., & ! required
290  .false., & ! multi-record
291  .false., & ! preserve case
292  .false., & ! layered
293  .false. & ! timeseries
294  )
295 
296  type(inputparamdefinitiontype), parameter :: &
298  ( &
299  'GWE', & ! component
300  'DIS', & ! subcomponent
301  'GRIDDATA', & ! block
302  'DELR', & ! tag name
303  'DELR', & ! fortran variable
304  'DOUBLE1D', & ! type
305  'NCOL', & ! shape
306  'spacing along a row', & ! longname
307  .true., & ! required
308  .false., & ! multi-record
309  .false., & ! preserve case
310  .false., & ! layered
311  .false. & ! timeseries
312  )
313 
314  type(inputparamdefinitiontype), parameter :: &
316  ( &
317  'GWE', & ! component
318  'DIS', & ! subcomponent
319  'GRIDDATA', & ! block
320  'DELC', & ! tag name
321  'DELC', & ! fortran variable
322  'DOUBLE1D', & ! type
323  'NROW', & ! shape
324  'spacing along a column', & ! longname
325  .true., & ! required
326  .false., & ! multi-record
327  .false., & ! preserve case
328  .false., & ! layered
329  .false. & ! timeseries
330  )
331 
332  type(inputparamdefinitiontype), parameter :: &
334  ( &
335  'GWE', & ! component
336  'DIS', & ! subcomponent
337  'GRIDDATA', & ! block
338  'TOP', & ! tag name
339  'TOP', & ! fortran variable
340  'DOUBLE2D', & ! type
341  'NCOL NROW', & ! shape
342  'cell top elevation', & ! longname
343  .true., & ! required
344  .false., & ! multi-record
345  .false., & ! preserve case
346  .false., & ! layered
347  .false. & ! timeseries
348  )
349 
350  type(inputparamdefinitiontype), parameter :: &
352  ( &
353  'GWE', & ! component
354  'DIS', & ! subcomponent
355  'GRIDDATA', & ! block
356  'BOTM', & ! tag name
357  'BOTM', & ! fortran variable
358  'DOUBLE3D', & ! type
359  'NCOL NROW NLAY', & ! shape
360  'cell bottom elevation', & ! longname
361  .true., & ! required
362  .false., & ! multi-record
363  .false., & ! preserve case
364  .true., & ! layered
365  .false. & ! timeseries
366  )
367 
368  type(inputparamdefinitiontype), parameter :: &
370  ( &
371  'GWE', & ! component
372  'DIS', & ! subcomponent
373  'GRIDDATA', & ! block
374  'IDOMAIN', & ! tag name
375  'IDOMAIN', & ! fortran variable
376  'INTEGER3D', & ! type
377  'NCOL NROW NLAY', & ! shape
378  'idomain existence array', & ! longname
379  .false., & ! required
380  .false., & ! multi-record
381  .false., & ! preserve case
382  .true., & ! layered
383  .false. & ! timeseries
384  )
385 
386  type(inputparamdefinitiontype), parameter :: &
388  [ &
390  gwedis_nogrb, &
391  gwedis_xorigin, &
392  gwedis_yorigin, &
393  gwedis_angrot, &
397  gwedis_ncf6, &
398  gwedis_filein, &
400  gwedis_nlay, &
401  gwedis_nrow, &
402  gwedis_ncol, &
403  gwedis_delr, &
404  gwedis_delc, &
405  gwedis_top, &
406  gwedis_botm, &
408  ]
409 
410  type(inputparamdefinitiontype), parameter :: &
412  [ &
414  ( &
415  '', & ! component
416  '', & ! subcomponent
417  '', & ! block
418  '', & ! tag name
419  '', & ! fortran variable
420  '', & ! type
421  '', & ! shape
422  '', & ! longname
423  .false., & ! required
424  .false., & ! multi-record
425  .false., & ! preserve case
426  .false., & ! layered
427  .false. & ! timeseries
428  ) &
429  ]
430 
431  type(inputblockdefinitiontype), parameter :: &
433  [ &
435  'OPTIONS', & ! blockname
436  .false., & ! required
437  .false., & ! aggregate
438  .false. & ! block_variable
439  ), &
441  'DIMENSIONS', & ! blockname
442  .true., & ! required
443  .false., & ! aggregate
444  .false. & ! block_variable
445  ), &
447  'GRIDDATA', & ! blockname
448  .true., & ! required
449  .false., & ! aggregate
450  .false. & ! block_variable
451  ) &
452  ]
453 
454 end module gwedisinputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
type(inputblockdefinitiontype), dimension(*), parameter, public gwe_dis_block_definitions
Definition: gwe-disidm.f90:431
type(inputparamdefinitiontype), parameter gwedis_export_nc
Definition: gwe-disidm.f90:152
type(inputparamdefinitiontype), parameter gwedis_nlay
Definition: gwe-disidm.f90:242
type(inputparamdefinitiontype), parameter gwedis_xorigin
Definition: gwe-disidm.f90:80
type(inputparamdefinitiontype), parameter gwedis_delr
Definition: gwe-disidm.f90:296
type(inputparamdefinitiontype), parameter gwedis_export_ascii
Definition: gwe-disidm.f90:134
type(inputparamdefinitiontype), parameter gwedis_botm
Definition: gwe-disidm.f90:350
character(len=16), dimension(*), parameter, public gwe_dis_subpackages
Definition: gwe-disidm.f90:38
type(inputparamdefinitiontype), parameter gwedis_yorigin
Definition: gwe-disidm.f90:98
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_dis_aggregate_definitions
Definition: gwe-disidm.f90:410
type(inputparamdefinitiontype), parameter gwedis_ncf_filerecord
Definition: gwe-disidm.f90:170
logical, public gwe_dis_multi_package
Definition: gwe-disidm.f90:36
type(inputparamdefinitiontype), parameter gwedis_delc
Definition: gwe-disidm.f90:314
type(inputparamdefinitiontype), parameter gwedis_filein
Definition: gwe-disidm.f90:206
type(inputparamdefinitiontype), parameter gwedis_ncol
Definition: gwe-disidm.f90:278
type(inputparamdefinitiontype), parameter gwedis_length_units
Definition: gwe-disidm.f90:44
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_dis_param_definitions
Definition: gwe-disidm.f90:386
type(inputparamdefinitiontype), parameter gwedis_idomain
Definition: gwe-disidm.f90:368
type(inputparamdefinitiontype), parameter gwedis_ncf6
Definition: gwe-disidm.f90:188
type(inputparamdefinitiontype), parameter gwedis_angrot
Definition: gwe-disidm.f90:116
type(inputparamdefinitiontype), parameter gwedis_ncf6_filename
Definition: gwe-disidm.f90:224
type(inputparamdefinitiontype), parameter gwedis_top
Definition: gwe-disidm.f90:332
type(inputparamdefinitiontype), parameter gwedis_nrow
Definition: gwe-disidm.f90:260
type(inputparamdefinitiontype), parameter gwedis_nogrb
Definition: gwe-disidm.f90:62
This module contains the InputDefinitionModule.