Workflow for the Rapid Refresh Forecast System (RRFS)
Team Charter (draft): https://docs.google.com/document/d/1uLbPx-pOWp7eECz_7VHRt_tQyD8PLFdrwo8dr4oMgjo/edit?usp=sharing
- Clone the
dev-sci
branch of the authoritative repository:
git clone -b dev-sci https://github.com/NOAA-EMC/rrfs-workflow
- Move to the
sorc
directory:
cd rrfs-workflow/sorc
- Check out the external components:
./manage_externals/checkout_externals
- Build the RRFS workflow:
./app_build.sh
Alternatively, the above command can be followed by the platform (machine) name as follows:
./app_build.sh -p=[machine]
where [machine]
is wcoss2
, hera
, jet
, or orion
.
- Move to the home directory (rrfs-workflow):
cd ..
See the RRFS-Workflow User's guide: https://chanhoo-rrfs-workflow.readthedocs.io/en/latest/index.html