<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
 </head><body>
 
  <p>Hi,</p>
  <p>I&#39;m working with&#160;Arp&#232;ge grib2 files. These should I think each contain up to 13 hourly forecast timesteps. If I run...</p>
  <p>g2ctl.pl -verf -b file.grib2 &#62; file.ctl<br />gribmap -i file.ctl<br /></p>
  <p>...I&#39;m able to open the .ctl file in GrADS but it only has 2 timesteps. T1 seems to be the time the model was initialized and T2 the time of the first forecast step.&#160;</p>
  <p><br /></p>
  <p>If I try:</p>
  <p>g2ctl.pl -b -ts1hr&#160;file.grib2 &#62; file.ctl<br />gribmap -i file.ctl</p>
  <p>It opens ok in GrADS and the correct number of timesteps are present but they begin from the model initialization hour rather than incrementing from the time of the first forecast step. For example:</p>
  <p>Model initialization: 0z 15/12<br />Forecast time range contained in the file is +37 hours to +48 hours after initialization</p>
  <p>t2 = 1z 15/12<br />t3 = 2z 15/12<br />.. etc<br /><br />As a consequence, when I try to plot a variable the grid is undefined.</p>
  <p><br /></p>
  <p>What should I think be present is:<br />t2 = 13z 16/12<br />t3 = 14z 16/12<br />..etc</p>
  <p>Any suggestions / ideas on what I&#39;m doing wrong?</p>
  <p>Thanks</p>
  <p>BWG</p>
 
</body></html>