We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9596ce commit 57cd0dbCopy full SHA for 57cd0db
PyStemmusScope/bmi/variable_reference.py
@@ -64,13 +64,13 @@ class BmiVariable:
64
keys=["ForcingData", "Precip_snowAccum"],
65
),
66
BmiVariable(
67
- name="infiltration",
+ name="effective_precipitation",
68
dtype="float64",
69
input=False,
70
output=True,
71
units="cm s-1",
72
grid=0,
73
- keys=["ForcingData", "infiltration"],
+ keys=["ForcingData", "effectivePrecip"],
74
75
76
name="soil_evaporation",
0 commit comments