MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
swfdis2dinputmodule Module Reference

Data Types

type  swfdis2dparamfoundtype
 

Variables

logical, public swf_dis2d_multi_package = .false.
 
character(len=16), dimension(*), parameter, public swf_dis2d_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter swfdis2d_length_units = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_nogrb = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_grb_filerecord = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'GRB_FILERECORD', 'GRB_FILERECORD', 'RECORD GRB6 FILEOUT GRB6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_grb6 = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'GRB6', 'GRB6', 'KEYWORD', '', 'grb keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_fileout = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_grb6_filename = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'GRB6_FILENAME', 'GRB6_FILENAME', 'STRING', '', 'file name of GRB information', .true., .false., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_xorigin = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position of the model grid origin', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_yorigin = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position of the model grid origin', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_angrot = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_export_ascii = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_crs = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'CRS', 'CRS', 'STRING', 'LENBIGLINE', 'CRS user input string', .false., .true., .false., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_nrow = InputParamDefinitionType ( 'SWF', 'DIS2D', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_ncol = InputParamDefinitionType ( 'SWF', 'DIS2D', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_delr = InputParamDefinitionType ( 'SWF', 'DIS2D', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', 'spacing along a row', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_delc = InputParamDefinitionType ( 'SWF', 'DIS2D', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_bottom = InputParamDefinitionType ( 'SWF', 'DIS2D', 'GRIDDATA', 'BOTTOM', 'BOTTOM', 'DOUBLE2D', 'NCOL NROW', 'cell bottom elevation', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdis2d_idomain = InputParamDefinitionType ( 'SWF', 'DIS2D', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER2D', 'NCOL NROW', 'idomain existence array', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public swf_dis2d_param_definitions = [ swfdis2d_length_units, swfdis2d_nogrb, swfdis2d_grb_filerecord, swfdis2d_grb6, swfdis2d_fileout, swfdis2d_grb6_filename, swfdis2d_xorigin, swfdis2d_yorigin, swfdis2d_angrot, swfdis2d_export_ascii, swfdis2d_crs, swfdis2d_nrow, swfdis2d_ncol, swfdis2d_delr, swfdis2d_delc, swfdis2d_bottom, swfdis2d_idomain ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public swf_dis2d_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public swf_dis2d_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]
 

Variable Documentation

◆ swf_dis2d_aggregate_definitions

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

Definition at line 387 of file swf-dis2didm.f90.

387  type(InputParamDefinitionType), parameter :: &
388  swf_dis2d_aggregate_definitions(*) = &
389  [ &
390  inputparamdefinitiontype &
391  ( &
392  '', & ! component
393  '', & ! subcomponent
394  '', & ! block
395  '', & ! tag name
396  '', & ! fortran variable
397  '', & ! type
398  '', & ! shape
399  '', & ! longname
400  .false., & ! required
401  .false., & ! prerelease
402  .false., & ! multi-record
403  .false., & ! preserve case
404  .false., & ! layered
405  .false. & ! timeseries
406  ) &
407  ]

◆ swf_dis2d_block_definitions

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

Definition at line 409 of file swf-dis2didm.f90.

409  type(InputBlockDefinitionType), parameter :: &
410  swf_dis2d_block_definitions(*) = &
411  [ &
412  inputblockdefinitiontype( &
413  'OPTIONS', & ! blockname
414  .false., & ! required
415  .false., & ! aggregate
416  .false. & ! block_variable
417  ), &
418  inputblockdefinitiontype( &
419  'DIMENSIONS', & ! blockname
420  .true., & ! required
421  .false., & ! aggregate
422  .false. & ! block_variable
423  ), &
424  inputblockdefinitiontype( &
425  'GRIDDATA', & ! blockname
426  .true., & ! required
427  .false., & ! aggregate
428  .false. & ! block_variable
429  ) &
430  ]

◆ swf_dis2d_multi_package

logical, public swfdis2dinputmodule::swf_dis2d_multi_package = .false.

Definition at line 34 of file swf-dis2didm.f90.

34  logical :: swf_dis2d_multi_package = .false.

◆ swf_dis2d_param_definitions

Definition at line 365 of file swf-dis2didm.f90.

365  type(InputParamDefinitionType), parameter :: &
366  swf_dis2d_param_definitions(*) = &
367  [ &
368  swfdis2d_length_units, &
369  swfdis2d_nogrb, &
370  swfdis2d_grb_filerecord, &
371  swfdis2d_grb6, &
372  swfdis2d_fileout, &
373  swfdis2d_grb6_filename, &
374  swfdis2d_xorigin, &
375  swfdis2d_yorigin, &
376  swfdis2d_angrot, &
377  swfdis2d_export_ascii, &
378  swfdis2d_crs, &
379  swfdis2d_nrow, &
380  swfdis2d_ncol, &
381  swfdis2d_delr, &
382  swfdis2d_delc, &
383  swfdis2d_bottom, &
384  swfdis2d_idomain &
385  ]

◆ swf_dis2d_subpackages

character(len=16), dimension(*), parameter, public swfdis2dinputmodule::swf_dis2d_subpackages = [ ' ' ]

Definition at line 36 of file swf-dis2didm.f90.

36  character(len=16), parameter :: &
37  swf_dis2d_subpackages(*) = &
38  [ &
39  ' ' &
40  ]

◆ swfdis2d_angrot

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_angrot = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false., .false. )
private

Definition at line 194 of file swf-dis2didm.f90.

194  type(InputParamDefinitionType), parameter :: &
195  swfdis2d_angrot = inputparamdefinitiontype &
196  ( &
197  'SWF', & ! component
198  'DIS2D', & ! subcomponent
199  'OPTIONS', & ! block
200  'ANGROT', & ! tag name
201  'ANGROT', & ! fortran variable
202  'DOUBLE', & ! type
203  '', & ! shape
204  'rotation angle', & ! longname
205  .false., & ! required
206  .false., & ! prerelease
207  .false., & ! multi-record
208  .false., & ! preserve case
209  .false., & ! layered
210  .false. & ! timeseries
211  )

◆ swfdis2d_bottom

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_bottom = InputParamDefinitionType ( 'SWF', 'DIS2D', 'GRIDDATA', 'BOTTOM', 'BOTTOM', 'DOUBLE2D', 'NCOL NROW', 'cell bottom elevation', .true., .false., .false., .false., .false., .false. )
private

Definition at line 327 of file swf-dis2didm.f90.

327  type(InputParamDefinitionType), parameter :: &
328  swfdis2d_bottom = inputparamdefinitiontype &
329  ( &
330  'SWF', & ! component
331  'DIS2D', & ! subcomponent
332  'GRIDDATA', & ! block
333  'BOTTOM', & ! tag name
334  'BOTTOM', & ! fortran variable
335  'DOUBLE2D', & ! type
336  'NCOL NROW', & ! shape
337  'cell bottom elevation', & ! longname
338  .true., & ! required
339  .false., & ! prerelease
340  .false., & ! multi-record
341  .false., & ! preserve case
342  .false., & ! layered
343  .false. & ! timeseries
344  )

◆ swfdis2d_crs

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_crs = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'CRS', 'CRS', 'STRING', 'LENBIGLINE', 'CRS user input string', .false., .true., .false., .true., .false., .false. )
private

Definition at line 232 of file swf-dis2didm.f90.

232  type(InputParamDefinitionType), parameter :: &
233  swfdis2d_crs = inputparamdefinitiontype &
234  ( &
235  'SWF', & ! component
236  'DIS2D', & ! subcomponent
237  'OPTIONS', & ! block
238  'CRS', & ! tag name
239  'CRS', & ! fortran variable
240  'STRING', & ! type
241  'LENBIGLINE', & ! shape
242  'CRS user input string', & ! longname
243  .false., & ! required
244  .true., & ! prerelease
245  .false., & ! multi-record
246  .true., & ! preserve case
247  .false., & ! layered
248  .false. & ! timeseries
249  )

◆ swfdis2d_delc

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_delc = InputParamDefinitionType ( 'SWF', 'DIS2D', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .false., .false., .false., .false., .false. )
private

Definition at line 308 of file swf-dis2didm.f90.

308  type(InputParamDefinitionType), parameter :: &
309  swfdis2d_delc = inputparamdefinitiontype &
310  ( &
311  'SWF', & ! component
312  'DIS2D', & ! subcomponent
313  'GRIDDATA', & ! block
314  'DELC', & ! tag name
315  'DELC', & ! fortran variable
316  'DOUBLE1D', & ! type
317  'NROW', & ! shape
318  'spacing along a column', & ! longname
319  .true., & ! required
320  .false., & ! prerelease
321  .false., & ! multi-record
322  .false., & ! preserve case
323  .false., & ! layered
324  .false. & ! timeseries
325  )

◆ swfdis2d_delr

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_delr = InputParamDefinitionType ( 'SWF', 'DIS2D', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', 'spacing along a row', .true., .false., .false., .false., .false., .false. )
private

Definition at line 289 of file swf-dis2didm.f90.

289  type(InputParamDefinitionType), parameter :: &
290  swfdis2d_delr = inputparamdefinitiontype &
291  ( &
292  'SWF', & ! component
293  'DIS2D', & ! subcomponent
294  'GRIDDATA', & ! block
295  'DELR', & ! tag name
296  'DELR', & ! fortran variable
297  'DOUBLE1D', & ! type
298  'NCOL', & ! shape
299  'spacing along a row', & ! longname
300  .true., & ! required
301  .false., & ! prerelease
302  .false., & ! multi-record
303  .false., & ! preserve case
304  .false., & ! layered
305  .false. & ! timeseries
306  )

◆ swfdis2d_export_ascii

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_export_ascii = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false., .false. )
private

Definition at line 213 of file swf-dis2didm.f90.

213  type(InputParamDefinitionType), parameter :: &
214  swfdis2d_export_ascii = inputparamdefinitiontype &
215  ( &
216  'SWF', & ! component
217  'DIS2D', & ! subcomponent
218  'OPTIONS', & ! block
219  'EXPORT_ARRAY_ASCII', & ! tag name
220  'EXPORT_ASCII', & ! fortran variable
221  'KEYWORD', & ! type
222  '', & ! shape
223  'export array variables to layered ascii files.', & ! longname
224  .false., & ! required
225  .false., & ! prerelease
226  .false., & ! multi-record
227  .false., & ! preserve case
228  .false., & ! layered
229  .false. & ! timeseries
230  )

◆ swfdis2d_fileout

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_fileout = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 118 of file swf-dis2didm.f90.

118  type(InputParamDefinitionType), parameter :: &
119  swfdis2d_fileout = inputparamdefinitiontype &
120  ( &
121  'SWF', & ! component
122  'DIS2D', & ! subcomponent
123  'OPTIONS', & ! block
124  'FILEOUT', & ! tag name
125  'FILEOUT', & ! fortran variable
126  'KEYWORD', & ! type
127  '', & ! shape
128  'file keyword', & ! longname
129  .true., & ! required
130  .false., & ! prerelease
131  .true., & ! multi-record
132  .false., & ! preserve case
133  .false., & ! layered
134  .false. & ! timeseries
135  )

◆ swfdis2d_grb6

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_grb6 = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'GRB6', 'GRB6', 'KEYWORD', '', 'grb keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 99 of file swf-dis2didm.f90.

99  type(InputParamDefinitionType), parameter :: &
100  swfdis2d_grb6 = inputparamdefinitiontype &
101  ( &
102  'SWF', & ! component
103  'DIS2D', & ! subcomponent
104  'OPTIONS', & ! block
105  'GRB6', & ! tag name
106  'GRB6', & ! fortran variable
107  'KEYWORD', & ! type
108  '', & ! shape
109  'grb keyword', & ! longname
110  .true., & ! required
111  .false., & ! prerelease
112  .true., & ! multi-record
113  .false., & ! preserve case
114  .false., & ! layered
115  .false. & ! timeseries
116  )

◆ swfdis2d_grb6_filename

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_grb6_filename = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'GRB6_FILENAME', 'GRB6_FILENAME', 'STRING', '', 'file name of GRB information', .true., .false., .true., .true., .false., .false. )
private

