Skip to content

Integration and Execution of the Urban Climate Model in a Containerized Environment

License

Notifications You must be signed in to change notification settings

envdes/pyclmuapp

Repository files navigation

pyclmuapp: A Python Package for Integration and Execution of Community Land Model Urban (CLMU) in a Containerized Environment

doi docs GitHub license

pyclmuapp: A Python Package for Integration and Execution of Community Land Model Urban (CLMU) in a Containerized Environment.

Contributors: Junjie Yu, Keith Oleson, Yuan Sun, David Topping, Zhonghua Zheng ([email protected])

Python interface of pyclmuapp

Installation

Step 1: create an environment:

$ conda create -n pyclmuapp python=3.8
$ conda activate pyclmuapp
$ conda install -c conda-forge numpy pandas xarray haversine netcdf4 nc-time-axis

Step 2: install using pip:

$ pip install pyclmuapp

(optional) install from source:

$ git clone https://github.com/envdes/pyclmuapp.git
$ cd pyclmuapp
$ python setup.py pyclmuapp

Please check online documentation for more information.

How to ask for help

The GitHub issue tracker is the primary place for bug reports.