<div dir="ltr">Hello,<div><br></div><div><br></div><div>I have a problem when customizing the x axis (time) tickmarks. My forecast starts at 18z and wrfout are generated every 15 mins. I hope to show the time by hours on X axis label. So I use the Explicit mode in my script: </div><div>------------------------------<wbr>---------</div><div>...</div><div>  time       = ispan(0,nrows-1,1)  ; nrows =49</div><div>  res@tmXBMode        = &quot;Explicit&quot;</div><div>  res@tmXBValues      = ispan(0,nrows-1,4)</div><div>  res@tmxBLabels      =(/&quot;18Z&quot;,&quot;19Z&quot;,&quot;20Z&quot;,&quot;21Z&quot;,&quot;<wbr>22Z&quot;,&quot;23Z&quot;,&quot;00Z&quot;,&quot;01Z&quot;,&quot;02Z&quot;,&quot;<wbr>03Z&quot;,&quot;04Z&quot;,&quot;05Z&quot;,&quot;06Z&quot;/)</div><div>  res@tmXBMinorValues = ispan(0,nrows-1,1)<br></div><div> plot = gsn_csm_xy (wks,time,dataplot(2:3,:),res)       ; create line plot</div><div>------------------------------</div><div><div><div>The error shows below:</div><div>warning:tmxBLabels is not a valid resource in Speed_comparison_test_xy at this time</div><div>warning:tmxBLabels is not a valid resource in Speed_comparison_test_xy at this time</div><div>warning:tmxBLabels is not a valid resource in Speed_comparison_test_xy at this time</div><div>warning:tmxBLabels is not a valid resource in Speed_comparison_test_xy at this time</div></div><div><br></div><div>I am not sure what is wrong on my script. Would you please give me some hints? </div><div><br></div><div>Thank you very much!</div><div><br></div><div><br></div>-- <br><div><div dir="ltr"><div>Ying Song, PhD, Post Doctoral Fellow </div><div>Department of Earth and Atmospheric Sciences</div><div>Saint Louis University</div><div><br></div><div><a href="mailto:ysong4@slu.edu" target="_blank">ysong4@slu.edu</a></div><div><br></div></div></div>
</div></div>