@@ -2,60 +2,63 @@ CYLC_VERSION # Version of cylc installation used
2
2
CYLC_VERBOSE # Verbose mode, true or false
3
3
CYLC_DEBUG # Debug mode (even more verbose), true or false
4
4
5
- CYLC_CYCLING_MODE # Cycling mode, e.g. gregorian
5
+ CYLC_CYCLING_MODE # Cycling mode, e.g. " gregorian" or "integer"
6
6
ISODATETIMECALENDAR # Calendar mode for the `isodatetime` command,
7
7
# defined with the value of CYLC_CYCLING_MODE
8
8
# when in any datetime cycling mode
9
+ CYLC_UTC # UTC mode, True or False
10
+ TZ # Set to "UTC" in UTC mode or not defined
9
11
10
- CYLC_WORKFLOW_FINAL_CYCLE_POINT # Final cycle point
11
12
CYLC_WORKFLOW_INITIAL_CYCLE_POINT # Initial cycle point
13
+ CYLC_WORKFLOW_FINAL_CYCLE_POINT # Final cycle point
14
+
12
15
CYLC_WORKFLOW_ID # Workflow ID
13
- # e.g. "a/b/c/run1"
16
+ # e.g. "foo/run1" or "a/b/c/run1"
14
17
CYLC_WORKFLOW_NAME # Workflow ID with the run name removed
15
- # (use CYLC_WORKFLOW_ID for most purposes)
16
- # e.g. "a/b/c"
18
+ # (use CYLC_WORKFLOW_ID for most purposes)
19
+ # e.g. "foo" or "a/b/c"
17
20
CYLC_WORKFLOW_NAME_BASE # The basename of the workflow name
18
- # (use CYLC_WORKFLOW_ID for most purposes)
19
- # e.g. "c"
20
- CYLC_UTC # UTC mode, True or False
21
- TZ # Set to "UTC" in UTC mode or not defined
21
+ # (use CYLC_WORKFLOW_ID for most purposes)
22
+ # e.g. "foo" or "c"
23
+ CYLC_WORKFLOW_UUID # Workflow UUID string
22
24
23
- CYLC_WORKFLOW_RUN_DIR # Location of the run directory in
24
- # job host, e.g. ~/cylc-run/foo
25
25
CYLC_WORKFLOW_HOST # Host running the workflow process
26
26
CYLC_WORKFLOW_OWNER # User ID running the workflow process
27
27
28
+ CYLC_WORKFLOW_RUN_DIR # Location of the run directory in job host,
29
+ # e.g. ~/cylc-run/foo/run1
30
+ CYLC_WORKFLOW_LOG_DIR # Location of the scheduler's log files,
31
+ # e.g. ~/cylc-run/foo/run1/log/scheduler
28
32
CYLC_WORKFLOW_SHARE_DIR # Workflow (or task!) shared directory
29
- CYLC_WORKFLOW_UUID # Workflow UUID string
30
- CYLC_WORKFLOW_WORK_DIR # Workflow work directory
33
+ # e.g. ~/cylc-run/foo/run1/share
34
+ CYLC_WORKFLOW_WORK_DIR # Workflow work directory,
35
+ # e.g. ~/cylc-run/foo/run1/work
31
36
32
37
CYLC_TASK_JOB # Job identifier expressed as
33
- # CYCLE-POINT/TASK-NAME/SUBMIT-NUMBER
38
+ # CYCLE-POINT/TASK-NAME/SUBMIT-NUMBER
34
39
# e.g. 20110511T1800Z/t1/01
35
-
40
+ CYLC_TASK_ID # Task instance identifier CYCLE-POINT/TASK-NAME
41
+ # e.g. 20110511T1800Z/t1
42
+ CYLC_TASK_NAME # Job's task name, e.g. t1
36
43
CYLC_TASK_CYCLE_POINT # Cycle point, e.g. 20110511T1800Z
37
44
ISODATETIMEREF # Reference time for the `isodatetime` command,
38
45
# defined with the value of CYLC_TASK_CYCLE_POINT
39
46
# when in any datetime cycling mode
40
47
41
- CYLC_TASK_NAME # Job's task name, e.g. t1
42
- CYLC_TASK_ID # Task instance identifier CYCLE-POINT/TASK-NAME
43
- # e.g. 20110511T1800Z/t1
44
-
45
48
CYLC_TASK_SUBMIT_NUMBER # Job's submit number, e.g. 1,
46
49
# increments with every submit
47
50
CYLC_TASK_TRY_NUMBER # Number of execution tries, e.g. 1
48
51
# increments with automatic execution retry delays.
49
52
CYLC_TASK_FLOW_NUMBERS # Flows this task belongs to, e.g. 1,2
50
53
51
54
CYLC_TASK_LOG_DIR # Location of the job log directory
52
- # e.g. ~/cylc-run/foo/log/job/20110511T1800Z/t1/01/
55
+ # e.g. ~/cylc-run/foo/run1/ log/job/20110511T1800Z/t1/01/
53
56
CYLC_TASK_LOG_ROOT # The job script path
54
- # e.g. ~/cylc-run/foo/log/job/20110511T1800Z/t1/01/job
57
+ # e.g. ~/cylc-run/foo/run1/log/job/20110511T1800Z/t1/01/job
58
+ CYLC_TASK_SHARE_CYCLE_DIR # Cycle point-specific shared directory for this task.
59
+ # e.g. ~/cylc-run/foo/run1/share/cycle/20110511T1800Z
55
60
CYLC_TASK_WORK_DIR # Location of task work directory (see below)
56
- # e.g. ~/cylc-run/foo/work/20110511T1800Z/t1
57
- CYLC_TASK_SHARE_CYCLE_DIR # The share/cycle/<cycle-point> directory
58
- # for this task.
61
+ # e.g. ~/cylc-run/foo/run1/work/20110511T1800Z/t1
59
62
60
63
CYLC_TASK_NAMESPACE_HIERARCHY # Linearised family namespace of the task,
61
64
# e.g. root postproc t1
@@ -65,4 +68,4 @@ CYLC_TASK_SSH_LOGIN_SHELL # With "ssh" communication, if set to "True",
65
68
# use login shell on workflow host
66
69
67
70
CYLC_TASK_PARAM_<param> # If this task is a parameterized task,
68
- # the value of the parameter named <param>
71
+ # the value of the parameter named <param>
0 commit comments