Learn R Programming

TCHazaRds (version 1.1.2)

rMax2_modelsR: rMax2_modelsR

Description

Numerically solves for the radius of 17.5 m/s winds (rMax175ms) using the Chavas and Knaff (2022) model and `uniroot`.

Usage

rMax2_modelsR(rMax2Model, rMax, vMax, TClats)

Value

A vector of predicted rMax175ms values (in km).

Arguments

rMax2Model

TC outer radius of 17.5m/s winds model ('150km'=1,'CK22'=2)

rMax

Numeric. A vector of radius of maximum winds (km).

vMax

Numeric. A vector of maximum wind speeds (m/s).

TClats

Numeric. A vector of latitudes of tropical cyclone cwntre in degrees.

Examples

Run this code
rMax <- c(30, 36, 40)
vMax <- c(50, 55, 60)
TClats <- c(20, 25, 30)
rMax2_modelsR(2,rMax, vMax, TClats)

Run the code above in your browser using DataLab