Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.11 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.11 KB

gcmplots

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.

Libraries used

  1. xmitgcm - a library of low level routines for reading in MITgcm MDS binary output into xarray and dask objects.
  2. xgcm - a library for generic operations on general circulation models
  3. GeoViews - visualization and data analysis library for geophysical data
  4. 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.

Dependencies

TBD

License

TBD