File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
source/WorkingPractices/Diagnostics Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ adding a diagnostic amounts to just three small changes.
14
14
For experienced or confident users adding a diagnostic to an
15
15
existing science section, follow these steps:
16
16
17
- #. Add a new record to the
18
- ``lfric_atm/metadata/field_def_initial_diags.xml `` file based on
19
- an existing diagnostic if available.
17
+ #. Add a new record to the field definition file. Most diagnostic
18
+ fields are defined in the
19
+ ``lfric_atm/metadata/field_def_diags.xml `` file. It can be based on
20
+ an existing diagnostic if a similar one is available.
20
21
#. Add lines to initialise the field holding the diagnostic in the
21
22
appropriate diagnostics initialisation module. Add the field to
22
23
the procedure argument list. Typically, the modules are named
You can’t perform that action at this time.
0 commit comments