-
Notifications
You must be signed in to change notification settings - Fork 29
deploy a realtime run in Jet
Guoqing Ge edited this page Oct 22, 2024
·
2 revisions
An example on deploying a new version of rrfs for Jet Realtime run
replace 2.0.1
with an appropriate version number
cd /lfs5/BMC/nrtrr/RRFS
git clone -b rrfs-mpas-jedi --recursive git@github.com:NOAA-EMC/rrfs-workflow 2.0.1
cd 2.0.1/sorc
./build.all
crontab -e # comment out the old version of the rrfs realtime run
cd 2.0.1/workflow
cp exp/exp.jet_conus3km exp.setup
# Modify exp.setup, set variables, such as VERSION, etc as needed.
./setup_rocoto.py
crontab -e # make sure the new version of the rrfs realtime run is active in the crontab
cd /home/role.rtrr/RRFS/2.0.1/conus3km
./run_rocoto.sh
rstat
Sometimes, manually rocoto_boot a cycle may be beneficial. For example, a new version is deployed at 03z. 03z will need lbc from 00z. So one can run the following command to reboot the lbc task at 00z so that 03z cycle can start soon.
rboot 202407190000 lbc
where rboot
is a quick command provided by the qrocoto
tool.
Check this instuction on how to quickly set up and use the qrocoto
tool.