Skip to content

Commit 0a324b2

Browse files
committed
Merge branch 'impactCalc_return_impactForecast' of https://github.com/CLIMADA-project/climada_python into impactCalc_return_impactForecast
2 parents e197566 + d43a46c commit 0a324b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

climada/engine/impact_forecast.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,13 @@ def from_impact(
8888
imp_mat=impact.imp_mat,
8989
haz_type=impact.haz_type,
9090
)
91+
92+
@property
93+
def at_event(self):
94+
return self._at_event
95+
96+
@at_event.setter
97+
def at_event(self, value):
98+
"""Set the total exposure value close to a hazard"""
99+
LOGGER.warning("at_event for forecasts is not yet implemented.")
100+
self._at_event = value

0 commit comments

Comments
 (0)