MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
chfnaminputmodule Module Reference

Data Types

type  chfnamparamfoundtype
 

Variables

logical, public chf_nam_multi_package = .false.
 
character(len=16), dimension(*), parameter, public chf_nam_subpackages = [ ' ' ]
 
type(inputparamdefinitiontype), parameter chfnam_list = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'LIST', 'LIST', 'STRING', '', 'name of listing file', .false., .false., .false., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfnam_print_input = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'PRINT_INPUT', 'PRINT_INPUT', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfnam_print_flows = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'PRINT_FLOWS', 'PRINT_FLOWS', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfnam_save_flows = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'SAVE_FLOWS', 'SAVE_FLOWS', 'KEYWORD', '', 'save flows for all packages to budget file', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfnam_newtonoptions = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'NEWTONOPTIONS', 'NEWTONOPTIONS', 'RECORD NEWTON UNDER_RELAXATION', '', 'newton keyword and options', .false., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfnam_newton = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'NEWTON', 'NEWTON', 'KEYWORD', '', 'keyword to activate Newton-Raphson formulation', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfnam_under_relaxation = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'UNDER_RELAXATION', 'UNDER_RELAXATION', 'KEYWORD', '', 'keyword to activate Newton-Raphson UNDER_RELAXATION option', .false., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfnam_ftype = InputParamDefinitionType ( 'CHF', 'NAM', 'PACKAGES', 'FTYPE', 'FTYPE', 'STRING', '', 'package type', .true., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfnam_fname = InputParamDefinitionType ( 'CHF', 'NAM', 'PACKAGES', 'FNAME', 'FNAME', 'STRING', '', 'file name', .true., .false., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfnam_pname = InputParamDefinitionType ( 'CHF', 'NAM', 'PACKAGES', 'PNAME', 'PNAME', 'STRING', '', 'user name for package', .false., .false., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public chf_nam_param_definitions = [ chfnam_list, chfnam_print_input, chfnam_print_flows, chfnam_save_flows, chfnam_newtonoptions, chfnam_newton, chfnam_under_relaxation, chfnam_ftype, chfnam_fname, chfnam_pname ]
 
type(inputparamdefinitiontype), parameter chfnam_packages = InputParamDefinitionType ( 'CHF', 'NAM', 'PACKAGES', 'PACKAGES', 'PACKAGES', 'RECARRAY FTYPE FNAME PNAME', '', 'package list', .true., .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), dimension(*), parameter, public chf_nam_aggregate_definitions = [ chfnam_packages ]
 
type(inputblockdefinitiontype), dimension(*), parameter, public chf_nam_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'PACKAGES', .true., .true., .false. ) ]
 

Variable Documentation

◆ chf_nam_aggregate_definitions

type(inputparamdefinitiontype), dimension(*), parameter, public chfnaminputmodule::chf_nam_aggregate_definitions = [ chfnam_packages ]

Definition at line 259 of file chf-namidm.f90.

259  type(InputParamDefinitionType), parameter :: &
260  chf_nam_aggregate_definitions(*) = &
261  [ &
262  chfnam_packages &
263  ]

◆ chf_nam_block_definitions

type(inputblockdefinitiontype), dimension(*), parameter, public chfnaminputmodule::chf_nam_block_definitions = [ InputBlockDefinitionType( 'OPTIONS', .false., .false., .false. ), InputBlockDefinitionType( 'PACKAGES', .true., .true., .false. ) ]

Definition at line 265 of file chf-namidm.f90.

265  type(InputBlockDefinitionType), parameter :: &
266  chf_nam_block_definitions(*) = &
267  [ &
268  inputblockdefinitiontype( &
269  'OPTIONS', & ! blockname
270  .false., & ! required
271  .false., & ! aggregate
272  .false. & ! block_variable
273  ), &
274  inputblockdefinitiontype( &
275  'PACKAGES', & ! blockname
276  .true., & ! required
277  .true., & ! aggregate
278  .false. & ! block_variable
279  ) &
280  ]

◆ chf_nam_multi_package

logical, public chfnaminputmodule::chf_nam_multi_package = .false.

Definition at line 27 of file chf-namidm.f90.

27  logical :: chf_nam_multi_package = .false.

◆ chf_nam_param_definitions

Definition at line 225 of file chf-namidm.f90.

225  type(InputParamDefinitionType), parameter :: &
226  chf_nam_param_definitions(*) = &
227  [ &
228  chfnam_list, &
229  chfnam_print_input, &
230  chfnam_print_flows, &
231  chfnam_save_flows, &
232  chfnam_newtonoptions, &
233  chfnam_newton, &
234  chfnam_under_relaxation, &
235  chfnam_ftype, &
236  chfnam_fname, &
237  chfnam_pname &
238  ]

◆ chf_nam_subpackages

character(len=16), dimension(*), parameter, public chfnaminputmodule::chf_nam_subpackages = [ ' ' ]

Definition at line 29 of file chf-namidm.f90.

29  character(len=16), parameter :: &
30  chf_nam_subpackages(*) = &
31  [ &
32  ' ' &
33  ]

◆ chfnam_fname

type(inputparamdefinitiontype), parameter chfnaminputmodule::chfnam_fname = InputParamDefinitionType ( 'CHF', 'NAM', 'PACKAGES', 'FNAME', 'FNAME', 'STRING', '', 'file name', .true., .false., .true., .true., .false., .false. )
private

Definition at line 187 of file chf-namidm.f90.

187  type(InputParamDefinitionType), parameter :: &
188  chfnam_fname = inputparamdefinitiontype &
189  ( &
190  'CHF', & ! component
191  'NAM', & ! subcomponent
192  'PACKAGES', & ! block
193  'FNAME', & ! tag name
194  'FNAME', & ! fortran variable
195  'STRING', & ! type
196  '', & ! shape
197  'file name', & ! longname
198  .true., & ! required
199  .false., & ! prerelease
200  .true., & ! multi-record
201  .true., & ! preserve case
202  .false., & ! layered
203  .false. & ! timeseries
204  )

◆ chfnam_ftype

type(inputparamdefinitiontype), parameter chfnaminputmodule::chfnam_ftype = InputParamDefinitionType ( 'CHF', 'NAM', 'PACKAGES', 'FTYPE', 'FTYPE', 'STRING', '', 'package type', .true., .false., .true., .false., .false., .false. )
private

Definition at line 168 of file chf-namidm.f90.

168  type(InputParamDefinitionType), parameter :: &
169  chfnam_ftype = inputparamdefinitiontype &
170  ( &
171  'CHF', & ! component
172  'NAM', & ! subcomponent
173  'PACKAGES', & ! block
174  'FTYPE', & ! tag name
175  'FTYPE', & ! fortran variable
176  'STRING', & ! type
177  '', & ! shape
178  'package type', & ! longname
179  .true., & ! required
180  .false., & ! prerelease
181  .true., & ! multi-record
182  .false., & ! preserve case
183  .false., & ! layered
184  .false. & ! timeseries
185  )

◆ chfnam_list

type(inputparamdefinitiontype), parameter chfnaminputmodule::chfnam_list = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'LIST', 'LIST', 'STRING', '', 'name of listing file', .false., .false., .false., .true., .false., .false. )
private

