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 b8dc687 commit acaf55fCopy full SHA for acaf55f
climada/engine/impact_forecast.py
@@ -197,15 +197,18 @@ def select(
197
):
198
"""Select entries based on the parameters and return a new instance.
199
The selection will contain the intersection of all given parameters.
200
+
201
Parameters
202
----------
203
member : Sequence of ints
204
Ensemble members to select
205
lead_time : Sequence of numpy.timedelta64
206
Lead times to select
207
208
Returns
209
-------
210
ImpactForecast
211
212
See Also
213
--------
214
:py:meth:`~climada.engine.impact.Impact.select`
0 commit comments