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

Data Types

type  olfcdbparamfoundtype
 

Variables

logical, public olf_cdb_multi_package = .true.
 
character(len=16), dimension(*), parameter, public olf_cdb_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter olfcdb_auxiliary = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfcdb_boundnames = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfcdb_iprpak = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'PRINT_INPUT', 'IPRPAK', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfcdb_iprflow = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'PRINT_FLOWS', 'IPRFLOW', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfcdb_ipakcb = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'save flows to budget file', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfcdb_filein = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfcdb_obs_filerecord = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfcdb_obs6 = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfcdb_obs6_filename = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .false., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfcdb_maxbound = InputParamDefinitionType ( 'OLF', 'CDB', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of critical depth boundaries', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfcdb_cellid = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfcdb_idcxs = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'IDCXS', 'IDCXS', 'INTEGER', '', 'cross section identifier', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfcdb_width = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'WIDTH', 'WIDTH', 'DOUBLE', '', 'width of the zero-depth gradient boundary', .true., .false., .true., .false., .false., .true. )
 
type(inputparamdefinitiontype), parameter olfcdb_auxvar = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .false., .true., .false., .false., .true. )
 
type(inputparamdefinitiontype), parameter olfcdb_boundname = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'zero-depth-gradient boundary name', .false., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public olf_cdb_param_definitions = [ olfcdb_auxiliary, olfcdb_boundnames, olfcdb_iprpak, olfcdb_iprflow, olfcdb_ipakcb, olfcdb_filein, olfcdb_obs_filerecord, olfcdb_obs6, olfcdb_obs6_filename, olfcdb_maxbound, olfcdb_cellid, olfcdb_idcxs, olfcdb_width, olfcdb_auxvar, olfcdb_boundname ]
 
type(inputparamdefinitiontype), parameter olfcdb_spd = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID IDCXS WIDTH AUX BOUNDNAME', 'MAXBOUND', '', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public olf_cdb_aggregate_definitions = [ olfcdb_spd ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public olf_cdb_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ]
 

Variable Documentation

◆ olf_cdb_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public olfcdbinputmodule::olf_cdb_aggregate_definitions = [ olfcdb_spd ]

Definition at line 364 of file olf-cdbidm.f90.

364  type(InputParamDefinitionType), parameter :: &
365  olf_cdb_aggregate_definitions(*) = &
366  [ &
367  olfcdb_spd &
368  ]

◆ olf_cdb_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public olfcdbinputmodule::olf_cdb_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ]

Definition at line 370 of file olf-cdbidm.f90.

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

◆ olf_cdb_multi_package

logical, public olfcdbinputmodule::olf_cdb_multi_package = .true.

Definition at line 32 of file olf-cdbidm.f90.

32  logical :: olf_cdb_multi_package = .true.

◆ olf_cdb_param_definitions

Definition at line 325 of file olf-cdbidm.f90.

325  type(InputParamDefinitionType), parameter :: &
326  olf_cdb_param_definitions(*) = &
327  [ &
328  olfcdb_auxiliary, &
329  olfcdb_boundnames, &
330  olfcdb_iprpak, &
331  olfcdb_iprflow, &
332  olfcdb_ipakcb, &
333  olfcdb_filein, &
334  olfcdb_obs_filerecord, &
335  olfcdb_obs6, &
336  olfcdb_obs6_filename, &
337  olfcdb_maxbound, &
338  olfcdb_cellid, &
339  olfcdb_idcxs, &
340  olfcdb_width, &
341  olfcdb_auxvar, &
342  olfcdb_boundname &
343  ]

◆ olf_cdb_subpackages

character(len=16), dimension(*), parameter, public olfcdbinputmodule::olf_cdb_subpackages = [ ' ' ]

Definition at line 34 of file olf-cdbidm.f90.

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

◆ olfcdb_auxiliary

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_auxiliary = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false., .false. )
private

Definition at line 40 of file olf-cdbidm.f90.

