MODFLOW 6  version 6.9.0.dev0
USGS Modular Hydrologic Model
chfpcpinputmodule Module Reference

Data Types

type  chfpcpparamfoundtype
 

Variables

logical, public chf_pcp_multi_package = .true.
 
logical, public chf_pcp_is_advanced = .false.
 
character(len=16), dimension(*), parameter, public chf_pcp_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter chfpcp_auxiliary = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfpcp_auxmultname = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'AUXMULTNAME', 'AUXMULTNAME', 'STRING', '', 'name of auxiliary variable for multiplier', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfpcp_boundnames = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfpcp_iprpak = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'PRINT_INPUT', 'IPRPAK', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfpcp_iprflow = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'PRINT_FLOWS', 'IPRFLOW', 'KEYWORD', '', 'print precipitation rates to listing file', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfpcp_ipakcb = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'save precipitation to budget file', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfpcp_ts_filerecord = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'TS_FILERECORD', 'TS_FILERECORD', 'RECORD TS6 FILEIN TS6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfpcp_ts6 = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'TS6', 'TS6', 'KEYWORD', '', 'head keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfpcp_filein = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfpcp_ts6_filename = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'TS6_FILENAME', 'TS6_FILENAME', 'STRING', '', 'file name of time series information', .true., .false., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfpcp_obs_filerecord = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfpcp_obs6 = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfpcp_obs6_filename = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .false., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfpcp_maxbound = InputParamDefinitionType ( 'CHF', 'PCP', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of precipitation cells', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfpcp_cellid = InputParamDefinitionType ( 'CHF', 'PCP', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfpcp_precipitation = InputParamDefinitionType ( 'CHF', 'PCP', 'PERIOD', 'PRECIPITATION', 'PRECIPITATION', 'DOUBLE', '', 'precipitation rate', .true., .false., .true., .false., .false., .true. )
 
type(inputparamdefinitiontype), parameter chfpcp_auxvar = InputParamDefinitionType ( 'CHF', 'PCP', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .false., .true., .false., .false., .true. )
 
type(inputparamdefinitiontype), parameter chfpcp_boundname = InputParamDefinitionType ( 'CHF', 'PCP', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'precipitation name', .false., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public chf_pcp_param_definitions = [ chfpcp_auxiliary, chfpcp_auxmultname, chfpcp_boundnames, chfpcp_iprpak, chfpcp_iprflow, chfpcp_ipakcb, chfpcp_ts_filerecord, chfpcp_ts6, chfpcp_filein, chfpcp_ts6_filename, chfpcp_obs_filerecord, chfpcp_obs6, chfpcp_obs6_filename, chfpcp_maxbound, chfpcp_cellid, chfpcp_precipitation, chfpcp_auxvar, chfpcp_boundname ]
 
type(inputparamdefinitiontype), parameter chfpcp_spd = InputParamDefinitionType ( 'CHF', 'PCP', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID PRECIPITATION AUX BOUNDNAME', 'MAXBOUND', '', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public chf_pcp_aggregate_definitions = [ chfpcp_spd ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public chf_pcp_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'DIMENSIONS', .true., .false., .false. ), InputBlockDefinitionType( 'PERIOD', .true., .true., .true. ) ]
 

Variable Documentation

◆ chf_pcp_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public chfpcpinputmodule::chf_pcp_aggregate_definitions = [ chfpcp_spd ]

Definition at line 429 of file chf-pcpidm.f90.

429  type(InputParamDefinitionType), parameter :: &
430  chf_pcp_aggregate_definitions(*) = &
431  [ &
432  chfpcp_spd &
433  ]

◆ chf_pcp_block_definitions

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

Definition at line 435 of file chf-pcpidm.f90.

435  type(InputBlockDefinitionType), parameter :: &
436  chf_pcp_block_definitions(*) = &
437  [ &
438  inputblockdefinitiontype( &
439  'OPTIONS', & ! blockname
440  .false., & ! required
441  .false., & ! aggregate
442  .false. & ! block_variable
443  ), &
444  inputblockdefinitiontype( &
445  'DIMENSIONS', & ! blockname
446  .true., & ! required
447  .false., & ! aggregate
448  .false. & ! block_variable
449  ), &
450  inputblockdefinitiontype( &
451  'PERIOD', & ! blockname
452  .true., & ! required
453  .true., & ! aggregate
454  .true. & ! block_variable
455  ) &
456  ]

◆ chf_pcp_is_advanced

logical, public chfpcpinputmodule::chf_pcp_is_advanced = .false.

Definition at line 37 of file chf-pcpidm.f90.

37  logical :: chf_pcp_is_advanced = .false.

◆ chf_pcp_multi_package

logical, public chfpcpinputmodule::chf_pcp_multi_package = .true.

Definition at line 36 of file chf-pcpidm.f90.

36  logical :: chf_pcp_multi_package = .true.

◆ chf_pcp_param_definitions

Definition at line 387 of file chf-pcpidm.f90.

387  type(InputParamDefinitionType), parameter :: &
388  chf_pcp_param_definitions(*) = &
389  [ &
390  chfpcp_auxiliary, &
391  chfpcp_auxmultname, &
392  chfpcp_boundnames, &
393  chfpcp_iprpak, &
394  chfpcp_iprflow, &
395  chfpcp_ipakcb, &
396  chfpcp_ts_filerecord, &
397  chfpcp_ts6, &
398  chfpcp_filein, &
399  chfpcp_ts6_filename, &
400  chfpcp_obs_filerecord, &
401  chfpcp_obs6, &
402  chfpcp_obs6_filename, &
403  chfpcp_maxbound, &
404  chfpcp_cellid, &
405  chfpcp_precipitation, &
406  chfpcp_auxvar, &
407  chfpcp_boundname &
408  ]

◆ chf_pcp_subpackages

character(len=16), dimension(*), parameter, public chfpcpinputmodule::chf_pcp_subpackages = [ ' ' ]

Definition at line 39 of file chf-pcpidm.f90.

39  character(len=16), parameter :: &
40  chf_pcp_subpackages(*) = &
41  [ &
42  ' ' &
43  ]

◆ chfpcp_auxiliary

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_auxiliary = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'AUXILIARY', 'AUXILIARY', 'STRING', 'NAUX', 'keyword to specify aux variables', .false., .false., .false., .false., .false., .false. )
private

Definition at line 45 of file chf-pcpidm.f90.

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

◆ chfpcp_auxmultname

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_auxmultname = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'AUXMULTNAME', 'AUXMULTNAME', 'STRING', '', 'name of auxiliary variable for multiplier', .false., .false., .false., .false., .false., .false. )
private

Definition at line 64 of file chf-pcpidm.f90.

64  type(InputParamDefinitionType), parameter :: &
65  chfpcp_auxmultname = inputparamdefinitiontype &
66  ( &
67  'CHF', & ! component
68  'PCP', & ! subcomponent
69  'OPTIONS', & ! block
70  'AUXMULTNAME', & ! tag name
71  'AUXMULTNAME', & ! fortran variable
72  'STRING', & ! type
73  '', & ! shape
74  'name of auxiliary variable for multiplier', & ! longname
75  .false., & ! required
76  .false., & ! developmode
77  .false., & ! multi-record
78  .false., & ! preserve case
79  .false., & ! layered
80  .false. & ! timeseries
81  )

◆ chfpcp_auxvar

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_auxvar = InputParamDefinitionType ( 'CHF', 'PCP', 'PERIOD', 'AUX', 'AUXVAR', 'DOUBLE1D', 'NAUX', 'auxiliary variables', .false., .false., .true., .false., .false., .true. )
private

Definition at line 349 of file chf-pcpidm.f90.

349  type(InputParamDefinitionType), parameter :: &
350  chfpcp_auxvar = inputparamdefinitiontype &
351  ( &
352  'CHF', & ! component
353  'PCP', & ! subcomponent
354  'PERIOD', & ! block
355  'AUX', & ! tag name
356  'AUXVAR', & ! fortran variable
357  'DOUBLE1D', & ! type
358  'NAUX', & ! shape
359  'auxiliary variables', & ! longname
360  .false., & ! required
361  .false., & ! developmode
362  .true., & ! multi-record
363  .false., & ! preserve case
364  .false., & ! layered
365  .true. & ! timeseries
366  )

◆ chfpcp_boundname

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_boundname = InputParamDefinitionType ( 'CHF', 'PCP', 'PERIOD', 'BOUNDNAME', 'BOUNDNAME', 'STRING', '', 'precipitation name', .false., .false., .true., .false., .false., .false. )
private

Definition at line 368 of file chf-pcpidm.f90.

368  type(InputParamDefinitionType), parameter :: &
369  chfpcp_boundname = inputparamdefinitiontype &
370  ( &
371  'CHF', & ! component
372  'PCP', & ! subcomponent
373  'PERIOD', & ! block
374  'BOUNDNAME', & ! tag name
375  'BOUNDNAME', & ! fortran variable
376  'STRING', & ! type
377  '', & ! shape
378  'precipitation name', & ! longname
379  .false., & ! required
380  .false., & ! developmode
381  .true., & ! multi-record
382  .false., & ! preserve case
383  .false., & ! layered
384  .false. & ! timeseries
385  )

◆ chfpcp_boundnames

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_boundnames = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'BOUNDNAMES', 'BOUNDNAMES', 'KEYWORD', '', '', .false., .false., .false., .false., .false., .false. )
private

