MODFLOW 6  version 6.7.0.dev1
USGS Modular Hydrologic Model
swfdisv1dinputmodule Module Reference

Data Types

type  swfdisv1dparamfoundtype
 

Variables

logical, public swf_disv1d_multi_package = .false.
 
character(len=16), dimension(*), parameter, public swf_disv1d_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter swfdisv1d_length_units = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_nogrb = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_grb_filerecord = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'GRB_FILERECORD', 'GRB_FILERECORD', 'RECORD GRB6 FILEOUT GRB6_FILENAME', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_grb6 = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'GRB6', 'GRB6', 'KEYWORD', '', 'grb keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_fileout = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_grb6_filename = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'GRB6_FILENAME', 'GRB6_FILENAME', 'STRING', '', 'file name of GRB information', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_xorigin = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position origin of the model grid coordinate system', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_yorigin = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position origin of the model grid coordinate system', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_angrot = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_export_ascii = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_nodes = InputParamDefinitionType ( 'SWF', 'DISV1D', 'DIMENSIONS', 'NODES', 'NODES', 'INTEGER', '', 'number of linear features', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_nvert = InputParamDefinitionType ( 'SWF', 'DISV1D', 'DIMENSIONS', 'NVERT', 'NVERT', 'INTEGER', '', 'number of columns', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_width = InputParamDefinitionType ( 'SWF', 'DISV1D', 'GRIDDATA', 'WIDTH', 'WIDTH', 'DOUBLE1D', 'NODES', 'width', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_bottom = InputParamDefinitionType ( 'SWF', 'DISV1D', 'GRIDDATA', 'BOTTOM', 'BOTTOM', 'DOUBLE1D', 'NODES', 'bottom elevation for the one-dimensional cell', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_idomain = InputParamDefinitionType ( 'SWF', 'DISV1D', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER1D', 'NODES', 'idomain existence array', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_iv = InputParamDefinitionType ( 'SWF', 'DISV1D', 'VERTICES', 'IV', 'IV', 'INTEGER', '', 'vertex number', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_xv = InputParamDefinitionType ( 'SWF', 'DISV1D', 'VERTICES', 'XV', 'XV', 'DOUBLE', '', 'x-coordinate for vertex', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_yv = InputParamDefinitionType ( 'SWF', 'DISV1D', 'VERTICES', 'YV', 'YV', 'DOUBLE', '', 'y-coordinate for vertex', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_icell1d = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL1D', 'ICELL1D', 'ICELL1D', 'INTEGER', '', 'cell1d number', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_fdc = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL1D', 'FDC', 'FDC', 'DOUBLE', '', 'fractional distance to the cell center', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_ncvert = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL1D', 'NCVERT', 'NCVERT', 'INTEGER', '', 'number of cell vertices', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_icvert = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL1D', 'ICVERT', 'ICVERT', 'INTEGER1D', 'NCVERT', 'number of cell vertices', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public swf_disv1d_param_definitions = [ swfdisv1d_length_units, swfdisv1d_nogrb, swfdisv1d_grb_filerecord, swfdisv1d_grb6, swfdisv1d_fileout, swfdisv1d_grb6_filename, swfdisv1d_xorigin, swfdisv1d_yorigin, swfdisv1d_angrot, swfdisv1d_export_ascii, swfdisv1d_nodes, swfdisv1d_nvert, swfdisv1d_width, swfdisv1d_bottom, swfdisv1d_idomain, swfdisv1d_iv, swfdisv1d_xv, swfdisv1d_yv, swfdisv1d_icell1d, swfdisv1d_fdc, swfdisv1d_ncvert, swfdisv1d_icvert ]
 
type(inputparamdefinitiontype), parameter swfdisv1d_vertices = InputParamDefinitionType ( 'SWF', 'DISV1D', 'VERTICES', 'VERTICES', 'VERTICES', 'RECARRAY IV XV YV', 'NVERT', 'vertices data', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter swfdisv1d_cell1d = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL1D', 'CELL1D', 'CELL1D', 'RECARRAY ICELL1D FDC NCVERT ICVERT', 'NODES', 'cell1d data', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public swf_disv1d_aggregate_definitions = [ swfdisv1d_vertices, swfdisv1d_cell1d ]
 
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( 'CELL1D', .true., .true., .false. ) ]
 

Variable Documentation

◆ swf_disv1d_aggregate_definitions

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

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

506  type(InputParamDefinitionType), parameter :: &
507  swf_disv1d_aggregate_definitions(*) = &
508  [ &
509  swfdisv1d_vertices, &
510  swfdisv1d_cell1d &
511  ]

◆ 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( 'CELL1D', .true., .true., .false. ) ]

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

513  type(InputBlockDefinitionType), parameter :: &
514  swf_disv1d_block_definitions(*) = &
515  [ &
516  inputblockdefinitiontype( &
517  'OPTIONS', & ! blockname
518  .false., & ! required
519  .false., & ! aggregate
520  .false. & ! block_variable
521  ), &
522  inputblockdefinitiontype( &
523  'DIMENSIONS', & ! blockname
524  .true., & ! required
525  .false., & ! aggregate
526  .false. & ! block_variable
527  ), &
528  inputblockdefinitiontype( &
529  'GRIDDATA', & ! blockname
530  .true., & ! required
531  .false., & ! aggregate
532  .false. & ! block_variable
533  ), &
534  inputblockdefinitiontype( &
535  'VERTICES', & ! blockname
536  .true., & ! required
537  .true., & ! aggregate
538  .false. & ! block_variable
539  ), &
540  inputblockdefinitiontype( &
541  'CELL1D', & ! blockname
542  .true., & ! required
543  .true., & ! aggregate
544  .false. & ! block_variable
545  ) &
546  ]

◆ swf_disv1d_multi_package

logical, public swfdisv1dinputmodule::swf_disv1d_multi_package = .false.

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

39  logical :: swf_disv1d_multi_package = .false.

◆ swf_disv1d_param_definitions

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

443  type(InputParamDefinitionType), parameter :: &
444  swf_disv1d_param_definitions(*) = &
445  [ &
446  swfdisv1d_length_units, &
447  swfdisv1d_nogrb, &
448  swfdisv1d_grb_filerecord, &
449  swfdisv1d_grb6, &
450  swfdisv1d_fileout, &
451  swfdisv1d_grb6_filename, &
452  swfdisv1d_xorigin, &
453  swfdisv1d_yorigin, &
454  swfdisv1d_angrot, &
455  swfdisv1d_export_ascii, &
456  swfdisv1d_nodes, &
457  swfdisv1d_nvert, &
458  swfdisv1d_width, &
459  swfdisv1d_bottom, &
460  swfdisv1d_idomain, &
461  swfdisv1d_iv, &
462  swfdisv1d_xv, &
463  swfdisv1d_yv, &
464  swfdisv1d_icell1d, &
465  swfdisv1d_fdc, &
466  swfdisv1d_ncvert, &
467  swfdisv1d_icvert &
468  ]

◆ swf_disv1d_subpackages

character(len=16), dimension(*), parameter, public swfdisv1dinputmodule::swf_disv1d_subpackages = [ ' ' ]

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

41  character(len=16), parameter :: &
42  swf_disv1d_subpackages(*) = &
43  [ &
44  ' ' &
45  ]

◆ swfdisv1d_angrot

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

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

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

◆ swfdisv1d_bottom

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_bottom = InputParamDefinitionType ( 'SWF', 'DISV1D', 'GRIDDATA', 'BOTTOM', 'BOTTOM', 'DOUBLE1D', 'NODES', 'bottom elevation for the one-dimensional cell', .true., .false., .false., .false., .false. )
private

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

281  type(InputParamDefinitionType), parameter :: &
282  swfdisv1d_bottom = inputparamdefinitiontype &
283  ( &
284  'SWF', & ! component
285  'DISV1D', & ! subcomponent
286  'GRIDDATA', & ! block
287  'BOTTOM', & ! tag name
288  'BOTTOM', & ! fortran variable
289  'DOUBLE1D', & ! type
290  'NODES', & ! shape
291  'bottom elevation for the one-dimensional cell', & ! longname
292  .true., & ! required
293  .false., & ! multi-record
294  .false., & ! preserve case
295  .false., & ! layered
296  .false. & ! timeseries
297  )

◆ swfdisv1d_cell1d

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_cell1d = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL1D', 'CELL1D', 'CELL1D', 'RECARRAY ICELL1D FDC NCVERT ICVERT', 'NODES', 'cell1d data', .true., .false., .false., .false., .false. )
private

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

488  type(InputParamDefinitionType), parameter :: &
489  swfdisv1d_cell1d = inputparamdefinitiontype &
490  ( &
491  'SWF', & ! component
492  'DISV1D', & ! subcomponent
493  'CELL1D', & ! block
494  'CELL1D', & ! tag name
495  'CELL1D', & ! fortran variable
496  'RECARRAY ICELL1D FDC NCVERT ICVERT', & ! type
497  'NODES', & ! shape
498  'cell1d data', & ! longname
499  .true., & ! required
500  .false., & ! multi-record
501  .false., & ! preserve case
502  .false., & ! layered
503  .false. & ! timeseries
504  )

◆ swfdisv1d_export_ascii

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

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

209  type(InputParamDefinitionType), parameter :: &
210  swfdisv1d_export_ascii = inputparamdefinitiontype &
211  ( &
212  'SWF', & ! component
213  'DISV1D', & ! subcomponent
214  'OPTIONS', & ! block
215  'EXPORT_ARRAY_ASCII', & ! tag name
216  'EXPORT_ASCII', & ! fortran variable
217  'KEYWORD', & ! type
218  '', & ! shape
219  'export array variables to layered ascii files.', & ! longname
220  .false., & ! required
221  .false., & ! multi-record
222  .false., & ! preserve case
223  .false., & ! layered
224  .false. & ! timeseries
225  )

◆ swfdisv1d_fdc

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_fdc = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL1D', 'FDC', 'FDC', 'DOUBLE', '', 'fractional distance to the cell center', .true., .true., .false., .false., .false. )
private

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

389  type(InputParamDefinitionType), parameter :: &
390  swfdisv1d_fdc = inputparamdefinitiontype &
391  ( &
392  'SWF', & ! component
393  'DISV1D', & ! subcomponent
394  'CELL1D', & ! block
395  'FDC', & ! tag name
396  'FDC', & ! fortran variable
397  'DOUBLE', & ! type
398  '', & ! shape
399  'fractional distance to the cell center', & ! longname
400  .true., & ! required
401  .true., & ! multi-record
402  .false., & ! preserve case
403  .false., & ! layered
404  .false. & ! timeseries
405  )

◆ swfdisv1d_fileout

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_fileout = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
private

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

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

◆ swfdisv1d_grb6

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_grb6 = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'GRB6', 'GRB6', 'KEYWORD', '', 'grb keyword', .true., .true., .false., .false., .false. )
private

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

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

◆ swfdisv1d_grb6_filename

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_grb6_filename = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'GRB6_FILENAME', 'GRB6_FILENAME', 'STRING', '', 'file name of GRB information', .true., .true., .true., .false., .false. )
private

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

