*** UVTVD - Compute vor/div from u and v in spectral space
Interface. ---------- CALL UVTVD(KM,KF_UV,PEPSNM,PU,PV,PVOR,PDIV)
1.2 COMPUTE VORTICITY AND DIVERGENCE.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=JPIM), | intent(in) | :: | KF_UV | |||
real(kind=JPRBT), | intent(inout) | :: | PU(:,:,:) | |||
real(kind=JPRBT), | intent(inout) | :: | PV(:,:,:) | |||
real(kind=JPRBT), | intent(out) | :: | PVOR(:,:,:) | |||
real(kind=JPRBT), | intent(out) | :: | PDIV(:,:,:) |