Definition at line 137 of file swf-dis2didm.f90.

137  type(InputParamDefinitionType), parameter :: &
138  swfdis2d_grb6_filename = inputparamdefinitiontype &
139  ( &
140  'SWF', & ! component
141  'DIS2D', & ! subcomponent
142  'OPTIONS', & ! block
143  'GRB6_FILENAME', & ! tag name
144  'GRB6_FILENAME', & ! fortran variable
145  'STRING', & ! type
146  '', & ! shape
147  'file name of GRB information', & ! longname
148  .true., & ! required
149  .false., & ! prerelease
150  .true., & ! multi-record
151  .true., & ! preserve case
152  .false., & ! layered
153  .false. & ! timeseries
154  )

◆ swfdis2d_grb_filerecord

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_grb_filerecord = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'GRB_FILERECORD', 'GRB_FILERECORD', 'RECORD GRB6 FILEOUT GRB6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
private

Definition at line 80 of file swf-dis2didm.f90.

80  type(InputParamDefinitionType), parameter :: &
81  swfdis2d_grb_filerecord = inputparamdefinitiontype &
82  ( &
83  'SWF', & ! component
84  'DIS2D', & ! subcomponent
85  'OPTIONS', & ! block
86  'GRB_FILERECORD', & ! tag name
87  'GRB_FILERECORD', & ! fortran variable
88  'RECORD GRB6 FILEOUT GRB6_FILENAME', & ! type
89  '', & ! shape
90  '', & ! longname
91  .false., & ! required
92  .false., & ! prerelease
93  .false., & ! multi-record
94  .false., & ! preserve case
95  .false., & ! layered
96  .false. & ! timeseries
97  )

