Skip to content

Commit c13813f

Browse files
update kgo instructions (#234)
1 parent 9e831bc commit c13813f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

source/Reviewers/howtocommit.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,12 +477,15 @@ for all affected tests before you commit to the trunk.
477477

478478
.. code-block::
479479
480-
python3 ./rose-stem/bin/update_branch_kgos.py -s <suite name> -w <path to working copy>
480+
python3 ./rose-stem/bin/update_branch_kgos.py -s <suite name/runX> -w <path to working copy>
481481
482482
.. note::
483483
This script requires at least python 3.9. This can be achieved on
484484
Met Office machines by running ``module load scitools``
485485

486+
.. note::
487+
The numbered run directory must be included in the suite name, eg. `name-of-suite/run1`.
488+
486489

487490
.. tab-item:: LFRic Core
488491

source/WorkingPractices/kgo.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,15 @@ such changes onto the trunk. When preparing your change for review:
4444

4545
.. code-block::
4646
47-
python3 ./rose-stem/bin/update_branch_kgos.py -s <suite name> -w <path to working copy>
47+
python3 ./rose-stem/bin/update_branch_kgos.py -s <suite name/runX> -w <path to working copy>
4848
4949
.. note::
5050
This script requires at least python 3.9. This can be achieved on
5151
Met Office machines by running ``module load scitools``
5252

53+
.. note::
54+
The numbered run directory must be included in the suite name, eg. `name-of-suite/run1`.
55+
5356
4. The changes in answers should be science reviewed by someone familiar with
5457
the failing tests - if unsure then start with the Code Owner for the affected
5558
application.

0 commit comments

Comments
 (0)