<br>Documentation may well be harder than writing the code :-)&nbsp;&nbsp; I always wrote skip off for the time purpose discussed earlier because the docs say x,y....<br><br>However, sounds like you want set xlabs in the docs<br><br>
If you want a mean annual cycle (instead of the grads default)<br><br>set xlabs JAN | FEB | MAR ...<br><br>or diurnal cycle<br><br>set xlabs 00Z | 03Z | 06Z ....<br><br>Mike<br><br><div class="gmail_quote">On Thu, Jul 3, 2008 at 2:47 PM, Sytske Kimball &lt;<a href="mailto:skimball@usouthal.edu">skimball@usouthal.edu</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Now I have a question: what if you want to plot the entire timeseries, but with a<br>
different increment displayed on the x (time) axis then the one grads picks? I normally<br>
use &#39;set xlint&#39;, but that didn&#39;t work for real dates (like in the exmaple below). A look in<br>
the grads documentation confirmed that &#39;set xlint&#39; does not work for a date/time axis.<br>
Does anyone know what to do instead?<br>
<br>
Thanks in advance,<br>
Sytske<br>
<br>
Sytske Kimball<br>
Associate Professor of Meteorology<br>
Dept. of Earth Sciences<br>
University of South Alabama<br>
Mobile, AL<br>
phone (251) 460-7031<br>
fax &nbsp; &nbsp; &nbsp; &nbsp;(251) 460-7886<br>
email &nbsp; <a href="mailto:skimball@usouthal.edu">skimball@usouthal.edu</a><br>
&gt;&gt;&gt; Stephen R McMillan &lt;<a href="mailto:smcmillan@PLANALYTICS.COM">smcmillan@PLANALYTICS.COM</a>&gt; 07/03/08 12:08 PM &gt;&gt;&gt;<br>
Herbert,<br>
You could also try using the &quot;skip&quot; command. Perhaps something like this<br>
will also work for you:<br>
<br>
set time 00z01jun2007 00z01jul2007<br>
set missconn on &nbsp; (if connecting lines desired, as Mike suggested)<br>
d skip(air,4)<br>
<br>
Above should display data only at 00z timesteps (assuming 4x daily as in<br>
your sample).<br>
<br>
Stephen McMillan<br>
<br>
<br>
<br>
Mike Bosilovich &lt;<a href="mailto:mike.bosilovich@GMAIL.COM">mike.bosilovich@GMAIL.COM</a>&gt;<br>
Sent by: <a href="mailto:GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</a><br>
07/03/2008 11:24 AM<br>
Please respond to<br>
<a href="mailto:GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</a><br>
<br>
<br>
To<br>
<a href="mailto:GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</a><br>
cc<br>
<br>
Subject<br>
Re: skipping time<br>
<br>
<br>
<br>
<br>
<br>
<br>
I came up with a way to do this. It is not elegant, but works, and I would<br>
be happy to see another option. The idea is to maskout all other times<br>
except the one you want to plot. However, grads won&#39;t let you take a<br>
single time variable, and expand that into a time series so that it can<br>
mask the other times. So, here goes, for 00Z:<br>
<br>
set time 18Z1Jul2004 00Z2Jul2004<br>
define m1=1<br>
set time 00Z2Jul2004 06Z2Jul2004<br>
define m2=1<br>
set time 00Z2Jul2004 18Z2jul2004<br>
define m3=m2*m1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; *m3=1 at 00Z2Jul, undef all others<br>
modify m3 diurnal &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;* now m3=1 for all 00Z<br>
<br>
set time 00Z1Jul2004 18Z31jul2004<br>
display var*m3<br>
<br>
The display should have a time series of 00Z points. If you want those<br>
points connected then prior to display, set missconn on.<br>
<br>
Hope it helps,<br>
<br>
Mike<br>
<br>
On Thu, Jul 3, 2008 at 3:28 AM, Maat, Herbert ter &lt;<a href="mailto:Herbert.termaat@wur.nl">Herbert.termaat@wur.nl</a>&gt;<br>
wrote:<br>
Dear GrADS-users,<br>
<br>
I have a very simple question which is probably easy to answer as well.<br>
<br>
I have temperature data in a timeseries of, let&#39;s say, 120 timesteps (30<br>
days times 4 points per day; 00z 06z 12z and 18z). Using GrADS I want to<br>
display a selection of this data, namely only temperature at 00Z and<br>
skipping the other timesteps, thus display times 1, 4, 9, and so on. Is<br>
there a simple statement to do this in GrADS or do I need to end up<br>
writing a script for this?<br>
<br>
Kind regards,<br>
Herbert ter Maat<br>
<br>
<br>
<br>
<br>
<br>
***************************************************<br>
The information contained in this e-mail message is intended only for the use of the recipient(s) named above and may contain information that is privileged, confidential, and/or proprietary. &nbsp;If you are not the intended recipient, you may not review, copy or distribute this message. &nbsp;If you have received this communication in error, please notify the sender immediately by e-mail, and delete the original message.<br>

***************************************************<br>
</blockquote></div><br>