|
From: Jim E. <jim...@al...> - 2001-11-28 11:37:33
|
What topo file are you using? Is it possible that the data is ordered wrong there? If you can create a minimal data set which exhibits the problem I will try to look at it here. Don=B4t mail it to the list, mail it directly to me or put it on an anonymous ftp site and send me the address. Jim Giovanni Leoncini wrote: > 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 |