A library of python routines for plotting output from general circulation models (GCMs). Initially we will work with data from ECCOv4, with the intention of generalizing to netcdf output from any model.
- xmitgcm - a library of low level routines for reading in MITgcm MDS binary output into xarray and dask objects.
- xgcm - a library for generic operations on general circulation models
- GeoViews - visualization and data analysis library for geophysical data
- Datashader - a graphics pipeline for handling large datasets
These libraries give the general pipeline: MITgcm output is read into an xarray in python or ipython notebook via xmitgcm routines. It can be associated with a grid via xgcm this may or may not be necessary. It is then passed to a GeoViews Dataset or Datashader canvas for visualization.
TBD
TBD