Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcomano1234 committed Oct 21, 2022
1 parent 3bb22e7 commit a120842
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Download the SPEEDY-ML model with:
<pre><code> $ git clone [email protected]:Arcomano1234/SPEEDY-ML.git
</code></pre>

##Quick Setup
## Quick Setup
1. Fill in the necessary information in config.sh

2. If you want to train your model use scripts/get_training_prediction_data.sh. If you want to use an already trained model skip to step 5.
Expand All @@ -21,6 +21,10 @@ Download the SPEEDY-ML model with:
6. After the predictions are done, a number of python scripts are provided to analyze the forecasts or climate simulations

## Training Data
To download training data first
To download training data run scripts/get_training_prediction_data.sh . This script downloads ERA5 data using parallel threads with each thread downloading a year of data (so max threads would be number of years of data).

## Trained Model
Trained model weights for a hybrid atmospheric model and machine learning only ocean model are provided at [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7222831.svg)](https://doi.org/10.5281/zenodo.7222831). The get_trained_coupled_data.sh will actually download these weights and move them into the appropriate directories.



0 comments on commit a120842

Please sign in to comment.