Definition at line 83 of file chf-pcpidm.f90.

83  type(InputParamDefinitionType), parameter :: &
84  chfpcp_boundnames = inputparamdefinitiontype &
85  ( &
86  'CHF', & ! component
87  'PCP', & ! subcomponent
88  'OPTIONS', & ! block
89  'BOUNDNAMES', & ! tag name
90  'BOUNDNAMES', & ! fortran variable
91  'KEYWORD', & ! type
92  '', & ! shape
93  '', & ! longname
94  .false., & ! required
95  .false., & ! developmode
96  .false., & ! multi-record
97  .false., & ! preserve case
98  .false., & ! layered
99  .false. & ! timeseries
100  )

◆ chfpcp_cellid

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_cellid = InputParamDefinitionType ( 'CHF', 'PCP', 'PERIOD', 'CELLID', 'CELLID', 'INTEGER1D', 'NCELLDIM', 'cell identifier', .true., .false., .true., .false., .false., .false. )
private

Definition at line 311 of file chf-pcpidm.f90.

311  type(InputParamDefinitionType), parameter :: &
312  chfpcp_cellid = inputparamdefinitiontype &
313  ( &
314  'CHF', & ! component
315  'PCP', & ! subcomponent
316  'PERIOD', & ! block
317  'CELLID', & ! tag name
318  'CELLID', & ! fortran variable
319  'INTEGER1D', & ! type
320  'NCELLDIM', & ! shape
321  'cell identifier', & ! longname
322  .true., & ! required
323  .false., & ! developmode
324  .true., & ! multi-record
325  .false., & ! preserve case
326  .false., & ! layered
327  .false. & ! timeseries
328  )

