Convert Vt and Vr to Vx and Vy on R-T coordinates
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision, | intent(in) | :: | r(:) |
R-coordinate [m] |
||
| double precision, | intent(in) | :: | t(:) |
T-coordinate [rad] |
||
| double precision, | intent(in) | :: | td(size(r),size(t)) |
radar azimuthal angle on R-T coordinate [rad] |
||
| double precision, | intent(in) | :: | Vt(size(r),size(t)) |
tangential wind component on R-T coordinates |
||
| double precision, | intent(in) | :: | Vr(size(r),size(t)) |
radial wind component on R-T coordinates |
||
| double precision, | intent(out) | :: | Vra(size(r),size(t)) |
Velocity along beam on R-T coordinates |
||
| double precision, | intent(in), | optional | :: | undef |
undefined value |