File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
components/eamxx/docs/user/diags Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,9 @@ field_names:
5858## Caveats
5959
6060- The ` _prev` suffix is stripped to identify the tracked field. If the model
61- has a registered field whose name literally ends in `_prev`, the diagnostic
62- parser will attempt to resolve it as a `FieldPrevDiag` rather than a direct
63- field lookup. In practice this is unlikely to cause conflicts because literal
64- model fields are resolved before diagnostics are considered.
61+ has a registered field whose name literally ends in `_prev`, it will be
62+ output directly as a model field (model fields are resolved before
63+ diagnostics are considered), not treated as a `FieldPrevDiag`.
6564- Only fields with `Real` data type are supported.
6665
6766Contact developers on GitHub if you have additional questions.
You can’t perform that action at this time.
0 commit comments