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

Data Types

type  olfdis2dparamfoundtype
 

Variables

logical, public olf_dis2d_multi_package = .false.
 
character(len=16), dimension(*), parameter, public olf_dis2d_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter olfdis2d_length_units = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdis2d_nogrb = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdis2d_grb_filerecord = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'GRB_FILERECORD', 'GRB_FILERECORD', 'RECORD GRB6 FILEOUT GRB6_FILENAME', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdis2d_grb6 = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'GRB6', 'GRB6', 'KEYWORD', '', 'grb keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdis2d_fileout = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdis2d_grb6_filename = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'GRB6_FILENAME', 'GRB6_FILENAME', 'STRING', '', 'file name of GRB information', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdis2d_xorigin = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'XORIGIN', 'XORIGIN', 'DOUBLE', '', 'x-position of the model grid origin', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdis2d_yorigin = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'YORIGIN', 'YORIGIN', 'DOUBLE', '', 'y-position of the model grid origin', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdis2d_angrot = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdis2d_export_ascii = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'EXPORT_ARRAY_ASCII', 'EXPORT_ASCII', 'KEYWORD', '', 'export array variables to layered ascii files.', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdis2d_nrow = InputParamDefinitionType ( 'OLF', 'DIS2D', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdis2d_ncol = InputParamDefinitionType ( 'OLF', 'DIS2D', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdis2d_delr = InputParamDefinitionType ( 'OLF', 'DIS2D', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', 'spacing along a row', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdis2d_delc = InputParamDefinitionType ( 'OLF', 'DIS2D', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdis2d_bottom = InputParamDefinitionType ( 'OLF', 'DIS2D', 'GRIDDATA', 'BOTTOM', 'BOTTOM', 'DOUBLE2D', 'NCOL NROW', 'cell bottom elevation', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfdis2d_idomain = InputParamDefinitionType ( 'OLF', 'DIS2D', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER2D', 'NCOL NROW', 'idomain existence array', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public olf_dis2d_param_definitions = [ olfdis2d_length_units, olfdis2d_nogrb, olfdis2d_grb_filerecord, olfdis2d_grb6, olfdis2d_fileout, olfdis2d_grb6_filename, olfdis2d_xorigin, olfdis2d_yorigin, olfdis2d_angrot, olfdis2d_export_ascii, olfdis2d_nrow, olfdis2d_ncol, olfdis2d_delr, olfdis2d_delc, olfdis2d_bottom, olfdis2d_idomain ]
 
type(inputparamdefinitiontype), dimension(*), parameter, public olf_dis2d_aggregate_definitions = [ InputParamDefinitionType ( '', '', '', '', '', '', '', '', .false., .false., .false., .false., .false. ) ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public olf_dis2d_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'GRIDDATA', .true., .false., .false. ) ]
 

Variable Documentation

◆ olf_dis2d_aggregate_definitions

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

Definition at line 350 of file olf-dis2didm.f90.

350  type(InputParamDefinitionType), parameter :: &
351  olf_dis2d_aggregate_definitions(*) = &
352  [ &
353  inputparamdefinitiontype &
354  ( &
355  '', & ! component
356  '', & ! subcomponent
357  '', & ! block
358  '', & ! tag name
359  '', & ! fortran variable
360  '', & ! type
361  '', & ! shape
362  '', & ! longname
363  .false., & ! required
364  .false., & ! multi-record
365  .false., & ! preserve case
366  .false., & ! layered
367  .false. & ! timeseries
368  ) &
369  ]

◆ olf_dis2d_block_definitions

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

Definition at line 371 of file olf-dis2didm.f90.

371  type(InputBlockDefinitionType), parameter :: &
372  olf_dis2d_block_definitions(*) = &
373  [ &
374  inputblockdefinitiontype( &
375  'OPTIONS', & ! blockname
376  .false., & ! required
377  .false., & ! aggregate
378  .false. & ! block_variable
379  ), &
380  inputblockdefinitiontype( &
381  'DIMENSIONS', & ! blockname
382  .true., & ! required
383  .false., & ! aggregate
384  .false. & ! block_variable
385  ), &
386  inputblockdefinitiontype( &
387  'GRIDDATA', & ! blockname
388  .true., & ! required
389  .false., & ! aggregate
390  .false. & ! block_variable
391  ) &
392  ]

◆ olf_dis2d_multi_package

logical, public olfdis2dinputmodule::olf_dis2d_multi_package = .false.

Definition at line 33 of file olf-dis2didm.f90.

33  logical :: olf_dis2d_multi_package = .false.

◆ olf_dis2d_param_definitions

Definition at line 329 of file olf-dis2didm.f90.

329  type(InputParamDefinitionType), parameter :: &
330  olf_dis2d_param_definitions(*) = &
331  [ &
332  olfdis2d_length_units, &
333  olfdis2d_nogrb, &
334  olfdis2d_grb_filerecord, &
335  olfdis2d_grb6, &
336  olfdis2d_fileout, &
337  olfdis2d_grb6_filename, &
338  olfdis2d_xorigin, &
339  olfdis2d_yorigin, &
340  olfdis2d_angrot, &
341  olfdis2d_export_ascii, &
342  olfdis2d_nrow, &
343  olfdis2d_ncol, &
344  olfdis2d_delr, &
345  olfdis2d_delc, &
346  olfdis2d_bottom, &
347  olfdis2d_idomain &
348  ]

◆ olf_dis2d_subpackages

character(len=16), dimension(*), parameter, public olfdis2dinputmodule::olf_dis2d_subpackages = [ ' ' ]

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

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

◆ olfdis2d_angrot

type(inputparamdefinitiontype), parameter olfdis2dinputmodule::olfdis2d_angrot = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'ANGROT', 'ANGROT', 'DOUBLE', '', 'rotation angle', .false., .false., .false., .false., .false. )
private

Definition at line 185 of file olf-dis2didm.f90.

185  type(InputParamDefinitionType), parameter :: &
186  olfdis2d_angrot = inputparamdefinitiontype &
187  ( &
188  'OLF', & ! component
189  'DIS2D', & ! subcomponent
190  'OPTIONS', & ! block
191  'ANGROT', & ! tag name
192  'ANGROT', & ! fortran variable
193  'DOUBLE', & ! type
194  '', & ! shape
195  'rotation angle', & ! longname
196  .false., & ! required
197  .false., & ! multi-record
198  .false., & ! preserve case
199  .false., & ! layered
200  .false. & ! timeseries
201  )

◆ olfdis2d_bottom

type(inputparamdefinitiontype), parameter olfdis2dinputmodule::olfdis2d_bottom = InputParamDefinitionType ( 'OLF', 'DIS2D', 'GRIDDATA', 'BOTTOM', 'BOTTOM', 'DOUBLE2D', 'NCOL NROW', 'cell bottom elevation', .true., .false., .false., .false., .false. )
private

Definition at line 293 of file olf-dis2didm.f90.

293  type(InputParamDefinitionType), parameter :: &
294  olfdis2d_bottom = inputparamdefinitiontype &
295  ( &
296  'OLF', & ! component
297  'DIS2D', & ! subcomponent
298  'GRIDDATA', & ! block
299  'BOTTOM', & ! tag name
300  'BOTTOM', & ! fortran variable
301  'DOUBLE2D', & ! type
302  'NCOL NROW', & ! shape
303  'cell bottom elevation', & ! longname
304  .true., & ! required
305  .false., & ! multi-record
306  .false., & ! preserve case
307  .false., & ! layered
308  .false. & ! timeseries
309  )

◆ olfdis2d_delc

type(inputparamdefinitiontype), parameter olfdis2dinputmodule::olfdis2d_delc = InputParamDefinitionType ( 'OLF', 'DIS2D', 'GRIDDATA', 'DELC', 'DELC', 'DOUBLE1D', 'NROW', 'spacing along a column', .true., .false., .false., .false., .false. )
private

Definition at line 275 of file olf-dis2didm.f90.

275  type(InputParamDefinitionType), parameter :: &
276  olfdis2d_delc = inputparamdefinitiontype &
277  ( &
278  'OLF', & ! component
279  'DIS2D', & ! subcomponent
280  'GRIDDATA', & ! block
281  'DELC', & ! tag name
282  'DELC', & ! fortran variable
283  'DOUBLE1D', & ! type
284  'NROW', & ! shape
285  'spacing along a column', & ! longname
286  .true., & ! required
287  .false., & ! multi-record
288  .false., & ! preserve case
289  .false., & ! layered
290  .false. & ! timeseries
291  )

◆ olfdis2d_delr

type(inputparamdefinitiontype), parameter olfdis2dinputmodule::olfdis2d_delr = InputParamDefinitionType ( 'OLF', 'DIS2D', 'GRIDDATA', 'DELR', 'DELR', 'DOUBLE1D', 'NCOL', 'spacing along a row', .true., .false., .false., .false., .false. )
private

Definition at line 257 of file olf-dis2didm.f90.

257  type(InputParamDefinitionType), parameter :: &
258  olfdis2d_delr = inputparamdefinitiontype &
259  ( &
260  'OLF', & ! component
261  'DIS2D', & ! subcomponent
262  'GRIDDATA', & ! block
263  'DELR', & ! tag name
264  'DELR', & ! fortran variable
265  'DOUBLE1D', & ! type
266  'NCOL', & ! shape
267  'spacing along a row', & ! longname
268  .true., & ! required
269  .false., & ! multi-record
270  .false., & ! preserve case
271  .false., & ! layered
272  .false. & ! timeseries
273  )

◆ olfdis2d_export_ascii

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

Definition at line 203 of file olf-dis2didm.f90.

203  type(InputParamDefinitionType), parameter :: &
204  olfdis2d_export_ascii = inputparamdefinitiontype &
205  ( &
206  'OLF', & ! component
207  'DIS2D', & ! subcomponent
208  'OPTIONS', & ! block
209  'EXPORT_ARRAY_ASCII', & ! tag name
210  'EXPORT_ASCII', & ! fortran variable
211  'KEYWORD', & ! type
212  '', & ! shape
213  'export array variables to layered ascii files.', & ! longname
214  .false., & ! required
215  .false., & ! multi-record
216  .false., & ! preserve case
217  .false., & ! layered
218  .false. & ! timeseries
219  )

◆ olfdis2d_fileout

type(inputparamdefinitiontype), parameter olfdis2dinputmodule::olfdis2d_fileout = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'FILEOUT', 'FILEOUT', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
private

Definition at line 113 of file olf-dis2didm.f90.

113  type(InputParamDefinitionType), parameter :: &
114  olfdis2d_fileout = inputparamdefinitiontype &
115  ( &
116  'OLF', & ! component
117  'DIS2D', & ! subcomponent
118  'OPTIONS', & ! block
119  'FILEOUT', & ! tag name
120  'FILEOUT', & ! fortran variable
121  'KEYWORD', & ! type
122  '', & ! shape
123  'file keyword', & ! longname
124  .true., & ! required
125  .true., & ! multi-record
126  .false., & ! preserve case
127  .false., & ! layered
128  .false. & ! timeseries
129  )

◆ olfdis2d_grb6

type(inputparamdefinitiontype), parameter olfdis2dinputmodule::olfdis2d_grb6 = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'GRB6', 'GRB6', 'KEYWORD', '', 'grb keyword', .true., .true., .false., .false., .false. )
private

