Re: hello!-----for questions again

From: Dennis Shea (shea AT XXXXXX)
Date: Wed Dec 17 2003 - 12:15:42 MST

  • Next message: Celia Chen: "Re: [celia@rap.ucar.edu: histogram percentage"

         f = addfile ("...nc", "r")
         x = f->X
         oro = f->ORO(0,:,:) ; ; ocn=0, land=1, sea_ice=2
         x_ocean = x
         x_ocean = mask( x_ocean, oro, 0)
                 :
         plt = .....

    good luck
    D

    On Tue, 16 Dec 2003, liping deng wrote:

    > hello! everyone!
    > Can give me some suggestion about this:
    >
    > a questions:
    > I have a globe data, but just want get the ocean data
    > to drawing,can I use ORO(time, lat, lon) to tell ncl
    > just draw when is ocean.
    >
    > float ORO(time, lat, lon) ;
    > ORO:long_name = "ocean (0), land (1), sea ice (2)
    > flag" ;
    >
    > Thank you very much!
    > Best wihes!
    > liping
    >
    >
    > __________________________________
    > Do you Yahoo!?
    > New Yahoo! Photos - easier uploading and sharing.
    > http://photos.yahoo.com/
    > _______________________________________________
    > ncl-talk mailing list
    > ncl-talk@ucar.edu
    > http://mailman.ucar.edu/mailman/listinfo/ncl-talk
    >

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



    This archive was generated by hypermail 2b29 : Wed Dec 17 2003 - 13:10:46 MST