<div dir="ltr"><div><br></div>NCL version 6.4.0<div><br></div><div>I am using ncl to plot wrf and TRMM output side by side. My contour settings are following for TRMM:</div><div><br></div><div><div>  res@cnLevelSelectionMode = &quot;ManualLevels&quot;</div><div>  res@cnMinLevelValF  = 1.<span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>; set the minimum contour level</div><div>  res@cnMaxLevelValF  = 30.<span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>; set the maximum contour level</div><div>  res@cnLevelSpacingF = 2. </div><div>  res@cnFillPalette = &quot;precip2_17lev&quot;<br></div><div>plot(1) = gsn_csm_contour_map(wks,rain3,res)<br></div><div><br></div><div>and for WRF my contour settings are following:</div><div><br></div><div><div>  opts@cnLevelSelectionMode = &quot;ManualLevels&quot;</div><div>  opts@cnMinLevelValF  = 1.<span class="gmail-Apple-tab-span" style="white-space:pre">                         </span>; set the minimum contour level</div><div>  opts@cnMaxLevelValF  = 30.<span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>; set the maximum contour level</div><div>  opts@cnLevelSpacingF = 2. </div><div>  ;opts@cnLevels     = cl1</div><div>  opts@cnFillPalette = &quot;precip2_17lev&quot;</div><div><div>  contour = wrf_contour(b,wks,full(:,:),opts)</div><div>   plot(0) = wrf_map_overlays(b,wks,(/contour/),pltres,mpres)</div></div></div><div><br></div><div><br></div><div>However, in my plots, i see a mismatch between the WRF and TRMM contour color table. i.e TRMM has an orange for range(23-25) while WRF <img src="cid:ii_15b9040dbb265ede" alt="Inline images 1" width="544" height="544">has yellow for this range. please find the attached plots.</div><div><br></div><div>Regards</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><font style="color:rgb(0,0,0);font-family:arial,helvetica,sans-serif" size="2"><span>With regards</span><span></span></font><font style="font-family:arial,helvetica,sans-serif" size="2"><span style="color:rgb(0,0,0)"><span><br></span></span></font><font style="font-family:arial,helvetica,sans-serif" size="2"><span style="color:rgb(0,0,0)"><span>Saurabh Kumar singh</span><span></span> </span></font><br style="color:rgb(51,204,0)"><br><font style="color:rgb(102,102,102)" size="1"> <b><i><span style="font-family:webdings" lang="EN-GB">P</span></i></b><b><i><span style="font-family:tahoma,sans-serif" lang="EN-GB"> : </span></i></b><b><i><span style="font-family:arial,sans-serif" lang="EN-GB"> </span></i></b><b><i><span style="font-family:tahoma,sans-serif" lang="EN-GB">Please consider the environment before printing this e-mail</span></i></b> </font><br style="color:rgb(102,102,102)"><br><br><br></div></div>
</div></div>