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

Data Types

type  gwectpparamfoundtype
 

Variables

logical, public gwe_ctp_multi_package = .true.
 
character(len=16), dimension(*), parameter, public gwe_ctp_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter gwectp_auxiliary = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwectp_auxmultname = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'AUXMULTNAME', 'AUXMULTNAME', 'STRING', '', 'name of auxiliary variable for multiplier', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwectp_boundnames = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwectp_iprflow = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'PRINT_INPUT', 'IPRFLOW', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwectp_ipakcb = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'PRINT_FLOWS', 'IPAKCB', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwectp_iprpak = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'SAVE_FLOWS', 'IPRPAK', 'KEYWORD', '', 'save constant temperature flows to budget file', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwectp_ts_filerecord = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'TS_FILERECORD', 'TS_FILERECORD', 'RECORD TS6 FILEIN TS6_FILENAME', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwectp_ts6 = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'TS6', 'TS6', 'KEYWORD', '', 'time series keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwectp_filein = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwectp_ts6_filename = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'TS6_FILENAME', 'TS6_FILENAME', 'STRING', '', 'file name of time series information', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwectp_obs_filerecord = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwectp_obs6 = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwectp_obs6_filename = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwectp_maxbound = InputParamDefinitionType ( 'GWE', 'CTP', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of constant temperatures', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwectp_cellid = InputParamDefinitionType ( 'GWE', 'CTP', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter gwectp_tspvar = InputParamDefinitionType ( 'GWE', 'CTP', 'PERIOD', 'TEMP', 'TSPVAR', 'DOUBLE', '', 'constant temperature value', .true., .true., .false., .false., .true. )
 
type(inputparamdefinitiontype), parameter gwectp_auxvar = InputParamDefinitionType ( 'GWE', 'CTP', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .true., .false., .false., .true. )
 
type(inputparamdefinitiontype), parameter gwectp_boundname = InputParamDefinitionType ( 'GWE', 'CTP', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'constant temperature name', .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_ctp_param_definitions = [ gwectp_auxiliary, gwectp_auxmultname, gwectp_boundnames, gwectp_iprflow, gwectp_ipakcb, gwectp_iprpak, gwectp_ts_filerecord, gwectp_ts6, gwectp_filein, gwectp_ts6_filename, gwectp_obs_filerecord, gwectp_obs6, gwectp_obs6_filename, gwectp_maxbound, gwectp_cellid, gwectp_tspvar, gwectp_auxvar, gwectp_boundname ]
 
type(inputparamdefinitiontype), parameter gwectp_spd = InputParamDefinitionType ( 'GWE', 'CTP', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID TEMP AUX BOUNDNAME', 'MAXBOUND', '', .true., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public gwe_ctp_aggregate_definitions = [ gwectp_spd ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public gwe_ctp_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ]
 

Variable Documentation

◆ gwe_ctp_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public gwectpinputmodule::gwe_ctp_aggregate_definitions = [ gwectp_spd ]

Definition at line 408 of file gwe-ctpidm.f90.

408  type(InputParamDefinitionType), parameter :: &
409  gwe_ctp_aggregate_definitions(*) = &
410  [ &
411  gwectp_spd &
412  ]

◆ gwe_ctp_block_definitions

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

Definition at line 414 of file gwe-ctpidm.f90.

414  type(InputBlockDefinitionType), parameter :: &
415  gwe_ctp_block_definitions(*) = &
416  [ &
417  inputblockdefinitiontype( &
418  'OPTIONS', & ! blockname
419  .false., & ! required
420  .false., & ! aggregate
421  .false. & ! block_variable
422  ), &
423  inputblockdefinitiontype( &
424  'DIMENSIONS', & ! blockname
425  .true., & ! required
426  .false., & ! aggregate
427  .false. & ! block_variable
428  ), &
429  inputblockdefinitiontype( &
430  'PERIOD', & ! blockname
431  .true., & ! required
432  .true., & ! aggregate
433  .true. & ! block_variable
434  ) &
435  ]

◆ gwe_ctp_multi_package

logical, public gwectpinputmodule::gwe_ctp_multi_package = .true.

Definition at line 35 of file gwe-ctpidm.f90.

35  logical :: gwe_ctp_multi_package = .true.

◆ gwe_ctp_param_definitions

Definition at line 367 of file gwe-ctpidm.f90.

367  type(InputParamDefinitionType), parameter :: &
368  gwe_ctp_param_definitions(*) = &
369  [ &
370  gwectp_auxiliary, &
371  gwectp_auxmultname, &
372  gwectp_boundnames, &
373  gwectp_iprflow, &
374  gwectp_ipakcb, &
375  gwectp_iprpak, &
376  gwectp_ts_filerecord, &
377  gwectp_ts6, &
378  gwectp_filein, &
379  gwectp_ts6_filename, &
380  gwectp_obs_filerecord, &
381  gwectp_obs6, &
382  gwectp_obs6_filename, &
383  gwectp_maxbound, &
384  gwectp_cellid, &
385  gwectp_tspvar, &
386  gwectp_auxvar, &
387  gwectp_boundname &
388  ]

◆ gwe_ctp_subpackages

character(len=16), dimension(*), parameter, public gwectpinputmodule::gwe_ctp_subpackages = [ ' ' ]

Definition at line 37 of file gwe-ctpidm.f90.

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

◆ gwectp_auxiliary

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_auxiliary = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false. )
private

Definition at line 43 of file gwe-ctpidm.f90.

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

◆ gwectp_auxmultname

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_auxmultname = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'AUXMULTNAME', 'AUXMULTNAME', 'STRING', '', 'name of auxiliary variable for multiplier', .false., .false., .false., .false., .false. )
private

Definition at line 61 of file gwe-ctpidm.f90.

61  type(InputParamDefinitionType), parameter :: &
62  gwectp_auxmultname = inputparamdefinitiontype &
63  ( &
64  'GWE', & ! component
65  'CTP', & ! subcomponent
66  'OPTIONS', & ! block
67  'AUXMULTNAME', & ! tag name
68  'AUXMULTNAME', & ! fortran variable
69  'STRING', & ! type
70  '', & ! shape
71  'name of auxiliary variable for multiplier', & ! longname
72  .false., & ! required
73  .false., & ! multi-record
74  .false., & ! preserve case
75  .false., & ! layered
76  .false. & ! timeseries
77  )

◆ gwectp_auxvar

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_auxvar = InputParamDefinitionType ( 'GWE', 'CTP', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .true., .false., .false., .true. )
private

Definition at line 331 of file gwe-ctpidm.f90.

331  type(InputParamDefinitionType), parameter :: &
332  gwectp_auxvar = inputparamdefinitiontype &
333  ( &
334  'GWE', & ! component
335  'CTP', & ! subcomponent
336  'PERIOD', & ! block
337  'AUX', & ! tag name
338  'AUXVAR', & ! fortran variable
339  'DOUBLE1D', & ! type
340  'NAUX', & ! shape
341  'auxiliary variables', & ! longname
342  .false., & ! required
343  .true., & ! multi-record
344  .false., & ! preserve case
345  .false., & ! layered
346  .true. & ! timeseries
347  )

◆ gwectp_boundname

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_boundname = InputParamDefinitionType ( 'GWE', 'CTP', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'constant temperature name', .false., .true., .false., .false., .false. )
private

Definition at line 349 of file gwe-ctpidm.f90.

349  type(InputParamDefinitionType), parameter :: &
350  gwectp_boundname = inputparamdefinitiontype &
351  ( &
352  'GWE', & ! component
353  'CTP', & ! subcomponent
354  'PERIOD', & ! block
355  'BOUNDNAME', & ! tag name
356  'BOUNDNAME', & ! fortran variable
357  'STRING', & ! type
358  '', & ! shape
359  'constant temperature name', & ! longname
360  .false., & ! required
361  .true., & ! multi-record
362  .false., & ! preserve case
363  .false., & ! layered
364  .false. & ! timeseries
365  )

◆ gwectp_boundnames

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_boundnames = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .false., .false., .false., .false., .false. )
private

