Skip to content

Commit e7d5ebd

Browse files
authoredJul 17, 2024
Add rivers for NEMO sss150 config to sarracenia client configurations (#285)
* Add Capilano River at canyon to sarracenia configs Add the Capilano River at canyon station (08GA031) to the hydrometric-dd-weather.conf and hydrometric-hpfx.conf configuration files. Discharge observations from that station are used for the NEMO sss150 config runoff. * Add Seymour River near North Van to sarracenia configs Add the Seymour River near North Vancouver station (08GA030) to the hydrometric-dd-weather.conf and hydrometric-hpfx.conf configuration files. Discharge observations from that station are used for the NEMO sss150 config runoff. * Add Fraser River at Mission to sarracenia configs Add the Fraser River at Mission station (08MH024) to the hydrometric-dd-weather.conf and hydrometric-hpfx.conf configuration files. Water level observations from that station are used for the NEMO sss150 config sea surface height. * Add Fraser River at Steveston to sarracenia configs Add the Fraser River at Steveston station (08MH028) to the hydrometric-dd-weather.conf and hydrometric-hpfx.conf configuration files. Water level observations from that station are used for the NEMO sss150 config sea surface height.
1 parent 5261aa1 commit e7d5ebd

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed
 

‎sarracenia/hydrometric-dd-weather.conf

+9-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ directory /SalishSeaCast/datamart/hydrometric
88
overwrite true
99
# Capilano River above dam intake
1010
accept .*08GA010.*
11+
# Capilano River at canyon
12+
accept .*08GA031.*
1113
# Chilliwack River at Vedder Crossing
1214
accept .*08MH001.*
1315
# Clowhom River near Clowhom Lake
@@ -16,16 +18,22 @@ accept .*08GB013.*
1618
accept .*08HB002.*
1719
# Fraser River at Hope
1820
accept .*08MF005.*
21+
# Fraser River at Mission
22+
accept .*08MH024.*
23+
# Fraser River at Steveston
24+
accept .*08MH028.*
1925
# Homathko River at Mouth
2026
accept .*08GD004.*
2127
# Nicomekl River at Langley
2228
accept .*08MH155.*
23-
# Robers Creek at Roberts Creek
29+
# Roberts Creek at Roberts Creek
2430
accept .*08GA047.*
2531
# Salmon River near Sayward
2632
accept .*08HD006.*
2733
# San Juan River at Port Renfrew
2834
accept .*08HA010.*
35+
# Seymour River near North Vancouver
36+
accept .*08GA030.*
2937
# Squamish River at Brackendale
3038
accept .*08GA022.*
3139
# Theodosia River above Scotty Creek

‎sarracenia/hydrometric-hpfx.conf

+9-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ directory /SalishSeaCast/datamart/hydrometric/
88
overwrite true
99
# Capilano River above dam intake
1010
accept .*08GA010.*
11+
# Capilano River at canyon
12+
accept .*08GA031.*
1113
# Chilliwack River at Vedder Crossing
1214
accept .*08MH001.*
1315
# Clowhom River near Clowhom Lake
@@ -16,16 +18,22 @@ accept .*08GB013.*
1618
accept .*08HB002.*
1719
# Fraser River at Hope
1820
accept .*08MF005.*
21+
# Fraser River at Mission
22+
accept .*08MH024.*
23+
# Fraser River at Steveston
24+
accept .*08MH028.*
1925
# Homathko River at Mouth
2026
accept .*08GD004.*
2127
# Nicomekl River at Langley
2228
accept .*08MH155.*
23-
# Robers Creek at Roberts Creek
29+
# Roberst Creek at Roberts Creek
2430
accept .*08GA047.*
2531
# Salmon River near Sayward
2632
accept .*08HD006.*
2733
# San Juan River at Port Renfrew
2834
accept .*08HA010.*
35+
# Seymour River near North Vancouver
36+
accept .*08GA030.*
2937
# Squamish River at Brackendale
3038
accept .*08GA022.*
3139
# Theodosia River above Scotty Creek

0 commit comments

Comments
 (0)