Definition at line 35 of file chf-namidm.f90.

35  type(InputParamDefinitionType), parameter :: &
36  chfnam_list = inputparamdefinitiontype &
37  ( &
38  'CHF', & ! component
39  'NAM', & ! subcomponent
40  'OPTIONS', & ! block
41  'LIST', & ! tag name
42  'LIST', & ! fortran variable
43  'STRING', & ! type
44  '', & ! shape
45  'name of listing file', & ! longname
46  .false., & ! required
47  .false., & ! prerelease
48  .false., & ! multi-record
49  .true., & ! preserve case
50  .false., & ! layered
51  .false. & ! timeseries
52  )

◆ chfnam_newton

type(inputparamdefinitiontype), parameter chfnaminputmodule::chfnam_newton = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'NEWTON', 'NEWTON', 'KEYWORD', '', 'keyword to activate Newton-Raphson formulation', .true., .false., .true., .false., .false., .false. )
private

Definition at line 130 of file chf-namidm.f90.

130  type(InputParamDefinitionType), parameter :: &
131  chfnam_newton = inputparamdefinitiontype &
132  ( &
133  'CHF', & ! component
134  'NAM', & ! subcomponent
135  'OPTIONS', & ! block
136  'NEWTON', & ! tag name
137  'NEWTON', & ! fortran variable
138  'KEYWORD', & ! type
139  '', & ! shape
140  'keyword to activate Newton-Raphson formulation', & ! longname
141  .true., & ! required
142  .false., & ! prerelease
143  .true., & ! multi-record
144  .false., & ! preserve case
145  .false., & ! layered
146  .false. & ! timeseries
147  )

