Using different projections with wrf_contour/wrf_map_overlays

From: Craig Tierney - NOAA Affiliate <craig.tierney_at_nyahnyahspammersnyahnyah>
Date: Fri Jul 18 2014 - 15:38:41 MDT

I am plotting some wrf results from a 3km run on a Lambert grid. I would
like to get the grid to match some other results I have from a different
model, so I would like to plot on a Cylindrical Equidistant projection. I
tried setting the projection with:

mpres@mpProjection = "CylindricalEquidistan"

Then calling the appropriate NCL functions:

        contour = wrf_contour(cfn,wks,data,res)
        ocontour=wrf_contour(cfn,wks,sp1,ores)
        plot=wrf_map_overlays(cfn,wks,(/contour,ocontour/),pltres,mpres)

This didn't seem to work. Is this possible?

Thanks,
Craig

Received on Fri Jul 18 09:38:57 2014

This archive was generated by hypermail 2.1.8 : Wed Jul 23 2014 - 15:33:46 MDT