Skip to content

Commit 34eec02

Browse files
added text to warn of numerical beats in UM cloud amout histograms #1173
1 parent acf36e1 commit 34eec02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/CSET/recipes/generic_surface_histogram_series.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ description: |
1010
to the probability density function of the data with the bins being normalised by both
1111
the total counts and the bin widths. The area under a density histogram integrates to 1.
1212
13+
Some fields may exhibit numerical beats as a consequence of the low precision used to archive
14+
the data. These beats will manifest as seemingly spurious, regular peaks in the plotted histogram.
15+
For example the cloud area fractions from the UM are stored using 6-bit precision
16+
which allows just 64 values over the range [0, 1] and plotting histograms using 50 bins generates
17+
numerical beats.
1318
1419
steps:
1520
- operator: read.read_cubes

0 commit comments

Comments
 (0)