Home | Trees | Indices | Help |
---|
|
spherical harmonic transform class.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Instance Variables | |
gridtype 'regular' (equally spaced in longitude and latitude) or 'gaussian' (equally spaced in longitude, latitudes located at roots of ordinary Legendre polynomial of degree nlat). |
|
legfunc 'stored' or 'computed'. |
|
nlat number of latitudes (set when class instance is created, cannot be changed). |
|
nlon number of longitudes (set when class instance is created, cannot be changed). |
|
rsphere The radius of the sphere in meters (set when class instance is created, cannot be changed). |
Method Details |
create a Spharmt class instance.
|
compute vector gradient on grid given complex spectral coefficients.
|
compute streamfunction and velocity potential on grid given vector wind.
|
compute vector wind on grid given complex spectral coefficients of vorticity and divergence.
|
compute spectral coefficients of vorticity and divergence given vector wind.
|
grid to spectral transform (spherical harmonic analysis).
|
isotropic spectral smoothing on a sphere.
|
spectral to grid transform (spherical harmonic synthesis).
|
Instance Variable Details |
gridtype'regular' (equally spaced in longitude and latitude) or 'gaussian' (equally spaced in longitude, latitudes located at roots of ordinary Legendre polynomial of degree nlat). Set when class instance is created, cannot be changed. |
legfunc'stored' or 'computed'. If 'stored', associated legendre functions are precomputed and stored when the class instance is created. If 'computed', associated legendre functions are computed on the fly when transforms are requested. Set when class instance is created, cannot be changed. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Sep 9 10:06:01 2014 | http://epydoc.sourceforge.net |