pyclmuapp: A Python Package for Integration and Execution of Community Land Model Urban (CLMU) in a Containerized Environment
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
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.
The GitHub issue tracker is the primary place for bug reports.