Skip to content

Commit d9bd767

Browse files
committed
update documentation
1 parent 5ad7b54 commit d9bd767

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/eamxx/docs/user/diags/field_prev.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

6766
Contact developers on GitHub if you have additional questions.

0 commit comments

Comments
 (0)