https://github.com/bnb32/gcm_aws
Tools for setting up gcms and running paleoclimate simulations on aws
https://github.com/bnb32/gcm_aws
Last synced: 2 months ago
JSON representation
Tools for setting up gcms and running paleoclimate simulations on aws
- Host: GitHub
- URL: https://github.com/bnb32/gcm_aws
- Owner: bnb32
- License: mit
- Created: 2021-10-12T20:47:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T18:36:45.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T18:51:22.454Z (4 months ago)
- Language: Python
- Homepage:
- Size: 5.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
****************
Ecrlgcm Overview
****************
Tools for setting up gcms (isca and cesm) and running on aws.Documentation
=============
``_Initialization
==============Edit environment configuration:
.. code-block:: bash
cd gcm_aws
cp ecrlgcm/environment/config.py my_config.py
vim my_config.jsonConfiguration can be in either .py or .json format. Follow the required
variables from config.py. Easiest is just to edit the my_config.py file and
not convert to json.After following the installation instructions `here `_:
.. code-block:: bash
cd gcm_aws
bash ./go.shThis go script kicks off scripts from the scripts directory and requires
the my_config.py file. Pip has trouble installing xesmf and cartopy so these
packages may need to be installed manually with conda.