calc_R1: Calculate radius to start of transition region

Description Usage Arguments Details Value References

View source: R/willoughby2006eqs.R

Description

Once you've solved for ξ, this function uses this value and the estimated Rmax to determine R1, the radius from the storm center to the start of the transition region.

Usage

1
calc_R1(Rmax, xi)

Arguments

Rmax

Numeric vector of the radius at which the maximum wind occurs, in kilometers

xi

A numeric value with the ξ value determined by solve_for_xi

Details

This function is calculating the equation:

R1 = Rmax - ξ(R2 - R1)

where:

Value

A numeric vector with the estimated value of R_1, a parameter required for the Willoughby wind model.

References

Willoughby HE, Darling RWR, and Rahn ME. 2006. Parametric representation of the primary hurricane vortex. Part II: A new family of sectionally continuous profiles. Monthly Weather Review 134(4):1102-1120.


stormwindmodel documentation built on July 27, 2020, 9:06 a.m.