*** VORDIV_TO_UV - Convert spectral vorticity and divergence to spectral U (ucos(theta)) and V (vcos(theta).
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=JPRB), | intent(in) | :: | PSPVOR(:,:) | |||
real(kind=JPRB), | intent(in) | :: | PSPDIV(:,:) | |||
real(kind=JPRB), | intent(out) | :: | PSPU(:,:) | |||
real(kind=JPRB), | intent(out) | :: | PSPV(:,:) | |||
integer(kind=JPIM), | intent(in) | :: | KSMAX | |||
integer(kind=JPIM), | intent(in), | optional | :: | KVSETUV(:) |