You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the Gallery and examples by putting them into ipynb
Use
a) examples in example directory
b) the following examples
Basic data analysis
Temporal mean
Calculating the temporal mean field of a variable is as simple as::
air.timmean()
Spatial mean
The (area weighted) spatial mean is obtained as::
air.fldmean()
Masking an area
You probably want to work only on particular regions. The following script shows you how to easily to this.
.. plot:: ../../pycmbs/examples/05_mask_a_region.py
:include-source:
Temporal slicing
If you want to perform a temporal subsetting of the data, this can be done as follows::
Improve the Gallery and examples by putting them into ipynb
Use
a) examples in example directory
b) the following examples
Basic data analysis
Temporal mean
The (area weighted) spatial mean is obtained as::
Masking an area
If you want to perform a temporal subsetting of the data, this can be done as follows::
Working with multiple datasets
Simple arithmetic operations
The text was updated successfully, but these errors were encountered: