Skip to content

Commit df6fae2

Browse files
author
Mostafa Daoud
committed
add rechargeTemp to BMI variables
1 parent 5f9d3ad commit df6fae2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

PyStemmusScope/bmi/variable_reference.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,15 @@ class BmiVariable:
114114
grid=0,
115115
keys=["gwfluxes", "recharge"],
116116
),
117+
BmiVariable(
118+
name="groundwater_recharge_temperature",
119+
dtype="float64",
120+
input=False,
121+
output=True,
122+
units="degC",
123+
grid=0,
124+
keys=["gwfluxes", "rechargeTemp"],
125+
),
117126
# groundwater (coupling) vars
118127
BmiVariable(
119128
name="groundwater_coupling_enabled",

0 commit comments

Comments
 (0)