Skip to content
Merged
Changes from 1 commit
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
4 changes: 3 additions & 1 deletion source/WorkingPractices/inputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,14 @@ to the new metadata. The SSD team are also available to advise on whether an upg

rose edit -C rose-stem/app/APP-NAME

Note: ``rose edit`` runs on a server, so make sure your source can be seen from a server - i.e. not on a drive that's only available to your local machine.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you do a tip box and note that this is for Met Office only please, eg.

.. tip::

    For MetOffice Users, ``rose edit`` runs on a...


For LFRic Apps a few extra changes are required. In your branch (your test branch if you have an upgrade macro):

.. code-block::

cd rose-meta
rose edit -C rose-stem/app/APP-NAME --no-warn version
rose edit -C ../rose-stem/app/APP-NAME --no-warn version

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.

Expand Down