Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lfric_diagnostics.rst #259

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
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
7 changes: 4 additions & 3 deletions source/WorkingPractices/Diagnostics/lfric_diagnostics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ adding a diagnostic amounts to just three small changes.
For experienced or confident users adding a diagnostic to an
existing science section, follow these steps:

#. Add a new record to the
``lfric_atm/metadata/field_def_initial_diags.xml`` file based on
an existing diagnostic if available.
#. Add a new record to the field definition file. Most diagnostic
fields are defined in the
``lfric_atm/metadata/field_def_diags.xml`` file. It can be based on
an existing diagnostic if a similar one is available.
#. Add lines to initialise the field holding the diagnostic in the
appropriate diagnostics initialisation module. Add the field to
the procedure argument list. Typically, the modules are named
Expand Down