40  type(InputParamDefinitionType), parameter :: &
41  olfcdb_auxiliary = inputparamdefinitiontype &
42  ( &
43  'OLF', & ! component
44  'CDB', & ! subcomponent
45  'OPTIONS', & ! block
46  'AUXILIARY', & ! tag name
47  'AUXILIARY', & ! fortran variable
48  'STRING', & ! type
49  'NAUX', & ! shape
50  'keyword to specify aux variables', & ! longname
51  .false., & ! required
52  .false., & ! prerelease
53  .false., & ! multi-record
54  .false., & ! preserve case
55  .false., & ! layered
56  .false. & ! timeseries
57  )

◆ olfcdb_auxvar

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_auxvar = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .false., .true., .false., .false., .true. )
private

Definition at line 287 of file olf-cdbidm.f90.

287  type(InputParamDefinitionType), parameter :: &
288  olfcdb_auxvar = inputparamdefinitiontype &
289  ( &
290  'OLF', & ! component
291  'CDB', & ! subcomponent
292  'PERIOD', & ! block
293  'AUX', & ! tag name
294  'AUXVAR', & ! fortran variable
295  'DOUBLE1D', & ! type
296  'NAUX', & ! shape
297  'auxiliary variables', & ! longname
298  .false., & ! required
299  .false., & ! prerelease
300  .true., & ! multi-record
301  .false., & ! preserve case
302  .false., & ! layered
303  .true. & ! timeseries
304  )

◆ olfcdb_boundname

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_boundname = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'zero-depth-gradient boundary name', .false., .false., .true., .false., .false., .false. )
private

Definition at line 306 of file olf-cdbidm.f90.

306  type(InputParamDefinitionType), parameter :: &
307  olfcdb_boundname = inputparamdefinitiontype &
308  ( &
309  'OLF', & ! component
310  'CDB', & ! subcomponent
311  'PERIOD', & ! block
312  'BOUNDNAME', & ! tag name
313  'BOUNDNAME', & ! fortran variable
314  'STRING', & ! type
315  '', & ! shape
316  'zero-depth-gradient boundary name', & ! longname
317  .false., & ! required
318  .false., & ! prerelease
319  .true., & ! multi-record
320  .false., & ! preserve case
321  .false., & ! layered
322  .false. & ! timeseries
323  )

◆ olfcdb_boundnames

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_boundnames = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .false., .false., .false., .false., .false., .false. )
private

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

59  type(InputParamDefinitionType), parameter :: &
60  olfcdb_boundnames = inputparamdefinitiontype &
61  ( &
62  'OLF', & ! component
63  'CDB', & ! subcomponent
64  'OPTIONS', & ! block
65  'BOUNDNAMES', & ! tag name
66  'BOUNDNAMES', & ! fortran variable
67  'KEYWORD', & ! type
68  '', & ! shape
69  '', & ! longname
70  .false., & ! required
71  .false., & ! prerelease
72  .false., & ! multi-record
73  .false., & ! preserve case
74  .false., & ! layered
75  .false. & ! timeseries
76  )

◆ olfcdb_cellid

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_cellid = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .false., .true., .false., .false., .false. )
private

Definition at line 230 of file olf-cdbidm.f90.

230  type(InputParamDefinitionType), parameter :: &
231  olfcdb_cellid = inputparamdefinitiontype &
232  ( &
233  'OLF', & ! component
234  'CDB', & ! subcomponent
235  'PERIOD', & ! block
236  'CELLID', & ! tag name
237  'CELLID', & ! fortran variable
238  'INTEGER1D', & ! type
239  'NCELLDIM', & ! shape
240  'cell identifier', & ! longname
241  .true., & ! required
242  .false., & ! prerelease
243  .true., & ! multi-record
244  .false., & ! preserve case
245  .false., & ! layered
246  .false. & ! timeseries
247  )

◆ olfcdb_filein

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_filein = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 135 of file olf-cdbidm.f90.

135  type(InputParamDefinitionType), parameter :: &
136  olfcdb_filein = inputparamdefinitiontype &
137  ( &
138  'OLF', & ! component
139  'CDB', & ! subcomponent
140  'OPTIONS', & ! block
141  'FILEIN', & ! tag name
142  'FILEIN', & ! fortran variable
143  'KEYWORD', & ! type
144  '', & ! shape
145  'file keyword', & ! longname
146  .true., & ! required
147  .false., & ! prerelease
148  .true., & ! multi-record
149  .false., & ! preserve case
150  .false., & ! layered
151  .false. & ! timeseries
152  )

