Re: BUG? MAP_SET, /STEREO in IDL 3.6.1 [message #2731] |
Sun, 28 August 1994 23:46 |
frodes
Messages: 3 Registered: July 1994
|
Junior Member |
|
|
scott@abyss.ATMOS.ColoState.Edu (Scott Denning) writes:
> We make a lot of contour plots and wind vector plots on various map bases.
> One of our users works with arctic-only data, and routinely makes plots on
> a polar stereographic projection of the Arctic region (60N to NP).
> An app written for IDL 3.5.1 uses the commands
> MAP_SET, 90., 0., -90., /STEREO, LIMIT=[60., -180., 90., 180]
> to set this projection up. Then the plot is drawn and finally we do
> MAP_CONTINENTS
> MAP_GRID
> to get the map outline overlayed on the plot.
> We just installed IDL 3.6.1 and this code no longer seems to work.
> Now we get total garbage when plotting, and even the extremely simple
> command sequence
> MAP_SET, 90., 0., -90., /STEREO, LIMIT=[60., -180., 90., 180]
> MAP_GRID
> produces several screensful of error messages (Floating overflow) from
> MAP_GRID in map_set.pro. Then a couple of random lines appear on the plot
> frame, and we're back to the IDL plot.
> Has anybody else reported this problem? Is there a quick fix? If you
> type the two lines of code above in your implementation, do you get the
> same errors?
[Stuff deleted]
We have expericened this problem too after installing IDL 3.6.1
I've talked to the tech people at IDL, and they are aware of the problem.
They admitted that it was a bug, (in not so many words ;-) and are working
on fixing it. They suggested that I copy map_set from our previous version,
and use it as a substitute. I did this, at it solved my problem.
--
Regards,
Frode Stenstr�m
Norwegian Institute for Air Research (NILU)
<Frode.Stenstrom@nilu.no> Postal address: Office address:
Telephone: +47-63 89 80 00 P.O.Box 100 Instituttveien 18
Telefax : +47-63 89 80 50 N-2007 Kjeller Kjeller
Norway
|
|
|