-----------------------------------------------
Ge Peng, Ph.D
Research Scholar
Cooperative Institute for Climate and Satellites
North Caroline State University (CICS-NC)
Remote Sensing and Applications Division/NCDC
151 Patton Ave, suite 410
Asheville, NC 28801-5001
Office: (828)257-3009
Fax: (828)271-4328
Disclaimer:
The opinions expressed in this email are those
of the author. They do not necessarily reflect the official views or policies
of NOAA, Department of Commerce, or the US Government.
Hi Bill,
You may be interested in the workaround I proposed in 2009:
> I've done some more checks on this. I have simplified my scripts down to a
> very simple multi-panel shade plot and the problem persists and appears to
> be the same issue reported back in 2008
> (http://www.pmel.noaa.gov/maillists/tmap/ferret_users/fu_2008/msg00470.html
> ) and again in 2009
> (http://www.pmel.noaa.gov/maillists/tmap/ferret_users/fu_2009/msg00451.html
> ). This is a pretty dangerous bug because the error is not always obvious
> and it would be easy to not catch a one level error if many levels were
> selected. In the 2008 thread the problem was blamed on some axis
> manipulation. However, in my case I can reproduce the problem with just a
> series of basic shade commands (see script below).
http://www.pmel.noaa.gov/maillists/tmap/ferret_users/fu_2009/msg00216.html
I've been able to reproduce your problem with your original script,
and I've modified it to the attached one, which solves the problem.
Cheers,
Ryo
--------------
! use "../test.nc"
use "etopo120.cdf"ppl shaset reset !! <--
set v ul
shade/lev=5 rose
ppl shaset reset !! <--
set v ur
shade/lev=5 rose
ppl shaset reset !! <--
set v ll
shade/lev=5 rose
set v lr
shade/lev=5 rose
shade/ov/nolab/lev=5 rose
frame/file="test.gif"