◆ olfcdb_idcxs

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_idcxs = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'IDCXS', 'IDCXS', 'INTEGER', '', 'cross section identifier', .true., .false., .true., .false., .false., .false. )
private

Definition at line 249 of file olf-cdbidm.f90.

249  type(InputParamDefinitionType), parameter :: &
250  olfcdb_idcxs = inputparamdefinitiontype &
251  ( &
252  'OLF', & ! component
253  'CDB', & ! subcomponent
254  'PERIOD', & ! block
255  'IDCXS', & ! tag name
256  'IDCXS', & ! fortran variable
257  'INTEGER', & ! type
258  '', & ! shape
259  'cross section identifier', & ! longname
260  .true., & ! required
261  .false., & ! prerelease
262  .true., & ! multi-record
263  .false., & ! preserve case
264  .false., & ! layered
265  .false. & ! timeseries
266  )

◆ olfcdb_ipakcb

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_ipakcb = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'save flows to budget file', .false., .false., .false., .false., .false., .false. )
private

Definition at line 116 of file olf-cdbidm.f90.

116  type(InputParamDefinitionType), parameter :: &
117  olfcdb_ipakcb = inputparamdefinitiontype &
118  ( &
119  'OLF', & ! component
120  'CDB', & ! subcomponent
121  'OPTIONS', & ! block
122  'SAVE_FLOWS', & ! tag name
123  'IPAKCB', & ! fortran variable
124  'KEYWORD', & ! type
125  '', & ! shape
126  'save flows to budget file', & ! longname
127  .false., & ! required
128  .false., & ! prerelease
129  .false., & ! multi-record
130  .false., & ! preserve case
131  .false., & ! layered
132  .false. & ! timeseries
133  )

◆ olfcdb_iprflow

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_iprflow = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'PRINT_FLOWS', 'IPRFLOW', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false., .false. )
private

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

97  type(InputParamDefinitionType), parameter :: &
98  olfcdb_iprflow = inputparamdefinitiontype &
99  ( &
100  'OLF', & ! component
101  'CDB', & ! subcomponent
102  'OPTIONS', & ! block
103  'PRINT_FLOWS', & ! tag name
104  'IPRFLOW', & ! fortran variable
105  'KEYWORD', & ! type
106  '', & ! shape
107  'print calculated flows to listing file', & ! longname
108  .false., & ! required
109  .false., & ! prerelease
110  .false., & ! multi-record
111  .false., & ! preserve case
112  .false., & ! layered
113  .false. & ! timeseries
114  )

◆ olfcdb_iprpak

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_iprpak = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'PRINT_INPUT', 'IPRPAK', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false., .false. )
private

Definition at line 78 of file olf-cdbidm.f90.

78  type(InputParamDefinitionType), parameter :: &
79  olfcdb_iprpak = inputparamdefinitiontype &
80  ( &
81  'OLF', & ! component
82  'CDB', & ! subcomponent
83  'OPTIONS', & ! block
84  'PRINT_INPUT', & ! tag name
85  'IPRPAK', & ! fortran variable
86  'KEYWORD', & ! type
87  '', & ! shape
88  'print input to listing file', & ! longname
89  .false., & ! required
90  .false., & ! prerelease
91  .false., & ! multi-record
92  .false., & ! preserve case
93  .false., & ! layered
94  .false. & ! timeseries
95  )

◆ olfcdb_maxbound

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_maxbound = InputParamDefinitionType ( 'OLF', 'CDB', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of critical depth boundaries', .true., .false., .false., .false., .false., .false. )
private

Definition at line 211 of file olf-cdbidm.f90.

211  type(InputParamDefinitionType), parameter :: &
212  olfcdb_maxbound = inputparamdefinitiontype &
213  ( &
214  'OLF', & ! component
215  'CDB', & ! subcomponent
216  'DIMENSIONS', & ! block
217  'MAXBOUND', & ! tag name
218  'MAXBOUND', & ! fortran variable
219  'INTEGER', & ! type
220  '', & ! shape
221  'maximum number of critical depth boundaries', & ! longname
222  .true., & ! required
223  .false., & ! prerelease
224  .false., & ! multi-record
225  .false., & ! preserve case
226  .false., & ! layered
227  .false. & ! timeseries
228  )

◆ olfcdb_obs6

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_obs6 = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 173 of file olf-cdbidm.f90.

173  type(InputParamDefinitionType), parameter :: &
174  olfcdb_obs6 = inputparamdefinitiontype &
175  ( &
176  'OLF', & ! component
177  'CDB', & ! subcomponent
178  'OPTIONS', & ! block
179  'OBS6', & ! tag name
180  'OBS6', & ! fortran variable
181  'KEYWORD', & ! type
182  '', & ! shape
183  'obs keyword', & ! longname
184  .true., & ! required
185  .false., & ! prerelease
186  .true., & ! multi-record
187  .false., & ! preserve case
188  .false., & ! layered
189  .false. & ! timeseries
190  )

◆ olfcdb_obs6_filename

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_obs6_filename = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .false., .true., .true., .false., .false. )
private

