Skip to content

Commit d6ce220

Browse files
author
Mostafa Daoud
committed
add IndxRchrg to BMI
1 parent 72021b2 commit d6ce220

1 file changed

Lines changed: 31 additions & 7 deletions

File tree

PyStemmusScope/bmi/variable_reference.py

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,18 +114,15 @@ class BmiVariable:
114114
grid=0,
115115
keys=["gwfluxes", "recharge"],
116116
),
117-
<<<<<<< HEAD
118117
BmiVariable(
119-
name="groundwater_recharge_temperature",
120-
dtype="float64",
118+
name="groundwater_recharge_index",
119+
dtype="int64",
121120
input=False,
122121
output=True,
123-
units="degC",
122+
units="-",
124123
grid=0,
125-
keys=["gwfluxes", "rechargeTemp"],
124+
keys=["gwfluxes", "indxRchrg"],
126125
),
127-
=======
128-
>>>>>>> main
129126
# groundwater (coupling) vars
130127
BmiVariable(
131128
name="groundwater_coupling_enabled",
@@ -163,4 +160,31 @@ class BmiVariable:
163160
grid=0,
164161
keys=["GroundwaterSettings", "topLevel"],
165162
),
163+
BmiVariable(
164+
name="groundwater_depth",
165+
dtype="float64",
166+
input=True,
167+
output=False,
168+
units="cm",
169+
grid=0,
170+
keys=["GroundwaterSettings", "gw_Dep"],
171+
),
172+
BmiVariable(
173+
name="groundwater_index_bottom_layer",
174+
dtype="int64",
175+
input=False,
176+
output=True,
177+
units="-",
178+
grid=0,
179+
keys=["GroundwaterSettings", "indxBotmLayer"],
180+
),
181+
BmiVariable(
182+
name="groundwater_index_bottom_layer_reversed",
183+
dtype="int64",
184+
input=False,
185+
output=True,
186+
units="-",
187+
grid=0,
188+
keys=["GroundwaterSettings", "indxBotmLayer_R"],
189+
),
166190
)

0 commit comments

Comments
 (0)