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.
Transforms wave data Wm(&phi) into grid data G(&lambda,&phi) only within the wavenumber range M1≤|m|≤M2. See SHTW2G for the equations used in the transformation.
SHTWGA(MM,JM,IM,M1,M2,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) M1 (I) Input parameter. The minimum value in the wavenumber interval for transformation. (See above definition.) M2 (I) Input parameter. The maximum value in the wavenumber interval for transformation. (See above definition.) W (R) Input parameter. Wave data. (For length and arrangement, see SHTS2W.) G (R) 出力. Grid data. (For length and arrangement, see SHTW2G.) WORK (R) Working area initialized by SHTINT.