Definition at line 192 of file olf-cdbidm.f90.

192  type(InputParamDefinitionType), parameter :: &
193  olfcdb_obs6_filename = inputparamdefinitiontype &
194  ( &
195  'OLF', & ! component
196  'CDB', & ! subcomponent
197  'OPTIONS', & ! block
198  'OBS6_FILENAME', & ! tag name
199  'OBS6_FILENAME', & ! fortran variable
200  'STRING', & ! type
201  '', & ! shape
202  'obs6 input filename', & ! longname
203  .true., & ! required
204  .false., & ! prerelease
205  .true., & ! multi-record
206  .true., & ! preserve case
207  .false., & ! layered
208  .false. & ! timeseries
209  )

◆ olfcdb_obs_filerecord

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_obs_filerecord = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
private

Definition at line 154 of file olf-cdbidm.f90.

154  type(InputParamDefinitionType), parameter :: &
155  olfcdb_obs_filerecord = inputparamdefinitiontype &
156  ( &
157  'OLF', & ! component
158  'CDB', & ! subcomponent
159  'OPTIONS', & ! block
160  'OBS_FILERECORD', & ! tag name
161  'OBS_FILERECORD', & ! fortran variable
162  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
163  '', & ! shape
164  '', & ! longname
165  .false., & ! required
166  .false., & ! prerelease
167  .false., & ! multi-record
168  .false., & ! preserve case
169  .false., & ! layered
170  .false. & ! timeseries
171  )

◆ olfcdb_spd

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_spd = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID IDCXS WIDTH AUX BOUNDNAME', 'MAXBOUND', '', .true., .false., .false., .false., .false., .false. )
private

Definition at line 345 of file olf-cdbidm.f90.

345  type(InputParamDefinitionType), parameter :: &
346  olfcdb_spd = inputparamdefinitiontype &
347  ( &
348  'OLF', & ! component
349  'CDB', & ! subcomponent
350  'PERIOD', & ! block
351  'STRESS_PERIOD_DATA', & ! tag name
352  'SPD', & ! fortran variable
353  'RECARRAY CELLID IDCXS WIDTH AUX BOUNDNAME', & ! type
354  'MAXBOUND', & ! shape
355  '', & ! longname
356  .true., & ! required
357  .false., & ! prerelease
358  .false., & ! multi-record
359  .false., & ! preserve case
360  .false., & ! layered
361  .false. & ! timeseries
362  )

◆ olfcdb_width

type(inputparamdefinitiontype), parameter olfcdbinputmodule::olfcdb_width = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'WIDTH', 'WIDTH', 'DOUBLE', '', 'width of the zero-depth gradient boundary', .true., .false., .true., .false., .false., .true. )
private

Definition at line 268 of file olf-cdbidm.f90.

268  type(InputParamDefinitionType), parameter :: &
269  olfcdb_width = inputparamdefinitiontype &
270  ( &
271  'OLF', & ! component
272  'CDB', & ! subcomponent
273  'PERIOD', & ! block
274  'WIDTH', & ! tag name
275  'WIDTH', & ! fortran variable
276  'DOUBLE', & ! type
277  '', & ! shape
278  'width of the zero-depth gradient boundary', & ! longname
279  .true., & ! required
280  .false., & ! prerelease
281  .true., & ! multi-record
282  .false., & ! preserve case
283  .false., & ! layered
284  .true. & ! timeseries
285  )