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

Data Types

type  olfdisv2dparamfoundtype
 

Variables

logical, public olf_disv2d_multi_package = .false.
 
character(len=16), dimension(*), parameter, public olf_disv2d_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter olfdisv2d_length_units = InputParamDefinitionType ( 'OLF', 'DISV2D', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_nogrb = InputParamDefinitionType ( 'OLF', 'DISV2D', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_xorigin = InputParamDefinitionType ( 'OLF', 'DISV2D', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position of the model grid origin', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_yorigin = InputParamDefinitionType ( 'OLF', 'DISV2D', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position of the model grid origin', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_angrot = InputParamDefinitionType ( 'OLF', 'DISV2D', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_export_ascii = InputParamDefinitionType ( 'OLF', 'DISV2D', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_nodes = InputParamDefinitionType ( 'OLF', 'DISV2D', 'DIMENSIONS', 'NODES', 'NODES', 'INTEGER', '', 'number of cells per layer', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_nvert = InputParamDefinitionType ( 'OLF', 'DISV2D', 'DIMENSIONS', 'NVERT', 'NVERT', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_bottom = InputParamDefinitionType ( 'OLF', 'DISV2D', 'GRIDDATA', 'BOTTOM', 'BOTTOM', 'DOUBLE1D', 'NODES', 'model bottom elevation', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_idomain = InputParamDefinitionType ( 'OLF', 'DISV2D', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER1D', 'NODES', 'idomain existence array', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_iv = InputParamDefinitionType ( 'OLF', 'DISV2D', 'VERTICES', 'IV', 'IV', 'INTEGER', '', 'vertex number', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_xv = InputParamDefinitionType ( 'OLF', 'DISV2D', 'VERTICES', 'XV', 'XV', 'DOUBLE', '', 'x-coordinate for vertex', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_yv = InputParamDefinitionType ( 'OLF', 'DISV2D', 'VERTICES', 'YV', 'YV', 'DOUBLE', '', 'y-coordinate for vertex', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_icell2d = InputParamDefinitionType ( 'OLF', 'DISV2D', 'CELL2D', 'ICELL2D', 'ICELL2D', 'INTEGER', '', 'cell2d number', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_xc = InputParamDefinitionType ( 'OLF', 'DISV2D', 'CELL2D', 'XC', 'XC', 'DOUBLE', '', 'x-coordinate for cell center', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_yc = InputParamDefinitionType ( 'OLF', 'DISV2D', 'CELL2D', 'YC', 'YC', 'DOUBLE', '', 'y-coordinate for cell center', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_ncvert = InputParamDefinitionType ( 'OLF', 'DISV2D', 'CELL2D', 'NCVERT', 'NCVERT', 'INTEGER', '', 'number of cell vertices', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_icvert = InputParamDefinitionType ( 'OLF', 'DISV2D', 'CELL2D', 'ICVERT', 'ICVERT', 'INTEGER1D', 'NCVERT', 'array of vertex numbers', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public olf_disv2d_param_definitions = [ olfdisv2d_length_units, olfdisv2d_nogrb, olfdisv2d_xorigin, olfdisv2d_yorigin, olfdisv2d_angrot, olfdisv2d_export_ascii, olfdisv2d_nodes, olfdisv2d_nvert, olfdisv2d_bottom, olfdisv2d_idomain, olfdisv2d_iv, olfdisv2d_xv, olfdisv2d_yv, olfdisv2d_icell2d, olfdisv2d_xc, olfdisv2d_yc, olfdisv2d_ncvert, olfdisv2d_icvert ]
 
type(inputparamdefinitiontype), parameter olfdisv2d_vertices = InputParamDefinitionType ( 'OLF', 'DISV2D', 'VERTICES', 'VERTICES', 'VERTICES', 'RECARRAY IV XV YV', 'NVERT', 'vertices data', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdisv2d_cell2d = InputParamDefinitionType ( 'OLF', 'DISV2D', 'CELL2D', 'CELL2D', 'CELL2D', 'RECARRAY ICELL2D XC YC NCVERT ICVERT', 'NODES', 'cell2d data', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public olf_disv2d_aggregate_definitions = [ olfdisv2d_vertices, olfdisv2d_cell2d ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public olf_disv2d_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

◆ olf_disv2d_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public olfdisv2dinputmodule::olf_disv2d_aggregate_definitions = [ olfdisv2d_vertices, olfdisv2d_cell2d ]

Definition at line 426 of file olf-disv2didm.f90.

426  type(InputParamDefinitionType), parameter :: &
427  olf_disv2d_aggregate_definitions(*) = &
428  [ &
429  olfdisv2d_vertices, &
430  olfdisv2d_cell2d &
431  ]

◆ olf_disv2d_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public olfdisv2dinputmodule::olf_disv2d_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 433 of file olf-disv2didm.f90.

433  type(InputBlockDefinitionType), parameter :: &
434  olf_disv2d_block_definitions(*) = &
435  [ &
436  inputblockdefinitiontype( &
437  'OPTIONS', & ! blockname
438  .false., & ! required
439  .false., & ! aggregate
440  .false. & ! block_variable
441  ), &
442  inputblockdefinitiontype( &
443  'DIMENSIONS', & ! blockname
444  .true., & ! required
445  .false., & ! aggregate
446  .false. & ! block_variable
447  ), &
448  inputblockdefinitiontype( &
449  'GRIDDATA', & ! blockname
450  .true., & ! required
451  .false., & ! aggregate
452  .false. & ! block_variable
453  ), &
454  inputblockdefinitiontype( &
455  'VERTICES', & ! blockname
456  .true., & ! required
457  .true., & ! aggregate
458  .false. & ! block_variable
459  ), &
460  inputblockdefinitiontype( &
461  'CELL2D', & ! blockname
462  .true., & ! required
463  .true., & ! aggregate
464  .false. & ! block_variable
465  ) &
466  ]

◆ olf_disv2d_multi_package

logical, public olfdisv2dinputmodule::olf_disv2d_multi_package = .false.

Definition at line 35 of file olf-disv2didm.f90.

35  logical :: olf_disv2d_multi_package = .false.

◆ olf_disv2d_param_definitions

Definition at line 367 of file olf-disv2didm.f90.

367  type(InputParamDefinitionType), parameter :: &
368  olf_disv2d_param_definitions(*) = &
369  [ &
370  olfdisv2d_length_units, &
371  olfdisv2d_nogrb, &
372  olfdisv2d_xorigin, &
373  olfdisv2d_yorigin, &
374  olfdisv2d_angrot, &
375  olfdisv2d_export_ascii, &
376  olfdisv2d_nodes, &
377  olfdisv2d_nvert, &
378  olfdisv2d_bottom, &
379  olfdisv2d_idomain, &
380  olfdisv2d_iv, &
381  olfdisv2d_xv, &
382  olfdisv2d_yv, &
383  olfdisv2d_icell2d, &
384  olfdisv2d_xc, &
385  olfdisv2d_yc, &
386  olfdisv2d_ncvert, &
387  olfdisv2d_icvert &
388  ]

◆ olf_disv2d_subpackages

character(len=16), dimension(*), parameter, public olfdisv2dinputmodule::olf_disv2d_subpackages = [ ' ' ]

Definition at line 37 of file olf-disv2didm.f90.

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

◆ olfdisv2d_angrot

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_angrot = InputParamDefinitionType ( 'OLF', 'DISV2D', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false. )
private

Definition at line 115 of file olf-disv2didm.f90.

115  type(InputParamDefinitionType), parameter :: &
116  olfdisv2d_angrot = inputparamdefinitiontype &
117  ( &
118  'OLF', & ! component
119  'DISV2D', & ! subcomponent
120  'OPTIONS', & ! block
121  'ANGROT', & ! tag name
122  'ANGROT', & ! fortran variable
123  'DOUBLE', & ! type
124  '', & ! shape
125  'rotation angle', & ! longname
126  .false., & ! required
127  .false., & ! multi-record
128  .false., & ! preserve case
129  .false., & ! layered
130  .false. & ! timeseries
131  )

◆ olfdisv2d_bottom

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_bottom = InputParamDefinitionType ( 'OLF', 'DISV2D', 'GRIDDATA', 'BOTTOM', 'BOTTOM', 'DOUBLE1D', 'NODES', 'model bottom elevation', .true., .false., .false., .false., .false. )
private

Definition at line 187 of file olf-disv2didm.f90.

187  type(InputParamDefinitionType), parameter :: &
188  olfdisv2d_bottom = inputparamdefinitiontype &
189  ( &
190  'OLF', & ! component
191  'DISV2D', & ! subcomponent
192  'GRIDDATA', & ! block
193  'BOTTOM', & ! tag name
194  'BOTTOM', & ! fortran variable
195  'DOUBLE1D', & ! type
196  'NODES', & ! shape
197  'model bottom elevation', & ! longname
198  .true., & ! required
199  .false., & ! multi-record
200  .false., & ! preserve case
201  .false., & ! layered
202  .false. & ! timeseries
203  )

◆ olfdisv2d_cell2d

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_cell2d = InputParamDefinitionType ( 'OLF', 'DISV2D', 'CELL2D', 'CELL2D', 'CELL2D', 'RECARRAY ICELL2D XC YC NCVERT ICVERT', 'NODES', 'cell2d data', .true., .false., .false., .false., .false. )
private

Definition at line 408 of file olf-disv2didm.f90.

408  type(InputParamDefinitionType), parameter :: &
409  olfdisv2d_cell2d = inputparamdefinitiontype &
410  ( &
411  'OLF', & ! component
412  'DISV2D', & ! subcomponent
413  'CELL2D', & ! block
414  'CELL2D', & ! tag name
415  'CELL2D', & ! fortran variable
416  'RECARRAY ICELL2D XC YC NCVERT ICVERT', & ! type
417  'NODES', & ! shape
418  'cell2d data', & ! longname
419  .true., & ! required
420  .false., & ! multi-record
421  .false., & ! preserve case
422  .false., & ! layered
423  .false. & ! timeseries
424  )

◆ olfdisv2d_export_ascii

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_export_ascii = InputParamDefinitionType ( 'OLF', 'DISV2D', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
private

Definition at line 133 of file olf-disv2didm.f90.

133  type(InputParamDefinitionType), parameter :: &
134  olfdisv2d_export_ascii = inputparamdefinitiontype &
135  ( &
136  'OLF', & ! component
137  'DISV2D', & ! subcomponent
138  'OPTIONS', & ! block
139  'EXPORT_ARRAY_ASCII', & ! tag name
140  'EXPORT_ASCII', & ! fortran variable
141  'KEYWORD', & ! type
142  '', & ! shape
143  'export array variables to layered ascii files.', & ! longname
144  .false., & ! required
145  .false., & ! multi-record
146  .false., & ! preserve case
147  .false., & ! layered
148  .false. & ! timeseries
149  )

◆ olfdisv2d_icell2d

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_icell2d = InputParamDefinitionType ( 'OLF', 'DISV2D', 'CELL2D', 'ICELL2D', 'ICELL2D', 'INTEGER', '', 'cell2d number', .true., .true., .false., .false., .false. )
private

Definition at line 277 of file olf-disv2didm.f90.

277  type(InputParamDefinitionType), parameter :: &
278  olfdisv2d_icell2d = inputparamdefinitiontype &
279  ( &
280  'OLF', & ! component
281  'DISV2D', & ! subcomponent
282  'CELL2D', & ! block
283  'ICELL2D', & ! tag name
284  'ICELL2D', & ! fortran variable
285  'INTEGER', & ! type
286  '', & ! shape
287  'cell2d number', & ! longname
288  .true., & ! required
289  .true., & ! multi-record
290  .false., & ! preserve case
291  .false., & ! layered
292  .false. & ! timeseries
293  )

◆ olfdisv2d_icvert

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_icvert = InputParamDefinitionType ( 'OLF', 'DISV2D', 'CELL2D', 'ICVERT', 'ICVERT', 'INTEGER1D', 'NCVERT', 'array of vertex numbers', .true., .true., .false., .false., .false. )
private

Definition at line 349 of file olf-disv2didm.f90.

349  type(InputParamDefinitionType), parameter :: &
350  olfdisv2d_icvert = inputparamdefinitiontype &
351  ( &
352  'OLF', & ! component
353  'DISV2D', & ! subcomponent
354  'CELL2D', & ! block
355  'ICVERT', & ! tag name
356  'ICVERT', & ! fortran variable
357  'INTEGER1D', & ! type
358  'NCVERT', & ! shape
359  'array of vertex numbers', & ! longname
360  .true., & ! required
361  .true., & ! multi-record
362  .false., & ! preserve case
363  .false., & ! layered
364  .false. & ! timeseries
365  )

◆ olfdisv2d_idomain

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_idomain = InputParamDefinitionType ( 'OLF', 'DISV2D', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER1D', 'NODES', 'idomain existence array', .false., .false., .false., .false., .false. )
private

Definition at line 205 of file olf-disv2didm.f90.

205  type(InputParamDefinitionType), parameter :: &
206  olfdisv2d_idomain = inputparamdefinitiontype &
207  ( &
208  'OLF', & ! component
209  'DISV2D', & ! subcomponent
210  'GRIDDATA', & ! block
211  'IDOMAIN', & ! tag name
212  'IDOMAIN', & ! fortran variable
213  'INTEGER1D', & ! type
214  'NODES', & ! shape
215  'idomain existence array', & ! longname
216  .false., & ! required
217  .false., & ! multi-record
218  .false., & ! preserve case
219  .false., & ! layered
220  .false. & ! timeseries
221  )

◆ olfdisv2d_iv

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_iv = InputParamDefinitionType ( 'OLF', 'DISV2D', 'VERTICES', 'IV', 'IV', 'INTEGER', '', 'vertex number', .true., .true., .false., .false., .false. )
private

Definition at line 223 of file olf-disv2didm.f90.

223  type(InputParamDefinitionType), parameter :: &
224  olfdisv2d_iv = inputparamdefinitiontype &
225  ( &
226  'OLF', & ! component
227  'DISV2D', & ! subcomponent
228  'VERTICES', & ! block
229  'IV', & ! tag name
230  'IV', & ! fortran variable
231  'INTEGER', & ! type
232  '', & ! shape
233  'vertex number', & ! longname
234  .true., & ! required
235  .true., & ! multi-record
236  .false., & ! preserve case
237  .false., & ! layered
238  .false. & ! timeseries
239  )

◆ olfdisv2d_length_units

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_length_units = InputParamDefinitionType ( 'OLF', 'DISV2D', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false. )
private

Definition at line 43 of file olf-disv2didm.f90.

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

◆ olfdisv2d_ncvert

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_ncvert = InputParamDefinitionType ( 'OLF', 'DISV2D', 'CELL2D', 'NCVERT', 'NCVERT', 'INTEGER', '', 'number of cell vertices', .true., .true., .false., .false., .false. )
private

Definition at line 331 of file olf-disv2didm.f90.

331  type(InputParamDefinitionType), parameter :: &
332  olfdisv2d_ncvert = inputparamdefinitiontype &
333  ( &
334  'OLF', & ! component
335  'DISV2D', & ! subcomponent
336  'CELL2D', & ! block
337  'NCVERT', & ! tag name
338  'NCVERT', & ! fortran variable
339  'INTEGER', & ! type
340  '', & ! shape
341  'number of cell vertices', & ! longname
342  .true., & ! required
343  .true., & ! multi-record
344  .false., & ! preserve case
345  .false., & ! layered
346  .false. & ! timeseries
347  )

◆ olfdisv2d_nodes

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_nodes = InputParamDefinitionType ( 'OLF', 'DISV2D', 'DIMENSIONS', 'NODES', 'NODES', 'INTEGER', '', 'number of cells per layer', .true., .false., .false., .false., .false. )
private

Definition at line 151 of file olf-disv2didm.f90.

151  type(InputParamDefinitionType), parameter :: &
152  olfdisv2d_nodes = inputparamdefinitiontype &
153  ( &
154  'OLF', & ! component
155  'DISV2D', & ! subcomponent
156  'DIMENSIONS', & ! block
157  'NODES', & ! tag name
158  'NODES', & ! fortran variable
159  'INTEGER', & ! type
160  '', & ! shape
161  'number of cells per layer', & ! longname
162  .true., & ! required
163  .false., & ! multi-record
164  .false., & ! preserve case
165  .false., & ! layered
166  .false. & ! timeseries
167  )

◆ olfdisv2d_nogrb

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_nogrb = InputParamDefinitionType ( 'OLF', 'DISV2D', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. )
private

Definition at line 61 of file olf-disv2didm.f90.

61  type(InputParamDefinitionType), parameter :: &
62  olfdisv2d_nogrb = inputparamdefinitiontype &
63  ( &
64  'OLF', & ! component
65  'DISV2D', & ! 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., & ! multi-record
74  .false., & ! preserve case
75  .false., & ! layered
76  .false. & ! timeseries
77  )

◆ olfdisv2d_nvert

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_nvert = InputParamDefinitionType ( 'OLF', 'DISV2D', 'DIMENSIONS', 'NVERT', 'NVERT', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false. )
private

Definition at line 169 of file olf-disv2didm.f90.

169  type(InputParamDefinitionType), parameter :: &
170  olfdisv2d_nvert = inputparamdefinitiontype &
171  ( &
172  'OLF', & ! component
173  'DISV2D', & ! subcomponent
174  'DIMENSIONS', & ! block
175  'NVERT', & ! tag name
176  'NVERT', & ! fortran variable
177  'INTEGER', & ! type
178  '', & ! shape
179  'number of columns', & ! longname
180  .true., & ! required
181  .false., & ! multi-record
182  .false., & ! preserve case
183  .false., & ! layered
184  .false. & ! timeseries
185  )

◆ olfdisv2d_vertices

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_vertices = InputParamDefinitionType ( 'OLF', 'DISV2D', 'VERTICES', 'VERTICES', 'VERTICES', 'RECARRAY IV XV YV', 'NVERT', 'vertices data', .true., .false., .false., .false., .false. )
private

Definition at line 390 of file olf-disv2didm.f90.

390  type(InputParamDefinitionType), parameter :: &
391  olfdisv2d_vertices = inputparamdefinitiontype &
392  ( &
393  'OLF', & ! component
394  'DISV2D', & ! subcomponent
395  'VERTICES', & ! block
396  'VERTICES', & ! tag name
397  'VERTICES', & ! fortran variable
398  'RECARRAY IV XV YV', & ! type
399  'NVERT', & ! shape
400  'vertices data', & ! longname
401  .true., & ! required
402  .false., & ! multi-record
403  .false., & ! preserve case
404  .false., & ! layered
405  .false. & ! timeseries
406  )

◆ olfdisv2d_xc

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_xc = InputParamDefinitionType ( 'OLF', 'DISV2D', 'CELL2D', 'XC', 'XC', 'DOUBLE', '', 'x-coordinate for cell center', .true., .true., .false., .false., .false. )
private

Definition at line 295 of file olf-disv2didm.f90.

295  type(InputParamDefinitionType), parameter :: &
296  olfdisv2d_xc = inputparamdefinitiontype &
297  ( &
298  'OLF', & ! component
299  'DISV2D', & ! subcomponent
300  'CELL2D', & ! block
301  'XC', & ! tag name
302  'XC', & ! fortran variable
303  'DOUBLE', & ! type
304  '', & ! shape
305  'x-coordinate for cell center', & ! longname
306  .true., & ! required
307  .true., & ! multi-record
308  .false., & ! preserve case
309  .false., & ! layered
310  .false. & ! timeseries
311  )

◆ olfdisv2d_xorigin

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_xorigin = InputParamDefinitionType ( 'OLF', 'DISV2D', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position of the model grid origin', .false., .false., .false., .false., .false. )
private

Definition at line 79 of file olf-disv2didm.f90.

79  type(InputParamDefinitionType), parameter :: &
80  olfdisv2d_xorigin = inputparamdefinitiontype &
81  ( &
82  'OLF', & ! component
83  'DISV2D', & ! subcomponent
84  'OPTIONS', & ! block
85  'XORIGIN', & ! tag name
86  'XORIGIN', & ! fortran variable
87  'DOUBLE', & ! type
88  '', & ! shape
89  'x-position of the model grid origin', & ! longname
90  .false., & ! required
91  .false., & ! multi-record
92  .false., & ! preserve case
93  .false., & ! layered
94  .false. & ! timeseries
95  )

◆ olfdisv2d_xv

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_xv = InputParamDefinitionType ( 'OLF', 'DISV2D', 'VERTICES', 'XV', 'XV', 'DOUBLE', '', 'x-coordinate for vertex', .true., .true., .false., .false., .false. )
private

Definition at line 241 of file olf-disv2didm.f90.

241  type(InputParamDefinitionType), parameter :: &
242  olfdisv2d_xv = inputparamdefinitiontype &
243  ( &
244  'OLF', & ! component
245  'DISV2D', & ! subcomponent
246  'VERTICES', & ! block
247  'XV', & ! tag name
248  'XV', & ! fortran variable
249  'DOUBLE', & ! type
250  '', & ! shape
251  'x-coordinate for vertex', & ! longname
252  .true., & ! required
253  .true., & ! multi-record
254  .false., & ! preserve case
255  .false., & ! layered
256  .false. & ! timeseries
257  )

◆ olfdisv2d_yc

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_yc = InputParamDefinitionType ( 'OLF', 'DISV2D', 'CELL2D', 'YC', 'YC', 'DOUBLE', '', 'y-coordinate for cell center', .true., .true., .false., .false., .false. )
private

Definition at line 313 of file olf-disv2didm.f90.

313  type(InputParamDefinitionType), parameter :: &
314  olfdisv2d_yc = inputparamdefinitiontype &
315  ( &
316  'OLF', & ! component
317  'DISV2D', & ! subcomponent
318  'CELL2D', & ! block
319  'YC', & ! tag name
320  'YC', & ! fortran variable
321  'DOUBLE', & ! type
322  '', & ! shape
323  'y-coordinate for cell center', & ! longname
324  .true., & ! required
325  .true., & ! multi-record
326  .false., & ! preserve case
327  .false., & ! layered
328  .false. & ! timeseries
329  )

◆ olfdisv2d_yorigin

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_yorigin = InputParamDefinitionType ( 'OLF', 'DISV2D', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position of the model grid origin', .false., .false., .false., .false., .false. )
private

Definition at line 97 of file olf-disv2didm.f90.

97  type(InputParamDefinitionType), parameter :: &
98  olfdisv2d_yorigin = inputparamdefinitiontype &
99  ( &
100  'OLF', & ! component
101  'DISV2D', & ! subcomponent
102  'OPTIONS', & ! block
103  'YORIGIN', & ! tag name
104  'YORIGIN', & ! fortran variable
105  'DOUBLE', & ! type
106  '', & ! shape
107  'y-position of the model grid origin', & ! longname
108  .false., & ! required
109  .false., & ! multi-record
110  .false., & ! preserve case
111  .false., & ! layered
112  .false. & ! timeseries
113  )

◆ olfdisv2d_yv

type(inputparamdefinitiontype), parameter olfdisv2dinputmodule::olfdisv2d_yv = InputParamDefinitionType ( 'OLF', 'DISV2D', 'VERTICES', 'YV', 'YV', 'DOUBLE', '', 'y-coordinate for vertex', .true., .true., .false., .false., .false. )
private

Definition at line 259 of file olf-disv2didm.f90.

259  type(InputParamDefinitionType), parameter :: &
260  olfdisv2d_yv = inputparamdefinitiontype &
261  ( &
262  'OLF', & ! component
263  'DISV2D', & ! subcomponent
264  'VERTICES', & ! block
265  'YV', & ! tag name
266  'YV', & ! fortran variable
267  'DOUBLE', & ! type
268  '', & ! shape
269  'y-coordinate for vertex', & ! longname
270  .true., & ! required
271  .true., & ! multi-record
272  .false., & ! preserve case
273  .false., & ! layered
274  .false. & ! timeseries
275  )