/MPAS-Analysis

Provides analysis for the MPAS components of ACME

Primary LanguagePython

MPAS-Analysis

Build Status

A repository for the development and maintenance of MPAS analysis tools.

Analysis is stored in a directory corresponding to each core component, e.g., ocean for MPAS-Ocean. Shared functionality is contained within the shared directory.

Installation

This analysis repository presumes that the following python packages are available:

  • numpy
  • scipy
  • matplotlib
  • numexpr
  • ipython-notebook
  • netCDF4
  • progressbar
  • vtk
  • pyevtk with conda install -c https://conda.anaconda.org/opengeostat pyevtk
  • cartopy with conda install -c scitools cartopy
  • xarray
  • dask
  • bottleneck

You can easily install them via the conda command:

conda install -c scitools  -c https://conda.anaconda.org/opengeostat numpy scipy matplotlib ipython notebook netCDF4 progressbar vtk cartopy xarray dask bottleneck pyevtk numexpr