Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brian-rose/pycesm

Package for interactive work with the Community Earth System Model
https://github.com/brian-rose/pycesm

Last synced: about 4 hours ago
JSON representation

Package for interactive work with the Community Earth System Model

Awesome Lists containing this project

README

        

================
pyCESM
================

|pypi|

----------
Python package for interactive work with the Community Earth System Model
----------

Author
--------------
| **Brian E. J. Rose**
| Department of Atmospheric and Environmental Sciences
| University at Albany
| [email protected]

Installation
----------------

``pip install pyCESM``

or download the source and run

``python setup.py``

or, if you are developing new code

``python setup.py develop``

About pyCESM
--------------
Currently consists of two parts:

- Python / numpy implementations of some of the
thermodynamic routines (e.g. saturation vapor pressure and specific humidity)
used by the CAM atmospheric model.

- A Python interface for working with CAM output that automates some grid-aware diagnostic calculations.
This functionality is built on top of xarray_.

Based on (and tested with) version 1.2.1 of CESM

License
---------------
This code is freely available under the MIT license.
See the accompanying LICENSE file.

.. _xarray: http://xarray.pydata.org
.. |pypi| image:: https://badge.fury.io/py/pyCESM.svg
:target: https://badge.fury.io/py/pyCESM