[ncl-talk] Map Coming Up Short

Mary Haley haley at ucar.edu
Wed Jan 11 12:57:00 MST 2017


Barry,

Maybe I missed it, but I didn't see an attachment in your original email,
so I'm not sure what you mean by "came up short".

I don't know what your script looks like now, but if you are using
wrf_contour and wrf_map_overlays to do the plotting, then you may need to
use the special ZoomIn resource to properly zoom in on your data.

Here's an example:

http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/Examples/SPECIAL/wrf_Zoom.htm

Click on the "wrf_Zoom.ncl" script. Make note of these lines, as you will
need to add similar code to your own script:

    mpres1 at ZoomIn = True
    mpres1 at Xstart = x_start
    mpres1 at Ystart = y_start
    mpres1 at Xend = x_end
    mpres1 at Yend = y_end

--Mary


On Tue, Jan 10, 2017 at 5:48 AM, Barry Lynn <barry.h.lynn at gmail.com> wrote:

> Hi:
>
> Does anyone have a suggestion about this?
>
> As I mentioned, I overlay the snow field on the topography (using a
> "Opacity" setting).  However, you can see that the overlay comes up short.
>
> Barry
> P.S. This is related to the same issue that Mary addressed, when she
> helped me to get rid of the attributes error.
>
> On Mon, Jan 9, 2017 at 6:17 PM, Barry Lynn <barry.h.lynn at gmail.com> wrote:
>
>> Hi:
>>
>> I am excerpting a part of the WRF domain to make a snow accumulation plot.
>>
>>   snowh_rate_dom  = (/snowh_rate(y_start:y_end,x_start:x_end)/)
>>
>> Perhaps because the WRF domain (WPS) setting was Lambert, I get a blank
>> area on the far right lower side (the overlay of snow does not extend all
>> the way to the boundary).
>>
>> is there a way to force/cut-out the overlay so that it falls to the
>> boundary?
>>
>> Barry
>> --
>> Barry H. Lynn, Ph.D
>> Senior Lecturer,
>> The Institute of the Earth Science,
>> The Hebrew University of Jerusalem,
>> Givat Ram, Jerusalem 91904, Israel
>> Tel: 972 547 231 170
>> Fax: (972)-25662581
>>
>> C.E.O, Weather It Is, LTD
>> Weather and Climate Focus
>> http://weather-it-is.com
>> Jerusalem, Israel
>> Local: 02 930 9525
>> Cell: 054 7 231 170
>> Int-IS: x972 2 930 9525
>> US 914 432 3108 <(914)%20432-3108>
>>
>
>
>
> --
> Barry H. Lynn, Ph.D
> Senior Lecturer,
> The Institute of the Earth Science,
> The Hebrew University of Jerusalem,
> Givat Ram, Jerusalem 91904, Israel
> Tel: 972 547 231 170
> Fax: (972)-25662581
>
> C.E.O, Weather It Is, LTD
> Weather and Climate Focus
> http://weather-it-is.com
> Jerusalem, Israel
> Local: 02 930 9525
> Cell: 054 7 231 170
> Int-IS: x972 2 930 9525
> US 914 432 3108 <(914)%20432-3108>
>
> _______________________________________________
> 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/20170111/af50edcb/attachment.html 


More information about the ncl-talk mailing list