Skip to content
/ gcmplots Public

A repository for plotting output from general circulation models.

Notifications You must be signed in to change notification settings

xecco/gcmplots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A repository for plotting output from general circulation models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published