Definition at line 79 of file gwe-ctpidm.f90.

79  type(InputParamDefinitionType), parameter :: &
80  gwectp_boundnames = inputparamdefinitiontype &
81  ( &
82  'GWE', & ! component
83  'CTP', & ! subcomponent
84  'OPTIONS', & ! block
85  'BOUNDNAMES', & ! tag name
86  'BOUNDNAMES', & ! fortran variable
87  'KEYWORD', & ! type
88  '', & ! shape
89  '', & ! longname
90  .false., & ! required
91  .false., & ! multi-record
92  .false., & ! preserve case
93  .false., & ! layered
94  .false. & ! timeseries
95  )

◆ gwectp_cellid

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_cellid = InputParamDefinitionType ( 'GWE', 'CTP', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .true., .false., .false., .false. )
private

Definition at line 295 of file gwe-ctpidm.f90.

295  type(InputParamDefinitionType), parameter :: &
296  gwectp_cellid = inputparamdefinitiontype &
297  ( &
298  'GWE', & ! component
299  'CTP', & ! subcomponent
300  'PERIOD', & ! block
301  'CELLID', & ! tag name
302  'CELLID', & ! fortran variable
303  'INTEGER1D', & ! type
304  'NCELLDIM', & ! shape
305  'cell identifier', & ! longname
306  .true., & ! required
307  .true., & ! multi-record
308  .false., & ! preserve case
309  .false., & ! layered
310  .false. & ! timeseries
311  )

