Compute standardized anomalies from a legacy climatology
Arguments
- x
An ocean_cube object.
- clim
An ocean_clim object created by
clim_month()orclim_day().
Value
An ocean_anom compatibility object containing standardized anomaly values and dimensionless unit "1".
Details
This compatibility wrapper delegates to cube_anomaly(). Zero or
non-finite SD produces NA; every finite positive SD is valid. Exact
canonical alignment is required, and historical climatologies without the
required metadata must be recomputed.