Processes

Sleep

class climafwps.processes.wps_sleep.Sleep[source]

sleep Sleep Process (v1.0)

Testing a long running process, in the sleep.This process will sleep for a given delay or 10 seconds if not a valid value.

Parameters:delay ({'None'}) – Delay between every update
Returns:sleep_output – Sleep Output
Return type:string

References

CMIP5 Global Mean Time Series

class climafwps.processes.wps_tsplot.TimeSeriesPlot[source]

tsplot CMIP5 Global Mean Time Series (v1.1.1)

Uses the CliMAF tool to calculate a time series of global mean values for a variable, model, experiment and ensemble member from the CMIP5 archive. The time series is plotted as a line graph showing change in the global mean value against time.

Parameters:
  • model ({'ACCESS1-0', 'ACCESS1-3', 'bcc-csm1-1', 'bcc-csm1-1-m', 'BNU-ESM', 'CanCM4', 'CanESM2', 'CCSM4', 'CESM1-BGC', 'CESM1-CAM5', ..}) – Climate model ID
  • experiment ({'rcp45', 'rcp60', 'rcp8', 'historical'}) – Experiment name
  • variable ({'cl', 'clt', 'evspsbl', 'hur', 'huss', 'prc', 'ps', 'rldscs', 'rlutcs', 'rsdt', ..}) – Variable ID
  • start_year ({'None'}) – 4-digit start year
  • end_year ({'None'}) – 4-digit end year
Returns:

output – Generated timeseries plot.

Return type:

image/png

References