calc_psid Subroutine

public subroutine calc_psid(rtc, r, theta, thetad, psid)

Calculate the nonlinear angle psid at a centain radius
From the geometry,
--(1)
--(2)
From Eq. (2),
--(3)
From Eqs. (1) and (3),

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: rtc

Distance from the radar to TC center [m]

double precision, intent(in) :: r

Radius [m]

double precision, intent(in) :: theta(:)

azimuthal angle [deg]

double precision, intent(in) :: thetad(size(theta))

Azimuthal angle for radar [rad]

double precision, intent(out) :: psid(size(theta))

Nonlinear angle [rad]