-
Notifications
You must be signed in to change notification settings - Fork 0
Rose stem tips and tricks
Denis Sergeev edited this page Dec 14, 2023
·
1 revision
- Change the limit in
~/cylc-run/$SUITE_ID/inc/exoplanets.rc
. - In cylc GUI: click on the 'Control' tab and then 'Reload Suite Definition'.
- Or
cylc reload
in the command line.
- In a held state (often doesn't work?)
rose stem -O monsoon-xc40 -C rose-stem -g exoplanet --no-gcontrol -- --hold && cylc reset --state=succeeded `basename $(dirname "$PWD")` "compile_*" "export_*" "generate_mesh*" && cylc reset --state=waiting `basename $(dirname "$PWD")` "run_lfric_*"
- In a normal state
rose stem -O monsoon-xc40 -C rose-stem -g exoplanet && sleep 1 && cylc reset --state=succeeded $(basename $(dirname $PWD)) "compile_*" "export_*" "publish*compile" "generate_*"