cdms2.forecast:forecasts

forecasts.__call__(varname, forecast_times='All')[source]

Example

Reads the specified variable for all the specified forecasts. Creates and returns a new variable which is dimensioned by forecast as well as the original variable’s dimensions. Normally all the forecasts in the ‘forecasts’ object will be read. But you can read only the forecasts generated at particular times by providing a “forecast_times” argument, the same as the “forecast_times” argument in the forecasts.__init__ method.