Re: Example data for NCL GETools

From: Ryan Pavlick <ryan.pavlick_at_nyahnyahspammersnyahnyah>
Date: Mon Apr 07 2014 - 15:41:34 MDT

I solved the problem with the coordinate system discrepancies with a few
lines of code:

            nlat = dimsizes(lat)
            nlon = dimsizes(lon)

            lat2d = conform_dims((/nlat,nlon/),lat,0)
            lon2d = conform_dims((/nlat,nlon/),lon,1)

RasterTimeSeries2KML("olr_200212_21F_VarAlpha",olr,lon2d,lat2d,TimeTag,Opt)

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Apr 07 15:42:24 2014

This archive was generated by hypermail 2.1.8 : Tue Apr 15 2014 - 10:45:19 MDT