decomposition of VD to the components parallel and normal to the direction of thetad = 0
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision, | intent(in) | :: | Vd(:,:) |
Doppler velocity (m/s) |
||
| double precision, | intent(in) | :: | thetad(size(Vd,1),size(Vd,2)) |
azimuthal angle from the line of radar to TC center (rad) |
||
| double precision, | intent(out) | :: | u_decomp(size(Vd,1),size(Vd,2)) |
parallel component |
||
| double precision, | intent(out) | :: | v_decomp(size(Vd,1),size(Vd,2)) |
normal component |
||
| double precision, | intent(in) | :: | undef |
undefined value |