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-scibranch of the authoritative repository:
git clone -b dev-sci https://github.com/NOAA-EMC/rrfs-workflow
- Move to the
sorcdirectory:
cd rrfs-workflow/sorc
- Build the RRFS workflow:
./app_build.sh --extrn --nogtg --noifi
The above command is equal to:
./manage_externals/checkout_externals
./app_build.sh -p=[machine]
where [machine] is wcoss2, hera, jet, orion, or hercules. The --nogtg and --noifi flags avoid compilation of GTG and IFI components respectively, which only select users can compile.
- 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