1
- .. _tutorial-cylc-parameterisation :
1
+ .. _tutorial-cylc-parameterization :
2
2
3
3
4
- Parameterised Tasks
4
+ Parameterized Tasks
5
5
===================
6
6
7
7
8
- Parameterised tasks (see :term: `parameterisation `) provide a way of implicitly
8
+ Parameterized tasks (see :term: `parameterization `) provide a way of implicitly
9
9
looping over tasks without the need for Jinja2.
10
10
11
11
@@ -197,10 +197,10 @@ Parameters can be either strings or integers:
197
197
.. rubric :: This practical continues on from the
198
198
:ref: `Jinja2 practical <cylc-tutorial-jinja2-practical >`.
199
199
200
- 4. **Use Parameterisation To Consolidate The ** ``get_observations ``
200
+ 4. **Use Parameterization To Consolidate The ** ``get_observations ``
201
201
**Tasks **.
202
202
203
- Next we will parameterise the ``get_observations `` tasks.
203
+ Next we will parameterize the ``get_observations `` tasks.
204
204
205
205
Add a parameter called ``station ``:
206
206
@@ -273,7 +273,7 @@ Parameters can be either strings or integers:
273
273
274
274
cylc config . -i " [runtime]"
275
275
276
- Finally we can use this parameterisation to simplify the workflow's
276
+ Finally we can use this parameterization to simplify the workflow's
277
277
graphing. Replace the ``get_observations `` lines in the graph with
278
278
``get_observations<station> ``:
279
279
@@ -294,14 +294,14 @@ Parameters can be either strings or integers:
294
294
in the graph so you must use ``cylc graph `` to inspect changes to the
295
295
graphing.
296
296
297
- #. **Use Parameterisation To Consolidate The ** ``post_process `` **Tasks **.
297
+ #. **Use Parameterization To Consolidate The ** ``post_process `` **Tasks **.
298
298
299
299
At the moment we only have one ``post_process `` task
300
300
(``post_process_exeter ``), but suppose we wanted to add a second task for
301
301
Edinburgh.
302
302
303
303
Create a new parameter called ``site `` and set it to contain ``exeter ``
304
- and ``edinburgh ``. Parameterise the ``post_process `` task using this
304
+ and ``edinburgh ``. Parameterize the ``post_process `` task using this
305
305
parameter.
306
306
307
307
.. hint ::
@@ -325,7 +325,7 @@ Parameters can be either strings or integers:
325
325
station = aldergrove, camborne, heathrow, shetland
326
326
+ site = exeter, edinburgh
327
327
328
- Next we parameterise the task in the graph:
328
+ Next we parameterize the task in the graph:
329
329
330
330
.. code-block :: diff
331
331
0 commit comments