Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.23 KB

File metadata and controls

43 lines (27 loc) · 1.23 KB

RRFS Cloud Run Scripts

These run scripts are a prototype to run a 9 member RRFS Forecast Ensemble configured for the 2021 Hazardous Weather Testbed Spring Experiment. This code is for research purposes only. It is not supported.

Contributing

Members of the research team running experiments can contribute directly to the main branch of the repository. Here are some helpful reminders of how to interact with the repository.

Check current state:

git status

Tracking a modification

This procedure will work for editing an existing file or adding a new one.

git add <file>
git commit --author="Your Name <first.last@noaa.gov>"

Note: you do need to include the < and > tags in the --author flag above.

Publish local changes to GitHub

This step requires 2FA using a HTTPS protocol. Please set up your personal access token by following these directions

git push

Contact

For questions related to this project:

Name Email
Jacob Carley jacob.carley@noaa.gov
Rajendra Panda rajendra.panda@noaa.gov
Christina Holt christina.holt@noaa.gov