[ncl-talk] Map Coming Up Short

Barry Lynn barry.h.lynn at gmail.com
Wed Jan 11 19:39:21 MST 2017


Hi:

Thank you for your suggestion.

I used gsn plotting routines, since these don't have any special gimmicks
that are hard to override.

Note, the right hand side shows that the overlay of snowh_rate_dom does not
reach the rhs boundary. I can move the boundary, but the distortion remains.

This is basically the same code that Mary worked on before, but it reads
the WRF data directly and added some additional measures to improve the
surface map.

Barry

On Wed, Jan 11, 2017 at 9:57 PM, Mary Haley <haley at ucar.edu> wrote:

> 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
>>
>>
>


-- 
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170112/cc14ea7d/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wrfsnow.ncl
Type: application/octet-stream
Size: 13662 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170112/cc14ea7d/attachment-0001.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: accu_snow_low_res.png
Type: image/png
Size: 389238 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170112/cc14ea7d/attachment-0001.png 


More information about the ncl-talk mailing list