137  type(InputParamDefinitionType), parameter :: &
138  swfdisv1d_grb6_filename = inputparamdefinitiontype &
139  ( &
140  'SWF', & ! component
141  'DISV1D', & ! 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  .true., & ! multi-record
150  .true., & ! preserve case
151  .false., & ! layered
152  .false. & ! timeseries
153  )

◆ swfdisv1d_grb_filerecord

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_grb_filerecord = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'GRB_FILERECORD', 'GRB_FILERECORD', 'RECORD GRB6 FILEOUT GRB6_FILENAME', '', '', .false., .false., .false., .false., .false. )
private

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

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

◆ swfdisv1d_icell1d

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_icell1d = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL1D', 'ICELL1D', 'ICELL1D', 'INTEGER', '', 'cell1d number', .true., .true., .false., .false., .false. )
private

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

371  type(InputParamDefinitionType), parameter :: &
372  swfdisv1d_icell1d = inputparamdefinitiontype &
373  ( &
374  'SWF', & ! component
375  'DISV1D', & ! subcomponent
376  'CELL1D', & ! block
377  'ICELL1D', & ! tag name
378  'ICELL1D', & ! fortran variable
379  'INTEGER', & ! type
380  '', & ! shape
381  'cell1d number', & ! longname
382  .true., & ! required
383  .true., & ! multi-record
384  .false., & ! preserve case
385  .false., & ! layered
386  .false. & ! timeseries
387  )

