Convert Vx and Vy to Vr and Vt on X-Y coordinates
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision, | intent(in) | :: | x(:) |
X-coordinate [m] |
||
| double precision, | intent(in) | :: | y(:) |
Y-coordinate [m] |
||
| double precision, | intent(in) | :: | xc |
X component of the center [m] |
||
| double precision, | intent(in) | :: | yc |
Y component of the center [m] |
||
| double precision, | intent(in) | :: | Vx(size(x),size(y)) |
X-component of wind on X-Y coordinates |
||
| double precision, | intent(in) | :: | Vy(size(x),size(y)) |
Y-component of wind on X-Y coordinates |
||
| double precision, | intent(out) | :: | Vt(size(x),size(y)) |
tangential wind component on X-Y coordinates |
||
| double precision, | intent(out) | :: | Vr(size(x),size(y)) |
radial wind component on X-Y coordinates |
||
| double precision, | intent(in), | optional | :: | undef |
Undefined value |