*** LTINV - Inverse Legendre transform
Purpose.
--------
Tranform from Laplace space to Fourier space, compute U and V
and north/south derivatives of state variables.
Interface. ---------- CALL *LTINV(...)
SPECTRAL COMPUTATIONS FOR U,V AND DERIVATIVES. ----------------------------------------------
INVERSE LEGENDRE TRANSFORM. ---------------------------
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(BUFFERED_ALLOCATOR), | intent(in) | :: | ALLOCATOR | |||
type(LTINV_HANDLE), | intent(in) | :: | HLTINV | |||
integer(kind=JPIM), | intent(in) | :: | KF_UV | |||
integer(kind=JPIM), | intent(in) | :: | KF_SCALARS | |||
real(kind=JPRB), | intent(in), | optional | :: | PSPVOR(:,:) | ||
real(kind=JPRB), | intent(in), | optional | :: | PSPDIV(:,:) | ||
real(kind=JPRB), | intent(in), | optional | :: | PSPSCALAR(:,:) | ||
real(kind=JPRB), | intent(in), | optional | :: | PSPSC3A(:,:,:) | ||
real(kind=JPRB), | intent(in), | optional | :: | PSPSC3B(:,:,:) | ||
real(kind=JPRB), | intent(in), | optional | :: | PSPSC2(:,:) | ||
real(kind=JPRBT), | intent(out), | POINTER | :: | ZOUTS(:) | ||
real(kind=JPRBT), | intent(out), | POINTER | :: | ZOUTA(:) | ||
real(kind=JPRD), | intent(out), | POINTER | :: | ZOUTS0(:) | ||
real(kind=JPRD), | intent(out), | POINTER | :: | ZOUTA0(:) |