◆ swfdisv1d_icvert

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_icvert = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL1D', 'ICVERT', 'ICVERT', 'INTEGER1D', 'NCVERT', 'number of cell vertices', .true., .true., .false., .false., .false. )
private

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

425  type(InputParamDefinitionType), parameter :: &
426  swfdisv1d_icvert = inputparamdefinitiontype &
427  ( &
428  'SWF', & ! component
429  'DISV1D', & ! subcomponent
430  'CELL1D', & ! block
431  'ICVERT', & ! tag name
432  'ICVERT', & ! fortran variable
433  'INTEGER1D', & ! type
434  'NCVERT', & ! shape
435  'number of cell vertices', & ! longname
436  .true., & ! required
437  .true., & ! multi-record
438  .false., & ! preserve case
439  .false., & ! layered
440  .false. & ! timeseries
441  )

◆ swfdisv1d_idomain

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

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

299  type(InputParamDefinitionType), parameter :: &
300  swfdisv1d_idomain = inputparamdefinitiontype &
301  ( &
302  'SWF', & ! component
303  'DISV1D', & ! subcomponent
304  'GRIDDATA', & ! block
305  'IDOMAIN', & ! tag name
306  'IDOMAIN', & ! fortran variable
307  'INTEGER1D', & ! type
308  'NODES', & ! shape
309  'idomain existence array', & ! longname
310  .false., & ! required
311  .false., & ! multi-record
312  .false., & ! preserve case
313  .false., & ! layered
314  .false. & ! timeseries
315  )

