In the Units column, u indicates the units of the physical quantity before the method is applied.
cell_methods |
Units | Description |
---|---|---|
|
u |
The data values are representative of points in space or time (instantaneous). This is the default method for a quantity that is intensive with respect to the specified dimension. |
|
u |
The data values are representative of a sum or accumulation over the cell. This is the default method for a quantity that is extensive with respect to the specified dimension. |
|
u |
Maximum |
|
u |
Maximum absolute value |
|
u |
Median |
|
u |
Average of maximum and minimum |
|
u |
Minimum |
|
u |
Minimum absolute value |
|
u |
Mean (average value) |
|
u |
Mean absolute value |
|
u |
Mean of the upper group of data values defined by the upper tenth of their distribution |
|
u |
Mode (most common value) |
|
u |
*Absolute difference between maximum and minimum |
|
u |
Root mean square (RMS) |
|
u |
*Standard deviation |
|
u2 |
Sum of squares |
|
u2 |
*Variance |
*The definition of this method implies that if u is a either a unit of temperature, or a unit of temperature multiplied by some other unit, the temperature in u must be interpreted as a temperature difference.
Therefore the units_metadata
attribute, if present, must have the value temperature: difference
.
See [temperature-units] for explanation.