Definition at line 95 of file olf-dis2didm.f90.

95  type(InputParamDefinitionType), parameter :: &
96  olfdis2d_grb6 = inputparamdefinitiontype &
97  ( &
98  'OLF', & ! component
99  'DIS2D', & ! subcomponent
100  'OPTIONS', & ! block
101  'GRB6', & ! tag name
102  'GRB6', & ! fortran variable
103  'KEYWORD', & ! type
104  '', & ! shape
105  'grb keyword', & ! longname
106  .true., & ! required
107  .true., & ! multi-record
108  .false., & ! preserve case
109  .false., & ! layered
110  .false. & ! timeseries
111  )

◆ olfdis2d_grb6_filename

type(inputparamdefinitiontype), parameter olfdis2dinputmodule::olfdis2d_grb6_filename = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'GRB6_FILENAME', 'GRB6_FILENAME', 'STRING', '', 'file name of GRB information', .true., .true., .true., .false., .false. )
private

Definition at line 131 of file olf-dis2didm.f90.

131  type(InputParamDefinitionType), parameter :: &
132  olfdis2d_grb6_filename = inputparamdefinitiontype &
133  ( &
134  'OLF', & ! component
135  'DIS2D', & ! subcomponent
136  'OPTIONS', & ! block
137  'GRB6_FILENAME', & ! tag name
138  'GRB6_FILENAME', & ! fortran variable
139  'STRING', & ! type
140  '', & ! shape
141  'file name of GRB information', & ! longname
142  .true., & ! required
143  .true., & ! multi-record
144  .true., & ! preserve case
145  .false., & ! layered
146  .false. & ! timeseries
147  )

