<div dir="ltr"><div>Hi Zoe,</div><div><br></div><div>I should have initially asked what version of NCL are you using (command "ncl -v")?  I am not getting that warning message, using the latest v6.6.2.  I get the attached plot (note, I don't have the RANGS database handy, so it's not using the HighRes map database).</div><div><br></div><div>I also had to add a "draw(plot)" statement after the call to wrf_map_overlays(). I'm not sure what you intend there in that loop "do i=0,ntimes-1,2",   whether there should be multiple plots or a panel plot? Just a side comment, since "opts" doesn't change each time through the loop, you could factor the settings outside the loop, and thus not reload the colormap each time. <br></div><div><br></div><div>Not sure what to tell you about the warning message.</div><div><br></div><div>Rick</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 10, 2021 at 8:56 AM ZUO Ziping <<a href="mailto:zzuoaa@connect.ust.hk">zzuoaa@connect.ust.hk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">

<div id="gmail-m_7197780484447999785OwaReferenceAttachments">
<table style="padding-bottom:13px;border-width:0px;border-style:none">
<tbody>
<tr valign="top">
<td>
<table style="border-width:0px 0px 1px;border-color:rgb(199,199,199);border-style:none none dotted">
<tbody>
<tr valign="top">
<td style="padding-bottom:7px">
<table style="padding-right:28px;border-width:0px;background-color:rgb(255,255,255);border-spacing:0px" align="left">
<tbody>
<tr valign="top">
<td style="padding:0px">
<div id="gmail-m_7197780484447999785OwaReferenceAttachmentDescription" style="padding-left:3px;font-size:14px;font-family:"Segoe UI","Segoe WP","Segoe UI WPC",Tahoma,Arial,sans-serif;color:rgb(102,102,102)">
ZUO Ziping 已与你共享 OneDrive for Business 文件。若要查看,请单击下面的链接。</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr valign="top">
<td><a href="https://hkustconnect-my.sharepoint.com/:u:/g/personal/zzuoaa_connect_ust_hk/EeUL6jlxFXpLnHPqsHBboMMBbQVExXFpSnLO8ctJ_pR6Jg" target="_blank">
<table style="padding-right:28px;padding-bottom:10px;border-width:0px;height:20px;background-color:rgb(255,255,255);border-spacing:0px" align="left">
<tbody>
<tr valign="top">
<td style="padding:0px">
<div style="background-color:rgb(255,255,255);height:20px;width:20px;max-height:20px">
<a href="https://hkustconnect-my.sharepoint.com/:u:/g/personal/zzuoaa_connect_ust_hk/EeUL6jlxFXpLnHPqsHBboMMBbQVExXFpSnLO8ctJ_pR6Jg" target="_blank"><img style="border: 0px none;" src="https://r1.res.office365.com/owa/prem/images/dc-generic_20.png" width="20"></a></div>
</td>
<td>
<div id="gmail-m_7197780484447999785OwaReferenceAttachmentFileName2" style="padding:0px 0px 0px 5px;font-size:14px;font-family:"Segoe UI","Segoe WP","Segoe UI WPC",Tahoma,Arial,sans-serif;color:rgb(0,114,198)">
<a href="https://hkustconnect-my.sharepoint.com/:u:/g/personal/zzuoaa_connect_ust_hk/EeUL6jlxFXpLnHPqsHBboMMBbQVExXFpSnLO8ctJ_pR6Jg" style="text-decoration:none;margin:0px;font-size:14px;font-family:"Segoe UI","Segoe WP","Segoe UI WPC",Tahoma,Arial,sans-serif;color:rgb(0,114,198)" target="_blank">wrfout_d04_2018-07-15_23_00_00</a></div>
</td>
<td style="display:none" width="0" height="0"><img style="border: 0px none; display: none;" src="http://dummy.jpg" title="wrfout_d04_2018-07-15_23_00_00" width="0" height="0"></td>
</tr>
</tbody>
</table>
</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<div id="gmail-m_7197780484447999785OwaReferenceAttachmentsEnd" style="display:none"></div>

