prod_vortex_structure_L06 Subroutine

public subroutine prod_vortex_structure_L06(r, t, rmax, zmax, epsr, Vt_pert_ang, Vt, Vr)

Producing vortex structure with rmax, vmax, and umax in Lee et al. (2006)

Arguments

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

radius [m]

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

azimuthal angle [rad]

double precision, intent(in) :: rmax

radius of maximum tangential wind speed [m]

double precision, intent(in) :: zmax

constant vorticity in the eye [s-1]

double precision, intent(in) :: epsr

distance of epsilon for WN2 [m]

double precision, intent(in) :: Vt_pert_ang

angles of tangential wind [rad]

double precision, intent(out) :: Vt(size(r),size(t))

Profile of tangential wind

double precision, intent(out) :: Vr(size(r),size(t))

Profile of radial wind