MODFLOW 6  version 6.6.0.dev0
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. )
 
type(inputparamdefinitiontype), parameter olfcdb_boundnames = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .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. )
 
type(inputparamdefinitiontype), parameter olfcdb_iprflow = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'PRINT_FLOWS', 'IPRFLOW', 'KEYWORD', '', 'print calculated flows to listing file', .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. )
 
type(inputparamdefinitiontype), parameter olfcdb_filein = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .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. )
 
type(inputparamdefinitiontype), parameter olfcdb_obs6 = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfcdb_obs6_filename = InputParamDefinitionType ( 'OLF', 'CDB', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .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. )
 
type(inputparamdefinitiontype), parameter olfcdb_cellid = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfcdb_idcxs = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'IDCXS', 'IDCXS', 'INTEGER', '', 'cross section identifier', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter olfcdb_width = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'WIDTH', 'WIDTH', 'DOUBLE', '', 'width of the zero-depth gradient boundary', .true., .true., .false., .false., .true. )
 
type(inputparamdefinitiontype), parameter olfcdb_auxvar = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .true., .false., .false., .true. )
 
type(inputparamdefinitiontype), parameter olfcdb_boundname = InputParamDefinitionType ( 'OLF', 'CDB', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'zero-depth-gradient boundary name', .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. )
 
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 348 of file olf-cdbidm.f90.

348  type(InputParamDefinitionType), parameter :: &
349  olf_cdb_aggregate_definitions(*) = &
350  [ &
351  olfcdb_spd &
352  ]

◆ 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 354 of file olf-cdbidm.f90.

354  type(InputBlockDefinitionType), parameter :: &
355  olf_cdb_block_definitions(*) = &
356  [ &
357  inputblockdefinitiontype( &
358  'OPTIONS', & ! blockname
359  .false., & ! required
360  .false., & ! aggregate
361  .false. & ! block_variable
362  ), &
363  inputblockdefinitiontype( &
364  'DIMENSIONS', & ! blockname
365  .true., & ! required
366  .false., & ! aggregate
367  .false. & ! block_variable
368  ), &
369  inputblockdefinitiontype( &
370  'PERIOD', & ! blockname
371  .true., & ! required
372  .true., & ! aggregate
373  .true. & ! block_variable
374  ) &
375  ]

◆ 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 310 of file olf-cdbidm.f90.

310  type(InputParamDefinitionType), parameter :: &
311  olf_cdb_param_definitions(*) = &
312  [ &
313  olfcdb_auxiliary, &
314  olfcdb_boundnames, &
315  olfcdb_iprpak, &
316  olfcdb_iprflow, &
317  olfcdb_ipakcb, &
318  olfcdb_filein, &
319  olfcdb_obs_filerecord, &
320  olfcdb_obs6, &
321  olfcdb_obs6_filename, &
322  olfcdb_maxbound, &
323  olfcdb_cellid, &
324  olfcdb_idcxs, &
325  olfcdb_width, &
326  olfcdb_auxvar, &
327  olfcdb_boundname &
328  ]

◆ 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. )
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., & ! multi-record
53  .false., & ! preserve case
54  .false., & ! layered
55  .false. & ! timeseries
56  )

◆ olfcdb_auxvar

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

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

274  type(InputParamDefinitionType), parameter :: &
275  olfcdb_auxvar = inputparamdefinitiontype &
276  ( &
277  'OLF', & ! component
278  'CDB', & ! subcomponent
279  'PERIOD', & ! block
280  'AUX', & ! tag name
281  'AUXVAR', & ! fortran variable
282  'DOUBLE1D', & ! type
283  'NAUX', & ! shape
284  'auxiliary variables', & ! longname
285  .false., & ! required
286  .true., & ! multi-record
287  .false., & ! preserve case
288  .false., & ! layered
289  .true. & ! timeseries
290  )

◆ olfcdb_boundname

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

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

292  type(InputParamDefinitionType), parameter :: &
293  olfcdb_boundname = inputparamdefinitiontype &
294  ( &
295  'OLF', & ! component
296  'CDB', & ! subcomponent
297  'PERIOD', & ! block
298  'BOUNDNAME', & ! tag name
299  'BOUNDNAME', & ! fortran variable
300  'STRING', & ! type
301  '', & ! shape
302  'zero-depth-gradient boundary name', & ! longname
303  .false., & ! required
304  .true., & ! multi-record
305  .false., & ! preserve case
306  .false., & ! layered
307  .false. & ! timeseries
308  )

◆ olfcdb_boundnames

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

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

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

◆ olfcdb_cellid

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

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

220  type(InputParamDefinitionType), parameter :: &
221  olfcdb_cellid = inputparamdefinitiontype &
222  ( &
223  'OLF', & ! component
224  'CDB', & ! subcomponent
225  'PERIOD', & ! block
226  'CELLID', & ! tag name
227  'CELLID', & ! fortran variable
228  'INTEGER1D', & ! type
229  'NCELLDIM', & ! shape
230  'cell identifier', & ! longname
231  .true., & ! required
232  .true., & ! multi-record
233  .false., & ! preserve case
234  .false., & ! layered
235  .false. & ! timeseries
236  )

