File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -477,12 +477,15 @@ for all affected tests before you commit to the trunk.
477
477
478
478
.. code-block ::
479
479
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>
481
481
482
482
.. note ::
483
483
This script requires at least python 3.9. This can be achieved on
484
484
Met Office machines by running ``module load scitools ``
485
485
486
+ .. note ::
487
+ The numbered run directory must be included in the suite name, eg. `name-of-suite/run1 `.
488
+
486
489
487
490
.. tab-item :: LFRic Core
488
491
Original file line number Diff line number Diff line change @@ -44,12 +44,15 @@ such changes onto the trunk. When preparing your change for review:
44
44
45
45
.. code-block ::
46
46
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>
48
48
49
49
.. note ::
50
50
This script requires at least python 3.9. This can be achieved on
51
51
Met Office machines by running ``module load scitools ``
52
52
53
+ .. note ::
54
+ The numbered run directory must be included in the suite name, eg. `name-of-suite/run1 `.
55
+
53
56
4. The changes in answers should be science reviewed by someone familiar with
54
57
the failing tests - if unsure then start with the Code Owner for the affected
55
58
application.
You can’t perform that action at this time.
0 commit comments