◆ swfdis2d_idomain

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_idomain = InputParamDefinitionType ( 'SWF', 'DIS2D', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER2D', 'NCOL NROW', 'idomain existence array', .false., .false., .false., .false., .false., .false. )
private

Definition at line 346 of file swf-dis2didm.f90.

346  type(InputParamDefinitionType), parameter :: &
347  swfdis2d_idomain = inputparamdefinitiontype &
348  ( &
349  'SWF', & ! component
350  'DIS2D', & ! subcomponent
351  'GRIDDATA', & ! block
352  'IDOMAIN', & ! tag name
353  'IDOMAIN', & ! fortran variable
354  'INTEGER2D', & ! type
355  'NCOL NROW', & ! shape
356  'idomain existence array', & ! longname
357  .false., & ! required
358  .false., & ! prerelease
359  .false., & ! multi-record
360  .false., & ! preserve case
361  .false., & ! layered
362  .false. & ! timeseries
363  )

◆ swfdis2d_length_units

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_length_units = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false., .false. )
private

Definition at line 42 of file swf-dis2didm.f90.

42  type(InputParamDefinitionType), parameter :: &
43  swfdis2d_length_units = inputparamdefinitiontype &
44  ( &
45  'SWF', & ! component
46  'DIS2D', & ! subcomponent
47  'OPTIONS', & ! block
48  'LENGTH_UNITS', & ! tag name
49  'LENGTH_UNITS', & ! fortran variable
50  'STRING', & ! type
51  '', & ! shape
52  'model length units', & ! longname
53  .false., & ! required
54  .false., & ! prerelease
55  .false., & ! multi-record
56  .false., & ! preserve case
57  .false., & ! layered
58  .false. & ! timeseries
59  )

