Skip to content

Provides analysis for the MPAS components of ACME

Notifications You must be signed in to change notification settings

vanroekel/MPAS-Analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPAS-Analysis

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

Standard

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

Non-standard

The repository also requires the non-standard mpas_xarray wrapper, installable via

pip -v install git+ssh://git@github.com/pwolfram/mpas_xarray

About

Provides analysis for the MPAS components of ACME

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 89.4%
  • Python 10.5%
  • nesC 0.1%