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
- Host: GitHub
- URL: https://github.com/bnb32/isca_aws
- Owner: bnb32
- License: mit
- Created: 2021-09-09T15:03:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T14:51:06.000Z (over 4 years ago)
- Last Synced: 2025-01-22T18:51:22.478Z (over 1 year ago)
- Topics: atmospheric-modelling, simulation
- Language: Jupyter Notebook
- Homepage:
- Size: 12.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.