<div dir="ltr"><div><div>Hi Paolina,<br><br></div>I don&#39;t see in your script where or what is calling for that colormap?   In any case, it sounds like its not being found.  Do you have an environment variable NCARG_ROOT set?  If so, the colormap should reside in $NCARG_ROOT/lib/ncarg/colormaps -- do you see a file named &quot;BlueWhiteOrangeRed.rgb&quot; there?<br><br></div>Rick<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 13, 2016 at 9:41 AM, Paolina Bongioannini Cerlini <span dir="ltr">&lt;<a href="mailto:paolina.cerlini@unipg.it" target="_blank">paolina.cerlini@unipg.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello NCL people,<br>
<br>
I am trying to plot a SCM output from a ncl script<br>
but-as other times- I get this error about<br>
ColorMap resource.<br>
Since in this case I have a white background it turns out<br>
that no box is drawn around the graphs.<br>
I attach the script.<br>
What is wrong in this case?<br>
Thank you.<br>
<br>
Paolina<br>
--------------------------------------------------------------------<br>
 ncl plot1d.ncl<br>
 Copyright (C) 1995-2014 - All Rights Reserved<br>
 University Corporation for Atmospheric Research<br>
 NCAR Command Language Version 6.2.0<br>
 The use of this software is governed by a License Agreement.<br>
 See <a href="http://www.ncl.ucar.edu/" rel="noreferrer" target="_blank">http://www.ncl.ucar.edu/</a> for more details.<br>
(0)     Top pressure shown on plot will be 150 hPa<br>
(0)     Bot pressure shown on plot will be 1000 hPa<br>
(0)<br>
(0)     Files where the script will look for 1D SCM output variables are:<br>
(0)                     <a href="http://progvar.nc" rel="noreferrer" target="_blank">progvar.nc</a>  = True<br>
(0)                     <a href="http://diagvar.nc" rel="noreferrer" target="_blank">diagvar.nc</a>  = True<br>
(0)                     <a href="http://diagvar2.nc" rel="noreferrer" target="_blank">diagvar2.nc</a> = True<br>
(0)<br>
(0)     *-------- Plotting from PROGVAR ---------*<br>
(0)     *----------------------------------------*<br>
fatal:CvtStringToCmap:Unable to convert string &quot;BlueWhiteOrangeRed&quot; to ColorMap<br>
warning:Error retrieving resource wkColorMap from DB - Using default value<br>
(0)<br>
(0)     *-------- Plotting from DIAGVAR ---------*<br>
(0)     *----------------------------------------*<br>
fatal:CvtStringToCmap:Unable to convert string &quot;BlueWhiteOrangeRed&quot; to ColorMap<br>
warning:Error retrieving resource wkColorMap from DB - Using default value<br>
(0)<br>
(0)     *-------- Plotting from DIAGVAR2 --------*<br>
(0)     *----------------------------------------*<br>
fatal:CvtStringToCmap:Unable to convert string &quot;BlueWhiteOrangeRed&quot; to ColorMap<br>
warning:Error retrieving resource wkColorMap from DB - Using default value<br>
(0)<br>
(0)     *----------------------------------------*<br>
(0)     Done plotting 1D variables found in files<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Paolina Bongioannini Cerlini Ph.D.<br>
University of Perugia<br>
CIRIAF -room 8<br>
06125 - Perugia<br>
<br>
Tel.<a href="tel:%2B39%20075%205853576" value="+390755853576">+39 075 5853576</a><br>
e-mail: <a href="mailto:paolina.cerlini@unipg.it">paolina.cerlini@unipg.it</a><br>
skype: pcerlini<br>
--<br>
</font></span><br>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>