Skip to content

Commit cd28ad6

Browse files
Update variable_reference.py
1 parent 568f05c commit cd28ad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyStemmusScope/bmi/variable_reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class BmiVariable:
4545
units="cm s-1",
4646
grid=0,
4747
keys=["Trap"],
48-
all_timesteps=True,
4948
),
5049
# soil vars:
5150
BmiVariable(
@@ -123,6 +122,7 @@ class BmiVariable:
123122
units="cm s-1",
124123
grid=0,
125124
keys=["ForcingData", "applied_inf"],
125+
all_timesteps=True,
126126
),
127127
# groundwater vars (STEMMUS_SCOPE)
128128
BmiVariable(

0 commit comments

Comments
 (0)