You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rose can create share/cycle/<cycle> directories which tasks can utilise via $ROSE_DATAC. This should really be Cylc functionality not Rose. Building this into Cylc would make it less confusing, more "standard" (i.e. always available) and more useful (i.e. doesn't depend on eval $(rose task-env) or Rose in general).
Proposal:
Create share/cycle/<cycle> in the job.sh script.
Export a $CYLC_SHARE_CYCLE_DIR environment variable (or similar).
Do not attempt to implement the rose task-env --offset functionality for creating cycle offsets (document using isodatetime to do this).
The text was updated successfully, but these errors were encountered:
Add a per-cycle share directory to Cylc.
Rose can create
share/cycle/<cycle>
directories which tasks can utilise via$ROSE_DATAC
. This should really be Cylc functionality not Rose. Building this into Cylc would make it less confusing, more "standard" (i.e. always available) and more useful (i.e. doesn't depend oneval $(rose task-env)
or Rose in general).Proposal:
share/cycle/<cycle>
in thejob.sh
script.$CYLC_SHARE_CYCLE_DIR
environment variable (or similar).rose task-env --offset
functionality for creating cycle offsets (document usingisodatetime
to do this).The text was updated successfully, but these errors were encountered: