MODFLOW 6  version 6.8.0.dev0
USGS Modular Hydrologic Model
utl-spcaidm.f90
Go to the documentation of this file.
1 ! ** Do Not Modify! MODFLOW 6 system generated file. **
3  use constantsmodule, only: lenvarname
6  private
13 
15  logical :: readasarrays = .false.
16  logical :: print_input = .false.
17  logical :: tas_filerecord = .false.
18  logical :: tas6 = .false.
19  logical :: filein = .false.
20  logical :: tas6_filename = .false.
21  logical :: concentration = .false.
22  logical :: temperature = .false.
23  end type utlspcaparamfoundtype
24 
25  logical :: utl_spca_multi_package = .true.
26 
27  character(len=16), parameter :: &
29  [ &
30  ' ' &
31  ]
32 
33  type(inputparamdefinitiontype), parameter :: &
35  ( &
36  'UTL', & ! component
37  'SPCA', & ! subcomponent
38  'OPTIONS', & ! block
39  'READASARRAYS', & ! tag name
40  'READASARRAYS', & ! fortran variable
41  'KEYWORD', & ! type
42  '', & ! shape
43  'use array-based input', & ! longname
44  .true., & ! required
45  .false., & ! developmode
46  .false., & ! multi-record
47  .false., & ! preserve case
48  .false., & ! layered
49  .false. & ! timeseries
50  )
51 
52  type(inputparamdefinitiontype), parameter :: &
54  ( &
55  'UTL', & ! component
56  'SPCA', & ! subcomponent
57  'OPTIONS', & ! block
58  'PRINT_INPUT', & ! tag name
59  'PRINT_INPUT', & ! fortran variable
60  'KEYWORD', & ! type
61  '', & ! shape
62  'print input to listing file', & ! longname
63  .false., & ! required
64  .false., & ! developmode
65  .false., & ! multi-record
66  .false., & ! preserve case
67  .false., & ! layered
68  .false. & ! timeseries
69  )
70 
71  type(inputparamdefinitiontype), parameter :: &
73  ( &
74  'UTL', & ! component
75  'SPCA', & ! subcomponent
76  'OPTIONS', & ! block
77  'TAS_FILERECORD', & ! tag name
78  'TAS_FILERECORD', & ! fortran variable
79  'RECORD TAS6 FILEIN TAS6_FILENAME', & ! type
80  '', & ! shape
81  '', & ! longname
82  .false., & ! required
83  .false., & ! developmode
84  .false., & ! multi-record
85  .false., & ! preserve case
86  .false., & ! layered
87  .false. & ! timeseries
88  )
89 
90  type(inputparamdefinitiontype), parameter :: &
92  ( &
93  'UTL', & ! component
94  'SPCA', & ! subcomponent
95  'OPTIONS', & ! block
96  'TAS6', & ! tag name
97  'TAS6', & ! fortran variable
98  'KEYWORD', & ! type
99  '', & ! shape
100  'head keyword', & ! longname
101  .true., & ! required
102  .false., & ! developmode
103  .true., & ! multi-record
104  .false., & ! preserve case
105  .false., & ! layered
106  .false. & ! timeseries
107  )
108 
109  type(inputparamdefinitiontype), parameter :: &
111  ( &
112  'UTL', & ! component
113  'SPCA', & ! subcomponent
114  'OPTIONS', & ! block
115  'FILEIN', & ! tag name
116  'FILEIN', & ! fortran variable
117  'KEYWORD', & ! type
118  '', & ! shape
119  'file keyword', & ! longname
120  .true., & ! required
121  .false., & ! developmode
122  .true., & ! multi-record
123  .false., & ! preserve case
124  .false., & ! layered
125  .false. & ! timeseries
126  )
127 
128  type(inputparamdefinitiontype), parameter :: &
130  ( &
131  'UTL', & ! component
132  'SPCA', & ! subcomponent
133  'OPTIONS', & ! block
134  'TAS6_FILENAME', & ! tag name
135  'TAS6_FILENAME', & ! fortran variable
136  'STRING', & ! type
137  '', & ! shape
138  'file name of time series information', & ! longname
139  .true., & ! required
140  .false., & ! developmode
141  .true., & ! multi-record
142  .true., & ! preserve case
143  .false., & ! layered
144  .false. & ! timeseries
145  )
146 
147  type(inputparamdefinitiontype), parameter :: &
149  ( &
150  'UTL', & ! component
151  'SPCA', & ! subcomponent
152  'PERIOD', & ! block
153  'CONCENTRATION', & ! tag name
154  'CONCENTRATION', & ! fortran variable
155  'DOUBLE1D', & ! type
156  'NCPL', & ! shape
157  'concentration', & ! longname
158  .false., & ! required
159  .false., & ! developmode
160  .false., & ! multi-record
161  .false., & ! preserve case
162  .false., & ! layered
163  .true. & ! timeseries
164  )
165 
166  type(inputparamdefinitiontype), parameter :: &
168  ( &
169  'UTL', & ! component
170  'SPCA', & ! subcomponent
171  'PERIOD', & ! block
172  'TEMPERATURE', & ! tag name
173  'TEMPERATURE', & ! fortran variable
174  'DOUBLE1D', & ! type
175  'NCPL', & ! shape
176  'temperature', & ! longname
177  .false., & ! required
178  .false., & ! developmode
179  .false., & ! multi-record
180  .false., & ! preserve case
181  .false., & ! layered
182  .true. & ! timeseries
183  )
184 
185  type(inputparamdefinitiontype), parameter :: &
187  [ &
191  utlspca_tas6, &
192  utlspca_filein, &
196  ]
197 
198  type(inputparamdefinitiontype), parameter :: &
200  [ &
202  ( &
203  '', & ! component
204  '', & ! subcomponent
205  '', & ! block
206  '', & ! tag name
207  '', & ! fortran variable
208  '', & ! type
209  '', & ! shape
210  '', & ! longname
211  .false., & ! required
212  .false., & ! developmode
213  .false., & ! multi-record
214  .false., & ! preserve case
215  .false., & ! layered
216  .false. & ! timeseries
217  ) &
218  ]
219 
220  type(inputblockdefinitiontype), parameter :: &
222  [ &
224  'OPTIONS', & ! blockname
225  .true., & ! required
226  .false., & ! aggregate
227  .false. & ! block_variable
228  ), &
230  'PERIOD', & ! blockname
231  .false., & ! required
232  .false., & ! aggregate
233  .true. & ! block_variable
234  ) &
235  ]
236 
237 end module utlspcainputmodule
This module contains simulation constants.
Definition: Constants.f90:9
integer(i4b), parameter lenvarname
maximum length of a variable name
Definition: Constants.f90:17
Input definition module.
type(inputparamdefinitiontype), parameter utlspca_tas6_filename
type(inputparamdefinitiontype), parameter utlspca_tas_filerecord
Definition: utl-spcaidm.f90:71
type(inputparamdefinitiontype), parameter utlspca_tas6
Definition: utl-spcaidm.f90:90
type(inputparamdefinitiontype), dimension(*), parameter, public utl_spca_param_definitions
type(inputparamdefinitiontype), parameter utlspca_temperature
logical, public utl_spca_multi_package
Definition: utl-spcaidm.f90:25
type(inputblockdefinitiontype), dimension(*), parameter, public utl_spca_block_definitions
type(inputparamdefinitiontype), parameter utlspca_readasarrays
Definition: utl-spcaidm.f90:33
character(len=16), dimension(*), parameter, public utl_spca_subpackages
Definition: utl-spcaidm.f90:27
type(inputparamdefinitiontype), dimension(*), parameter, public utl_spca_aggregate_definitions
type(inputparamdefinitiontype), parameter utlspca_concentration
type(inputparamdefinitiontype), parameter utlspca_filein
type(inputparamdefinitiontype), parameter utlspca_print_input
Definition: utl-spcaidm.f90:52
Input block definition. Describes an input block.
Input parameter definition. Describes an input parameter.