- Check out the regional workflow external components:
./manage_externals/checkout_externals
cd sorc
- Build the regional workflow system:
./build_all.sh
- Install the executables:
./install_all.sh
- Link the fix files:
./link_fix.sh
- Modify
HOMEfv3
,CPU_ACCOUNT
,COMINgfs
,STMP
, andPTMP
in therun_regional_${machine}.sh
(where machine istheia
,wcoss_Dell_p3
, etc.):
cd rocoto
vi ./run_regional_${machine}.sh
- Run the edited script from step 5 to generate workflow definition file and run the workflow:
./run_regional_${machine}.sh
- Check status of run:
rocotostat -v 10 -w fv3sartest_2019050200.xml -d fv3sartest_2019050200.db
- Continue to type the rocotorun command or add the appropriate command to your crontab:
*/3 * * * * cd /path/to/regional_workflow/rocoto && rocotorun -v 10 -w fv3sartest_2019050200.xml -d fv3sartest_2019050200.db