Hello Wesley,<br><br>Thanks for your explanation of the 3 hour versus 6 hour accumulation problem with gfs_hd.<br><br>I tried your workaround, but it failed pretty quickly for me.  I have never used wgrib or wgrib2 and I searched on the internet for some documentation, but I couldn&#39;t find much.<br>
<br>This is where if failed for me:<br><br>&gt;sh<br>&gt;[ -f IN.grb ] &amp;&amp; rm IN.grb<br>&gt;for f in (list of file from f03 to fNN)<br>sh: syntax error near unexpected token `(&#39;<br><br>Also, I believe that you would need to open the data file first, but I couldn&#39;t get that to work either:<br>
<br>&gt;wgrib <a href="http://nomads.ncep.noaa.gov:9090/dods/gfs_hd/gfs_hd20101202/gfs_hd_00z">http://nomads.ncep.noaa.gov:9090/dods/gfs_hd/gfs_hd20101202/gfs_hd_00z</a><br>could not open file: <a href="http://nomads.ncep.noaa.gov:9090/dods/gfs_hd/gfs_hd20101202/gfs_hd_00z">http://nomads.ncep.noaa.gov:9090/dods/gfs_hd/gfs_hd20101202/gfs_hd_00z</a><br>
<br>So, I am not sure how to use this workaround.  Any further help would be greatly appreciated.<br><br>Sincerely,<br><br><br>Jeff<br><br><br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Message: 4<br>
Date: Wed, 01 Dec 2010 09:21:02 -0500<br>
From: Wesley Ebisuzaki &lt;<a href="mailto:Wesley.Ebisuzaki@noaa.gov">Wesley.Ebisuzaki@noaa.gov</a>&gt;<br>
Subject: Re: [gradsusr] Plotting GFS_HD apcpsfc every 3 hours problems<br>
To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4CF659CE.3050106@noaa.gov">4CF659CE.3050106@noaa.gov</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Jeff,<br>
<br>
   The &quot;Joys of Compatibility&quot; strikes again (old code expects 6 hour<br>
accumulations).<br>
Anyways there is a function in wgrib2 to make all the accumulations into<br>
3 hour chunks.<br>
<br>
1) put all the APCP records into one file (IN.grb) in order (f03 to<br>
fNN).  Here is how to do it in sh.<br>
<br>
     [ -f IN.grb ] &amp;&amp; rm IN.grb<br>
     for f in (list of file from f03 to fNN)<br>
     do<br>
        wgrib2 f -match &quot;:APCP:&quot; -append -grib IN.grb<br>
     done<br>
<br>
    IN.grb should contain the APCP from one forecast run starting from 3<br>
hour forecast to N hour forecast.<br>
<br>
2) Run wgrib2 to normalize the records.<br>
<br>
    wgrib2 IN.grb -match &quot;:APCP:&quot; -set_grib_type c1 -ncep_norm precip.grb<br>
<br>
            Wesley Ebisuzaki<br>
<br>
<br>
Jeff Chabot wrote:<br>
&gt; Hello GrADS Users,<br>
&gt;<br>
&gt; I am looking for help plotting 3 hr precip using gfs_hd (from<br>
&gt; <a href="http://nomads.ncep.noaa.gov" target="_blank">nomads.ncep.noaa.gov</a> &lt;<a href="http://nomads.ncep.noaa.gov" target="_blank">http://nomads.ncep.noaa.gov</a>&gt;) every three<br>
&gt; hours.  I have it working fine using nam and gens.  However, when I<br>
&gt; plot apcpsfc using gfs or gfs_hd, every other hour it seems like it is<br>
&gt; plotting 3 hour precip, then 6 hour precip, and back to 3 hour, then 6<br>
&gt; hour precip all the way through the 65 points.  This makes the precip<br>
&gt; appear to pulsate, every other frame.  I have attached two images to<br>
&gt; illustrate the problem.  Does anyone have a work around for this<br>
&gt; issue?  The problem is isolated to just gfs data (both gfs_hd and<br>
&gt; gfs), but doesn&#39;t happen with GFS Ensembles.<br>
&gt;<br>
&gt; Versions:<br>
&gt; Grid Analysis and Display System (GrADS) Version 2.0.a9<br>
&gt; Fedora-13-x86_64<br>
&gt;<br>
&gt; Data source example:<br>
&gt;<br>
&gt; sdfopen:<br>
&gt; <a href="http://nomads.ncep.noaa.gov:9090/dods/gfs_hd/gfs_hd20101130/gfs_hd_12z" target="_blank">http://nomads.ncep.noaa.gov:9090/dods/gfs_hd/gfs_hd20101130/gfs_hd_12z</a><br>
&gt;<br>
&gt; Attached files:<br>
&gt; precip_US_6.png (appears to show 3 hours of precip)<br>
&gt; precip_US_7.png (appears to show 6 hours of precip)<br>
&gt;<br>
&gt; Here is my attempt to work around the issue for just gfs_hd / gfs,<br>
&gt; though it doesn&#39;t solve the problem:<br>
&gt; (Note: This is the section of my .gs file related to my work around<br>
&gt; attempt):<br>
&gt;<br>
&gt; *grads code<br>
&gt;<br>
&gt; t = 1<br>
&gt; t0 = 0<br>
&gt; alt = -1<br>
&gt; while ( t &lt;= 65 )<br>
&gt;<br>
&gt; &#39;set t &#39;t<br>
&gt; &#39;define precip = apcpsfc/25.4&#39;<br>
&gt; if alt &gt; 0 then<br>
&gt;  &#39;define product = precip(t=&#39;t&#39;)&#39;<br>
&gt;  &#39;define over4= precip(t=&#39;t&#39;)&#39;<br>
&gt; endif<br>
&gt; if alt &lt; 0 then<br>
&gt;  &#39;define product = (precip(t=t) - precip(t=t0))&#39;<br>
&gt;  &#39;define over4   = (precip(t=t) - precip(t=t0))&#39;<br>
&gt; endif<br>
&gt;<br>
&gt; *more grads code<br>
&gt;<br>
&gt; t = t+1<br>
&gt; say &#39; = &#39;t<br>
&gt; t0 = t0+1<br>
&gt; say &#39; = &#39;t0<br>
&gt; alt = alt * -1<br>
&gt; endwhile<br>
&gt;<br>
&gt; Any help here would be greatly appreciated.  Thanks again.<br>
&gt;<br>
&gt; Sincerely,<br>
&gt;<br>
&gt;<br>
&gt; Jeff Chabot<br>
&gt; <a href="mailto:jsc219@gmail.com">jsc219@gmail.com</a> &lt;mailto:<a href="mailto:jsc219@gmail.com">jsc219@gmail.com</a>&gt;<br>
&gt; <a href="http://jeffsweatherservice.com" target="_blank">http://jeffsweatherservice.com</a><br>
<br>
</blockquote><br></div><br>