◆ swfdisv1d_iv

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

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

317  type(InputParamDefinitionType), parameter :: &
318  swfdisv1d_iv = inputparamdefinitiontype &
319  ( &
320  'SWF', & ! component
321  'DISV1D', & ! subcomponent
322  'VERTICES', & ! block
323  'IV', & ! tag name
324  'IV', & ! fortran variable
325  'INTEGER', & ! type
326  '', & ! shape
327  'vertex number', & ! longname
328  .true., & ! required
329  .true., & ! multi-record
330  .false., & ! preserve case
331  .false., & ! layered
332  .false. & ! timeseries
333  )

◆ swfdisv1d_length_units

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

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

47  type(InputParamDefinitionType), parameter :: &
48  swfdisv1d_length_units = inputparamdefinitiontype &
49  ( &
50  'SWF', & ! component
51  'DISV1D', & ! subcomponent
52  'OPTIONS', & ! block
53  'LENGTH_UNITS', & ! tag name
54  'LENGTH_UNITS', & ! fortran variable
55  'STRING', & ! type
56  '', & ! shape
57  'model length units', & ! longname
58  .false., & ! required
59  .false., & ! multi-record
60  .false., & ! preserve case
61  .false., & ! layered
62  .false. & ! timeseries
63  )

◆ swfdisv1d_ncvert

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_ncvert = InputParamDefinitionType ( 'SWF', 'DISV1D', 'CELL1D', 'NCVERT', 'NCVERT', 'INTEGER', '', 'number of cell vertices', .true., .true., .false., .false., .false. )
private

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

407  type(InputParamDefinitionType), parameter :: &
408  swfdisv1d_ncvert = inputparamdefinitiontype &
409  ( &
410  'SWF', & ! component
411  'DISV1D', & ! subcomponent
412  'CELL1D', & ! block
413  'NCVERT', & ! tag name
414  'NCVERT', & ! fortran variable
415  'INTEGER', & ! type
416  '', & ! shape
417  'number of cell vertices', & ! longname
418  .true., & ! required
419  .true., & ! multi-record
420  .false., & ! preserve case
421  .false., & ! layered
422  .false. & ! timeseries
423  )

◆ swfdisv1d_nodes

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

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