◆ chfpcp_filein

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_filein = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'FILEIN', 'FILEIN', 'KEYWORD', '', 'file keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 197 of file chf-pcpidm.f90.

197  type(InputParamDefinitionType), parameter :: &
198  chfpcp_filein = inputparamdefinitiontype &
199  ( &
200  'CHF', & ! component
201  'PCP', & ! subcomponent
202  'OPTIONS', & ! block
203  'FILEIN', & ! tag name
204  'FILEIN', & ! fortran variable
205  'KEYWORD', & ! type
206  '', & ! shape
207  'file keyword', & ! longname
208  .true., & ! required
209  .false., & ! developmode
210  .true., & ! multi-record
211  .false., & ! preserve case
212  .false., & ! layered
213  .false. & ! timeseries
214  )

◆ chfpcp_ipakcb

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_ipakcb = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'SAVE_FLOWS', 'IPAKCB', 'KEYWORD', '', 'save precipitation to budget file', .false., .false., .false., .false., .false., .false. )
private

Definition at line 140 of file chf-pcpidm.f90.

140  type(InputParamDefinitionType), parameter :: &
141  chfpcp_ipakcb = inputparamdefinitiontype &
142  ( &
143  'CHF', & ! component
144  'PCP', & ! subcomponent
145  'OPTIONS', & ! block
146  'SAVE_FLOWS', & ! tag name
147  'IPAKCB', & ! fortran variable
148  'KEYWORD', & ! type
149  '', & ! shape
150  'save precipitation to budget file', & ! longname
151  .false., & ! required
152  .false., & ! developmode
153  .false., & ! multi-record
154  .false., & ! preserve case
155  .false., & ! layered
156  .false. & ! timeseries
157  )

