<div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace;font-size:large"><div class="gmail_default" style="font-family:courier new,monospace;font-size:large">Dear NCL users,<br><br></div><div class="gmail_default" style="font-family:courier new,monospace;font-size:large">I
want to attach shapefile polylines to my wrf_contour plot, but I am
facing an issue. After downloading the country data from Global
Administrative Area, I wrote the command lines below:<br><font size="2">;---Start the graphics<br> wks = gsn_open_wks("eps","wrf_latlonoverlay_16_ERA")<br><br>;---Set some basic plot options<br> opts = True<br> opts@MainTitle = "REAL-TIME WRF"<br> opts@gsnDraw = False<br> opts@gsnFrame = False<br> ;opts@gsnAddCyclic = False<br><br> pltres = True<br> mpres = True<br> mpres@mpGeophysicalLineColor = "Black"<br> mpres@mpNationalLineColor = "Black"<br> mpres@mpUSStateLineColor = "Black"<br> mpres@mpGridLineColor = "Black"<br> mpres@mpLimbLineColor = "Black"<br> mpres@mpPerimLineColor = "Black"<br> mpres@mpGeophysicalLineThicknessF = 2.0<br> mpres@mpGridLineThicknessF = 2.0<br> mpres@mpLimbLineThicknessF = 2.0<br> mpres@mpNationalLineThicknessF = 2.0<br> mpres@mpUSStateLineThicknessF = 2.0<br> <br> opts@TimeLabel = times ; Set valid time to use on plots<br><br> pressure = pressure_levels(0)<br><br> ; Add some level info to the plot<br> opts@PlotLevelID = pressure + " hPa"<br>;----------------------------------------------------------------------<br>; Plot full domain first.<br>;----------------------------------------------------------------------<br> opts@cnFillOn = True <br> <br> contour = wrf_contour(f,wks,Rot_avg(0,:,:),opts)<br><br> x = (/3., 4., 5., 6., 7./)<br> y = (/3., 4., 5., 6., 7./)<br> <br><br>;-- polymarker resources<br> pmres = True<br> pmres@gsMarkerColor = "red" ;-- marker color<br> pmres@gsMarkerSizeF = 0.03 ;-- set size of marker<br> pmres@gsLineThicknessF = 13. ;-- marker line thickness<br><br>;-- draw all 16 markers on map using unique identifier name<br>;-- and additional map attribute settings<br> x = 3. ;-- x-position of first marker<br> y = 3. ;-- y-position of first marker<br> do i = 5,7,2 ;-- 16 different marker<br> pmres@gsMarkerIndex = i+1<br> str = unique_string("poly") ;-- result is poly0-poly15<br> contour@$str$ = gsn_add_polymarker(wks, contour, x+(i*11.3), y+(i*8.5), pmres)<br><br><br> ;-- add marker to map<br> end do<br><br> plot = wrf_map_overlays(f,wks,(/contour/),pltres,mpres)<br><br>;---Attach shapefile polylines to map <br> dir1 = "CIV_adm/"<br> dir2 = "GHA_adm/"<br> dir3 = "TGO_adm/"<br> dir4 = "BEN_adm/"<br> dir5 = "NGA_adm/"<br> <br> filename1 = "CIV_adm0.shp"<br> filename2 = "GHA_adm0.shp"<br> filename3 = "TGO_adm0.shp"<br> filename4 = "BEN_adm0.shp"<br> filename5 = "NGA_adm0.shp"<br> <br><br> lnres = True<br> lnres@gsLineThicknessF = 1.0<br><br> poly1 = gsn_add_shapefile_polylines(wks,plot,dir1+filename1,lnres)<br> poly2 = gsn_add_shapefile_polylines(wks,plot,dir2+filename2,lnres)<br> poly3 = gsn_add_shapefile_polylines(wks,plot,dir3+filename3,lnres)<br> poly4 = gsn_add_shapefile_polylines(wks,plot,dir4+filename4,lnres)<br> poly5 = gsn_add_shapefile_polylines(wks,plot,dir5+filename5,lnres)<br> <br> draw(plot)<br> frame(wks)<br>end<br><br></font></div><div class="gmail_default" style="font-family:courier new,monospace;font-size:large"><font size="2">But
instead of overlaying country map with contour, I am getting two
separate plots one with contour and another one with country maps, as
showing attached plot. <br><br></font></div><div class="gmail_default" style="font-family:courier new,monospace;font-size:large"><font size="2">What,s wrong with my script? And how to put vertically the labelbar?<br><br></font></div><font size="2">Best regards</font></div><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><b style="font-size:small;font-family:tahoma,sans-serif"><font color="#000066"> </font><font color="#000066">COULIBALY </font><font color="#000066">AMADOU </font></b><br><span style="color:rgb(0,0,102);font-family:tahoma,sans-serif;font-size:small">PhD Student on West African Climate System (WACS)</span><br><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">FUTA</font><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066"> - </font><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">F</font><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066">ederal </font><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">U</font><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066">niversity of </font><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">T</font><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066">echnology of </font><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">A</font><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066">kure, <span style="color:rgb(0,0,255)">N</span>igeria</font><div><font color="#000066" face="tahoma, sans-serif" size="2"><br></font><div><span style="color:rgb(76,17,48)"><span style="font-family:arial,helvetica,sans-serif"><i style="font-weight:bold">Visiting Student - </i></span><i style="font-weight:bold"><span style="font-family:arial,helvetica,sans-serif"><i><font size="1"><span style="font-size:13px">University of Cologne, Germany</span></font></i></span><br></i><i><span style="font-family:arial,helvetica,sans-serif">Institute of Geophysics and Meteorology</span></i><span style="font-family:arial,helvetica,sans-serif"><br></span></span><div style="letter-spacing:normal;text-transform:none;white-space:normal;word-spacing:0px"><span style="color:rgb(76,17,48)"><span style="font-family:arial,helvetica,sans-serif"><font size="1">Pohligstr. 3 / Office 3.102</font></span></span></div><div style="letter-spacing:normal;text-transform:none;white-space:normal;word-spacing:0px"><span style="color:rgb(76,17,48)"><span style="font-family:arial,helvetica,sans-serif"><font size="1">D-50969 Köln</font></span></span></div></div></div><div style="color:rgb(80,0,80)"><i style="color:rgb(34,34,34);font-family:"bookman old style","new york",times,serif"><font size="1"><span style="color:rgb(0,0,127)"><span style="font-size:13px"><br></span></span></font></i></div><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)"><u>Project</u>: </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">WASCAL</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)"> (</span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">W</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">est </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">A</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">frican </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">S</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">cience </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">S</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">ervice </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">C</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">entre on </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">C</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">limate </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">C</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">hange and </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">A</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">dapted </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">L</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">and <span style="color:rgb(0,0,255)">U</span>se) </span><br><font style="font-family:tahoma,sans-serif;font-size:small;color:rgb(0,0,102)" color="#000066">Phone:(+234) 812 965 3659 </font><font style="font-family:tahoma,sans-serif;font-size:small" color="#ff0000">/</font><font style="font-family:tahoma,sans-serif;font-size:small;color:rgb(0,0,102)" color="#000066">(+223) 90 08 26 71 </font><font style="font-family:tahoma,sans-serif;font-size:small" color="#ff0000">/</font><font style="font-family:tahoma,sans-serif;font-size:small;color:rgb(0,0,102)" color="#000066">(+226) 64 57 37 27 </font><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066"><span style="color:rgb(34,34,34)"></span><font color="#ff0000">/</font></font><font style="font-family:tahoma,sans-serif;font-size:small;color:rgb(0,0,102)" color="#000066">+49 15218352574<br></font><div><p><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066"></font></p><div style="text-align:left"><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066"><font color="#000066">E-mail: </font><a href="mailto:mpapin24@gmail.com" style="color:rgb(0,0,255)" target="_blank">mpapin24@gmail.com</a><span style="color:rgb(34,34,34)"> </span><font color="#ff0000">/ </font><span style="color:rgb(0,0,255)"><a href="mailto:coulibalya68@yahoo.com" target="_blank">coulibalya68@yahoo.com</a> </span></font></div><p></p></div><div><font face="verdana,sans-serif" size="2"><p><font color="#ff9900">"<i>The time is always right to do right": <b>Nelson Mandela</b></i></font></p><p><i><font color="#ff9900">"Character is like a tree and reputation like a shadow. The shadow is what we think of it; the tree is the real thing" : <b>Abraham Lincoln</b></font></i></p><p><i><font color="#ff9900">"Do what you can, with what you have, where you are" <b>Theodore Roosevelt</b></font></i></p></font><p><b><font color="#000066" size="2"><i> </i></font></b></p><p><b><font color="#000066" size="4"> </font></b></p><div> </div></div></div></div></div></div>
</div>