MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
gwedisinputmodule Module Reference

Data Types

type  gwedisparamfoundtype
 

Variables

logical, public gwe_dis_multi_package = .false.
 
character(len=16), dimension(*), parameter, public gwe_dis_subpackages = [ 'UTL-NCF ' ]
 
type(inputparamdefinitiontype), parameter gwedis_length_units = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_nogrb = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_xorigin = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position of the model grid origin', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_yorigin = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position of the model grid origin', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_angrot = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_export_ascii = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_export_nc = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_ncf_filerecord = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'NCF_FILERECORD', 'NCF_FILERECORD', 'RECORD NCF6 FILEIN NCF6_FILENAME', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_ncf6 = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'NCF6', 'NCF6', 'KEYWORD', '', 'ncf keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_filein = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_ncf6_filename = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'NCF6_FILENAME', 'NCF6_FILENAME', 'STRING', '', 'file name of NCF information', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_nlay = InputParamDefinitionType ( 'GWE', 'DIS', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', 'number of layers', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_nrow = InputParamDefinitionType ( 'GWE', 'DIS', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_ncol = InputParamDefinitionType ( 'GWE', 'DIS', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_delr = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', 'spacing along a row', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_delc = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_top = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE2D', 'NCOL NROW', 'cell top elevation', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_botm = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE3D', 'NCOL NROW NLAY', 'cell bottom elevation', .true., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), parameter gwedis_idomain = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER3D', 'NCOL NROW NLAY', 'idomain existence array', .false., .false., .false., .true., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_dis_param_definitions = [ gwedis_length_units, gwedis_nogrb, gwedis_xorigin, gwedis_yorigin, gwedis_angrot, gwedis_export_ascii, gwedis_export_nc, gwedis_ncf_filerecord, gwedis_ncf6, gwedis_filein, gwedis_ncf6_filename, gwedis_nlay, gwedis_nrow, gwedis_ncol, gwedis_delr, gwedis_delc, gwedis_top, gwedis_botm, gwedis_idomain ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_dis_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwe_dis_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]
 

Variable Documentation

◆ gwe_dis_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public gwedisinputmodule::gwe_dis_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]

Definition at line 410 of file gwe-disidm.f90.

410  type(InputParamDefinitionType), parameter :: &
411  gwe_dis_aggregate_definitions(*) = &
412  [ &
413  inputparamdefinitiontype &
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  ]

◆ gwe_dis_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public gwedisinputmodule::gwe_dis_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]

Definition at line 431 of file gwe-disidm.f90.

431  type(InputBlockDefinitionType), parameter :: &
432  gwe_dis_block_definitions(*) = &
433  [ &
434  inputblockdefinitiontype( &
435  'OPTIONS', & ! blockname
436  .false., & ! required
437  .false., & ! aggregate
438  .false. & ! block_variable
439  ), &
440  inputblockdefinitiontype( &
441  'DIMENSIONS', & ! blockname
442  .true., & ! required
443  .false., & ! aggregate
444  .false. & ! block_variable
445  ), &
446  inputblockdefinitiontype( &
447  'GRIDDATA', & ! blockname
448  .true., & ! required
449  .false., & ! aggregate
450  .false. & ! block_variable
451  ) &
452  ]

◆ gwe_dis_multi_package

logical, public gwedisinputmodule::gwe_dis_multi_package = .false.

Definition at line 36 of file gwe-disidm.f90.

36  logical :: gwe_dis_multi_package = .false.

◆ gwe_dis_param_definitions

Definition at line 386 of file gwe-disidm.f90.

386  type(InputParamDefinitionType), parameter :: &
387  gwe_dis_param_definitions(*) = &
388  [ &
389  gwedis_length_units, &
390  gwedis_nogrb, &
391  gwedis_xorigin, &
392  gwedis_yorigin, &
393  gwedis_angrot, &
394  gwedis_export_ascii, &
395  gwedis_export_nc, &
396  gwedis_ncf_filerecord, &
397  gwedis_ncf6, &
398  gwedis_filein, &
399  gwedis_ncf6_filename, &
400  gwedis_nlay, &
401  gwedis_nrow, &
402  gwedis_ncol, &
403  gwedis_delr, &
404  gwedis_delc, &
405  gwedis_top, &
406  gwedis_botm, &
407  gwedis_idomain &
408  ]

◆ gwe_dis_subpackages

character(len=16), dimension(*), parameter, public gwedisinputmodule::gwe_dis_subpackages = [ 'UTL-NCF ' ]

Definition at line 38 of file gwe-disidm.f90.

38  character(len=16), parameter :: &
39  gwe_dis_subpackages(*) = &
40  [ &
41  'UTL-NCF ' &
42  ]

◆ gwedis_angrot

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_angrot = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false. )
private

Definition at line 116 of file gwe-disidm.f90.

116  type(InputParamDefinitionType), parameter :: &
117  gwedis_angrot = inputparamdefinitiontype &
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  )

◆ gwedis_botm

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_botm = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'BOTM', 'BOTM', 'DOUBLE3D', 'NCOL NROW NLAY', 'cell bottom elevation', .true., .false., .false., .true., .false. )
private

Definition at line 350 of file gwe-disidm.f90.

350  type(InputParamDefinitionType), parameter :: &
351  gwedis_botm = inputparamdefinitiontype &
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  )

◆ gwedis_delc

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_delc = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .false., .false., .false., .false. )
private

Definition at line 314 of file gwe-disidm.f90.

314  type(InputParamDefinitionType), parameter :: &
315  gwedis_delc = inputparamdefinitiontype &
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  )