◆ olfdis2d_grb_filerecord

type(inputparamdefinitiontype), parameter olfdis2dinputmodule::olfdis2d_grb_filerecord = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'GRB_FILERECORD', 'GRB_FILERECORD', 'RECORD GRB6 FILEOUT GRB6_FILENAME', '', '', .false., .false., .false., .false., .false. )
private

Definition at line 77 of file olf-dis2didm.f90.

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

◆ olfdis2d_idomain

type(inputparamdefinitiontype), parameter olfdis2dinputmodule::olfdis2d_idomain = InputParamDefinitionType ( 'OLF', 'DIS2D', 'GRIDDATA', 'IDOMAIN', 'IDOMAIN', 'INTEGER2D', 'NCOL NROW', 'idomain existence array', .false., .false., .false., .false., .false. )
private

Definition at line 311 of file olf-dis2didm.f90.

311  type(InputParamDefinitionType), parameter :: &
312  olfdis2d_idomain = inputparamdefinitiontype &
313  ( &
314  'OLF', & ! component
315  'DIS2D', & ! subcomponent
316  'GRIDDATA', & ! block
317  'IDOMAIN', & ! tag name
318  'IDOMAIN', & ! fortran variable
319  'INTEGER2D', & ! type
320  'NCOL NROW', & ! shape
321  'idomain existence array', & ! longname
322  .false., & ! required
323  .false., & ! multi-record
324  .false., & ! preserve case
325  .false., & ! layered
326  .false. & ! timeseries
327  )

