Skip to content

Commit 89303d3

Browse files
skfoggemorway-usgs
authored andcommitted
new test problem swr (#15)
1 parent 72a37d0 commit 89303d3

File tree

1 file changed

+132
-0
lines changed

1 file changed

+132
-0
lines changed

doc/mf6io/mf6ivar/dfn/utl-swr.dfn

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
# --------------------- gwe swr options ---------------------
2+
# flopy subpackage swr_filerecord swr swr_perioddata perioddata
3+
# flopy parent_name_type parent_package MFPackage
4+
5+
block options
6+
name print_input
7+
type keyword
8+
reader urword
9+
optional true
10+
longname print input to listing file
11+
description REPLACE print_input {'{#1}': 'shortwave radiation'}
12+
13+
block options
14+
name ts_filerecord
15+
type record ts6 filein ts6_filename
16+
shape
17+
reader urword
18+
tagged true
19+
optional true
20+
longname
21+
description
22+
23+
block options
24+
name ts6
25+
type keyword
26+
shape
27+
in_record true
28+
reader urword
29+
tagged true
30+
optional false
31+
longname head keyword
32+
description keyword to specify that record corresponds to a time-series file.
33+
34+
block options
35+
name filein
36+
type keyword
37+
shape
38+
in_record true
39+
reader urword
40+
tagged true
41+
optional false
42+
longname file keyword
43+
description keyword to specify that an input filename is expected next.
44+
45+
block options
46+
name ts6_filename
47+
type string
48+
preserve_case true
49+
in_record true
50+
reader urword
51+
optional false
52+
tagged false
53+
longname file name of time series information
54+
description REPLACE timeseriesfile {}
55+
56+
# --------------------- gwe swr period ---------------------
57+
58+
block period
59+
name iper
60+
type integer
61+
block_variable True
62+
in_record true
63+
tagged false
64+
shape
65+
valid
66+
reader urword
67+
optional false
68+
longname stress period number
69+
description REPLACE iper {}
70+
71+
block period
72+
name reachperioddata
73+
type recarray rno swrsetting
74+
shape
75+
reader urword
76+
longname
77+
description
78+
79+
block period
80+
name rno
81+
type integer
82+
shape
83+
tagged false
84+
in_record true
85+
reader urword
86+
longname reach number for this entry
87+
description integer value that defines the reach number associated with the specified PERIOD data on the line. RNO must be greater than zero and less than or equal to NREACHES.
88+
numeric_index true
89+
90+
block period
91+
name swrsetting
92+
type keystring solr shd swrefl
93+
auxiliaryrecord
94+
shape
95+
tagged false
96+
in_record true
97+
reader urword
98+
longname
99+
description line of information that is parsed into a parameter keyword and values. Property name keywords that can be used to start the SWRSETTING string include: SOLR, SHD, and SWREFL. These settings are used to assign the solar radiation, shade, and shortwave reflectance on the stream surface, respectively.
100+
101+
block period
102+
name solr
103+
type string
104+
shape
105+
tagged true
106+
in_record true
107+
reader urword
108+
time_series true
109+
longname shortwave solar radiation (E/T/L^2)
110+
description real or character value that defines the solar radiation above of each reach. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value.
111+
112+
block period
113+
name shd
114+
type double precision
115+
shape
116+
tagged true
117+
in_record true
118+
reader urword
119+
time_series true
120+
longname riparian shade
121+
description is the shaded fraction of the wetted surface of the stream reach. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value.
122+
123+
block period
124+
name swrefl
125+
type double precision
126+
shape
127+
tagged true
128+
in_record true
129+
reader urword
130+
time_series true
131+
longname reflectance of shortwave radiation of water surface
132+
description is the fraction of solar radiation reflected by water surface. If the Options block includes a TIMESERIESFILE entry (see the ``Time-Variable Input'' section), values can be obtained from a time series by entering the time-series name in place of a numeric value.

0 commit comments

Comments
 (0)