[ncl-talk] Grid tickmarks aren't showing up in overlay plot

Burakowski, Elizabeth Elizabeth.Burakowski at unh.edu
Fri Aug 9 15:07:20 MDT 2019


Thanks, Adam.  I just re-ran the script two more times and now they tick marks have just appeared without changing anything at all. So it works now using the original snippets I sent.

Thank you,

Liz.


Dr. Elizabeth A Burakowski
She/Her/Hers
Research Assistant Professor
Earth Systems Research Center &
Institute for the Study of Earth, Oceans, and Space
University of New Hampshire
8 College Road Durham, NH 03824
603-862-1796
elizabeth.burakowski at unh.edu
________________________________
From: Adam Phillips <asphilli at ucar.edu>
Sent: Friday, August 9, 2019 5:01 PM
To: Burakowski, Elizabeth <Elizabeth.Burakowski at unh.edu>
Cc: ncl-talk at ucar.edu <ncl-talk at ucar.edu>
Subject: Re: [ncl-talk] Grid tickmarks aren't showing up in overlay plot

Caution - External Email
________________________________
Hi Elizabeth,
I do not see anything amiss in the script snippets that you sent. If you can send along the cheyenne path (offline if you'd like) I can take a closer look.
Adam

On Fri, Aug 9, 2019 at 2:12 PM Burakowski, Elizabeth via ncl-talk <ncl-talk at ucar.edu<mailto:ncl-talk at ucar.edu>> wrote:
I have script that overlays five MODIS tiles and it plots everything I want except the grid tick marks and labels. In the snippits below, plot1 is the baseplot. I have the following set (using https://www.ncl.ucar.edu/Applications/Scripts/hdf4sds_5.ncl<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.ncl.ucar.edu_Applications_Scripts_hdf4sds-5F5.ncl&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=JW2rHHzYnVYi6ZDBI-2JFMNSreDPLZO-wwOrczEnOlg&m=tFds4RKHmhsIccMv5U8RP-2TuGwgb6WvOOYdSUqI3Vc&s=FvPN2I7WpXVr9VYXjNYNjsuO8ngEzrG5J3MAkT7g-8E&e=> as a rough template)

res = True
<... bunch of other resources set...>

res2 = res

<... bunch of res at mp options..>
res at mpGridAndLimbOn = True
res at pmTickMarkDisplayMode = "Always"

res2 = True

plot1 = gsn_csm_contour_map(wks, MODISTile1, res)

res2 at sfXArray = lon2d2
res2 at sfYArray = lat2d2
plot2 = gsn_csm_contour(wks, MODISTile2, res2)

...

res2 at sfXArray = lon2d5
res2 at sfYArray = lat2d5
plot5 = gsn_csm_contour(wks, MODISTile5, res2)

overlay(plot1,plot2)
overlay(plot1,plot3)
...
overlay(plot1,plot5)

draw(plot1)
frame(wks)

The MODIS files and script are on cheyenne if you'd like me to point to them.

Thank you,


Dr. Elizabeth A Burakowski
She/Her/Hers
Research Assistant Professor
Earth Systems Research Center &
Institute for the Study of Earth, Oceans, and Space
University of New Hampshire
8 College Road Durham, NH 03824
603-862-1796
elizabeth.burakowski at unh.edu<mailto:elizabeth.burakowski at unh.edu>
_______________________________________________
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<https://urldefense.proofpoint.com/v2/url?u=http-3A__mailman.ucar.edu_mailman_listinfo_ncl-2Dtalk&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=JW2rHHzYnVYi6ZDBI-2JFMNSreDPLZO-wwOrczEnOlg&m=tFds4RKHmhsIccMv5U8RP-2TuGwgb6WvOOYdSUqI3Vc&s=x9gzoOwys3-w302-s-OdWK3bu48KiMUb9LhS9hjgZck&e=>


--
Adam Phillips
Associate Scientist,  Climate and Global Dynamics Laboratory, NCAR
www.cgd.ucar.edu/staff/asphilli/<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.cgd.ucar.edu_staff_asphilli_&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=JW2rHHzYnVYi6ZDBI-2JFMNSreDPLZO-wwOrczEnOlg&m=tFds4RKHmhsIccMv5U8RP-2TuGwgb6WvOOYdSUqI3Vc&s=8G7kDyXOcLUq7CNewjxkvZdyAOCQqdW8yTU2kNGxRv8&e=>   303-497-1726

<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.cgd.ucar.edu_staff_asphilli&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=JW2rHHzYnVYi6ZDBI-2JFMNSreDPLZO-wwOrczEnOlg&m=tFds4RKHmhsIccMv5U8RP-2TuGwgb6WvOOYdSUqI3Vc&s=vwgFkhfRe31WCqzc9O2JfTW5HQb6bw4q-7LHqIWzoQk&e=>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190809/005cb0e3/attachment.html>


More information about the ncl-talk mailing list