MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
swfdisv1dinputmodule Module Reference

Data Types

type  swfdisv1dparamfoundtype
 

Variables

logical, public swf_disv1d_multi_package = .false.
 
type(inputparamdefinitiontype), parameter swfdisv1d_length_units = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_nogrb = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_xorigin = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_yorigin = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_angrot = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_export_ascii = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_nodes = InputParamDefinitionType ( 'SWF', 'DISV1D', 'DIMENSIONS', 'NODES', 'NODES', 'INTEGER', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_nvert = InputParamDefinitionType ( 'SWF', 'DISV1D', 'DIMENSIONS', 'NVERT', 'NVERT', 'INTEGER', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_length = InputParamDefinitionType ( 'SWF', 'DISV1D', 'GRIDDATA', 'LENGTH', 'LENGTH', 'DOUBLE1D', 'NODES', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_width = InputParamDefinitionType ( 'SWF', 'DISV1D', 'GRIDDATA', 'WIDTH', 'WIDTH', 'DOUBLE1D', 'NODES', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_bottom = InputParamDefinitionType ( 'SWF', 'DISV1D', 'GRIDDATA', 'BOTTOM', 'BOTTOM', 'DOUBLE1D', 'NODES', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_idomain = InputParamDefinitionType ( 'SWF', 'DISV1D', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER1D', 'NODES', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_iv = InputParamDefinitionType ( 'SWF', 'DISV1D', 'VERTICES', 'IV', 'IV', 'INTEGER', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_xv = InputParamDefinitionType ( 'SWF', 'DISV1D', 'VERTICES', 'XV', 'XV', 'DOUBLE', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_yv = InputParamDefinitionType ( 'SWF', 'DISV1D', 'VERTICES', 'YV', 'YV', 'DOUBLE', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_icell2d = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL2D', 'ICELL2D', 'ICELL2D', 'INTEGER', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_fdc = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL2D', 'FDC', 'FDC', 'DOUBLE', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_ncvert = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL2D', 'NCVERT', 'NCVERT', 'INTEGER', '', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_icvert = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL2D', 'ICVERT', 'ICVERT', 'INTEGER1D', 'NCVERT', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public swf_disv1d_param_definitions = [ swfdisv1d_length_units, swfdisv1d_nogrb, swfdisv1d_xorigin, swfdisv1d_yorigin, swfdisv1d_angrot, swfdisv1d_export_ascii, swfdisv1d_nodes, swfdisv1d_nvert, swfdisv1d_length, swfdisv1d_width, swfdisv1d_bottom, swfdisv1d_idomain, swfdisv1d_iv, swfdisv1d_xv, swfdisv1d_yv, swfdisv1d_icell2d, swfdisv1d_fdc, swfdisv1d_ncvert, swfdisv1d_icvert ]
 
type(inputparamdefinitiontype), parameter swfdisv1d_vertices = InputParamDefinitionType ( 'SWF', 'DISV1D', 'VERTICES', 'VERTICES', 'VERTICES', 'RECARRAY IV XV YV', 'NVERT', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_cell2d = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL2D', 'CELL2D', 'CELL2D', 'RECARRAY ICELL2D FDC NCVERT ICVERT', 'NODES', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public swf_disv1d_aggregate_definitions = [ swfdisv1d_vertices, swfdisv1d_cell2d ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public swf_disv1d_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ), InputBlockDefinitionType( 'VERTICES', .true., .true., .false. ), InputBlockDefinitionType( 'CELL2D', .true., .true., .false. ) ]
 

Variable Documentation

◆ swf_disv1d_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public swfdisv1dinputmodule::swf_disv1d_aggregate_definitions = [ swfdisv1d_vertices, swfdisv1d_cell2d ]

Definition at line 418 of file swf-disv1didm.f90.

418  type(InputParamDefinitionType), parameter :: &
419  swf_disv1d_aggregate_definitions(*) = &
420  [ &
421  swfdisv1d_vertices, &
422  swfdisv1d_cell2d &
423  ]

◆ swf_disv1d_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public swfdisv1dinputmodule::swf_disv1d_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ), InputBlockDefinitionType( 'VERTICES', .true., .true., .false. ), InputBlockDefinitionType( 'CELL2D', .true., .true., .false. ) ]

Definition at line 425 of file swf-disv1didm.f90.

425  type(InputBlockDefinitionType), parameter :: &
426  swf_disv1d_block_definitions(*) = &
427  [ &
428  inputblockdefinitiontype( &
429  'OPTIONS', & ! blockname
430  .false., & ! required
431  .false., & ! aggregate
432  .false. & ! block_variable
433  ), &
434  inputblockdefinitiontype( &
435  'DIMENSIONS', & ! blockname
436  .true., & ! required
437  .false., & ! aggregate
438  .false. & ! block_variable
439  ), &
440  inputblockdefinitiontype( &
441  'GRIDDATA', & ! blockname
442  .true., & ! required
443  .false., & ! aggregate
444  .false. & ! block_variable
445  ), &
446  inputblockdefinitiontype( &
447  'VERTICES', & ! blockname
448  .true., & ! required
449  .true., & ! aggregate
450  .false. & ! block_variable
451  ), &
452  inputblockdefinitiontype( &
453  'CELL2D', & ! blockname
454  .true., & ! required
455  .true., & ! aggregate
456  .false. & ! block_variable
457  ) &
458  ]

◆ swf_disv1d_multi_package

logical, public swfdisv1dinputmodule::swf_disv1d_multi_package = .false.

Definition at line 35 of file swf-disv1didm.f90.

35  logical :: swf_disv1d_multi_package = .false.

◆ swf_disv1d_param_definitions

Definition at line 360 of file swf-disv1didm.f90.

360  type(InputParamDefinitionType), parameter :: &
361  swf_disv1d_param_definitions(*) = &
362  [ &
363  swfdisv1d_length_units, &
364  swfdisv1d_nogrb, &
365  swfdisv1d_xorigin, &
366  swfdisv1d_yorigin, &
367  swfdisv1d_angrot, &
368  swfdisv1d_export_ascii, &
369  swfdisv1d_nodes, &
370  swfdisv1d_nvert, &
371  swfdisv1d_length, &
372  swfdisv1d_width, &
373  swfdisv1d_bottom, &
374  swfdisv1d_idomain, &
375  swfdisv1d_iv, &
376  swfdisv1d_xv, &
377  swfdisv1d_yv, &
378  swfdisv1d_icell2d, &
379  swfdisv1d_fdc, &
380  swfdisv1d_ncvert, &
381  swfdisv1d_icvert &
382  ]

◆ swfdisv1d_angrot

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_angrot = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', .false., .false., .false., .false., .false. )
private

Definition at line 105 of file swf-disv1didm.f90.

105  type(InputParamDefinitionType), parameter :: &
106  swfdisv1d_angrot = inputparamdefinitiontype &
107  ( &
108  'SWF', & ! component
109  'DISV1D', & ! subcomponent
110  'OPTIONS', & ! block
111  'ANGROT', & ! tag name
112  'ANGROT', & ! fortran variable
113  'DOUBLE', & ! type
114  '', & ! shape
115  .false., & ! required
116  .false., & ! multi-record
117  .false., & ! preserve case
118  .false., & ! layered
119  .false. & ! timeseries
120  )

◆ swfdisv1d_bottom

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_bottom = InputParamDefinitionType ( 'SWF', 'DISV1D', 'GRIDDATA', 'BOTTOM', 'BOTTOM', 'DOUBLE1D', 'NODES', .true., .false., .false., .false., .false. )
private

Definition at line 207 of file swf-disv1didm.f90.

207  type(InputParamDefinitionType), parameter :: &
208  swfdisv1d_bottom = inputparamdefinitiontype &
209  ( &
210  'SWF', & ! component
211  'DISV1D', & ! subcomponent
212  'GRIDDATA', & ! block
213  'BOTTOM', & ! tag name
214  'BOTTOM', & ! fortran variable
215  'DOUBLE1D', & ! type
216  'NODES', & ! shape
217  .true., & ! required
218  .false., & ! multi-record
219  .false., & ! preserve case
220  .false., & ! layered
221  .false. & ! timeseries
222  )

◆ swfdisv1d_cell2d

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_cell2d = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL2D', 'CELL2D', 'CELL2D', 'RECARRAY ICELL2D FDC NCVERT ICVERT', 'NODES', .true., .false., .false., .false., .false. )
private

Definition at line 401 of file swf-disv1didm.f90.

401  type(InputParamDefinitionType), parameter :: &
402  swfdisv1d_cell2d = inputparamdefinitiontype &
403  ( &
404  'SWF', & ! component
405  'DISV1D', & ! subcomponent
406  'CELL2D', & ! block
407  'CELL2D', & ! tag name
408  'CELL2D', & ! fortran variable
409  'RECARRAY ICELL2D FDC NCVERT ICVERT', & ! type
410  'NODES', & ! shape
411  .true., & ! required
412  .false., & ! multi-record
413  .false., & ! preserve case
414  .false., & ! layered
415  .false. & ! timeseries
416  )

◆ swfdisv1d_export_ascii

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_export_ascii = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

Definition at line 122 of file swf-disv1didm.f90.

122  type(InputParamDefinitionType), parameter :: &
123  swfdisv1d_export_ascii = inputparamdefinitiontype &
124  ( &
125  'SWF', & ! component
126  'DISV1D', & ! subcomponent
127  'OPTIONS', & ! block
128  'EXPORT_ARRAY_ASCII', & ! tag name
129  'EXPORT_ASCII', & ! fortran variable
130  'KEYWORD', & ! type
131  '', & ! shape
132  .false., & ! required
133  .false., & ! multi-record
134  .false., & ! preserve case
135  .false., & ! layered
136  .false. & ! timeseries
137  )

◆ swfdisv1d_fdc

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_fdc = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL2D', 'FDC', 'FDC', 'DOUBLE', '', .true., .true., .false., .false., .false. )
private

Definition at line 309 of file swf-disv1didm.f90.

309  type(InputParamDefinitionType), parameter :: &
310  swfdisv1d_fdc = inputparamdefinitiontype &
311  ( &
312  'SWF', & ! component
313  'DISV1D', & ! subcomponent
314  'CELL2D', & ! block
315  'FDC', & ! tag name
316  'FDC', & ! fortran variable
317  'DOUBLE', & ! type
318  '', & ! shape
319  .true., & ! required
320  .true., & ! multi-record
321  .false., & ! preserve case
322  .false., & ! layered
323  .false. & ! timeseries
324  )

◆ swfdisv1d_icell2d

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_icell2d = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL2D', 'ICELL2D', 'ICELL2D', 'INTEGER', '', .true., .true., .false., .false., .false. )
private

Definition at line 292 of file swf-disv1didm.f90.

292  type(InputParamDefinitionType), parameter :: &
293  swfdisv1d_icell2d = inputparamdefinitiontype &
294  ( &
295  'SWF', & ! component
296  'DISV1D', & ! subcomponent
297  'CELL2D', & ! block
298  'ICELL2D', & ! tag name
299  'ICELL2D', & ! fortran variable
300  'INTEGER', & ! type
301  '', & ! shape
302  .true., & ! required
303  .true., & ! multi-record
304  .false., & ! preserve case
305  .false., & ! layered
306  .false. & ! timeseries
307  )

◆ swfdisv1d_icvert

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_icvert = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL2D', 'ICVERT', 'ICVERT', 'INTEGER1D', 'NCVERT', .true., .true., .false., .false., .false. )
private

Definition at line 343 of file swf-disv1didm.f90.

343  type(InputParamDefinitionType), parameter :: &
344  swfdisv1d_icvert = inputparamdefinitiontype &
345  ( &
346  'SWF', & ! component
347  'DISV1D', & ! subcomponent
348  'CELL2D', & ! block
349  'ICVERT', & ! tag name
350  'ICVERT', & ! fortran variable
351  'INTEGER1D', & ! type
352  'NCVERT', & ! shape
353  .true., & ! required
354  .true., & ! multi-record
355  .false., & ! preserve case
356  .false., & ! layered
357  .false. & ! timeseries
358  )

◆ swfdisv1d_idomain

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_idomain = InputParamDefinitionType ( 'SWF', 'DISV1D', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER1D', 'NODES', .false., .false., .false., .false., .false. )
private

Definition at line 224 of file swf-disv1didm.f90.

224  type(InputParamDefinitionType), parameter :: &
225  swfdisv1d_idomain = inputparamdefinitiontype &
226  ( &
227  'SWF', & ! component
228  'DISV1D', & ! subcomponent
229  'GRIDDATA', & ! block
230  'IDOMAIN', & ! tag name
231  'IDOMAIN', & ! fortran variable
232  'INTEGER1D', & ! type
233  'NODES', & ! shape
234  .false., & ! required
235  .false., & ! multi-record
236  .false., & ! preserve case
237  .false., & ! layered
238  .false. & ! timeseries
239  )

◆ swfdisv1d_iv

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_iv = InputParamDefinitionType ( 'SWF', 'DISV1D', 'VERTICES', 'IV', 'IV', 'INTEGER', '', .true., .true., .false., .false., .false. )
private

Definition at line 241 of file swf-disv1didm.f90.

241  type(InputParamDefinitionType), parameter :: &
242  swfdisv1d_iv = inputparamdefinitiontype &
243  ( &
244  'SWF', & ! component
245  'DISV1D', & ! subcomponent
246  'VERTICES', & ! block
247  'IV', & ! tag name
248  'IV', & ! fortran variable
249  'INTEGER', & ! type
250  '', & ! shape
251  .true., & ! required
252  .true., & ! multi-record
253  .false., & ! preserve case
254  .false., & ! layered
255  .false. & ! timeseries
256  )

◆ swfdisv1d_length

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_length = InputParamDefinitionType ( 'SWF', 'DISV1D', 'GRIDDATA', 'LENGTH', 'LENGTH', 'DOUBLE1D', 'NODES', .true., .false., .false., .false., .false. )
private

Definition at line 173 of file swf-disv1didm.f90.

173  type(InputParamDefinitionType), parameter :: &
174  swfdisv1d_length = inputparamdefinitiontype &
175  ( &
176  'SWF', & ! component
177  'DISV1D', & ! subcomponent
178  'GRIDDATA', & ! block
179  'LENGTH', & ! tag name
180  'LENGTH', & ! fortran variable
181  'DOUBLE1D', & ! type
182  'NODES', & ! shape
183  .true., & ! required
184  .false., & ! multi-record
185  .false., & ! preserve case
186  .false., & ! layered
187  .false. & ! timeseries
188  )

◆ swfdisv1d_length_units

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_length_units = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', .false., .false., .false., .false., .false. )
private

Definition at line 37 of file swf-disv1didm.f90.

37  type(InputParamDefinitionType), parameter :: &
38  swfdisv1d_length_units = inputparamdefinitiontype &
39  ( &
40  'SWF', & ! component
41  'DISV1D', & ! subcomponent
42  'OPTIONS', & ! block
43  'LENGTH_UNITS', & ! tag name
44  'LENGTH_UNITS', & ! fortran variable
45  'STRING', & ! type
46  '', & ! shape
47  .false., & ! required
48  .false., & ! multi-record
49  .false., & ! preserve case
50  .false., & ! layered
51  .false. & ! timeseries
52  )

◆ swfdisv1d_ncvert

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_ncvert = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL2D', 'NCVERT', 'NCVERT', 'INTEGER', '', .true., .true., .false., .false., .false. )
private

Definition at line 326 of file swf-disv1didm.f90.

326  type(InputParamDefinitionType), parameter :: &
327  swfdisv1d_ncvert = inputparamdefinitiontype &
328  ( &
329  'SWF', & ! component
330  'DISV1D', & ! subcomponent
331  'CELL2D', & ! block
332  'NCVERT', & ! tag name
333  'NCVERT', & ! fortran variable
334  'INTEGER', & ! type
335  '', & ! shape
336  .true., & ! required
337  .true., & ! multi-record
338  .false., & ! preserve case
339  .false., & ! layered
340  .false. & ! timeseries
341  )

◆ swfdisv1d_nodes

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_nodes = InputParamDefinitionType ( 'SWF', 'DISV1D', 'DIMENSIONS', 'NODES', 'NODES', 'INTEGER', '', .true., .false., .false., .false., .false. )
private

Definition at line 139 of file swf-disv1didm.f90.

139  type(InputParamDefinitionType), parameter :: &
140  swfdisv1d_nodes = inputparamdefinitiontype &
141  ( &
142  'SWF', & ! component
143  'DISV1D', & ! subcomponent
144  'DIMENSIONS', & ! block
145  'NODES', & ! tag name
146  'NODES', & ! fortran variable
147  'INTEGER', & ! type
148  '', & ! shape
149  .true., & ! required
150  .false., & ! multi-record
151  .false., & ! preserve case
152  .false., & ! layered
153  .false. & ! timeseries
154  )

◆ swfdisv1d_nogrb

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_nogrb = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', .false., .false., .false., .false., .false. )
private

Definition at line 54 of file swf-disv1didm.f90.

54  type(InputParamDefinitionType), parameter :: &
55  swfdisv1d_nogrb = inputparamdefinitiontype &
56  ( &
57  'SWF', & ! component
58  'DISV1D', & ! subcomponent
59  'OPTIONS', & ! block
60  'NOGRB', & ! tag name
61  'NOGRB', & ! fortran variable
62  'KEYWORD', & ! type
63  '', & ! shape
64  .false., & ! required
65  .false., & ! multi-record
66  .false., & ! preserve case
67  .false., & ! layered
68  .false. & ! timeseries
69  )

◆ swfdisv1d_nvert

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_nvert = InputParamDefinitionType ( 'SWF', 'DISV1D', 'DIMENSIONS', 'NVERT', 'NVERT', 'INTEGER', '', .false., .false., .false., .false., .false. )
private

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

156  type(InputParamDefinitionType), parameter :: &
157  swfdisv1d_nvert = inputparamdefinitiontype &
158  ( &
159  'SWF', & ! component
160  'DISV1D', & ! subcomponent
161  'DIMENSIONS', & ! block
162  'NVERT', & ! tag name
163  'NVERT', & ! fortran variable
164  'INTEGER', & ! type
165  '', & ! shape
166  .false., & ! required
167  .false., & ! multi-record
168  .false., & ! preserve case
169  .false., & ! layered
170  .false. & ! timeseries
171  )

◆ swfdisv1d_vertices

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_vertices = InputParamDefinitionType ( 'SWF', 'DISV1D', 'VERTICES', 'VERTICES', 'VERTICES', 'RECARRAY IV XV YV', 'NVERT', .true., .false., .false., .false., .false. )
private

Definition at line 384 of file swf-disv1didm.f90.

384  type(InputParamDefinitionType), parameter :: &
385  swfdisv1d_vertices = inputparamdefinitiontype &
386  ( &
387  'SWF', & ! component
388  'DISV1D', & ! subcomponent
389  'VERTICES', & ! block
390  'VERTICES', & ! tag name
391  'VERTICES', & ! fortran variable
392  'RECARRAY IV XV YV', & ! type
393  'NVERT', & ! shape
394  .true., & ! required
395  .false., & ! multi-record
396  .false., & ! preserve case
397  .false., & ! layered
398  .false. & ! timeseries
399  )

◆ swfdisv1d_width

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_width = InputParamDefinitionType ( 'SWF', 'DISV1D', 'GRIDDATA', 'WIDTH', 'WIDTH', 'DOUBLE1D', 'NODES', .true., .false., .false., .false., .false. )
private

Definition at line 190 of file swf-disv1didm.f90.

190  type(InputParamDefinitionType), parameter :: &
191  swfdisv1d_width = inputparamdefinitiontype &
192  ( &
193  'SWF', & ! component
194  'DISV1D', & ! subcomponent
195  'GRIDDATA', & ! block
196  'WIDTH', & ! tag name
197  'WIDTH', & ! fortran variable
198  'DOUBLE1D', & ! type
199  'NODES', & ! shape
200  .true., & ! required
201  .false., & ! multi-record
202  .false., & ! preserve case
203  .false., & ! layered
204  .false. & ! timeseries
205  )

◆ swfdisv1d_xorigin

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_xorigin = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
private

Definition at line 71 of file swf-disv1didm.f90.

71  type(InputParamDefinitionType), parameter :: &
72  swfdisv1d_xorigin = inputparamdefinitiontype &
73  ( &
74  'SWF', & ! component
75  'DISV1D', & ! subcomponent
76  'OPTIONS', & ! block
77  'XORIGIN', & ! tag name
78  'XORIGIN', & ! fortran variable
79  'DOUBLE', & ! type
80  '', & ! shape
81  .false., & ! required
82  .false., & ! multi-record
83  .false., & ! preserve case
84  .false., & ! layered
85  .false. & ! timeseries
86  )

◆ swfdisv1d_xv

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_xv = InputParamDefinitionType ( 'SWF', 'DISV1D', 'VERTICES', 'XV', 'XV', 'DOUBLE', '', .true., .true., .false., .false., .false. )
private

Definition at line 258 of file swf-disv1didm.f90.

258  type(InputParamDefinitionType), parameter :: &
259  swfdisv1d_xv = inputparamdefinitiontype &
260  ( &
261  'SWF', & ! component
262  'DISV1D', & ! subcomponent
263  'VERTICES', & ! block
264  'XV', & ! tag name
265  'XV', & ! fortran variable
266  'DOUBLE', & ! type
267  '', & ! shape
268  .true., & ! required
269  .true., & ! multi-record
270  .false., & ! preserve case
271  .false., & ! layered
272  .false. & ! timeseries
273  )

◆ swfdisv1d_yorigin

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_yorigin = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', .false., .false., .false., .false., .false. )
private

Definition at line 88 of file swf-disv1didm.f90.

88  type(InputParamDefinitionType), parameter :: &
89  swfdisv1d_yorigin = inputparamdefinitiontype &
90  ( &
91  'SWF', & ! component
92  'DISV1D', & ! subcomponent
93  'OPTIONS', & ! block
94  'YORIGIN', & ! tag name
95  'YORIGIN', & ! fortran variable
96  'DOUBLE', & ! type
97  '', & ! shape
98  .false., & ! required
99  .false., & ! multi-record
100  .false., & ! preserve case
101  .false., & ! layered
102  .false. & ! timeseries
103  )

◆ swfdisv1d_yv

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_yv = InputParamDefinitionType ( 'SWF', 'DISV1D', 'VERTICES', 'YV', 'YV', 'DOUBLE', '', .true., .true., .false., .false., .false. )
private

Definition at line 275 of file swf-disv1didm.f90.

275  type(InputParamDefinitionType), parameter :: &
276  swfdisv1d_yv = inputparamdefinitiontype &
277  ( &
278  'SWF', & ! component
279  'DISV1D', & ! subcomponent
280  'VERTICES', & ! block
281  'YV', & ! tag name
282  'YV', & ! fortran variable
283  'DOUBLE', & ! type
284  '', & ! shape
285  .true., & ! required
286  .true., & ! multi-record
287  .false., & ! preserve case
288  .false., & ! layered
289  .false. & ! timeseries
290  )