◆ gwedis_delr

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_delr = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', 'spacing along a row', .true., .false., .false., .false., .false. )
private

Definition at line 296 of file gwe-disidm.f90.

296  type(InputParamDefinitionType), parameter :: &
297  gwedis_delr = inputparamdefinitiontype &
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  )

◆ gwedis_export_ascii

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_export_ascii = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
private

Definition at line 134 of file gwe-disidm.f90.

134  type(InputParamDefinitionType), parameter :: &
135  gwedis_export_ascii = inputparamdefinitiontype &
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  )

◆ gwedis_export_nc

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_export_nc = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'EXPORT_ARRAY_NETCDF', 'EXPORT_NC', 'KEYWORD', '', 'export array variables to netcdf output files.', .false., .false., .false., .false., .false. )
private

Definition at line 152 of file gwe-disidm.f90.

152  type(InputParamDefinitionType), parameter :: &
153  gwedis_export_nc = inputparamdefinitiontype &
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  )

◆ gwedis_filein

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_filein = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
private

Definition at line 206 of file gwe-disidm.f90.

206  type(InputParamDefinitionType), parameter :: &
207  gwedis_filein = inputparamdefinitiontype &
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  )

◆ gwedis_idomain

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_idomain = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER3D', 'NCOL NROW NLAY', 'idomain existence array', .false., .false., .false., .true., .false. )
private

Definition at line 368 of file gwe-disidm.f90.

368  type(InputParamDefinitionType), parameter :: &
369  gwedis_idomain = inputparamdefinitiontype &
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  )

◆ gwedis_length_units

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_length_units = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false. )
private

Definition at line 44 of file gwe-disidm.f90.

44  type(InputParamDefinitionType), parameter :: &
45  gwedis_length_units = inputparamdefinitiontype &
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  )

◆ gwedis_ncf6

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_ncf6 = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'NCF6', 'NCF6', 'KEYWORD', '', 'ncf keyword', .true., .true., .false., .false., .false. )
private

Definition at line 188 of file gwe-disidm.f90.

188  type(InputParamDefinitionType), parameter :: &
189  gwedis_ncf6 = inputparamdefinitiontype &
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  )

◆ gwedis_ncf6_filename

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_ncf6_filename = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'NCF6_FILENAME', 'NCF6_FILENAME', 'STRING', '', 'file name of NCF information', .true., .true., .true., .false., .false. )
private

Definition at line 224 of file gwe-disidm.f90.

224  type(InputParamDefinitionType), parameter :: &
225  gwedis_ncf6_filename = inputparamdefinitiontype &
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  )

◆ gwedis_ncf_filerecord

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_ncf_filerecord = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'NCF_FILERECORD', 'NCF_FILERECORD', 'RECORD NCF6 FILEIN NCF6_FILENAME', '', '', .false., .false., .false., .false., .false. )
private

Definition at line 170 of file gwe-disidm.f90.

170  type(InputParamDefinitionType), parameter :: &
171  gwedis_ncf_filerecord = inputparamdefinitiontype &
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  )

◆ gwedis_ncol

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_ncol = InputParamDefinitionType ( 'GWE', 'DIS', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false. )
private

Definition at line 278 of file gwe-disidm.f90.

278  type(InputParamDefinitionType), parameter :: &
279  gwedis_ncol = inputparamdefinitiontype &
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  )

◆ gwedis_nlay

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_nlay = InputParamDefinitionType ( 'GWE', 'DIS', 'DIMENSIONS', 'NLAY', 'NLAY', 'INTEGER', '', 'number of layers', .true., .false., .false., .false., .false. )
private

Definition at line 242 of file gwe-disidm.f90.

242  type(InputParamDefinitionType), parameter :: &
243  gwedis_nlay = inputparamdefinitiontype &
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  )

◆ gwedis_nogrb

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_nogrb = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. )
private

Definition at line 62 of file gwe-disidm.f90.

62  type(InputParamDefinitionType), parameter :: &
63  gwedis_nogrb = inputparamdefinitiontype &
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  )

◆ gwedis_nrow

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_nrow = InputParamDefinitionType ( 'GWE', 'DIS', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false. )
private

Definition at line 260 of file gwe-disidm.f90.

260  type(InputParamDefinitionType), parameter :: &
261  gwedis_nrow = inputparamdefinitiontype &
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  )

◆ gwedis_top

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_top = InputParamDefinitionType ( 'GWE', 'DIS', 'GRIDDATA', 'TOP', 'TOP', 'DOUBLE2D', 'NCOL NROW', 'cell top elevation', .true., .false., .false., .false., .false. )
private

Definition at line 332 of file gwe-disidm.f90.

332  type(InputParamDefinitionType), parameter :: &
333  gwedis_top = inputparamdefinitiontype &
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  )

◆ gwedis_xorigin

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_xorigin = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position of the model grid origin', .false., .false., .false., .false., .false. )
private

Definition at line 80 of file gwe-disidm.f90.

80  type(InputParamDefinitionType), parameter :: &
81  gwedis_xorigin = inputparamdefinitiontype &
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  )

◆ gwedis_yorigin

type(inputparamdefinitiontype), parameter gwedisinputmodule::gwedis_yorigin = InputParamDefinitionType ( 'GWE', 'DIS', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position of the model grid origin', .false., .false., .false., .false., .false. )
private

Definition at line 98 of file gwe-disidm.f90.

98  type(InputParamDefinitionType), parameter :: &
99  gwedis_yorigin = inputparamdefinitiontype &
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  )