Skip to content

Commit 13dcc3d

Browse files
try to fix broken link in standards.rst
1 parent 4c050b2 commit 13dcc3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/standards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Workflow
1818

1919
In the production environment, all jobs are scheduled and submitted to the WCOSS resource manager, PBS Pro, by ecFlow.
2020
EcFlow is a workflow manager developed and maintained by the European Centre for Medium-Range Weather Forecasts (ECMWF) with an intuitive GUI that is used to handle dependencies, schedule jobs, and monitor the production suite.
21-
Each job in ecFlow is associated with an ecFlow script which gets processed to generate a ``job card`` (a.k.a. ``submission script``) whose function is to set ``PBS`` (job scheduler) directives and much of the execution environment (see `Standard Environment Variables`_) and call the ``J-job`` to execute processing.
21+
Each job in ecFlow is associated with an ecFlow script which gets processed to generate a ``job card`` (a.k.a. ``submission script``) whose function is to set ``PBS`` (job scheduler) directives and much of the execution environment (see `A. Standard Environment Variables`_) and call the ``J-job`` to execute processing.
2222
The processing of the ecFlow script handles the substitution of ecFlow variables and files accessed via "%include" statements;
2323
the resulting ``job card`` is then handed off to PBS Pro via ``qsub``.
2424
The purpose of the ``J-job`` is fourfold: to set up location (application/data directory) variables, to set up temporal (date/cycle) variables, to initialize the data and working directories, and to call the ``ex-script``.

0 commit comments

Comments
 (0)