<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Dear Rick,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Please use the following script. And the attachment is the wrfout file.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Thank you very much!</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
  1 load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
<div>  2 load "$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl"</div>
<div>  3</div>
<div>  4 begin</div>
<div>  5</div>
<div>  6   a = addfile("/wrfout/D4/wrfout_d04_2018-07-15_23:00:00","r")</div>
<div>  7</div>
<div>  8   type = "pdf"</div>
<div>  9   wks = gsn_open_wks(type,"2m_temp")</div>
<div> 10</div>
<div> 11   res = True</div>
<div> 12   res@MainTitle                   = "REAL-TIME WRF"</div>
<div> 13   res@Footer = False</div>
<div> 14</div>
<div> 15   pltres = True</div>
<div> 16   pltres@PanelPlot = True</div>
<div> 17   pltres@FramePlot = False</div>
<div> 18</div>
<div> 19   mpres = True</div>
<div> 20   mpres@mpDataBaseVersion = "HighRes"</div>
<div> 21   mpres@mpGeophysicalLineColor = "Black"</div>
<div> 22   mpres@mpGridLineColor = "Black"</div>
<div> 23   mpres@mpDataResolution = "Finest"</div>
<div> 24</div>
<div> 25 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;</div>
<div> 26   times = wrf_user_getvar(a,"times",-1)  ; get all times in the file</div>
<div> 27   ntimes = dimsizes(times)         ; number of times in the file</div>
<div> 28 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;</div>
<div> 29</div>
<div> 30   do it = 0,ntimes-1,2             ; TIME LOOP</div>
<div> 31</div>
<div> 32     print("Working on time: " + times(it) )</div>
<div> 33     res@TimeLabel = times(it)   ; Set Valid time to use on plots</div>
<div> 34</div>
<div> 35       print("Working on time: " + times(it) )</div>
<div> 36           tc2 = wrf_user_getvar(a,"T2",it)     ; T2 in Kelvin</div>
<div> 37        tc2 = tc2-273.16                  ; T2 in C</div>
<div> 38</div>
<div> 39         opts = res</div>
<div> 40     opts@cnFillOn = True</div>
<div> 41     opts@ContourParameters = (/23,37,1/)</div>
<div> 42     ;opts@cnFillPalette = "BlGrYeOrReVi200"</div>
<div> 43     gsn_define_colormap(wks,"BlGrYeOrReVi200")</div>
<div> 44     contour_FLX = wrf_contour(a,wks,tc2,opts)</div>
<div> 45     delete(opts)</div>
<div> 46</div>
<div> 47         plot = wrf_map_overlays(a,wks,contour_FLX,pltres,mpres)</div>
<div> 48</div>
<div> 49 end do        ; END OF TIME LOOP</div>
<div> 50</div>
<span> 51 end</span><br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span><br>
</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span><br>
</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span><br>
</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Best regards</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Zoe</div>
<div id="gmail-m_7197780484447999785appendonsend"></div>
<hr style="display:inline-block;width:98%">
<div id="gmail-m_7197780484447999785divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>发件人:</b> Rick Brownrigg <<a href="mailto:brownrig@ucar.edu" target="_blank">brownrig@ucar.edu</a>><br>
<b>发送时间:</b> 2021年5月10日 21:45<br>
<b>收件人:</b> ZUO Ziping <<a href="mailto:zzuoaa@connect.ust.hk" target="_blank">zzuoaa@connect.ust.hk</a>><br>
<b>抄送:</b> <a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a> <<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a>><br>
<b>主题:</b> Re: [ncl-talk] problems when using the "res@cnFillPalette = "BlGrYeOrReVi200""</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>Hi,</div>
<div><br>
</div>
<div>I looked at the code where the error message arises, and this is indeed a bit of a mystery. If you might send me one of your WRF files, I'll try to run the script in the debugger to get a better idea of whats going on.</div>
<div><br>
</div>
<div>Rick</div>
<div><br>
</div>
</div>
<br>
<div>
<div dir="ltr">On Mon, May 10, 2021 at 12:10 AM ZUO Ziping via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a>> wrote:<br>
</div>
<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Dear ncl-team,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
The other day when I was trying to use the colors in the "<b>BlGrYeOrReVi200</b>", I use the <b>res@cnFillPalette = "BlGrYeOrReVi200"</b>. However, it kept reminding me "<b>warning:ContourPlotSetValues: color index (204) exceeds size of palette, defaulting
 to foreground color for entry (12)</b>".</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
