Skip to content

Commit 431dca9

Browse files
Update lfric_diagnostics.rst (#259)
1 parent 64799a9 commit 431dca9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/WorkingPractices/Diagnostics/lfric_diagnostics.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ adding a diagnostic amounts to just three small changes.
1414
For experienced or confident users adding a diagnostic to an
1515
existing science section, follow these steps:
1616

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.
2021
#. Add lines to initialise the field holding the diagnostic in the
2122
appropriate diagnostics initialisation module. Add the field to
2223
the procedure argument list. Typically, the modules are named

0 commit comments

Comments
 (0)