Calculate Vx and Vy to Vd along with radar beams on X-Y coodinates
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision, | intent(in) | :: | x(:) |
X-coordinate |
||
| double precision, | intent(in) | :: | y(:) |
Y-coordinate |
||
| double precision, | intent(in) | :: | rax |
X-coodinate of radar location |
||
| double precision, | intent(in) | :: | ray |
Y-coodinate of radar location |
||
| 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) | :: | Vraxy(size(x),size(y)) |
velocity along with beam on X-Y coordinates |
||
| double precision, | intent(in), | optional | :: | undef |
Undefined value |