◆ chfpcp_iprflow

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_iprflow = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'PRINT_FLOWS', 'IPRFLOW', 'KEYWORD', '', 'print precipitation rates to listing file', .false., .false., .false., .false., .false., .false. )
private

Definition at line 121 of file chf-pcpidm.f90.

121  type(InputParamDefinitionType), parameter :: &
122  chfpcp_iprflow = inputparamdefinitiontype &
123  ( &
124  'CHF', & ! component
125  'PCP', & ! subcomponent
126  'OPTIONS', & ! block
127  'PRINT_FLOWS', & ! tag name
128  'IPRFLOW', & ! fortran variable
129  'KEYWORD', & ! type
130  '', & ! shape
131  'print precipitation rates to listing file', & ! longname
132  .false., & ! required
133  .false., & ! developmode
134  .false., & ! multi-record
135  .false., & ! preserve case
136  .false., & ! layered
137  .false. & ! timeseries
138  )

◆ chfpcp_iprpak

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_iprpak = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'PRINT_INPUT', 'IPRPAK', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false., .false. )
private

Definition at line 102 of file chf-pcpidm.f90.

102  type(InputParamDefinitionType), parameter :: &
103  chfpcp_iprpak = inputparamdefinitiontype &
104  ( &
105  'CHF', & ! component
106  'PCP', & ! subcomponent
107  'OPTIONS', & ! block
108  'PRINT_INPUT', & ! tag name
109  'IPRPAK', & ! fortran variable
110  'KEYWORD', & ! type
111  '', & ! shape
112  'print input to listing file', & ! longname
113  .false., & ! required
114  .false., & ! developmode
115  .false., & ! multi-record
116  .false., & ! preserve case
117  .false., & ! layered
118  .false. & ! timeseries
119  )

◆ chfpcp_maxbound

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_maxbound = InputParamDefinitionType ( 'CHF', 'PCP', 'DIMENSIONS', 'MAXBOUND', 'MAXBOUND', 'INTEGER', '', 'maximum number of precipitation cells', .true., .false., .false., .false., .false., .false. )
private

Definition at line 292 of file chf-pcpidm.f90.

292  type(InputParamDefinitionType), parameter :: &
293  chfpcp_maxbound = inputparamdefinitiontype &
294  ( &
295  'CHF', & ! component
296  'PCP', & ! subcomponent
297  'DIMENSIONS', & ! block
298  'MAXBOUND', & ! tag name
299  'MAXBOUND', & ! fortran variable
300  'INTEGER', & ! type
301  '', & ! shape
302  'maximum number of precipitation cells', & ! longname
303  .true., & ! required
304  .false., & ! developmode
305  .false., & ! multi-record
306  .false., & ! preserve case
307  .false., & ! layered
308  .false. & ! timeseries
309  )

◆ chfpcp_obs6

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_obs6 = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'OBS6', 'OBS6', 'KEYWORD', '', 'obs keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 254 of file chf-pcpidm.f90.

254  type(InputParamDefinitionType), parameter :: &
255  chfpcp_obs6 = inputparamdefinitiontype &
256  ( &
257  'CHF', & ! component
258  'PCP', & ! subcomponent
259  'OPTIONS', & ! block
260  'OBS6', & ! tag name
261  'OBS6', & ! fortran variable
262  'KEYWORD', & ! type
263  '', & ! shape
264  'obs keyword', & ! longname
265  .true., & ! required
266  .false., & ! developmode
267  .true., & ! multi-record
268  .false., & ! preserve case
269  .false., & ! layered
270  .false. & ! timeseries
271  )

◆ chfpcp_obs6_filename

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_obs6_filename = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'OBS6_FILENAME', 'OBS6_FILENAME', 'STRING', '', 'obs6 input filename', .true., .false., .true., .true., .false., .false. )
private

Definition at line 273 of file chf-pcpidm.f90.

273  type(InputParamDefinitionType), parameter :: &
274  chfpcp_obs6_filename = inputparamdefinitiontype &
275  ( &
276  'CHF', & ! component
277  'PCP', & ! subcomponent
278  'OPTIONS', & ! block
279  'OBS6_FILENAME', & ! tag name
280  'OBS6_FILENAME', & ! fortran variable
281  'STRING', & ! type
282  '', & ! shape
283  'obs6 input filename', & ! longname
284  .true., & ! required
285  .false., & ! developmode
286  .true., & ! multi-record
287  .true., & ! preserve case
288  .false., & ! layered
289  .false. & ! timeseries
290  )

◆ chfpcp_obs_filerecord

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_obs_filerecord = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'OBS_FILERECORD', 'OBS_FILERECORD', 'RECORD OBS6 FILEIN OBS6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
private

Definition at line 235 of file chf-pcpidm.f90.

235  type(InputParamDefinitionType), parameter :: &
236  chfpcp_obs_filerecord = inputparamdefinitiontype &
237  ( &
238  'CHF', & ! component
239  'PCP', & ! subcomponent
240  'OPTIONS', & ! block
241  'OBS_FILERECORD', & ! tag name
242  'OBS_FILERECORD', & ! fortran variable
243  'RECORD OBS6 FILEIN OBS6_FILENAME', & ! type
244  '', & ! shape
245  '', & ! longname
246  .false., & ! required
247  .false., & ! developmode
248  .false., & ! multi-record
249  .false., & ! preserve case
250  .false., & ! layered
251  .false. & ! timeseries
252  )

◆ chfpcp_precipitation

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_precipitation = InputParamDefinitionType ( 'CHF', 'PCP', 'PERIOD', 'PRECIPITATION', 'PRECIPITATION', 'DOUBLE', '', 'precipitation rate', .true., .false., .true., .false., .false., .true. )
private

Definition at line 330 of file chf-pcpidm.f90.

330  type(InputParamDefinitionType), parameter :: &
331  chfpcp_precipitation = inputparamdefinitiontype &
332  ( &
333  'CHF', & ! component
334  'PCP', & ! subcomponent
335  'PERIOD', & ! block
336  'PRECIPITATION', & ! tag name
337  'PRECIPITATION', & ! fortran variable
338  'DOUBLE', & ! type
339  '', & ! shape
340  'precipitation rate', & ! longname
341  .true., & ! required
342  .false., & ! developmode
343  .true., & ! multi-record
344  .false., & ! preserve case
345  .false., & ! layered
346  .true. & ! timeseries
347  )

