|
From: Giovanni L. <zva...@ya...> - 2001-11-27 23:12:51
|
Jim, I'm not quite sure I understood how you reorder the array here, > #define DATA(R,C) data[R*cols+C] > #define TEMP(R,C) temp[C*rows+rows-R-1] to me this sounds like a rotation, that brings a (rows X cols) array into another (rows X cols) array, am I right? my netcdf array is flipped along longitude, I ordered it as vis5d requires, but the topography is still turned. I mean the sw corner in terms of lat lon is the upper left corner of vis5d, the nw is the upper right, and so on, no matter how I orient my data. I also tried to reproduce the rotation you suggested (and a few variations), but I only changed the data, not the topography in the background. I ran out of ideas. is anybody else using lambert conformal? thanks a lot!! Giovanni __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 |