/isca_aws

code for setting up and running isca on aws

Primary LanguageJupyter NotebookMIT LicenseMIT

isca_aws

Code for setting up and running isca on aws. Requires gcm_aws repo.

Install module:

pip install -e .

Modify environment variables:

vim ecrlisca/environment.py

Download required data and build environment:

bash go.sh

Run simulations:

python run_isca.py -multiplier <multiplier> -land_year <land_year>

Simulation output in directory defined in ecrlisca/environment.py.

Modify namelist in experiments/ to change simulations.

Create animations:

python ecrlisca/posprocessing/get_animation.py -multiplier <multiplier> -land_year <land_year> -field <field> -level <level>

Animation output in directory defined in ecrlisca/environment.py.