Re: Fedora Core 2 and zonal averages (unrelated)

From: Adam Phillips (asphilli AT XXXXXX)
Date: Mon Jun 28 2004 - 11:06:59 MDT


Derrick,

>2. OK so now I've rebooted into the FC1 kernel just to get a plot done.
>Everything works fine, I just don't know how to use the
>res@gsnZonalMean = True ; add a zonal mean
>resource very well. Is there a way to specify the ticks on the x axis
>for the zonal mean plot?

I can't address 1), but I can answer 2):

        wks = gsn_open_wks("ps","test")
        res = True
        .....
        res@gsnDraw = False
        res@gsnFrame = False
        res@gsnZonalMean = True
        plot = gsn_csm_contour_map_ce(wks,plarray,res)
        setvalues plot@xy
          "trXMinF" : 0.8
          "trXMaxF" : 1.1
        end setvalues
        draw(plot)
        frame(wks)

Make sure gsnDraw and gsnFrame are set to False before the plot call..
Adam

>
>Thanks for your insight...
>
>-Derrick Snowden
>
>--
>Derrick Snowden
>PhOD/AOML/NOAA
>4301 Rickenbacker Causeway
>Miami, FL 33149
>Office: 305.361.4322 Fax: 305.361.4392
>
>_______________________________________________
>ncl-talk mailing list
>ncl-talk AT ucar.edu
>http://mailman.ucar.edu/mailman/listinfo/ncl-talk

-------------------------------------------------------------
Adam Phillips email: asphilli AT ucar.edu
Climate and Global Dynamics Division tel: (303) 497-1726
National Center for Atmospheric Research fax: (303) 497-1333
P.O. Box 3000
Boulder, CO 80307-3000 http://www.cgd.ucar.edu/~asphilli

_______________________________________________
ncl-talk mailing list
ncl-talk AT ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk



This archive was generated by hypermail 2b29 : Mon Jun 28 2004 - 14:11:33 MDT