Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brian-rose/pycesm
- Owner: brian-rose
- License: mit
- Created: 2015-06-19T19:56:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T18:19:42.000Z (almost 7 years ago)
- Last Synced: 2024-06-11T16:43:17.351Z (5 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 20
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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