◆ swfdis2d_ncol

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_ncol = InputParamDefinitionType ( 'SWF', 'DIS2D', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false., .false. )
private

Definition at line 270 of file swf-dis2didm.f90.

270  type(InputParamDefinitionType), parameter :: &
271  swfdis2d_ncol = inputparamdefinitiontype &
272  ( &
273  'SWF', & ! component
274  'DIS2D', & ! subcomponent
275  'DIMENSIONS', & ! block
276  'NCOL', & ! tag name
277  'NCOL', & ! fortran variable
278  'INTEGER', & ! type
279  '', & ! shape
280  'number of columns', & ! longname
281  .true., & ! required
282  .false., & ! prerelease
283  .false., & ! multi-record
284  .false., & ! preserve case
285  .false., & ! layered
286  .false. & ! timeseries
287  )

◆ swfdis2d_nogrb

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_nogrb = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false., .false. )
private

Definition at line 61 of file swf-dis2didm.f90.

61  type(InputParamDefinitionType), parameter :: &
62  swfdis2d_nogrb = inputparamdefinitiontype &
63  ( &
64  'SWF', & ! component
65  'DIS2D', & ! subcomponent
66  'OPTIONS', & ! block
67  'NOGRB', & ! tag name
68  'NOGRB', & ! fortran variable
69  'KEYWORD', & ! type
70  '', & ! shape
71  'do not write binary grid file', & ! longname
72  .false., & ! required
73  .false., & ! prerelease
74  .false., & ! multi-record
75  .false., & ! preserve case
76  .false., & ! layered
77  .false. & ! timeseries
78  )

