<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 = "Explicit"</div><div> res@tmXBValues = ispan(0,nrows-1,4)</div><div> res@tmxBLabels =(/"18Z","19Z","20Z","21Z","<wbr>22Z","23Z","00Z","01Z","02Z","<wbr>03Z","04Z","05Z","06Z"/)</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>