floatcsep.model.Model.create_forecast

Model.create_forecast(tstring, **kwargs)[source]

Creates a forecast from the model source and a given time window

Note

The argument tstring is formatted according to how the Experiment handles timewindows, specified in the functions :func:’floatcsep.utils.timewindow2str` and :func:’floatcsep.utils.str2timewindow`

Parameters:
  • tstring – String representing the start and end of the forecast, formatted as ‘YY1-MM1-DD1_YY2-MM2-DD2’.

  • **kwargs