tdez2d

From: Michael Notaro <mnotaro_at_nyahnyahspammersnyahnyah>
Date: Fri, 13 Oct 2006 15:30:50 -0500

I specified ist=-4 in tdez2d. Yet, the green color is under the plot
and grey on top.
Isnt it suppose to be the other way around? How do I get shades of
green on top?

Thanks, Michael

begin

a = addfile("elev.1-deg.nc","r")
lat = a->lat
lon = a->lon
elev=short2flt(a->data(0,:,:))
elev!0="lat"
elev!1="lon"
elev&lat=lat
elev&lon=lon
elev=elev>0.

elev=elev/avg(elev)

wks = gsn_open_wks("ps","3d")
res=True
rho=3.
theta=36.
phi=67.
tdez2d(wks,lat(30:99),lon(40:140),elev(30:99,40:140),rho,theta,phi,-4)

frame(wks)

end

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Oct 13 2006 - 14:30:50 MDT

This archive was generated by hypermail 2.2.0 : Mon Oct 16 2006 - 22:16:12 MDT