Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion source/Reviewers/howtocommit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -477,12 +477,15 @@ for all affected tests before you commit to the trunk.

.. code-block::

python3 ./rose-stem/bin/update_branch_kgos.py -s <suite name> -w <path to working copy>
python3 ./rose-stem/bin/update_branch_kgos.py -s <suite name/runX> -w <path to working copy>

.. note::
This script requires at least python 3.9. This can be achieved on
Met Office machines by running ``module load scitools``

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


.. tab-item:: LFRic Core

Expand Down
5 changes: 4 additions & 1 deletion source/WorkingPractices/kgo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,15 @@ such changes onto the trunk. When preparing your change for review:

.. code-block::

python3 ./rose-stem/bin/update_branch_kgos.py -s <suite name> -w <path to working copy>
python3 ./rose-stem/bin/update_branch_kgos.py -s <suite name/runX> -w <path to working copy>

.. note::
This script requires at least python 3.9. This can be achieved on
Met Office machines by running ``module load scitools``

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

4. The changes in answers should be science reviewed by someone familiar with
the failing tests - if unsure then start with the Code Owner for the affected
application.
Expand Down