We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254a883 commit 460946aCopy full SHA for 460946a
smrf/framework/model_framework.py
@@ -261,7 +261,9 @@ def create_distribution(self):
261
Solar.is_requested(self.output_variables) or
262
Albedo.is_requested(self.output_variables)
263
):
264
- # Need precip for albedo:
+ # Need precipitation (days since last storm)
265
+ self.distribute[AirTemperature.DISTRIBUTION_KEY] = AirTemperature(**init_args)
266
+ self.distribute[VaporPressure.DISTRIBUTION_KEY] = VaporPressure(**init_args)
267
self.distribute[Precipitation.DISTRIBUTION_KEY] = Precipitation(
268
**init_args,
269
start_date=self.start_date,
0 commit comments