MODFLOW 6  version 6.6.0.dev0
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., .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. )
 
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. )
 
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. )
 
type(inputparamdefinitiontype), parameter chfnam_newtonoptions = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'NEWTONOPTIONS', 'NEWTONOPTIONS', 'RECORD NEWTON UNDER_RELAXATION', '', 'newton keyword and options', .false., .false., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfnam_newton = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'NEWTON', 'NEWTON', 'KEYWORD', '', 'keyword to activate Newton-Raphson formulation', .true., .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., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfnam_ftype = InputParamDefinitionType ( 'CHF', 'NAM', 'PACKAGES', 'FTYPE', 'FTYPE', 'STRING', '', 'package type', .true., .true., .false., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfnam_fname = InputParamDefinitionType ( 'CHF', 'NAM', 'PACKAGES', 'FNAME', 'FNAME', 'STRING', '', 'file name', .true., .true., .true., .false., .false. )
 
type(inputparamdefinitiontype), parameter chfnam_pname = InputParamDefinitionType ( 'CHF', 'NAM', 'PACKAGES', 'PNAME', 'PNAME', 'STRING', '', 'user name for package', .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. )
 
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 248 of file chf-namidm.f90.

248  type(InputParamDefinitionType), parameter :: &
249  chf_nam_aggregate_definitions(*) = &
250  [ &
251  chfnam_packages &
252  ]

◆ 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 254 of file chf-namidm.f90.

254  type(InputBlockDefinitionType), parameter :: &
255  chf_nam_block_definitions(*) = &
256  [ &
257  inputblockdefinitiontype( &
258  'OPTIONS', & ! blockname
259  .false., & ! required
260  .false., & ! aggregate
261  .false. & ! block_variable
262  ), &
263  inputblockdefinitiontype( &
264  'PACKAGES', & ! blockname
265  .true., & ! required
266  .true., & ! aggregate
267  .false. & ! block_variable
268  ) &
269  ]

◆ 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 215 of file chf-namidm.f90.

215  type(InputParamDefinitionType), parameter :: &
216  chf_nam_param_definitions(*) = &
217  [ &
218  chfnam_list, &
219  chfnam_print_input, &
220  chfnam_print_flows, &
221  chfnam_save_flows, &
222  chfnam_newtonoptions, &
223  chfnam_newton, &
224  chfnam_under_relaxation, &
225  chfnam_ftype, &
226  chfnam_fname, &
227  chfnam_pname &
228  ]

◆ 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., .true., .true., .false., .false. )
private

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

179  type(InputParamDefinitionType), parameter :: &
180  chfnam_fname = inputparamdefinitiontype &
181  ( &
182  'CHF', & ! component
183  'NAM', & ! subcomponent
184  'PACKAGES', & ! block
185  'FNAME', & ! tag name
186  'FNAME', & ! fortran variable
187  'STRING', & ! type
188  '', & ! shape
189  'file name', & ! longname
190  .true., & ! required
191  .true., & ! multi-record
192  .true., & ! preserve case
193  .false., & ! layered
194  .false. & ! timeseries
195  )

◆ chfnam_ftype

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

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

161  type(InputParamDefinitionType), parameter :: &
162  chfnam_ftype = inputparamdefinitiontype &
163  ( &
164  'CHF', & ! component
165  'NAM', & ! subcomponent
166  'PACKAGES', & ! block
167  'FTYPE', & ! tag name
168  'FTYPE', & ! fortran variable
169  'STRING', & ! type
170  '', & ! shape
171  'package type', & ! longname
172  .true., & ! required
173  .true., & ! multi-record
174  .false., & ! preserve case
175  .false., & ! layered
176  .false. & ! timeseries
177  )

◆ chfnam_list

type(inputparamdefinitiontype), parameter chfnaminputmodule::chfnam_list = InputParamDefinitionType ( 'CHF', 'NAM', 'OPTIONS', 'LIST', 'LIST', 'STRING', '', 'name of listing file', .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., & ! multi-record
48  .true., & ! preserve case
49  .false., & ! layered
50  .false. & ! timeseries
51  )

◆ chfnam_newton

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

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

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

◆ 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. )
private

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

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

◆ 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. )
private

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

230  type(InputParamDefinitionType), parameter :: &
231  chfnam_packages = inputparamdefinitiontype &
232  ( &
233  'CHF', & ! component
234  'NAM', & ! subcomponent
235  'PACKAGES', & ! block
236  'PACKAGES', & ! tag name
237  'PACKAGES', & ! fortran variable
238  'RECARRAY FTYPE FNAME PNAME', & ! type
239  '', & ! shape
240  'package list', & ! longname
241  .true., & ! required
242  .false., & ! multi-record
243  .false., & ! preserve case
244  .false., & ! layered
245  .false. & ! timeseries
246  )

◆ chfnam_pname

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

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

197  type(InputParamDefinitionType), parameter :: &
198  chfnam_pname = inputparamdefinitiontype &
199  ( &
200  'CHF', & ! component
201  'NAM', & ! subcomponent
202  'PACKAGES', & ! block
203  'PNAME', & ! tag name
204  'PNAME', & ! fortran variable
205  'STRING', & ! type
206  '', & ! shape
207  'user name for package', & ! longname
208  .false., & ! required
209  .true., & ! multi-record
210  .false., & ! preserve case
211  .false., & ! layered
212  .false. & ! timeseries
213  )

◆ 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. )
private

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

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

◆ 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. )
private

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

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

◆ 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. )
private

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

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

◆ 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., .true., .false., .false., .false. )
private

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

143  type(InputParamDefinitionType), parameter :: &
144  chfnam_under_relaxation = inputparamdefinitiontype &
145  ( &
146  'CHF', & ! component
147  'NAM', & ! subcomponent
148  'OPTIONS', & ! block
149  'UNDER_RELAXATION', & ! tag name
150  'UNDER_RELAXATION', & ! fortran variable
151  'KEYWORD', & ! type
152  '', & ! shape
153  'keyword to activate Newton-Raphson UNDER_RELAXATION option', & ! longname
154  .false., & ! required
155  .true., & ! multi-record
156  .false., & ! preserve case
157  .false., & ! layered
158  .false. & ! timeseries
159  )