We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf36e1 commit 34eec02Copy full SHA for 34eec02
src/CSET/recipes/generic_surface_histogram_series.yaml
@@ -10,6 +10,11 @@ description: |
10
to the probability density function of the data with the bins being normalised by both
11
the total counts and the bin widths. The area under a density histogram integrates to 1.
12
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.
18
19
steps:
20
- operator: read.read_cubes
0 commit comments