samsrabin / ctsm_python_gallery

A place to put sample workflows and tools that use ctsm model output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTSM_PY

A place to put sample workflows and tools that use ctsm model output

Installing

First clone this repository:

git clone https://github.com/NCAR/ctsm_py.git

Then intall the utilities:

cd ctsm_py
conda activate $ENVIRONMENT_NAME
pip install -e .

Import ctsm_py in Python

In [1]: from ctsm_py.utils import weighted_annual_mean

About

A place to put sample workflows and tools that use ctsm model output

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%