[ncl-talk] Reg grid on top of HOMME grid

David Brown dbrown at ucar.edu
Mon Dec 8 15:58:14 MST 2014


Sure. If you can plot each grid separately then you can overlay the
plots. Just note that only one plot should be drawn with a map.
Something like
res at gsnDraw = False
res at gsnFrame = False
; set up for HOMME grid plot
p1 = gsn_csm_contour_map(wks,...
; set up for regular grid plot
p2  = gsn_csm_contour(wks,...
overlay(p1,p2)
draw(p1)
frame(wks)

 -dave


On Mon, Dec 8, 2014 at 3:28 PM, Richard Neale <rneale at ucar.edu> wrote:
> Is it possible to plot a regular grid defined filed on top of an
> unstructured (HOMME) grid quantity on a cylindrical equidistant grid?
> Thanks
> Rich
>
> --
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>  Richard Neale - rneale at ucar.edu - http://www.cgd.ucar.edu/cms/rneale -
>  Atmospheric Modeling & Predictability, CGD, NCAR  =-=-=-=-=-=-=-=-=-=-
>  P.O. Box 3000, Boulder, CO 80307-3000 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>  Tel (303) 497-1380 Fax (303) 497-1324 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>


More information about the ncl-talk mailing list