◆ swfdis2d_nrow

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_nrow = InputParamDefinitionType ( 'SWF', 'DIS2D', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false., .false. )
private

Definition at line 251 of file swf-dis2didm.f90.

251  type(InputParamDefinitionType), parameter :: &
252  swfdis2d_nrow = inputparamdefinitiontype &
253  ( &
254  'SWF', & ! component
255  'DIS2D', & ! subcomponent
256  'DIMENSIONS', & ! block
257  'NROW', & ! tag name
258  'NROW', & ! fortran variable
259  'INTEGER', & ! type
260  '', & ! shape
261  'number of rows', & ! longname
262  .true., & ! required
263  .false., & ! prerelease
264  .false., & ! multi-record
265  .false., & ! preserve case
266  .false., & ! layered
267  .false. & ! timeseries
268  )

◆ swfdis2d_xorigin

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_xorigin = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position of the model grid origin', .false., .false., .false., .false., .false., .false. )
private

Definition at line 156 of file swf-dis2didm.f90.

156  type(InputParamDefinitionType), parameter :: &
157  swfdis2d_xorigin = inputparamdefinitiontype &
158  ( &
159  'SWF', & ! component
160  'DIS2D', & ! subcomponent
161  'OPTIONS', & ! block
162  'XORIGIN', & ! tag name
163  'XORIGIN', & ! fortran variable
164  'DOUBLE', & ! type
165  '', & ! shape
166  'x-position of the model grid origin', & ! longname
167  .false., & ! required
168  .false., & ! prerelease
169  .false., & ! multi-record
170  .false., & ! preserve case
171  .false., & ! layered
172  .false. & ! timeseries
173  )

◆ swfdis2d_yorigin

type(inputparamdefinitiontype), parameter swfdis2dinputmodule::swfdis2d_yorigin = InputParamDefinitionType ( 'SWF', 'DIS2D', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position of the model grid origin', .false., .false., .false., .false., .false., .false. )
private

Definition at line 175 of file swf-dis2didm.f90.

175  type(InputParamDefinitionType), parameter :: &
176  swfdis2d_yorigin = inputparamdefinitiontype &
177  ( &
178  'SWF', & ! component
179  'DIS2D', & ! subcomponent
180  'OPTIONS', & ! block
181  'YORIGIN', & ! tag name
182  'YORIGIN', & ! fortran variable
183  'DOUBLE', & ! type
184  '', & ! shape
185  'y-position of the model grid origin', & ! longname
186  .false., & ! required
187  .false., & ! prerelease
188  .false., & ! multi-record
189  .false., & ! preserve case
190  .false., & ! layered
191  .false. & ! timeseries
192  )