Producing vortex structure with rmax, vmax, and umax in Lee et al. (2006)
| Type | Intent | Optional | 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 |