But when I changed the instruction to <b>gsn_define_colormap(wks,"BlGrYeOrReVi200")</b>, it works fine. I'd like to ask the reason for these two instructions. The following is my full script.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
<div>load "$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl"</div>
<div><br>
</div>
<div>begin</div>
<div><br>
</div>
<div>  DATADir = "/disk/wrfout/"</div>
<div>  FILES = systemfunc (" ls -1 " + DATADir + "wrfout_d04_2020-06* ")</div>
<div>  numFILES = dimsizes(FILES)</div>
<div>  print("numFILES = " + numFILES)</div>
<div>  print(FILES)</div>
<div>  print (" ")</div>
<div><br>
</div>
<div>  type = "pdf"</div>
<div>  wks = gsn_open_wks(type,"average_temp")</div>
<div><br>
</div>
<div>  res = True</div>
<div>  res@MainTitle                   = "REAL-TIME WRF"</div>
<div>  res@Footer = False</div>
<div><br>
</div>
<div>  pltres = True</div>
<div>  pltres@PanelPlot = True</div>
<div>  pltres@FramePlot = False</div>
<div><br>
</div>
<div>  mpres = True</div>
<div>  mpres@mpDataBaseVersion = "HighRes"</div>
<div>  mpres@mpGeophysicalLineColor = "Black"</div>
<div>  mpres@mpGridLineColor = "Black"</div>
<div>  mpres@mpDataResolution = "Finest"</div>
<div><br>
</div>
<div>;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;</div>
<div>  a = addfiles(FILES+".nc","r")</div>
<div><br>
</div>
<div>  times = wrf_user_getvar(a,"times",-1)  ; get all times in the file</div>
<div>  ntimes = dimsizes(times)         ; number of times in the file</div>
<div>;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;</div>
<div><br>
</div>
<div><br>
</div>
<div>do k = 0,23,1</div>
<div>    meantemp = new((/162,213/),float)</div>
<div>        meantemp = 0</div>
<div>        temp = new((/ntimes,162,213/),float)</div>
<div><br>
</div>
<div>   do it = k,ntimes-1,24             ; TIME LOOP</div>
<div>      print("Working on time: " + times(it) )</div>
<div>          fi = addfile(FILES(it),"r")</div>
<div>          T_2 = fi ->T2     ; T2 in Kelvin</div>
<div>      tc2 = T_2-273.16                  ; T2 in C</div>
<div>          temp(it,:,:) = tc2</div>
<div>          meantemp(:,:) = meantemp(:,:)+temp(it,:,:)</div>
<div>        end do</div>
<div><br>
</div>
<div>        meantemp(:,:) = meantemp(:,:)/30</div>
<div><br>
</div>
<div>        opts = res</div>
<div>    opts@cnFillOn = True</div>
<div>    opts@ContourParameters = (/23,37,1/)</div>
<div>    opts@cnFillPalette = "BlGrYeOrReVi200"</div>
<div>    contour_FLX = wrf_contour(a[k],wks,meantemp,opts)</div>
<div>    delete(opts)</div>
<div><br>
</div>
<div>        plot = wrf_map_overlays(a[k],wks,contour_FLX,pltres,mpres)</div>
<div><br>
</div>
<div>end do        ; END OF TIME LOOP</div>
<div><br>
</div>
<span>end</span><br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span>;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span><br>
</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span><br>
</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span>Thank you for your time!</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span><br>
</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span>Best regards</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span>Zoe</span></div>
</div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote>
</div>
</div>
</div>

</blockquote></div>