227  type(InputParamDefinitionType), parameter :: &
228  swfdisv1d_nodes = inputparamdefinitiontype &
229  ( &
230  'SWF', & ! component
231  'DISV1D', & ! subcomponent
232  'DIMENSIONS', & ! block
233  'NODES', & ! tag name
234  'NODES', & ! fortran variable
235  'INTEGER', & ! type
236  '', & ! shape
237  'number of linear features', & ! longname
238  .true., & ! required
239  .false., & ! multi-record
240  .false., & ! preserve case
241  .false., & ! layered
242  .false. & ! timeseries
243  )

◆ swfdisv1d_nogrb

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_nogrb = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. )
private

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

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

◆ swfdisv1d_nvert

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

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

245  type(InputParamDefinitionType), parameter :: &
246  swfdisv1d_nvert = inputparamdefinitiontype &
247  ( &
248  'SWF', & ! component
249  'DISV1D', & ! subcomponent
250  'DIMENSIONS', & ! block
251  'NVERT', & ! tag name
252  'NVERT', & ! fortran variable
253  'INTEGER', & ! type
254  '', & ! shape
255  'number of columns', & ! longname
256  .false., & ! required
257  .false., & ! multi-record
258  .false., & ! preserve case
259  .false., & ! layered
260  .false. & ! timeseries
261  )

◆ swfdisv1d_vertices

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

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

470  type(InputParamDefinitionType), parameter :: &
471  swfdisv1d_vertices = inputparamdefinitiontype &
472  ( &
473  'SWF', & ! component
474  'DISV1D', & ! subcomponent
475  'VERTICES', & ! block
476  'VERTICES', & ! tag name
477  'VERTICES', & ! fortran variable
478  'RECARRAY IV XV YV', & ! type
479  'NVERT', & ! shape
480  'vertices data', & ! longname
481  .true., & ! required
482  .false., & ! multi-record
483  .false., & ! preserve case
484  .false., & ! layered
485  .false. & ! timeseries
486  )

◆ swfdisv1d_width

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

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

263  type(InputParamDefinitionType), parameter :: &
264  swfdisv1d_width = inputparamdefinitiontype &
265  ( &
266  'SWF', & ! component
267  'DISV1D', & ! subcomponent
268  'GRIDDATA', & ! block
269  'WIDTH', & ! tag name
270  'WIDTH', & ! fortran variable
271  'DOUBLE1D', & ! type
272  'NODES', & ! shape
273  'width', & ! longname
274  .true., & ! required
275  .false., & ! multi-record
276  .false., & ! preserve case
277  .false., & ! layered
278  .false. & ! timeseries
279  )

◆ swfdisv1d_xorigin

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_xorigin = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position origin of the model grid coordinate system', .false., .false., .false., .false., .false. )
private

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

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

◆ swfdisv1d_xv

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

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

335  type(InputParamDefinitionType), parameter :: &
336  swfdisv1d_xv = inputparamdefinitiontype &
337  ( &
338  'SWF', & ! component
339  'DISV1D', & ! subcomponent
340  'VERTICES', & ! block
341  'XV', & ! tag name
342  'XV', & ! fortran variable
343  'DOUBLE', & ! type
344  '', & ! shape
345  'x-coordinate for vertex', & ! longname
346  .true., & ! required
347  .true., & ! multi-record
348  .false., & ! preserve case
349  .false., & ! layered
350  .false. & ! timeseries
351  )

◆ swfdisv1d_yorigin

type(inputparamdefinitiontype), parameter swfdisv1dinputmodule::swfdisv1d_yorigin = InputParamDefinitionType ( 'SWF', 'DISV1D', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position origin of the model grid coordinate system', .false., .false., .false., .false., .false. )
private

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

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

◆ swfdisv1d_yv

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

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

353  type(InputParamDefinitionType), parameter :: &
354  swfdisv1d_yv = inputparamdefinitiontype &
355  ( &
356  'SWF', & ! component
357  'DISV1D', & ! subcomponent
358  'VERTICES', & ! block
359  'YV', & ! tag name
360  'YV', & ! fortran variable
361  'DOUBLE', & ! type
362  '', & ! shape
363  'y-coordinate for vertex', & ! longname
364  .true., & ! required
365  .true., & ! multi-record
366  .false., & ! preserve case
367  .false., & ! layered
368  .false. & ! timeseries
369  )