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