Splitting storage/compute projects in rose/cylc

Never mind, I found a couple of ways to do this. For those interested:

  1. Add the following to rose-suite.conf outside of any other sections (e.g. [jinja2:suite.rc]):
root-dir{share}=gadi*=/scratch/<storage proj>/$USER
root-dir{share/cycle}=gadi*=/scratch/<storage proj>/$USER
root-dir{work}=gadi*=/scratch/<storage proj>/$USER

And set $PROJECT on accessdev to the compute project before running rose suite-run

Or 2)
Set $PROJECT on accessdev to the compute project before running rose suite-run
In ~/.config/gadi-login.conf, Change PROJECT to the storage project.

1 Like