[ncl-talk] TES-Aura_L2 processing problem

Yang, Xiaoxin yang.1143 at osu.edu
Wed Oct 5 16:59:04 MDT 2016


Many thanks, Dennis!
Following your example,  I have some idea on how to process the two-dimensional variable for a selected geolocation.
Best,
Xiaoxin

From: Dennis Shea [mailto:shea at ucar.edu]
Sent: 2016Äê10ÔÂ5ÈÕ 6:20 PM
To: Yang, Xiaoxin <yang.1143 at osu.edu>
Cc: ncl-talk at ucar.edu
Subject: Re: [ncl-talk] TES-Aura_L2 processing problem

Maybe


   diri= "./"                                   ; path
   fili = "TES-Aura_L2-HDO-Nadir_2012-09_L2v005_Litev08.nc"
   pthi = diri+fili
   f   = addfile(pthi)
   x   = f->averagecloudeffopticaldepth         ; ( grid_targets )
   lat = f->longitude                           ; ( grid_targets )
   lon = f->longitude                           ; ( grid_targets


   wks = ....

   res = True
       :
       :
    res at trGridType         = "TriangularMesh"  ; allow possible missing coordinates
    res at gsnAddCyclic       = False
    res at sfXArray           = lon
    res at sfYArray           = lat

    res at tiMainString       = fili

    plot_TS_L2 = gsn_csm_contour_map(wks,x,res)

On Wed, Oct 5, 2016 at 3:55 PM, Yang, Xiaoxin <yang.1143 at osu.edu<mailto:yang.1143 at osu.edu>> wrote:

Dear All,

I’m using NCL 6.3.0 to process TES-Aura_L2_HDO.., and have difficulty producing time series of a specific location or area. Please find the metadata in the attachment. I think my major question is how to attributed those lat, lon and level information to the data? Any help on this regard is very much appreciated.

Thanks!

Xiaoxin


_______________________________________________
ncl-talk mailing list
ncl-talk at ucar.edu<mailto:ncl-talk at ucar.edu>
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20161005/cc668a63/attachment.html 


More information about the ncl-talk mailing list