An open API service indexing awesome lists of open source software.

https://github.com/bnb32/isca_aws

code for setting up and running isca on aws
https://github.com/bnb32/isca_aws

atmospheric-modelling simulation

Last synced: over 1 year ago
JSON representation

code for setting up and running isca on aws

Awesome Lists containing this project

README

          

# isca_aws #

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

Install module:
```bash
pip install -e .
```

Modify environment variables:
```bash
vim ecrlisca/environment.py
```

Download required data and build environment:
```bash
bash go.sh
```

Run simulations:
```bash
python run_isca.py -multiplier -land_year
```
Simulation output in directory defined in `ecrlisca/environment.py`.

Modify namelist in `experiments/` to change simulations.

Create animations:
```bash
python ecrlisca/posprocessing/get_animation.py -multiplier -land_year -field -level
```
Animation output in directory defined in `ecrlisca/environment.py`.