Skip to content

Commit

Permalink
Update variable_reference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MostafaGomaa93 authored Sep 25, 2024
1 parent d6ce220 commit d9daf97
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions PyStemmusScope/bmi/variable_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,32 +159,5 @@ class BmiVariable:
units="cm",
grid=0,
keys=["GroundwaterSettings", "topLevel"],
),
BmiVariable(
name="groundwater_depth",
dtype="float64",
input=True,
output=False,
units="cm",
grid=0,
keys=["GroundwaterSettings", "gw_Dep"],
),
BmiVariable(
name="groundwater_index_bottom_layer",
dtype="int64",
input=False,
output=True,
units="-",
grid=0,
keys=["GroundwaterSettings", "indxBotmLayer"],
),
BmiVariable(
name="groundwater_index_bottom_layer_reversed",
dtype="int64",
input=False,
output=True,
units="-",
grid=0,
keys=["GroundwaterSettings", "indxBotmLayer_R"],
),
),
)

0 comments on commit d9daf97

Please sign in to comment.