bnb32 / isca_aws

code for setting up and running isca on aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

code for setting up and running isca on aws

License:MIT License


Languages

Language:Jupyter Notebook 98.0%Language:Python 1.9%Language:Shell 0.1%