[ncl-talk] ZOOMING INTO REGION OF INTEREST USING WRFUserARW.ncl
Adam Phillips
asphilli at ucar.edu
Fri Oct 9 10:39:55 MDT 2015
Hi Afwande,
Looking at your script, you have this:
mpOutlineBoundarySets = "National"
mpDataBaseVersion = "MediumRes"
mpFillOn = True
mpProjection = "Mercator"
I think you want those lines to look like this:
mpres at mpOutlineBoundarySets = "National"
mpres at mpDataBaseVersion = "MediumRes"
mpres at mpFillOn = False
mpres at mpProjection = "Mercator"
If that does not fix the problem please let ncl-talk know.
Adam
On Thu, Oct 8, 2015 at 10:00 PM, afwande juliet <afwandej965 at gmail.com>
wrote:
> Thanks Mary, I have tried increasing the line thickness but still not
> showing the country outline and national borders.
> I have tried to set National boundaries but still I cant get the national
> countries borders and entire domain clearly for East Africa. Could the
> issue be WRF or NCL?.
> Some one to help. The figure I get is attached and the script.
>
> On Thu, Oct 8, 2015 at 11:18 AM, Mary Haley <haley at ucar.edu> wrote:
>
>> Afwande,
>>
>> My apologies if this has already been answered.
>>
>> I think the issue is simply that the WRF plotting routines make the
>> outlines pretty faint and hard to see. They use a color of "gray", and a
>> thickness of 0.5, which is half the normal line thickness for map outlines.
>>
>> If you want to see the outlines better, you can set the map outline
>> colors to black, and/or increase the line thickness to something higher
>> than 0.5, like 1.0 or even 2.0.
>>
>> To make sure I get all of them, I usually set:
>>
>> mpres at mpGeophysicalColor = "black"
>> mpres at mpNationalLineColor = "black"
>> mpres at mpUSStateLineColor = "black"
>> mpres at mpGeophysicalLineThicknessF = 1.5
>> mpres at mpNationalLineThicknessF = 1.5
>> mpres at mpUSStateLineThicknessF = 1.5
>>
>> --Mary
>>
>>
>>
>> On Mon, Oct 5, 2015 at 11:18 AM, afwande juliet <afwandej965 at gmail.com>
>> wrote:
>>
>>> Dear Ncl users. I run WRF for 9hrs and when plotting over my area of
>>> interestest(domain), I don't see the political boundaries and geographical
>>> features like lakes are not displayed. I checked from WRF WRFUserARW.ncl
>>> <http://www.ncl.ucar.edu/Document/Functions/WRF_arw/WRFUserARW.shtml>
>>> functions sites specifically wrf_map_zoom and wrf_map_Resources but still
>>> i don't see what I want getting plotted .
>>> http://www.ncl.ucar.edu/Document/Functions/WRF_arw/index.shtml
>>>
>>> Is there anyone with Idea. Thanks
>>>
>>> I have attached my modified script and sample plots
>>>
>>> Thanks
>>>
>>> Afwande
>>>
>>> _______________________________________________
>>> ncl-talk mailing list
>>> ncl-talk at ucar.edu
>>> List instructions, subscriber options, unsubscribe:
>>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>>>
>>>
>>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
--
Adam Phillips
Associate Scientist, Climate and Global Dynamics Laboratory, NCAR
www.cgd.ucar.edu/staff/asphilli/ 303-497-1726
<http://www.cgd.ucar.edu/staff/asphilli>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20151009/31f95390/attachment.html
More information about the ncl-talk
mailing list