calculate_cwt: calculate_cwt

Description Usage Arguments Details Value See Also

Description

Applies the rules to obtain the weather types. (more details, see Jones et al. 1997)

Usage

1
calculate_cwt(Z, TF, directionflow, G, thr = 6, Gth = 30)

Arguments

Z

Data frame with the total shear vorticity and dates.

TF

Data frame with resultant flow and dates.

directionflow

Data frame with the direction of the flow and dates.

G

Data frame with Gale days and dates.

thr

Numeric threshold used for Unclassified days.

Gth

Numeric threshold used for Gale days.

Details

As defined in the original scheme, the threshold to determine unclassified days is 6. Gale days are estimated by using a threshold of 30. If Gale days with a greater intensity (e.g. 40 or 50) is wanted, Gth must be changed. The airflow indices are used within the following rules to define the appropriate Lamb weather types.

Value

A list with two objects:

See Also

classification_jc


jcext documentation built on May 1, 2019, 10:27 p.m.

Related to calculate_cwt in jcext...