Skip to content

Commit 9825bae

Browse files
committed
Add datafiles for the example
1 parent 4b7bdc4 commit 9825bae

File tree

6 files changed

+459
-2
lines changed

6 files changed

+459
-2
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,9 @@ ENV/
103103

104104
# VSCode setting files
105105
*.code-*
106+
107+
# Example data
108+
*.DSS
109+
*.dsc
110+
*.dsd
111+
*.dsk

examples/pydelmod_example_DSM2_postprocessed_EC.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
"outputs": [],
8787
"source": [
8888
"# Read in data from DSS files\n",
89-
"scenarios = [{'name': 'H3', 'fpath': \"scenarios/H3/bdcp_h3_slr15_out_ec_PostPro.DSS\"},\n",
90-
" {'name': 'H4', 'fpath': \"scenarios/H4/bdcp_h4_slr15_out_ec_PostPro.DSS\"}]\n",
89+
"scenarios = [{'name': 'H3', 'fpath': \"scenarios/bdcp_h3_slr15_out_ec_PostPro.DSS\"},\n",
90+
" {'name': 'H4', 'fpath': \"scenarios/bdcp_h4_slr15_out_ec_PostPro.DSS\"}]\n",
9191
"stations_to_read = df_stations['ID'].values\n",
9292
"\n",
9393
"# Read only 'EC-MEAN'\n",
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
#Sacramento River at Emmaton (RSAC092)
2+
location,wyt,month,date,val
3+
RSAC092,W,10,1,0.
4+
RSAC092,W,4,1,0.45
5+
RSAC092,W,8,16,0.
6+
RSAC092,AN,10,1,0.
7+
RSAC092,AN,4,1,0.45
8+
RSAC092,AN,7,2,0.63
9+
RSAC092,AN,8,16,0.
10+
RSAC092,BN,10,1,0.
11+
RSAC092,BN,4,1,0.45
12+
RSAC092,BN,6,21,1.14
13+
RSAC092,BN,8,16,0.
14+
RSAC092,D,10,1,0.
15+
RSAC092,D,4,1,0.45
16+
RSAC092,D,6,16,1.67
17+
RSAC092,D,8,16,0.
18+
RSAC092,C,10,1,0.
19+
RSAC092,C,4,1,2.78
20+
RSAC092,C,8,16,0.
21+
# San Joaquin River at Jersey Point (RSAN018)
22+
RSAN018,W,10,1,0.
23+
RSAN018,W,4,1,0.45
24+
RSAN018,W,8,16,0.
25+
RSAN018,AN,10,1,0.
26+
RSAN018,AN,4,1,0.45
27+
RSAN018,AN,8,16,0.
28+
RSAN018,BN,10,1,0.
29+
RSAN018,BN,4,1,0.45
30+
RSAN018,BN,6,21,0.74
31+
RSAN018,BN,8,16,0
32+
RSAN018,D,10,1,0.
33+
RSAN018,D,4,1,0.45
34+
RSAN018,D,6,16,1.35
35+
RSAN018,D,8,16,0.
36+
RSAN018,C,10,1,0.
37+
RSAN018,C,4,1,2.20
38+
RSAN018,C,8,16,0.
39+
#South Fork Mokelumne River at Terminous (RSMKL08)
40+
RSMKL008,W,10,1,0.
41+
RSMKL008,W,4,1,0.45
42+
RSMKL008,W,8,16,0.
43+
RSMKL008,AN,10,1,0.
44+
RSMKL008,AN,4,1,0.45
45+
RSMKL008,AN,8,16,0.
46+
RSMKL008,BN,10,1,0.
47+
RSMKL008,BN,4,1,0.45
48+
RSMKL008,BN,8,16,0.
49+
RSMKL008,D,10,1,0.
50+
RSMKL008,D,4,1,0.45
51+
RSMKL008,D,8,16,0.
52+
RSMKL008,C,10,1,0.
53+
RSMKL008,C,4,1,0.54
54+
RSMKL008,C,8,16,0.
55+
#San Joaquin River at San Andreas Landing (RSAN032)
56+
RSAN032,W,10,1,0.
57+
RSAN032,W,4,1,0.45
58+
RSAN032,W,8,16,0.
59+
RSAN032,AN,10,1,0.
60+
RSAN032,AN,4,1,0.45
61+
RSAN032,AN,8,16,0.
62+
RSAN032,BN,10,1,0.
63+
RSAN032,BN,4,1,0.45
64+
RSAN032,BN,8,16,0.
65+
RSAN032,D,10,1,0.
66+
RSAN032,D,4,1,0.45
67+
RSAN032,D,6,26,0.58
68+
RSAN032,D,8,16,0.
69+
RSAN032,C,10,1,0.
70+
RSAN032,C,4,1,0.87
71+
RSAN032,C,8,16,0.
72+
#Southern Delta (RSAN112, RSAN073, ROLD069, ROLD059)
73+
SOUTH,W,10,1,1.0
74+
SOUTH,W,4,1,0.7
75+
SOUTH,W,9,1,1.00
76+
SOUTH,AN,10,1,1.0
77+
SOUTH,AN,4,1,0.7
78+
SOUTH,AN,9,1,1.00
79+
SOUTH,BN,10,1,1.0
80+
SOUTH,BN,4,1,0.7
81+
SOUTH,BN,9,1,1.00
82+
SOUTH,D,10,1,1.0
83+
SOUTH,D,4,1,0.7
84+
SOUTH,D,9,1,1.00
85+
SOUTH,C,10,1,1.0
86+
SOUTH,C,4,1,0.7
87+
SOUTH,C,9,1,1.00
88+
#Export Area (CHWST0,CHDMC004)
89+
EXPORT,W,10,1,1.00
90+
EXPORT,AN,10,1,1.00
91+
EXPORT,BN,10,1,1.00
92+
EXPORT,D,10,1,1.00
93+
EXPORT,C,10,1,1.00
Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
# San Joaquin River at Jersey Point (D-15, RSAN018),,,,
2+
location,wyt,month,date,val
3+
RSAN018,W,10,1,0
4+
RSAN018,W,4,1,0.44
5+
RSAN018,W,6,1,0
6+
RSAN018,AN,10,1,0
7+
RSAN018,AN,4,1,0.44
8+
RSAN018,AN,6,1,0
9+
RSAN018,BN,10,1,0
10+
RSAN018,BN,4,1,0.44
11+
RSAN018,BN,6,1,0
12+
RSAN018,D,10,1,0
13+
RSAN018,D,4,1,0.44
14+
RSAN018,D,6,1,0
15+
RSAN018,C,10,1,0
16+
# San Joaquin River at Prisoners Point (D-29, RSAN037),,,,
17+
RSAN037,W,10,1,0
18+
RSAN037,W,4,1,0.44
19+
RSAN037,W,6,1,0
20+
RSAN037,AN,10,1,0
21+
RSAN037,AN,4,1,0.44
22+
RSAN037,AN,6,1,0
23+
RSAN037,BN,10,1,0
24+
RSAN037,BN,4,1,0.44
25+
RSAN037,BN,6,1,0
26+
RSAN037,D,10,1,0
27+
RSAN037,D,4,1,0.44
28+
RSAN037,D,6,1,0
29+
RSAN037,C,10,1,0
30+
# Sacramento at Collinsville (C-2, RSAC081),,,,
31+
RSAC081,W,10,1,19.0
32+
RSAC081,W,11,1,15.5
33+
RSAC081,W,1,1,12.5
34+
RSAC081,W,2,1,8
35+
RSAC081,W,4,1,11
36+
RSAC081,W,5,1,0
37+
RSAC081,AN,10,1,19.0
38+
RSAC081,AN,11,1,15.5
39+
RSAC081,AN,1,1,12.5
40+
RSAC081,AN,2,1,8
41+
RSAC081,AN,4,1,11
42+
RSAC081,AN,5,1,0
43+
RSAC081,BN,10,1,19.0
44+
RSAC081,BN,11,1,15.5
45+
RSAC081,BN,1,1,12.5
46+
RSAC081,BN,2,1,8
47+
RSAC081,BN,4,1,11
48+
RSAC081,BN,5,1,0
49+
RSAC081,D,10,1,19.0
50+
RSAC081,D,11,1,15.5
51+
RSAC081,D,1,1,12.5
52+
RSAC081,D,2,1,8
53+
RSAC081,D,4,1,11
54+
RSAC081,D,5,1,0
55+
RSAC081,C,10,1,19.0
56+
RSAC081,C,11,1,15.5
57+
RSAC081,C,1,1,12.5
58+
RSAC081,C,2,1,8
59+
RSAC081,C,4,1,11
60+
RSAC081,C,5,1,0
61+
# Montezuma Slough at National Steel (S-64, SLMZU025),,,,
62+
SLMZU025,W,10,1,19.0
63+
SLMZU025,W,11,1,15.5
64+
SLMZU025,W,1,1,12.5
65+
SLMZU025,W,2,1,8
66+
SLMZU025,W,4,1,11
67+
SLMZU025,W,5,1,0
68+
SLMZU025,AN,10,1,19.0
69+
SLMZU025,AN,11,1,15.5
70+
SLMZU025,AN,1,1,12.5
71+
SLMZU025,AN,2,1,8
72+
SLMZU025,AN,4,1,11
73+
SLMZU025,AN,5,1,0
74+
SLMZU025,BN,10,1,19.0
75+
SLMZU025,BN,11,1,15.5
76+
SLMZU025,BN,1,1,12.5
77+
SLMZU025,BN,2,1,8
78+
SLMZU025,BN,4,1,11
79+
SLMZU025,BN,5,1,0
80+
SLMZU025,D,10,1,19.0
81+
SLMZU025,D,11,1,15.5
82+
SLMZU025,D,1,1,12.5
83+
SLMZU025,D,2,1,8
84+
SLMZU025,D,4,1,11
85+
SLMZU025,D,5,1,0
86+
SLMZU025,C,10,1,19.0
87+
SLMZU025,C,11,1,15.5
88+
SLMZU025,C,1,1,12.5
89+
SLMZU025,C,2,1,8
90+
SLMZU025,C,4,1,11
91+
SLMZU025,C,5,1,0
92+
# Montezuma Slough near Beldon Landing (S-49, SLMZU011),,,,
93+
SLMZU011,W,10,1,19.0
94+
SLMZU011,W,11,1,15.5
95+
SLMZU011,W,1,1,12.5
96+
SLMZU011,W,2,1,8
97+
SLMZU011,W,4,1,11
98+
SLMZU011,W,5,1,0
99+
SLMZU011,AN,10,1,19.0
100+
SLMZU011,AN,11,1,15.5
101+
SLMZU011,AN,1,1,12.5
102+
SLMZU011,AN,2,1,8
103+
SLMZU011,AN,4,1,11
104+
SLMZU011,AN,5,1,0
105+
SLMZU011,BN,10,1,19.0
106+
SLMZU011,BN,11,1,15.5
107+
SLMZU011,BN,1,1,12.5
108+
SLMZU011,BN,2,1,8
109+
SLMZU011,BN,4,1,11
110+
SLMZU011,BN,5,1,0
111+
SLMZU011,D,10,1,19.0
112+
SLMZU011,D,11,1,15.5
113+
SLMZU011,D,1,1,12.5
114+
SLMZU011,D,2,1,8
115+
SLMZU011,D,4,1,11
116+
SLMZU011,D,5,1,0
117+
SLMZU011,C,10,1,19.0
118+
SLMZU011,C,11,1,15.5
119+
SLMZU011,C,1,1,12.5
120+
SLMZU011,C,2,1,8
121+
SLMZU011,C,4,1,11
122+
SLMZU011,C,5,1,0
123+
# Chadbourne Slough at Sunrise Duck Club (S21, SLCBN002),,,,
124+
SLCBN002,W,10,1,19.0
125+
SLCBN002,W,11,1,16.5
126+
SLCBN002,W,12,1,15.5
127+
SLCBN002,W,1,1,12.5
128+
SLCBN002,W,2,1,8.0
129+
SLCBN002,W,4,1,11.0
130+
SLCBN002,W,6,1,0.0
131+
SLCBN002,AN,10,1,19.0
132+
SLCBN002,AN,11,1,16.5
133+
SLCBN002,AN,12,1,15.5
134+
SLCBN002,AN,1,1,12.5
135+
SLCBN002,AN,2,1,8.0
136+
SLCBN002,AN,4,1,11.0
137+
SLCBN002,AN,6,1,0.0
138+
SLCBN002,BN,10,1,19.0
139+
SLCBN002,BN,11,1,16.5
140+
SLCBN002,BN,12,1,15.5
141+
SLCBN002,BN,1,1,12.5
142+
SLCBN002,BN,2,1,8.0
143+
SLCBN002,BN,4,1,11.0
144+
SLCBN002,BN,6,1,0.0
145+
SLCBN002,D,10,1,19.0
146+
SLCBN002,D,11,1,16.5
147+
SLCBN002,D,12,1,15.5
148+
SLCBN002,D,1,1,12.5
149+
SLCBN002,D,2,1,8.0
150+
SLCBN002,D,4,1,11.0
151+
SLCBN002,D,6,1,0.0
152+
SLCBN002,C,10,1,19.0
153+
SLCBN002,C,11,1,16.5
154+
SLCBN002,C,12,1,15.5
155+
SLCBN002,C,1,1,12.5
156+
SLCBN002,C,2,1,8.0
157+
SLCBN002,C,4,1,11.0
158+
SLCBN002,C,6,1,0.0
159+
# Suisun Slogh (S-42, SLSUS012),,,,
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Combined output locations from
2+
# DSM2_ResultsDatabase_EC_Monthly_SWRCBHearing_May201.xlsm
3+
Location,ID
4+
Sacramento River at FRWA Intake (u/s of NDD),NDD_US
5+
Sacramento River at Freeport,RSAC155
6+
Sacramento River at Hood,RSAC142
7+
Sacramento River at Greens Landing,RSAC139
8+
Sacramento River downstream of Sutter Slough,SAC_DS_SUTSL
9+
Sacramento River downstream of Steamboat Slough,SAC_DS_STMBTSL
10+
Sacramento River upstream of DCC,RSAC128
11+
Sacramento River downstream of Georgiana Slough,RSAC123
12+
Sacramento River at Rio Vista,RSAC101
13+
Sacramento River at Emmaton,RSAC092
14+
Sacramento River near Sherman Lake ,RSAC084
15+
Sacramento River at Collinsville,RSAC081
16+
Sacramento River at Mallard Island (MAL),RSAC075
17+
"Chipps Island (North, Channel 437)",CHIPS_N_437
18+
"Chipps Island (South, Channel 442)",CHIPS_S_442
19+
Sacramento River at Port Chicago,RSAC064
20+
Sacramento River at Suisun Bay,SACR_AT_SUISUN_BAY
21+
Sacramento River at Martinez,RSAC054
22+
Delta Cross Channel,DCC
23+
Georgiana Slough,GEORG_SL
24+
Sutter Slough at Head,SUTR_SL
25+
Sutter Slough Upstream of Miner Slough,SUT_US_MIN
26+
Miner Slough,MINER_SL
27+
Steamboat Slough upstream of Sutter Confluence,STMBT_SL
28+
Steamboat Slough downstream of Sutter Confluence,SLSBT011
29+
Cache Sl at Vallejo Intake,SLCCH016
30+
Barker Slough / North Bay Aqueduct,SLBAR002
31+
Cache Slough at Ryer Island,CACHE_RYER
32+
Threemile Slough,SLTRM004
33+
North Fork Mokelumne River,RMKL019
34+
South Fork Mokelumne River at Staten Island (Terminous),RSMKL008
35+
Montezuma Slough at Beldon's Landing,SLMZU011
36+
Chadborne Sl at Sunrise Duck Club,SLCBN002
37+
Suisun Sl near Volanti Intake ,SLSUS012
38+
False River at Russo Landing,FALSER_RUSSO_LNDG
39+
Disappointment Slough,DISPT_SL
40+
Columbia Cut,COLUMBIA_CUT
41+
Turner Cut,TRNR_CUT
42+
Contra Costa Pumping Plant/Rock Slough,CHCCC006
43+
Victoria Canal (CCWD AIP),VICT_Intake
44+
Grant Line Canal,GLC_W_DS_BAR
45+
Clifton Court Forebay,CLIFTON_COURT
46+
Old River at Clifton Court Forebay,CHSWP003
47+
Delta Mendota Canal at Tracy Pumping Plant,CHDMC006
48+
Delta Mendota Canal,CHDMC004
49+
Middle River at Bacon Island (channel 144),RMID015
50+
Middle River at Mowry Bridge,RMID040
51+
Middle River at Old River,RMID041
52+
Old River at Rock Slough,ROLD024
53+
Old River at Hwy4,ROLD034
54+
Old River at Tracy Road,ROLD059
55+
Old River near Middle River,OLDR_MIDR
56+
Old River at Head,ROLD074
57+
San Joaquin River at Antioch,RSAN007
58+
San Joaquin River at Jersey Point,RSAN018
59+
San Joaquin River at San Andreas,SJR_SAN_AND
60+
San Joaquin River at San Andreas Landing ,RSAN032
61+
San Joaquin River at Prisoners Point,RSAN037
62+
San Joaquin River at Venice Island ,RSAN043
63+
San Joaquin River between Turner & Columbia Cut,RSAN046
64+
San Joaquin River at Buckley Cove,SJR_BUCKLEY_COVE
65+
San Joaquin River at Stockton,RSAN058
66+
San Joaquin River at Brandt Bridge,RSAN072
67+
San Joaquin River at Vernalis,RSAN112

0 commit comments

Comments
 (0)