<div dir="ltr"><div>Hello,<br><br></div>I&#39;m doing some NCL plots to WRF output files. I concatenated the wrfout files to have them as one. But, in that concatenated file I have times that are repeated and are plotted twice. Is there a way to write in the script to not count those repeated times? <br><br>Example -&gt; When I print out the Times in the file (by
            typing ncdump -v Times <a href="http://wrfout_d03_2011-07-12.nc" target="_blank">wrfout_d03_2011-07-12.nc</a>)
            I get:<br>
            <br>Times =<br>
              &quot;2011-07-12_00:00:00&quot;,<br>
              &quot;2011-07-12_01:00:00&quot;,<br>
              &quot;2011-07-12_02:00:00&quot;,<br>
              &quot;2011-07-12_03:00:00&quot;,<br>
              &quot;2011-07-12_04:00:00&quot;,<br>
              &quot;2011-07-12_05:00:00&quot;,<br>
              &quot;2011-07-12_06:00:00&quot;,<br>
              &quot;2011-07-12_07:00:00&quot;,<br>
              &quot;2011-07-12_08:00:00&quot;,<br>
              &quot;2011-07-12_09:00:00&quot;,<br>
              &quot;2011-07-12_10:00:00&quot;,<br>
              &quot;2011-07-12_11:00:00&quot;,<br>
              &quot;2011-07-12_12:00:00&quot;,<br>
              &quot;2011-07-12_13:00:00&quot;,<br>
              &quot;2011-07-12_14:00:00&quot;,<br>
              &quot;2011-07-12_15:00:00&quot;,<br>
              &quot;2011-07-12_16:00:00&quot;,<br>
              &quot;2011-07-12_17:00:00&quot;,<br>
              &quot;2011-07-12_18:00:00&quot;,<br>
              &quot;2011-07-12_19:00:00&quot;,<br>
              &quot;2011-07-12_20:00:00&quot;,<br>
              <span style="background-color:rgb(255,255,0)">&quot;2011-07-12_21:00:00&quot;,<br>
              &quot;2011-07-12_22:00:00&quot;,<br>
              &quot;2011-07-12_21:00:00&quot;,<br>
              &quot;2011-07-12_22:00:00&quot;,</span><br>
              &quot;2011-07-12_23:00:00&quot;,<br>
              &quot;2011-07-13_00:00:00&quot;,<br>
              &quot;2011-07-13_01:00:00&quot;,<br>
              &quot;2011-07-13_02:00:00&quot;,<br>
              &quot;2011-07-13_03:00:00&quot;,<br>
              &quot;2011-07-13_04:00:00&quot;,<br>
              &quot;2011-07-13_05:00:00&quot;,<br>
              &quot;2011-07-13_06:00:00&quot;,<br>
              &quot;2011-07-13_07:00:00&quot;,<br>
              &quot;2011-07-13_08:00:00&quot;,<br>
              &quot;2011-07-13_09:00:00&quot;,<br>
              &quot;2011-07-13_10:00:00&quot;,<br>
              &quot;2011-07-13_11:00:00&quot;,<br>
              &quot;2011-07-13_12:00:00&quot; ;<br>
            <br>where &quot;2011-07-12_21:00:00&quot;, &quot;2011-07-12_22:00:00&quot;, occur
            twice. <br><div><div><br></div><div>Thank you for the attention and help,<br></div><div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr">Carlos J. Valle Diaz<br>Ph.D. Chemistry Student<br>University of Puerto Rico Rio Piedras Campus<div>Department of Graduate Chemistry and Environmental Sciences<br><a href="mailto:cj.vallediaz@gmail.com" target="_blank">cj.vallediaz@gmail.com</a></div><div>Tel. 787-764-0000 x88192<br></div></div></div></div></div>
</div></div></div>