Calculate the running climatology, with anomaly
Parameters: |
|
---|---|
Returns: | climatology (geodat.nc.Variable), anomaly (None or geodat.nc.Variable if need_anom is True) |
Example
If the time axis is monthly, compute a running climatology with a 30-year window, with appended name and anomaly returned, like this:
>>> running_climatology(var,True,30,12,True)