lamb_clas: Objective Lamb Weather Type Classification

Description Usage Arguments Value References See Also Examples

View source: R/lamb_clas.R

Description

Calculates the classification of the main weather types for the 16-points defined in get_lamb_points. Wind-flow characteristics are computed for the daily pressure field according to the rules proposed by the original Jenkinson and Collison classification (see Jenkinson and Collison, 1977; Jones et al., 2013) (1), and to the rules proposed by Trigo and DaCamara, 2000 (2).

Usage

1
lamb_clas(points, mslp, U = FALSE, thr = c(6, 6))

Arguments

points

16 point pair of coordinates obtained from get_lamb_points.

mslp

Mean Sea Level pressure gridded data.

U

Logical. If T, Jones et al. 2013 approach is applied, maintaining the U-type in the classification. If F, U is removed as detailed in Trigo and DaCamara, 2000.

thr

threshold used for Unclassified days (total shear vorticity and total flow, respectively). Default c(6,6).

Value

A list with:

References

Jenkinson, A.F., Collison F.P (1977) An initial climatology of gales over the North Sea Synoptic Climatology Branch Memorandum, No. 62.Meteorological Office: Bracknell, England.

Jones, P. D., Hulme M., Briffa K. R. (1993) A comparison of Lamb circulation types with an objective classification scheme Int. J. Climatol. 13: 655–663.

Jones, P. D., Harpham C, Briffa K. R. (2013) Lamb weather types derived from Reanalysis products Int. J. Climatol. 33: 1129–1139.

Trigo, R., DaCamara C. (2000) Circulation weather types and their impact on the precipitation regime in Portugal Int. J. Climatol. 20: 1559-1581.

See Also

get_lamb_points

Examples

1
2
3
4

synoptReg documentation built on April 22, 2021, 1:06 a.m.