<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hi, Leopoldo —&nbsp;</div><div>The result returned by ‘set t ’ does not include the minutes. You have to use ‘q time’ to get the minutes. Furthermore, GrADS will only show the minutes in the ‘q time’ output if it the minute value is something other than 00.&nbsp;</div><div><br></div><div>I created a fake data set with a tdef like this: TDEF 60 linear 1jan2000 10mn</div><div><br></div><div><div>ga-&gt; open foo.ctl</div><div>Scanning description file: &nbsp;foo.ctl</div><div>Data file foo.dat is open as file 1</div><div>LON set to 1 1&nbsp;</div><div>LAT set to 1 1&nbsp;</div><div>LEV set to 1 1&nbsp;</div><div>Time values set: 2000:1:1:0 2000:1:1:0&nbsp;</div><div>E set to 1 1&nbsp;</div><div>ga-&gt; q time</div><div>Time = 00Z01JAN2000 to 00Z01JAN2000 &nbsp;Sat to Sat</div><div>ga-&gt; set t 2</div><div>Time values set: 2000:1:1:0 2000:1:1:0&nbsp;</div><div>ga-&gt; q time&nbsp;</div><div>Time = 00:10Z01JAN2000 to 00:10Z01JAN2000 &nbsp;Sat to Sat</div><div>ga-&gt; set t 6</div><div>Time values set: 2000:1:1:0 2000:1:1:0&nbsp;</div><div>ga-&gt; q time</div><div>Time = 00:50Z01JAN2000 to 00:50Z01JAN2000 &nbsp;Sat to Sat</div><div>ga-&gt; set t 7</div><div>Time values set: 2000:1:1:1 2000:1:1:1&nbsp;</div><div>ga-&gt; q time</div><div>Time = 01Z01JAN2000 to 01Z01JAN2000 &nbsp;Sat to Sat</div></div><div><br></div><div>So, when parsing the output from ‘q time’, first thing to do is search for the “Z”, then get the substring of all characters preceding the Z. If the length is 2, then you have only an hour value and you assign minutes to be 00. If the length is 5, then you parse the hour and the minutes value. After the “Z”, it is straightforward to get the day, month, and year.&nbsp;</div><div>—Jennifer</div><div><br></div><div><br></div><div><br></div><div><div><div>On May 22, 2015, at 12:05 PM, Leopoldo Alvarez &lt;<a href="mailto:lap.bolsa@gmail.com">lap.bolsa@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
  

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  
  <div bgcolor="#FFFFFF" text="#000000">
    <font face="Arial">Hi GrADS user,</font><br>
    <div class="moz-forward-container"> <br>
      <font face="Arial">I use GrADS 2.0.2 version.</font><br>
      <font face="Arial"><span id="result_box" class="" lang="en"><span class="hps">I am using the</span> <span class="hps">MM5</span><span>
            model output and</span> <span class="hps">I have</span> <span class="hps"></span></span><span id="result_box" class="" lang="en"><span class="hps"><span id="result_box" class="" lang="en"><span class="hps">every 10 minutes </span></span>outputs</span>
          <span class="hps">data</span>...</span></font><br>
      <font face="Arial"><span id="result_box" class="short_text" lang="en"><span class="hps">C</span><span class="hps">an</span>
          i <span class="hps">save data</span> <span class="hps">every
            10 minutes in text file</span><span class="">?</span></span>..

        <span id="result_box" class="short_text" lang="en"><span class="hps">in my</span> <span class="hps">script</span> <span class="hps">I could only</span> <span class="hps">save</span>
          <span class="hps">the hourly data</span></span><span id="result_box" class="" lang="en"><span class="hps">..</span></span></font><br>
      <font face="Arial"><span id="result_box" class="" lang="en"><span class="hps">I</span> <span class="hps">am using this</span>
          <span class="hps">script</span> <span class="hps">to create</span>
          <span class="hps">a text file</span> <span class="hps">with
            the data</span></span> -&gt;</font><br>
      <font face="Arial"> </font>
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <div style="display: inline-block;" id="gt-input-tool">
        <div id="itamenu"><font face="Arial"><span class="ita-kd-inputtools-div"></span></font></div>
      </div>
      <div id="gt-src-c" class="g-unit">
        <div id="gt-src-p"><font face="Arial"><span id="result_box" class="short_text" lang="en"><span class="hps"></span></span><br>
          </font></div>
      </div>
      <font face="Arial">***************</font><br>
      <font face="Arial">***************</font><br>
      <font face="Arial">'set lon -100.1829'</font><br>
      <font face="Arial">'set lat 54.6518'</font><br>
      <font face="Arial">'set lev 0.99199'</font><br>
      <br>
      <font face="Arial">timeend = 5000</font><br>
      <font face="Arial">i = 1</font><br>
      <font face="Arial">while(i &lt;= timeend)</font><br>
      <font face="Arial">'set t 'i''</font><br>
      <font face="Arial">'q time'</font><br>
      <font face="Arial">timehr = substr(result, 8, 3)</font><br>
      <font face="Arial">timedy = substr(result, 11, 2)</font><br>
      <font face="Arial">timemo = substr(result, 13, 3)</font><br>
      <font face="Arial">timeyr = substr(result, 16, 4)</font><br>
      <br>
      <font face="Arial">#velocidad viento</font><br>
      <font face="Arial">'tg1=mag(u,v)'</font><br>
      <font face="Arial">'d tg1'</font><br>
      <font face="Arial">a.nr1 = subwrd(result,4)</font><br>
      <br>
      <font face="Arial">val = timeyr%"-"%timemo%"-"%timedy"-"%timehr"
        "%a.nr1</font><br>
      <font face="Arial">rec = write('sequoya_80v.txt',val, append)</font><br>
      <font face="Arial">i = i + 1</font><br>
      <font face="Arial">endwhile</font><br>
      <font face="Arial">*******************</font><br>
      <font face="Arial">*******************</font><br>
      <br>
      <font face="Arial">Thanks</font>,<br>
      <br>
      <font face="Arial">Leopoldo ÁLVAREZ</font><br>
      <font face="Arial">Tenerife - Canary Islands</font><br>
      <br>
    </div>
    <br>
  </div>

_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>http://gradsusr.org/mailman/listinfo/gradsusr<br></blockquote></div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;"><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>--</div><div>Jennifer M. Adams<br>Center for Ocean-Land-Atmosphere Studies (COLA)<br>111 Research Hall, Mail Stop 2B3<br>George Mason University<br>4400 University Drive<br>Fairfax, VA 22030&nbsp;<br><br></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>