◆ gwectp_filein

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_filein = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .true., .false., .false., .false. )
private

Definition at line 187 of file gwe-ctpidm.f90.

187  type(InputParamDefinitionType), parameter :: &
188  gwectp_filein = inputparamdefinitiontype &
189  ( &
190  'GWE', & ! component
191  'CTP', & ! subcomponent
192  'OPTIONS', & ! block
193  'FILEIN', & ! tag name
194  'FILEIN', & ! fortran variable
195  'KEYWORD', & ! type
196  '', & ! shape
197  'file keyword', & ! longname
198  .true., & ! required
199  .true., & ! multi-record
200  .false., & ! preserve case
201  .false., & ! layered
202  .false. & ! timeseries
203  )

◆ gwectp_ipakcb

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_ipakcb = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'PRINT_FLOWS', 'IPAKCB', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false. )
private

Definition at line 115 of file gwe-ctpidm.f90.

115  type(InputParamDefinitionType), parameter :: &
116  gwectp_ipakcb = inputparamdefinitiontype &
117  ( &
118  'GWE', & ! component
119  'CTP', & ! subcomponent
120  'OPTIONS', & ! block
121  'PRINT_FLOWS', & ! tag name
122  'IPAKCB', & ! fortran variable
123  'KEYWORD', & ! type
124  '', & ! shape
125  'print calculated flows to listing file', & ! longname
126  .false., & ! required
127  .false., & ! multi-record
128  .false., & ! preserve case
129  .false., & ! layered
130  .false. & ! timeseries
131  )

◆ gwectp_iprflow

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_iprflow = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'PRINT_INPUT', 'IPRFLOW', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false. )
private

Definition at line 97 of file gwe-ctpidm.f90.

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

◆ gwectp_iprpak

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_iprpak = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'SAVE_FLOWS', 'IPRPAK', 'KEYWORD', '', 'save constant temperature flows to budget file', .false., .false., .false., .false., .false. )
private

Definition at line 133 of file gwe-ctpidm.f90.

133  type(InputParamDefinitionType), parameter :: &
134  gwectp_iprpak = inputparamdefinitiontype &
135  ( &
136  'GWE', & ! component
137  'CTP', & ! subcomponent
138  'OPTIONS', & ! block
139  'SAVE_FLOWS', & ! tag name
140  'IPRPAK', & ! fortran variable
141  'KEYWORD', & ! type
142  '', & ! shape
143  'save constant temperature flows to budget file', & ! longname
144  .false., & ! required
145  .false., & ! multi-record
146  .false., & ! preserve case
147  .false., & ! layered
148  .false. & ! timeseries
149  )

