Skip to content

Commit 219b1ce

Browse files
committed
change to CYLC_TASK_SHARE_CYCLE_DIR
1 parent 07c183a commit 219b1ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/reference/job-script-vars/var-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CYLC_WORKFLOW_HOST # Host running the workflow process
2626
CYLC_WORKFLOW_OWNER # User ID running the workflow process
2727

2828
CYLC_WORKFLOW_SHARE_DIR # Workflow (or task!) shared directory
29-
CYLC_SHARE_CYCLE_DIR # The share/cycle/<cycle point directory>
29+
CYLC_TASK_SHARE_CYCLE_DIR # The share/cycle/<cycle point directory>
3030
# for this task.
3131
CYLC_WORKFLOW_UUID # Workflow UUID string
3232
CYLC_WORKFLOW_WORK_DIR # Workflow work directory (see below)

src/workflow-design-guide/general-principles.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Primarily, for self-containment (see :ref:`Self-Contained Workflows`) shared IO
451451
paths should be under the *workflow share directory*, the location of which is
452452
passed to all tasks as ``$CYLC_WORKFLOW_SHARE_DIR``.
453453

454-
The ``$CYLC_SHARE_CYCLE_DIR`` variable can be used to target
454+
The ``$CYLC_TASK_SHARE_CYCLE_DIR`` variable can be used to target
455455
cyclepoint-specific locations under the workflow share directory.
456456

457457
Sometimes it may be useful to refer to other cycles - to do this use
@@ -469,12 +469,12 @@ See ``isodatetime --help`` for usage instructions.
469469
470470
.. versionadded:: 8.5.0
471471
472-
``$CYLC_SHARE_CYCLE_DIR`` (used in combination with the ``isodatetime``
472+
``$CYLC_TASK_SHARE_CYCLE_DIR`` (used in combination with the ``isodatetime``
473473
command) is designed to
474474
provide a Cylc internal replacement for the use of ``rose task-env``
475475
to provide ``$ROSE_DATAC`` and derived variables.
476476
477-
Subdirectories of ``$CYLC_SHARE_CYCLE_DIR`` should be agreed between
477+
Subdirectories of ``$CYLC_TASK_SHARE_CYCLE_DIR`` should be agreed between
478478
different sub-systems of the workflow; typically they are named for the
479479
file-generating tasks, and the file-consuming tasks should know to look there.
480480

0 commit comments

Comments
 (0)