◆ chfpcp_spd

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_spd = InputParamDefinitionType ( 'CHF', 'PCP', 'PERIOD', 'STRESS_PERIOD_DATA', 'SPD', 'RECARRAY CELLID PRECIPITATION AUX BOUNDNAME', 'MAXBOUND', '', .true., .false., .false., .false., .false., .false. )
private

Definition at line 410 of file chf-pcpidm.f90.

410  type(InputParamDefinitionType), parameter :: &
411  chfpcp_spd = inputparamdefinitiontype &
412  ( &
413  'CHF', & ! component
414  'PCP', & ! subcomponent
415  'PERIOD', & ! block
416  'STRESS_PERIOD_DATA', & ! tag name
417  'SPD', & ! fortran variable
418  'RECARRAY CELLID PRECIPITATION AUX BOUNDNAME', & ! type
419  'MAXBOUND', & ! shape
420  '', & ! longname
421  .true., & ! required
422  .false., & ! developmode
423  .false., & ! multi-record
424  .false., & ! preserve case
425  .false., & ! layered
426  .false. & ! timeseries
427  )

◆ chfpcp_ts6

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_ts6 = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'TS6', 'TS6', 'KEYWORD', '', 'head keyword', .true., .false., .true., .false., .false., .false. )
private

Definition at line 178 of file chf-pcpidm.f90.

178  type(InputParamDefinitionType), parameter :: &
179  chfpcp_ts6 = inputparamdefinitiontype &
180  ( &
181  'CHF', & ! component
182  'PCP', & ! subcomponent
183  'OPTIONS', & ! block
184  'TS6', & ! tag name
185  'TS6', & ! fortran variable
186  'KEYWORD', & ! type
187  '', & ! shape
188  'head keyword', & ! longname
189  .true., & ! required
190  .false., & ! developmode
191  .true., & ! multi-record
192  .false., & ! preserve case
193  .false., & ! layered
194  .false. & ! timeseries
195  )

◆ chfpcp_ts6_filename

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_ts6_filename = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'TS6_FILENAME', 'TS6_FILENAME', 'STRING', '', 'file name of time series information', .true., .false., .true., .true., .false., .false. )
private

Definition at line 216 of file chf-pcpidm.f90.

216  type(InputParamDefinitionType), parameter :: &
217  chfpcp_ts6_filename = inputparamdefinitiontype &
218  ( &
219  'CHF', & ! component
220  'PCP', & ! subcomponent
221  'OPTIONS', & ! block
222  'TS6_FILENAME', & ! tag name
223  'TS6_FILENAME', & ! fortran variable
224  'STRING', & ! type
225  '', & ! shape
226  'file name of time series information', & ! longname
227  .true., & ! required
228  .false., & ! developmode
229  .true., & ! multi-record
230  .true., & ! preserve case
231  .false., & ! layered
232  .false. & ! timeseries
233  )

◆ chfpcp_ts_filerecord

type(inputparamdefinitiontype), parameter chfpcpinputmodule::chfpcp_ts_filerecord = InputParamDefinitionType ( 'CHF', 'PCP', 'OPTIONS', 'TS_FILERECORD', 'TS_FILERECORD', 'RECORD TS6 FILEIN TS6_FILENAME', '', '', .false., .false., .false., .false., .false., .false. )
private

Definition at line 159 of file chf-pcpidm.f90.

159  type(InputParamDefinitionType), parameter :: &
160  chfpcp_ts_filerecord = inputparamdefinitiontype &
161  ( &
162  'CHF', & ! component
163  'PCP', & ! subcomponent
164  'OPTIONS', & ! block
165  'TS_FILERECORD', & ! tag name
166  'TS_FILERECORD', & ! fortran variable
167  'RECORD TS6 FILEIN TS6_FILENAME', & ! type
168  '', & ! shape
169  '', & ! longname
170  .false., & ! required
171  .false., & ! developmode
172  .false., & ! multi-record
173  .false., & ! preserve case
174  .false., & ! layered
175  .false. & ! timeseries
176  )