◆ gwectp_maxbound

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_maxbound = InputParamDefinitionType ( 'GWE', 'CTP', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of constant temperatures', .true., .false., .false., .false., .false. )
private

Definition at line 277 of file gwe-ctpidm.f90.

277  type(InputParamDefinitionType), parameter :: &
278  gwectp_maxbound = inputparamdefinitiontype &
279  ( &
280  'GWE', & ! component
281  'CTP', & ! subcomponent
282  'DIMENSIONS', & ! block
283  'MAXBOUND', & ! tag name
284  'MAXBOUND', & ! fortran variable
285  'INTEGER', & ! type
286  '', & ! shape
287  'maximum number of constant temperatures', & ! longname
288  .true., & ! required
289  .false., & ! multi-record
290  .false., & ! preserve case
291  .false., & ! layered
292  .false. & ! timeseries
293  )

◆ gwectp_obs6

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_obs6 = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .true., .false., .false., .false. )
private

Definition at line 241 of file gwe-ctpidm.f90.

241  type(InputParamDefinitionType), parameter :: &
242  gwectp_obs6 = inputparamdefinitiontype &
243  ( &
244  'GWE', & ! component
245  'CTP', & ! subcomponent
246  'OPTIONS', & ! block
247  'OBS6', & ! tag name
248  'OBS6', & ! fortran variable
249  'KEYWORD', & ! type
250  '', & ! shape
251  'obs keyword', & ! longname
252  .true., & ! required
253  .true., & ! multi-record
254  .false., & ! preserve case
255  .false., & ! layered
256  .false. & ! timeseries
257  )

◆ gwectp_obs6_filename

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_obs6_filename = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .true., .true., .false., .false. )
private

Definition at line 259 of file gwe-ctpidm.f90.

259  type(InputParamDefinitionType), parameter :: &
260  gwectp_obs6_filename = inputparamdefinitiontype &
261  ( &
262  'GWE', & ! component
263  'CTP', & ! subcomponent
264  'OPTIONS', & ! block
265  'OBS6_FILENAME', & ! tag name
266  'OBS6_FILENAME', & ! fortran variable
267  'STRING', & ! type
268  '', & ! shape
269  'obs6 input filename', & ! longname
270  .true., & ! required
271  .true., & ! multi-record
272  .true., & ! preserve case
273  .false., & ! layered
274  .false. & ! timeseries
275  )

◆ gwectp_obs_filerecord

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_obs_filerecord = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false. )
private

Definition at line 223 of file gwe-ctpidm.f90.

223  type(InputParamDefinitionType), parameter :: &
224  gwectp_obs_filerecord = inputparamdefinitiontype &
225  ( &
226  'GWE', & ! component
227  'CTP', & ! subcomponent
228  'OPTIONS', & ! block
229  'OBS_FILERECORD', & ! tag name
230  'OBS_FILERECORD', & ! fortran variable
231  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
232  '', & ! shape
233  '', & ! longname
234  .false., & ! required
235  .false., & ! multi-record
236  .false., & ! preserve case
237  .false., & ! layered
238  .false. & ! timeseries
239  )

◆ gwectp_spd

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_spd = InputParamDefinitionType ( 'GWE', 'CTP', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID TEMP AUX BOUNDNAME', 'MAXBOUND', '', .true., .false., .false., .false., .false. )
private

Definition at line 390 of file gwe-ctpidm.f90.

390  type(InputParamDefinitionType), parameter :: &
391  gwectp_spd = inputparamdefinitiontype &
392  ( &
393  'GWE', & ! component
394  'CTP', & ! subcomponent
395  'PERIOD', & ! block
396  'STRESS_PERIOD_DATA', & ! tag name
397  'SPD', & ! fortran variable
398  'RECARRAY CELLID TEMP AUX BOUNDNAME', & ! type
399  'MAXBOUND', & ! shape
400  '', & ! longname
401  .true., & ! required
402  .false., & ! multi-record
403  .false., & ! preserve case
404  .false., & ! layered
405  .false. & ! timeseries
406  )

◆ gwectp_ts6

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_ts6 = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'TS6', 'TS6', 'KEYWORD', '', 'time series keyword', .true., .true., .false., .false., .false. )
private

