Analysis of the Community Terrestrial Systems Model (CTSM) perturbed parameter ensemble (PPE) output.
- This repository only works on the NCAR HPC presently
- You should clone the full repository rather than downloading individual notebooks
- We provide a python environment that will provide the various packages referenced herein.
- log into casper via ssh
- cd ctsm_ppe_analysis (or wherever you cloned this repo)
- module load conda
- conda env create -f environment.yml (this can take 15+ minutes)
- this only needs to be performed once
-
log into jupyterhub.hpc.ucar.edu via a web browser
-
see quickstart info: https://www2.cisl.ucar.edu/resources/jupyterhub-ncar
-
click production and then select the Default server
-
we usually select the casper batch queue
-
I typically make the following two edits:
Specify Memory per Node in GB (-l mem=N)
14
Wall Time HH:MM:SS (24-hour max)
12:00
-
launch server
-
navigate (using the left side panel) to ctsm_ppe_analysis/notebooks and select a notebook
-
select [conda env: miniconda3-ppe-py] as your kernel (top right)
-
now you should be able to run any of the templates cell by cell