[ncl-talk] Lost Border

Barry Lynn barry.h.lynn at gmail.com
Sat Nov 7 10:09:10 MST 2020


Hi Adam:

Yes it worked.  However, I had to find which resources I could apply these
code lines too.

They had to be appended to the first plot that I made and on which others
were overlaid.

As below:

         plot_ov = gsn_csm_contour_map(wks,shadow_only,res)      ; create
the U-wind plot
          plot_t    = gsn_csm_contour(wks,terrain_only,sres)   ; create the
terrain plot
          plot_o    = gsn_csm_contour(wks,ocean_only,ores)   ; create the
ocean plot

 overlay(plot_ov,plot_o)
 overlay(plot_ov,plot_t)



On Fri, Nov 6, 2020 at 6:54 PM Adam Phillips <asphilli at ucar.edu> wrote:

> Hi Barry,
> Try setting:
> res at mpPerimOn = True   ; this should be True by default, but just to be
> sure
> res at mpPerimDrawOrder = "PostDraw"    ; draw the perimeter line last
> res at mpPerimLineThicknessF = 3.0     ; This isn't necessary, but will
> thicken the perimeter line
>
> and let ncl-talk know if that does not fix it.
> Best,
> Adam
>
>
> On Fri, Nov 6, 2020 at 5:53 AM Barry Lynn via ncl-talk <
> ncl-talk at mailman.ucar.edu> wrote:
>
>> Hello:
>>
>> I have a map that appears to not have a border.
>>
>> I have overlaid three different plots to create the blue and grey
>> backgrounds, upon which soil moisture is plotted.
>>
>> I have attached the code.  The sres resources are used to produce the
>> color bar at the bottom, so it is the background map.
>>
>> Perhaps there is a command that turns the perimeter (black line) on and
>> off?
>>
>> I haven't found anything on line.
>>
>> Thank you,
>>
>> Barry
>>
>> --
>> Guest Editor of Special Issue “Extreme Hydroclimatic Events and
>> Prediction”
>> LINK:
>>
>> https://www.mdpi.com/journal/water/special_issues/Extreme_Hydroclimatic_Events
>>
>> Barry H. Lynn, Ph.D
>> Senior Associate Scientist, 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
>>
>> _______________________________________________
>> ncl-talk mailing list
>> ncl-talk at mailman.ucar.edu
>> List instructions, subscriber options, unsubscribe:
>> https://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>
>


-- 
Guest Editor of Special Issue “Extreme Hydroclimatic Events and Prediction”
LINK:
https://www.mdpi.com/journal/water/special_issues/Extreme_Hydroclimatic_Events

Barry H. Lynn, Ph.D
Senior Associate Scientist, 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20201107/a724aa0e/attachment.html>


More information about the ncl-talk mailing list