Definition at line 169 of file gwe-ctpidm.f90.

169  type(InputParamDefinitionType), parameter :: &
170  gwectp_ts6 = inputparamdefinitiontype &
171  ( &
172  'GWE', & ! component
173  'CTP', & ! subcomponent
174  'OPTIONS', & ! block
175  'TS6', & ! tag name
176  'TS6', & ! fortran variable
177  'KEYWORD', & ! type
178  '', & ! shape
179  'time series keyword', & ! longname
180  .true., & ! required
181  .true., & ! multi-record
182  .false., & ! preserve case
183  .false., & ! layered
184  .false. & ! timeseries
185  )

◆ gwectp_ts6_filename

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_ts6_filename = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'TS6_FILENAME', 'TS6_FILENAME', 'STRING', '', 'file name of time series information', .true., .true., .true., .false., .false. )
private

Definition at line 205 of file gwe-ctpidm.f90.

205  type(InputParamDefinitionType), parameter :: &
206  gwectp_ts6_filename = inputparamdefinitiontype &
207  ( &
208  'GWE', & ! component
209  'CTP', & ! subcomponent
210  'OPTIONS', & ! block
211  'TS6_FILENAME', & ! tag name
212  'TS6_FILENAME', & ! fortran variable
213  'STRING', & ! type
214  '', & ! shape
215  'file name of time series information', & ! longname
216  .true., & ! required
217  .true., & ! multi-record
218  .true., & ! preserve case
219  .false., & ! layered
220  .false. & ! timeseries
221  )

◆ gwectp_ts_filerecord

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_ts_filerecord = InputParamDefinitionType ( 'GWE', 'CTP', 'OPTIONS', 'TS_FILERECORD', 'TS_FILERECORD', 'RECORD TS6 FILEIN TS6_FILENAME', '', '', .false., .false., .false., .false., .false. )
private

Definition at line 151 of file gwe-ctpidm.f90.

151  type(InputParamDefinitionType), parameter :: &
152  gwectp_ts_filerecord = inputparamdefinitiontype &
153  ( &
154  'GWE', & ! component
155  'CTP', & ! subcomponent
156  'OPTIONS', & ! block
157  'TS_FILERECORD', & ! tag name
158  'TS_FILERECORD', & ! fortran variable
159  'RECORD TS6 FILEIN TS6_FILENAME', & ! type
160  '', & ! shape
161  '', & ! longname
162  .false., & ! required
163  .false., & ! multi-record
164  .false., & ! preserve case
165  .false., & ! layered
166  .false. & ! timeseries
167  )

◆ gwectp_tspvar

type(inputparamdefinitiontype), parameter gwectpinputmodule::gwectp_tspvar = InputParamDefinitionType ( 'GWE', 'CTP', 'PERIOD', 'TEMP', 'TSPVAR', 'DOUBLE', '', 'constant temperature value', .true., .true., .false., .false., .true. )
private

Definition at line 313 of file gwe-ctpidm.f90.

313  type(InputParamDefinitionType), parameter :: &
314  gwectp_tspvar = inputparamdefinitiontype &
315  ( &
316  'GWE', & ! component
317  'CTP', & ! subcomponent
318  'PERIOD', & ! block
319  'TEMP', & ! tag name
320  'TSPVAR', & ! fortran variable
321  'DOUBLE', & ! type
322  '', & ! shape
323  'constant temperature value', & ! longname
324  .true., & ! required
325  .true., & ! multi-record
326  .false., & ! preserve case
327  .false., & ! layered
328  .true. & ! timeseries
329  )