Metadata-Version: 1.1
Name: pyCESM
Version: 0.3.0
Summary: Package for interactive work with the Community Earth System Model
Home-page: http://github.com/brian-rose/pyCESM
Author: Brian E. J. Rose
Author-email: brose@albany.edu
License: MIT
Description-Content-Type: UNKNOWN
Description: ================
        pyCESM
        ================
        ----------
         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
        | brose@albany.edu
        
        Installation
        ----------------
        ``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
        
Keywords: climate modeling modelling model gcm
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
