Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Idl-pvware > About Triangula...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 5406 of 6022
Post > Topic >>

About Triangulate

by qunjie0111@[EMAIL PROTECTED] Feb 8, 2008 at 12:44 AM

HALLO:
I wanted to interpolate the irregularly data (satellite data) to
regularly_gridded data,and used TRIANGULATE and TRIGRID function ,but
after run the .pro ,there was a problem:

Attempt to store into an expression: <FLOAT     Array[912]>.
Execution halted at: HALOE_TRIGRID     176 E:\haloe\haloe_trigrid.pro
                     $MAIN$
MY CODE:
fidr=ncdf_open('h:\haloe\HALOE_Version19_sr_2004_03.nc')
varid=ncdf_varid(fidr,'latitude')
ncdf_varget,fidr,varid,lat

varid=ncdf_varid(fidr,'longitude')
ncdf_varget,fidr,varid,lon

varid= ncdf_varid(fids,'theta')
ncdf_varget,fidr,varid,theta
ncdf_close,fidr

index_theta=where(theta[0,*] ne 1.00000e+024)
TRIANGULATE, lon[0,index_theta], lat[0,index_theta],
Tri,sphere=s,fvalue=f,/degrees
grid_data = trigrid(f,[2.5,2.5],[0,-80,357.5,80],sphere=s,/degrees)
..
..
..
What's the problem? Please help me!
thanks!
 




 2 Posts in Topic:
About Triangulate
qunjie0111@[EMAIL PROTECT  2008-02-08 00:44:13 
Re: About Triangulate
Bill Gallery <wgallery  2008-02-08 09:18:53 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Jul 26 4:36:59 CDT 2008.