Rotate horizontal winds in the east-west and north-south directions to the storm-relative direction.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision, | intent(in) | :: | thetad_tc |
Angle of the direction from the radar to the storm center [rad] |
||
| double precision, | intent(inout) | :: | Vx(:,:) |
Horizontal wind component in the east-west direction [m/s] |
||
| double precision, | intent(inout) | :: | Vy(size(Vx,1),size(Vx,2)) |
Horizontal wind component in the north-south direction [m/s] |
||
| double precision, | intent(in), | optional | :: | undef |
Undefined value |