◆ olfcdb_filein

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

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

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

◆ olfcdb_idcxs

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

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

238  type(InputParamDefinitionType), parameter :: &
239  olfcdb_idcxs = inputparamdefinitiontype &
240  ( &
241  'OLF', & ! component
242  'CDB', & ! subcomponent
243  'PERIOD', & ! block
244  'IDCXS', & ! tag name
245  'IDCXS', & ! fortran variable
246  'INTEGER', & ! type
247  '', & ! shape
248  'cross section identifier', & ! longname
249  .true., & ! required
250  .true., & ! multi-record
251  .false., & ! preserve case
252  .false., & ! layered
253  .false. & ! timeseries
254  )

◆ 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. )
private

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

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

◆ 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. )
private

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

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

◆ 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. )
private

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

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

◆ 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. )
private

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

202  type(InputParamDefinitionType), parameter :: &
203  olfcdb_maxbound = inputparamdefinitiontype &
204  ( &
205  'OLF', & ! component
206  'CDB', & ! subcomponent
207  'DIMENSIONS', & ! block
208  'MAXBOUND', & ! tag name
209  'MAXBOUND', & ! fortran variable
210  'INTEGER', & ! type
211  '', & ! shape
212  'maximum number of critical depth boundaries', & ! longname
213  .true., & ! required
214  .false., & ! multi-record
215  .false., & ! preserve case
216  .false., & ! layered
217  .false. & ! timeseries
218  )

◆ olfcdb_obs6

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

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

166  type(InputParamDefinitionType), parameter :: &
167  olfcdb_obs6 = inputparamdefinitiontype &
168  ( &
169  'OLF', & ! component
170  'CDB', & ! subcomponent
171  'OPTIONS', & ! block
172  'OBS6', & ! tag name
173  'OBS6', & ! fortran variable
174  'KEYWORD', & ! type
175  '', & ! shape
176  'obs keyword', & ! longname
177  .true., & ! required
178  .true., & ! multi-record
179  .false., & ! preserve case
180  .false., & ! layered
181  .false. & ! timeseries
182  )

◆ olfcdb_obs6_filename

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

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

184  type(InputParamDefinitionType), parameter :: &
185  olfcdb_obs6_filename = inputparamdefinitiontype &
186  ( &
187  'OLF', & ! component
188  'CDB', & ! subcomponent
189  'OPTIONS', & ! block
190  'OBS6_FILENAME', & ! tag name
191  'OBS6_FILENAME', & ! fortran variable
192  'STRING', & ! type
193  '', & ! shape
194  'obs6 input filename', & ! longname
195  .true., & ! required
196  .true., & ! multi-record
197  .true., & ! preserve case
198  .false., & ! layered
199  .false. & ! timeseries
200  )

◆ 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. )
private

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

148  type(InputParamDefinitionType), parameter :: &
149  olfcdb_obs_filerecord = inputparamdefinitiontype &
150  ( &
151  'OLF', & ! component
152  'CDB', & ! subcomponent
153  'OPTIONS', & ! block
154  'OBS_FILERECORD', & ! tag name
155  'OBS_FILERECORD', & ! fortran variable
156  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
157  '', & ! shape
158  '', & ! longname
159  .false., & ! required
160  .false., & ! multi-record
161  .false., & ! preserve case
162  .false., & ! layered
163  .false. & ! timeseries
164  )

◆ 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. )
private

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

330  type(InputParamDefinitionType), parameter :: &
331  olfcdb_spd = inputparamdefinitiontype &
332  ( &
333  'OLF', & ! component
334  'CDB', & ! subcomponent
335  'PERIOD', & ! block
336  'STRESS_PERIOD_DATA', & ! tag name
337  'SPD', & ! fortran variable
338  'RECARRAY CELLID IDCXS WIDTH AUX BOUNDNAME', & ! type
339  'MAXBOUND', & ! shape
340  '', & ! longname
341  .true., & ! required
342  .false., & ! multi-record
343  .false., & ! preserve case
344  .false., & ! layered
345  .false. & ! timeseries
346  )

◆ olfcdb_width

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

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

256  type(InputParamDefinitionType), parameter :: &
257  olfcdb_width = inputparamdefinitiontype &
258  ( &
259  'OLF', & ! component
260  'CDB', & ! subcomponent
261  'PERIOD', & ! block
262  'WIDTH', & ! tag name
263  'WIDTH', & ! fortran variable
264  'DOUBLE', & ! type
265  '', & ! shape
266  'width of the zero-depth gradient boundary', & ! longname
267  .true., & ! required
268  .true., & ! multi-record
269  .false., & ! preserve case
270  .false., & ! layered
271  .true. & ! timeseries
272  )