powered by
A helper function for numerically solving the radius of 17.5 m/s winds using the Chavas and Knaff (2022) model. This function is called by `uniroot` to compute the difference between the guessed and actual rmax values.
rMax175ms_solver(rMax175ms_m, vMax, rmax_predict_m, TClats)
The difference between the guessed rmax and the target rmax.
Numeric. Guessed radius of 17.5 m/s winds in meters.
Numeric. Maximum wind speed (m/s).
Numeric. Target radius of maximum winds in meters.
Numeric. Latitude of the tropical cyclone in degrees.
rMax175ms_solver(100000, 50, 36000, 20)
Run the code above in your browser using DataLab