MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
chf-icidm.f90
Go to the documentation of this file.
1 ! ** Do Not Modify! MODFLOW 6 system generated file. **
3  use constantsmodule, only: lenvarname
6  private
10  public chficparamfoundtype
12  public chf_ic_subpackages
13 
15  logical :: export_ascii = .false.
16  logical :: strt = .false.
17  end type chficparamfoundtype
18 
19  logical :: chf_ic_multi_package = .false.
20 
21  character(len=16), parameter :: &
22  chf_ic_subpackages(*) = &
23  [ &
24  ' ' &
25  ]
26 
27  type(inputparamdefinitiontype), parameter :: &
29  ( &
30  'CHF', & ! component
31  'IC', & ! subcomponent
32  'OPTIONS', & ! block
33  'EXPORT_ARRAY_ASCII', & ! tag name
34  'EXPORT_ASCII', & ! fortran variable
35  'KEYWORD', & ! type
36  '', & ! shape
37  'export array variables to layered ascii files.', & ! longname
38  .false., & ! required
39  .false., & ! multi-record
40  .false., & ! preserve case
41  .false., & ! layered
42  .false. & ! timeseries
43  )
44 
45  type(inputparamdefinitiontype), parameter :: &
47  ( &
48  'CHF', & ! component
49  'IC', & ! subcomponent
50  'GRIDDATA', & ! block
51  'STRT', & ! tag name
52  'STRT', & ! fortran variable
53  'DOUBLE1D', & ! type
54  'NODES', & ! shape
55  'starting concentration', & ! longname
56  .true., & ! required
57  .false., & ! multi-record
58  .false., & ! preserve case
59  .true., & ! layered
60  .false. & ! timeseries
61  )
62 
63  type(inputparamdefinitiontype), parameter :: &
65  [ &
67  chfic_strt &
68  ]
69 
70  type(inputparamdefinitiontype), parameter :: &
72  [ &
74  ( &
75  '', & ! component
76  '', & ! subcomponent
77  '', & ! block
78  '', & ! tag name
79  '', & ! fortran variable
80  '', & ! type
81  '', & ! shape
82  '', & ! longname
83  .false., & ! required
84  .false., & ! multi-record
85  .false., & ! preserve case
86  .false., & ! layered
87  .false. & ! timeseries
88  ) &
89  ]
90 
91  type(inputblockdefinitiontype), parameter :: &
93  [ &
95  'OPTIONS', & ! blockname
96  .false., & ! required
97  .false., & ! aggregate
98  .false. & ! block_variable
99  ), &
101  'GRIDDATA', & ! blockname
102  .true., & ! required
103  .false., & ! aggregate
104  .false. & ! block_variable
105  ) &
106  ]
107 
108 end module chficinputmodule
type(inputparamdefinitiontype), parameter chfic_export_ascii
Definition: chf-icidm.f90:27
logical, public chf_ic_multi_package
Definition: chf-icidm.f90:19
type(inputblockdefinitiontype), dimension(*), parameter, public chf_ic_block_definitions
Definition: chf-icidm.f90:91
character(len=16), dimension(*), parameter, public chf_ic_subpackages
Definition: chf-icidm.f90:21
type(inputparamdefinitiontype), dimension(*), parameter, public chf_ic_param_definitions
Definition: chf-icidm.f90:63
type(inputparamdefinitiontype), dimension(*), parameter, public chf_ic_aggregate_definitions
Definition: chf-icidm.f90:70
type(inputparamdefinitiontype), parameter chfic_strt
Definition: chf-icidm.f90:45
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
This module contains the InputDefinitionModule.