Skip to content

Commit 9f7db94

Browse files
Update Evap and Trap names in variable_reference.py
1 parent 012e133 commit 9f7db94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PyStemmusScope/bmi/variable_reference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class BmiVariable:
4848
all_timesteps=True,
4949
),
5050
BmiVariable(
51-
name="evaporation_total",
51+
name="soil_evaporation",
5252
dtype="float64",
5353
input=False,
5454
output=True,
@@ -57,7 +57,7 @@ class BmiVariable:
5757
keys=["Evap"],
5858
),
5959
BmiVariable(
60-
name="transpiration_total",
60+
name="transpiration",
6161
dtype="float64",
6262
input=False,
6363
output=True,

0 commit comments

Comments
 (0)