https://github.com/bnb32/cesm_aws
Sets up cesm on aws c5 instance.
https://github.com/bnb32/cesm_aws
aws climate-model
Last synced: 3 months ago
JSON representation
Sets up cesm on aws c5 instance.
- Host: GitHub
- URL: https://github.com/bnb32/cesm_aws
- Owner: bnb32
- License: mit
- Created: 2021-08-17T04:26:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T19:26:45.000Z (over 3 years ago)
- Last Synced: 2025-01-22T18:51:22.654Z (4 months ago)
- Topics: aws, climate-model
- Language: Jupyter Notebook
- Homepage:
- Size: 2.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README #
This repo is for setting up cesm on AWS.
**RUNNING CESM**
1. Create new cloud9 instance:
- select vpc-00177ee82dc8fe654 under "Network Settings"2. Add default security group to your cloud9 instance:
- Go to AWS console
- Click on running instances
- Click on your instance in the list
- Click on actions, networking, change security groups
- Select default group and assign group3. Clone cesm_aws and gcm_aws repos to your cloud9 instance:
- Modify environment variables in `gcm_aws/eclrgcm/environment.py`4. Run the following commands to install packages and mount storage
```bash
$ cd gcm_aws
$ pip install -e .
$ cd ../cesm_aws
$ pip install -e .
$ bash ./go.sh
```5. Finally run the following for description of parameters
```bash
$ python run_cesm.py -h
```6. cesm output will be in `'/data//scratch/archive/'`