DCL:MATH2:SHTLIB: Spherical Harmonic Functions: Explanation of Subroutines
Performs the inverse Fourier transformation, which corresponds to the latter half of the spectral transformation.
An inverse Fourier transformation:
(4.24)
is performed on wave data created by SHTS2W.
SHTW2G(MM,JM,IM,W,G,WORK)
MM (I) Input parameter. The cut-off wavenumber (M). JM (I) Input parameter. 1/2 of the NS partition number (J) IM (I) Input parameter. 1/2 of the EW partition number (I) W (R) Input parameter. Wave data. (For length and arrangement of array, see SHTS2W.) G (R) Output parameter. Grid data. An array of length (2*IM+1)*(2*JM+1). (See Notes below for order of array.) WORK (R) Working area initialized by SHTINT.