Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 383 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 383 Bytes

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