◆ olfdis2d_length_units

type(inputparamdefinitiontype), parameter olfdis2dinputmodule::olfdis2d_length_units = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'LENGTH_UNITS', 'LENGTH_UNITS', 'STRING', '', 'model length units', .false., .false., .false., .false., .false. )
private

Definition at line 41 of file olf-dis2didm.f90.

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

◆ olfdis2d_ncol

type(inputparamdefinitiontype), parameter olfdis2dinputmodule::olfdis2d_ncol = InputParamDefinitionType ( 'OLF', 'DIS2D', 'DIMENSIONS', 'NCOL', 'NCOL', 'INTEGER', '', 'number of columns', .true., .false., .false., .false., .false. )
private

Definition at line 239 of file olf-dis2didm.f90.

239  type(InputParamDefinitionType), parameter :: &
240  olfdis2d_ncol = inputparamdefinitiontype &
241  ( &
242  'OLF', & ! component
243  'DIS2D', & ! subcomponent
244  'DIMENSIONS', & ! block
245  'NCOL', & ! tag name
246  'NCOL', & ! fortran variable
247  'INTEGER', & ! type
248  '', & ! shape
249  'number of columns', & ! longname
250  .true., & ! required
251  .false., & ! multi-record
252  .false., & ! preserve case
253  .false., & ! layered
254  .false. & ! timeseries
255  )

◆ olfdis2d_nogrb

type(inputparamdefinitiontype), parameter olfdis2dinputmodule::olfdis2d_nogrb = InputParamDefinitionType ( 'OLF', 'DIS2D', 'OPTIONS', 'NOGRB', 'NOGRB', 'KEYWORD', '', 'do not write binary grid file', .false., .false., .false., .false., .false. )
private

Definition at line 59 of file olf-dis2didm.f90.

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

◆ olfdis2d_nrow

type(inputparamdefinitiontype), parameter olfdis2dinputmodule::olfdis2d_nrow = InputParamDefinitionType ( 'OLF', 'DIS2D', 'DIMENSIONS', 'NROW', 'NROW', 'INTEGER', '', 'number of rows', .true., .false., .false., .false., .false. )
private

Definition at line 221 of file olf-dis2didm.f90.

221  type(InputParamDefinitionType), parameter :: &
222  olfdis2d_nrow = inputparamdefinitiontype &
223  ( &
224  'OLF', & ! component
225  'DIS2D', & ! subcomponent
226  'DIMENSIONS', & ! block
227  'NROW', & ! tag name
228  'NROW', & ! fortran variable
229  'INTEGER', & ! type
230  '', & ! shape
231  'number of rows', & ! longname
232  .true., & ! required
233  .false., & ! multi-record
234  .false., & ! preserve case
235  .false., & ! layered
236  .false. & ! timeseries
237  )

◆ olfdis2d_xorigin

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

Definition at line 149 of file olf-dis2didm.f90.

149  type(InputParamDefinitionType), parameter :: &
150  olfdis2d_xorigin = inputparamdefinitiontype &
151  ( &
152  'OLF', & ! component
153  'DIS2D', & ! subcomponent
154  'OPTIONS', & ! block
155  'XORIGIN', & ! tag name
156  'XORIGIN', & ! fortran variable
157  'DOUBLE', & ! type
158  '', & ! shape
159  'x-position of the model grid origin', & ! longname
160  .false., & ! required
161  .false., & ! multi-record
162  .false., & ! preserve case
163  .false., & ! layered
164  .false. & ! timeseries
165  )

◆ olfdis2d_yorigin

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

Definition at line 167 of file olf-dis2didm.f90.

167  type(InputParamDefinitionType), parameter :: &
168  olfdis2d_yorigin = inputparamdefinitiontype &
169  ( &
170  'OLF', & ! component
171  'DIS2D', & ! subcomponent
172  'OPTIONS', & ! block
173  'YORIGIN', & ! tag name
174  'YORIGIN', & ! fortran variable
175  'DOUBLE', & ! type
176  '', & ! shape
177  'y-position of the model grid origin', & ! longname
178  .false., & ! required
179  .false., & ! multi-record
180  .false., & ! preserve case
181  .false., & ! layered
182  .false. & ! timeseries
183  )