*** EUVTVD - Compute vor/div from u and v in spectral space
Interface. ---------- CALL EUVTVD(KM,KFIELD,PEPSNM,PU,PV,PVOR,PDIV)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=JPIM), | intent(in) | :: | KM | |||
integer(kind=JPIM), | intent(in) | :: | KMLOC | |||
integer(kind=JPIM), | intent(in) | :: | KFIELD | |||
real(kind=JPRB), | intent(in) | :: | PU(:,:) | |||
real(kind=JPRB), | intent(in) | :: | PV(:,:) | |||
real(kind=JPRB), | intent(out) | :: | PVOR(:,:) | |||
real(kind=JPRB), | intent(out) | :: | PDIV(:,:) |