You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/WorkingPractices/inputs.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,12 +80,14 @@ to the new metadata. The SSD team are also available to advise on whether an upg
80
80
81
81
rose edit -C rose-stem/app/APP-NAME
82
82
83
+
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.
84
+
83
85
For LFRic Apps a few extra changes are required. In your branch (your test branch if you have an upgrade macro):
84
86
85
87
.. code-block::
86
88
87
89
cd rose-meta
88
-
rose edit -C rose-stem/app/APP-NAME --no-warn version
90
+
rose edit -C ../rose-stem/app/APP-NAME --no-warn version
89
91
90
92
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.
0 commit comments