<div dir="ltr">Hi there,<div><br></div><div>For some reason I am running into issues with my highways not showing up when trying to plot them. As a context, we moved the scripts to a new computer. The old computer has the same code and it worked fine. Now when we installed NCL on the new machine, the script runs but does not plot the polylines. </div><div><br></div><div>I have been using gsn_add_shapefile_polylines_subset to plot a select number of highways. I verified that the function is reading correctly, and there are no error messages showing up when running NCL. I am at a loss for what could be going on. Here is a snippet of my code where I plot the highways:</div><div><br></div><div> if (plot_highways.eq."Yes".or.plot_highways.eq."yes") then<br>      ; add highways<br>      ;---Section to add polylines to map.<br>      plres_high             = True           ; resource list for polylines<br>      colors_hwy = highway_colors<br>      ;plres@gsLineColor = "(/0.66, 0.66, 0.66/)"<br>       plres@gsEdgesOn = True<br>       plres@gsFillColor = "transparent"<br>       plres@gsFillOpacityF = 0.0<br>      plres_high@gsLineThicknessF = 2.0<br>      highways = highway_names<br>      poly_high = gsn_add_shapefile_polylines_subset(wks,plot,SHAPE_DIR+shapefile_file,shapefile_descriptor,highways,colors_hwy,plres_high)<br>      end if<br><div><br></div><div>Could this be a path issue with where NCL was installed? I can't imagine it would be since it runs fine. Much appreciated for any help!</div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><pre cols="72" style="white-space:pre-wrap;color:rgb(34,34,34);font-family:"arial black",sans-serif"><span style="font-family:arial,helvetica,sans-serif">Andrew Kren
Meteorologist 
NOAA's National Weather Service
Raleigh Forecast Office
1005 Capability Drive, Suite 300
Raleigh, North Carolina 27606
voice: 919-326-1035 
mailto: <a href="mailto:andrew.kren@noaa.gov" target="_blank">andrew.kren@noaa.gov</a></span><span style="font-family:arial,helvetica,sans-serif">
</span><a href="http://www.weather.gov/rah" style="color:rgb(17,85,204)" target="_blank"><span style="font-family:arial,helvetica,sans-serif">http://www.weather.gov/rah</span></a></pre></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>