MODFLOW 6  version 6.9.0.dev0
USGS Modular Hydrologic Model
prt-namidm.f90
Go to the documentation of this file.
1 ! ** Do Not Modify! MODFLOW 6 system generated file. **
3  use constantsmodule, only: lenvarname
6  private
12  public prt_nam_is_advanced
13  public prt_nam_subpackages
14 
16  logical :: list = .false.
17  logical :: print_input = .false.
18  logical :: print_flows = .false.
19  logical :: save_flows = .false.
20  logical :: ftype = .false.
21  logical :: fname = .false.
22  logical :: pname = .false.
23  end type prtnamparamfoundtype
24 
25  logical :: prt_nam_multi_package = .false.
26  logical :: prt_nam_is_advanced = .false.
27 
28  character(len=16), parameter :: &
29  prt_nam_subpackages(*) = &
30  [ &
31  ' ' &
32  ]
33 
34  type(inputparamdefinitiontype), parameter :: &
36  ( &
37  'PRT', & ! component
38  'NAM', & ! subcomponent
39  'OPTIONS', & ! block
40  'LIST', & ! tag name
41  'LIST', & ! fortran variable
42  'STRING', & ! type
43  '', & ! shape
44  'name of listing file', & ! longname
45  .false., & ! required
46  .false., & ! developmode
47  .false., & ! multi-record
48  .false., & ! preserve case
49  .false., & ! layered
50  .false. & ! timeseries
51  )
52 
53  type(inputparamdefinitiontype), parameter :: &
55  ( &
56  'PRT', & ! 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., & ! developmode
66  .false., & ! multi-record
67  .false., & ! preserve case
68  .false., & ! layered
69  .false. & ! timeseries
70  )
71 
72  type(inputparamdefinitiontype), parameter :: &
74  ( &
75  'PRT', & ! component
76  'NAM', & ! subcomponent
77  'OPTIONS', & ! block
78  'PRINT_FLOWS', & ! tag name
79  'PRINT_FLOWS', & ! fortran variable
80  'KEYWORD', & ! type
81  '', & ! shape
82  'print calculated flows to listing file', & ! longname
83  .false., & ! required
84  .false., & ! developmode
85  .false., & ! multi-record
86  .false., & ! preserve case
87  .false., & ! layered
88  .false. & ! timeseries
89  )
90 
91  type(inputparamdefinitiontype), parameter :: &
93  ( &
94  'PRT', & ! component
95  'NAM', & ! subcomponent
96  'OPTIONS', & ! block
97  'SAVE_FLOWS', & ! tag name
98  'SAVE_FLOWS', & ! fortran variable
99  'KEYWORD', & ! type
100  '', & ! shape
101  'save flows for all packages to budget file', & ! longname
102  .false., & ! required
103  .false., & ! developmode
104  .false., & ! multi-record
105  .false., & ! preserve case
106  .false., & ! layered
107  .false. & ! timeseries
108  )
109 
110  type(inputparamdefinitiontype), parameter :: &
112  ( &
113  'PRT', & ! component
114  'NAM', & ! subcomponent
115  'PACKAGES', & ! block
116  'FTYPE', & ! tag name
117  'FTYPE', & ! fortran variable
118  'STRING', & ! type
119  '', & ! shape
120  'package type', & ! longname
121  .true., & ! required
122  .false., & ! developmode
123  .true., & ! multi-record
124  .false., & ! preserve case
125  .false., & ! layered
126  .false. & ! timeseries
127  )
128 
129  type(inputparamdefinitiontype), parameter :: &
131  ( &
132  'PRT', & ! component
133  'NAM', & ! subcomponent
134  'PACKAGES', & ! block
135  'FNAME', & ! tag name
136  'FNAME', & ! fortran variable
137  'STRING', & ! type
138  '', & ! shape
139  'file name', & ! longname
140  .true., & ! required
141  .false., & ! developmode
142  .true., & ! multi-record
143  .true., & ! preserve case
144  .false., & ! layered
145  .false. & ! timeseries
146  )
147 
148  type(inputparamdefinitiontype), parameter :: &
150  ( &
151  'PRT', & ! component
152  'NAM', & ! subcomponent
153  'PACKAGES', & ! block
154  'PNAME', & ! tag name
155  'PNAME', & ! fortran variable
156  'STRING', & ! type
157  '', & ! shape
158  'user name for package', & ! longname
159  .false., & ! required
160  .false., & ! developmode
161  .true., & ! multi-record
162  .false., & ! preserve case
163  .false., & ! layered
164  .false. & ! timeseries
165  )
166 
167  type(inputparamdefinitiontype), parameter :: &
169  [ &
170  prtnam_list, &
174  prtnam_ftype, &
175  prtnam_fname, &
176  prtnam_pname &
177  ]
178 
179  type(inputparamdefinitiontype), parameter :: &
181  ( &
182  'PRT', & ! component
183  'NAM', & ! subcomponent
184  'PACKAGES', & ! block
185  'PACKAGES', & ! tag name
186  'PACKAGES', & ! fortran variable
187  'RECARRAY FTYPE FNAME PNAME', & ! type
188  '', & ! shape
189  'package list', & ! longname
190  .true., & ! required
191  .false., & ! developmode
192  .false., & ! multi-record
193  .false., & ! preserve case
194  .false., & ! layered
195  .false. & ! timeseries
196  )
197 
198  type(inputparamdefinitiontype), parameter :: &
200  [ &
202  ]
203 
204  type(inputblockdefinitiontype), parameter :: &
206  [ &
208  'OPTIONS', & ! blockname
209  .false., & ! required
210  .false., & ! aggregate
211  .false. & ! block_variable
212  ), &
214  'PACKAGES', & ! blockname
215  .true., & ! required
216  .true., & ! aggregate
217  .false. & ! block_variable
218  ) &
219  ]
220 
221 end module prtnaminputmodule
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(inputblockdefinitiontype), dimension(*), parameter, public prt_nam_block_definitions
Definition: prt-namidm.f90:204
type(inputparamdefinitiontype), parameter prtnam_print_input
Definition: prt-namidm.f90:53
type(inputparamdefinitiontype), dimension(*), parameter, public prt_nam_param_definitions
Definition: prt-namidm.f90:167
type(inputparamdefinitiontype), parameter prtnam_list
Definition: prt-namidm.f90:34
type(inputparamdefinitiontype), parameter prtnam_ftype
Definition: prt-namidm.f90:110
logical, public prt_nam_multi_package
Definition: prt-namidm.f90:25
type(inputparamdefinitiontype), parameter prtnam_fname
Definition: prt-namidm.f90:129
type(inputparamdefinitiontype), parameter prtnam_packages
Definition: prt-namidm.f90:179
logical, public prt_nam_is_advanced
Definition: prt-namidm.f90:26
type(inputparamdefinitiontype), dimension(*), parameter, public prt_nam_aggregate_definitions
Definition: prt-namidm.f90:198
type(inputparamdefinitiontype), parameter prtnam_print_flows
Definition: prt-namidm.f90:72
type(inputparamdefinitiontype), parameter prtnam_save_flows
Definition: prt-namidm.f90:91
character(len=16), dimension(*), parameter, public prt_nam_subpackages
Definition: prt-namidm.f90:28
type(inputparamdefinitiontype), parameter prtnam_pname
Definition: prt-namidm.f90:148
Input block definition. Describes an input block.
Input parameter definition. Describes an input parameter.