DCL:MATH2:SHTLIB: Spherical Harmonic Functions: Explanation of Subroutines
Performs inverse Fourier transformation, which corresponds to the latter half of the inverse spectral transformation, over a specified wavenumber interval on a single specified meridian circle.
Transforms wave data Wm(&phi j) into grid data G(&lambda,&phi) on a single specified meridian circle &phi j , over a specified wavenumber interval of M1 ≤|m| ≤ M2. See SHTW2G for equations used in the transformation.
SHTWGJ(MM,IM,M1,M2,WJ,GJ,WORK)
MM (I) Input parameter. The cut-off wavenumber (M). IM (I) Input parameter. 1/2 of the NEW partition number (I). M1 (I) Input parameter. The minimum value of the wavenumber interval for transformation. (See Definition above.) M2 (I) Input parameter. The maximum value of the wavenumber interval for transformation. (See Definition above.) WJ (R) Input parameter. Wm(&phi j¡Ë (For length and arrangement, see SHTSWJ.) GJ (R) Output parameter. Grid data. An array of length 2*IM+1. (See Notes for arrangement.) WORK (R) Working area initialized by SHTINT.