*** VD2UV - U and V from Vor/div
Purpose.
--------
Interface. ---------- CALL *VD2UV(...)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=JPIM), | intent(in) | :: | KM | |||
| integer(kind=JPIM), | intent(in) | :: | KMLOC | |||
| integer(kind=JPIM), | intent(in) | :: | KF_UV | |||
| integer(kind=JPIM), | intent(in) | :: | KLEI2 | |||
| real(kind=JPRB), | intent(in) | :: | PSPVOR(:,:) | |||
| real(kind=JPRB), | intent(in) | :: | PSPDIV(:,:) | |||
| real(kind=JPRB), | intent(out) | :: | PU(:,:) | |||
| real(kind=JPRB), | intent(out) | :: | PV(:,:) |