◆ chfnam_newtonoptions

type(inputparamdefinitiontype), parameter chfnaminputmodule::chfnam_newtonoptions = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'NEWTONOPTIONS', 'NEWTONOPTIONS', 'RECORD NEWTON UNDER_RELAXATION', '', 'newton keyword and options', .false., .false., .false., .false., .false., .false. )
private

Definition at line 111 of file chf-namidm.f90.

111  type(InputParamDefinitionType), parameter :: &
112  chfnam_newtonoptions = inputparamdefinitiontype &
113  ( &
114  'CHF', & ! component
115  'NAM', & ! subcomponent
116  'OPTIONS', & ! block
117  'NEWTONOPTIONS', & ! tag name
118  'NEWTONOPTIONS', & ! fortran variable
119  'RECORD NEWTON UNDER_RELAXATION', & ! type
120  '', & ! shape
121  'newton keyword and options', & ! longname
122  .false., & ! required
123  .false., & ! prerelease
124  .false., & ! multi-record
125  .false., & ! preserve case
126  .false., & ! layered
127  .false. & ! timeseries
128  )

◆ chfnam_packages

type(inputparamdefinitiontype), parameter chfnaminputmodule::chfnam_packages = InputParamDefinitionType ( 'CHF', 'NAM', 'PACKAGES', 'PACKAGES', 'PACKAGES', 'RECARRAY FTYPE FNAME PNAME', '', 'package list', .true., .false., .false., .false., .false., .false. )
private

Definition at line 240 of file chf-namidm.f90.

240  type(InputParamDefinitionType), parameter :: &
241  chfnam_packages = inputparamdefinitiontype &
242  ( &
243  'CHF', & ! component
244  'NAM', & ! subcomponent
245  'PACKAGES', & ! block
246  'PACKAGES', & ! tag name
247  'PACKAGES', & ! fortran variable
248  'RECARRAY FTYPE FNAME PNAME', & ! type
249  '', & ! shape
250  'package list', & ! longname
251  .true., & ! required
252  .false., & ! prerelease
253  .false., & ! multi-record
254  .false., & ! preserve case
255  .false., & ! layered
256  .false. & ! timeseries
257  )

◆ chfnam_pname

type(inputparamdefinitiontype), parameter chfnaminputmodule::chfnam_pname = InputParamDefinitionType ( 'CHF', 'NAM', 'PACKAGES', 'PNAME', 'PNAME', 'STRING', '', 'user name for package', .false., .false., .true., .false., .false., .false. )
private

Definition at line 206 of file chf-namidm.f90.

206  type(InputParamDefinitionType), parameter :: &
207  chfnam_pname = inputparamdefinitiontype &
208  ( &
209  'CHF', & ! component
210  'NAM', & ! subcomponent
211  'PACKAGES', & ! block
212  'PNAME', & ! tag name
213  'PNAME', & ! fortran variable
214  'STRING', & ! type
215  '', & ! shape
216  'user name for package', & ! longname
217  .false., & ! required
218  .false., & ! prerelease
219  .true., & ! multi-record
220  .false., & ! preserve case
221  .false., & ! layered
222  .false. & ! timeseries
223  )

◆ chfnam_print_flows

