Skip to content

Commit

Permalink
Update Evap and Trap names in variable_reference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MostafaGomaa93 authored Dec 18, 2024
1 parent 012e133 commit 9f7db94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PyStemmusScope/bmi/variable_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class BmiVariable:
all_timesteps=True,
),
BmiVariable(
name="evaporation_total",
name="soil_evaporation",
dtype="float64",
input=False,
output=True,
Expand All @@ -57,7 +57,7 @@ class BmiVariable:
keys=["Evap"],
),
BmiVariable(
name="transpiration_total",
name="transpiration",
dtype="float64",
input=False,
output=True,
Expand Down

0 comments on commit 9f7db94

Please sign in to comment.