[ncl-talk] unable to make plot.

Mary Haley haley at ucar.edu
Tue Feb 21 16:14:56 MST 2017


Geeta,

Apologies if this question was already answered.

Part of the problem I think is that you are trying to set a bunch of map
resources, but then are calling:

   Plot(5)                 =   gsn_csm_contour(WKS_FIG4,maxZ_Conv,Rests2)

which only generates contours, and no map.  You may need to change it to:

   Plot(5)                 =   gsn_csm_contour_map
(WKS_FIG4,maxZ_Conv,Rests2)

Whenever you see error messages of the form:
warning:mpMaxLonF is not a valid resource in Fig3.20110414_contour at this
time

You want to look at the gsn_csm_xxxx function call you are using to create
the plot, and make sure you are calling the one you want.

-Mary


On Sat, Feb 18, 2017 at 6:18 PM, Geeta Geeta <geetag54 at yahoo.com> wrote:

> Dear NCL users.
> I am not getting one of the plots (attached). I dont know why are the
> warning messages coming. Pls help me figure out the solution. I commented
> some of the lines, but after that too, the plot does not come. Plot made is
> attached along with the code.
>
>
> (0) is this the portion of error
> warning:tmXTOn is not a valid resource in Fig3.20110414_contour.PlotManager
> at this time
> warning:tmYROn is not a valid resource in Fig3.20110414_contour.PlotManager
> at this time
> warning:tmXBMajorLengthF is not a valid resource in Fig3.20110414_contour.PlotManager
> at this time
> warning:tmYLMajorLengthF is not a valid resource in Fig3.20110414_contour.PlotManager
> at this time
> warning:tmXBMinorLengthF is not a valid resource in Fig3.20110414_contour.PlotManager
> at this time
> warning:tmYLMinorLengthF is not a valid resource in Fig3.20110414_contour.PlotManager
> at this time
> warning:tmXBMajorOutwardLengthF is not a valid resource in
> Fig3.20110414_contour.PlotManager at this time
> warning:tmYLMajorOutwardLengthF is not a valid resource in
> Fig3.20110414_contour.PlotManager at this time
> warning:tmXBLabelFontHeightF is not a valid resource in
> Fig3.20110414_contour.PlotManager at this time
> warning:tmYLLabelFontHeightF is not a valid resource in
> Fig3.20110414_contour.PlotManager at this time
> warning:tmYLMode is not a valid resource in Fig3.20110414_contour.PlotManager
> at this time
> warning:tmYLValues is not a valid resource in Fig3.20110414_contour.PlotManager
> at this time
> warning:tmYLLabels is not a valid resource in Fig3.20110414_contour.PlotManager
> at this time
> warning:tmXBMode is not a valid resource in Fig3.20110414_contour.PlotManager
> at this time
> warning:tmXBValues is not a valid resource in Fig3.20110414_contour.PlotManager
> at this time
> warning:tmXBLabels is not a valid resource in Fig3.20110414_contour.PlotManager
> at this time
> warning:tmYLMinorOn is not a valid resource in Fig3.20110414_contour.PlotManager
> at this time
> warning:tmXBMinorOn is not a valid resource in Fig3.20110414_contour.PlotManager
> at this time
> warning:mpMinLonF is not a valid resource in Fig3.20110414_contour at this
> time
> warning:mpMaxLonF is not a valid resource in Fig3.20110414_contour at this
> time
> warning:mpMinLatF is not a valid resource in Fig3.20110414_contour at this
> time
> warning:mpMaxLatF is not a valid resource in Fig3.20110414_contour at this
> time
> warning:mpShapeMode is not a valid resource in Fig3.20110414_contour at
> this time
> warning:mpFillOn is not a valid resource in Fig3.20110414_contour at this
> time
> warning:mpOutlineBoundarySets is not a valid resource in
> Fig3.20110414_contour at this time
> warning:mpGeophysicalLineColor is not a valid resource in
> Fig3.20110414_contour at this time
> warning:mpGeophysicalLineThicknessF is not a valid resource in
> Fig3.20110414_contour at this time
> warning:mpOceanFillColor is not a valid resource in Fig3.20110414_contour
> at this time
> (0) Portion of error ends
>
>
> thank you
>
> Geeta.
>
> _______________________________________________
> ncl-talk mailing list
> 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/20170221/4eded92f/attachment.html 


More information about the ncl-talk mailing list