type(inputparamdefinitiontype), parameter chfnaminputmodule::chfnam_print_flows = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'PRINT_FLOWS', 'PRINT_FLOWS', 'KEYWORD', '', 'print calculated flows to listing file', .false., .false., .false., .false., .false., .false. )
private

Definition at line 73 of file chf-namidm.f90.

73  type(InputParamDefinitionType), parameter :: &
74  chfnam_print_flows = inputparamdefinitiontype &
75  ( &
76  'CHF', & ! component
77  'NAM', & ! subcomponent
78  'OPTIONS', & ! block
79  'PRINT_FLOWS', & ! tag name
80  'PRINT_FLOWS', & ! fortran variable
81  'KEYWORD', & ! type
82  '', & ! shape
83  'print calculated flows to listing file', & ! longname
84  .false., & ! required
85  .false., & ! prerelease
86  .false., & ! multi-record
87  .false., & ! preserve case
88  .false., & ! layered
89  .false. & ! timeseries
90  )

◆ chfnam_print_input

type(inputparamdefinitiontype), parameter chfnaminputmodule::chfnam_print_input = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'PRINT_INPUT', 'PRINT_INPUT', 'KEYWORD', '', 'print input to listing file', .false., .false., .false., .false., .false., .false. )
private

Definition at line 54 of file chf-namidm.f90.

54  type(InputParamDefinitionType), parameter :: &
55  chfnam_print_input = inputparamdefinitiontype &
56  ( &
57  'CHF', & ! component
58  'NAM', & ! subcomponent
59  'OPTIONS', & ! block
60  'PRINT_INPUT', & ! tag name
61  'PRINT_INPUT', & ! fortran variable
62  'KEYWORD', & ! type
63  '', & ! shape
64  'print input to listing file', & ! longname
65  .false., & ! required
66  .false., & ! prerelease
67  .false., & ! multi-record
68  .false., & ! preserve case
69  .false., & ! layered
70  .false. & ! timeseries
71  )

◆ chfnam_save_flows

type(inputparamdefinitiontype), parameter chfnaminputmodule::chfnam_save_flows = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'SAVE_FLOWS', 'SAVE_FLOWS', 'KEYWORD', '', 'save flows for all packages to budget file', .false., .false., .false., .false., .false., .false. )
private

Definition at line 92 of file chf-namidm.f90.

92  type(InputParamDefinitionType), parameter :: &
93  chfnam_save_flows = inputparamdefinitiontype &
94  ( &
95  'CHF', & ! component
96  'NAM', & ! subcomponent
97  'OPTIONS', & ! block
98  'SAVE_FLOWS', & ! tag name
99  'SAVE_FLOWS', & ! fortran variable
100  'KEYWORD', & ! type
101  '', & ! shape
102  'save flows for all packages to budget file', & ! longname
103  .false., & ! required
104  .false., & ! prerelease
105  .false., & ! multi-record
106  .false., & ! preserve case
107  .false., & ! layered
108  .false. & ! timeseries
109  )

◆ chfnam_under_relaxation

type(inputparamdefinitiontype), parameter chfnaminputmodule::chfnam_under_relaxation = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'UNDER_RELAXATION', 'UNDER_RELAXATION', 'KEYWORD', '', 'keyword to activate Newton-Raphson UNDER_RELAXATION option', .false., .false., .true., .false., .false., .false. )
private

Definition at line 149 of file chf-namidm.f90.

149  type(InputParamDefinitionType), parameter :: &
150  chfnam_under_relaxation = inputparamdefinitiontype &
151  ( &
152  'CHF', & ! component
153  'NAM', & ! subcomponent
154  'OPTIONS', & ! block
155  'UNDER_RELAXATION', & ! tag name
156  'UNDER_RELAXATION', & ! fortran variable
157  'KEYWORD', & ! type
158  '', & ! shape
159  'keyword to activate Newton-Raphson UNDER_RELAXATION option', & ! longname
160  .false., & ! required
161  .false., & ! prerelease
162  .true., & ! multi-record
163  .false., & ! preserve case
164  .false., & ! layered
165  .false. & ! timeseries
166  )