Skip to content

Commit abd14f6

Browse files
add central meta docs
1 parent 23b6369 commit abd14f6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/WorkingPractices/inputs.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ The project metadata can be found in the following locations:
3939

4040
``vnXX.Y_<branch_name>/<sub-module>/rose-meta/*/HEAD/rose-meta.conf``
4141

42+
In addition to the above locations, the rose metadata is centrally mirrored on Met Office systems. This means that metadata that has been committed to the trunk can be accessed without a working copy. This may be of use when upgrading scientific suites between versions.
43+
4244
All new namelist variables need a new entry so that the metadata loads into the
4345
Rose GUI for users to switch it on. Additionally, sometimes the metadata needs
4446
to be modified without changing a namelist variable. Guidance for updating the
@@ -82,11 +84,10 @@ to the new metadata. The SSD team are also available to advise on whether an upg
8284

8385
.. code-block::
8486
85-
export ROSE_PYTHONPATH=$PYTHONPATH
86-
export ROSE_META_PATH=/path/to/valid/core:/path/to/apps/copy
87+
cd rose-meta
8788
rose edit -C rose-stem/app/APP-NAME --no-warn version
8889
89-
This requires an LFRic Core working copy at an appropriate revision to be available. It is also necessary to run from the top level of the Apps working copy to ensure rose metadata paths are valid.
90+
If you have a linked LFRic Core or Jules ticket with metadata changes, you can load their metadata by adding ``-M /path/to/working_copy/rose-meta`` to the ``rose-edit`` command.
9091

9192
How to add an upgrade macro to your branch
9293
------------------------------------------

0 commit comments

Comments
 (0)