You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.
# for example with the file spharmonic.py
# double nlons, nlats and ntrunc,
# and add option gridtype='gaussian':
nlons = 2*720; nlats = nlons/2+1
ntrunc = nlats-1
x = Spharmt(nlons,nlats,legfunc='computed', gridtype='gaussian')
2. spharmonic = x.spectogrd(coeffs)
What is the expected output? What do you see instead?
spharmonic should contain a spherical harmonic in real space,
instead, it contains only nan.
What version of the product are you using? On what operating system?
pyspharm-1.0.6, ubuntu 11.10
Remark: this problem does not appear with the function grdtospec()
Original issue reported on code.google.com by [email protected] on 10 Jan 2012 at 5:33
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 Jan 2012 at 5:33The text was updated successfully, but these errors were encountered: