Skip to content

Commit 26f9853

Browse files
committed
updated diagnostic documentation for histogram
1 parent ee367fb commit 26f9853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ We currently have a utility to calculate histograms online.
9191
To select the histogram, you need to suffix a field name `X` with
9292
`_histogram_` followed by the values specifying the edges of the bins,
9393
separated by `_`. For example, the histogram specified by
94-
`T_mid_histogram_250_270_290_310` has 3 bins defined by
95-
[250, 270), [270, 290), and [290, 310].
94+
`T_mid_histogram_250_270_290_310` has 5 bins effectively defined by
95+
[$-\infty$, 250), [250, 270), [270, 290), [290, 310), and [310, $\infty$).
9696

9797
| Reduction | Weight | Description |
9898
| --------- | ------ | ----------- |

0 commit comments

Comments
 (0)