<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Jeff,<br>
<br>
$ wgrib2 -T wrfprs_d01.00_30.g2 <br>
1:0:D=20171106000000<br>
...<br>
<br>
and<br>
<br>
$ wgrib2 wrfprs_d01.00_30.g2 <br>
1:0:d=2017110600:RWMR:1 hybrid level:1 ? fcst:<br>
2:2242:d=2017110600:SNMR:1 hybrid level:1 ? fcst:<br>
3:2994:d=2017110600:REFC:entire atmosphere (considered as a single
layer):1 ? fcst:<br>
...<br>
<br>
This time "1 ? fcst" worries me. I believe that is not good.<br>
<br>
Also if I remember correctly, I got something like "3 sec fcst"
for 15 minute grib or something like that, again obviously wrong.<br>
<br>
Ivan<br>
<br>
<br>
<br>
On 11/07/2017 07:51 PM, Jeff Duda wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAAig09AzQjQA5a5YdSwMRAM7R7jGuSH=fiKGgdvXxeqE4u0cXw@mail.gmail.com">
<div dir="ltr">What about for the 30-minute file?<br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, Nov 7, 2017 at 12:48 PM, Ivan
Toman <span dir="ltr"><<a href="mailto:ivtoman@inet.hr"
target="_blank" moz-do-not-send="true">ivtoman@inet.hr</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
<div class="m_6240496374062774062moz-cite-prefix">Jeff,<br>
<br>
$ wgrib2 -T wrfprs_d01.00_10.g2 <br>
1:0:D=20171106000000<br>
2:636:D=20171106000000<br>
...<br>
<br>
but:<br>
<br>
$ wgrib2 wrfprs_d01.00_10.g2 <br>
1:0:d=2017110600:RWMR:1 hybrid level:10 min fcst:<br>
2:636:d=2017110600:SNMR:1 hybrid level:10 min fcst:<br>
...<br>
<br>
That was for 10min grib converted using "cnvgrib -g12
-nv -m -p32 $f $f.g2" from grib1 output from UPP.<br>
<br>
Is that OK?<span class="HOEnZb"><font color="#888888"><br>
<br>
Ivan</font></span>
<div>
<div class="h5"><br>
<br>
<br>
<br>
On 11/07/2017 07:21 PM, Jeff Duda wrote:<br>
</div>
</div>
</div>
<div>
<div class="h5">
<blockquote type="cite">
<div dir="ltr">
<div>
<div>
<div>What result do you get when you do<br>
<br>
</div>
wgrib2 -T (grib file)<br>
<br>
?<br>
<br>
</div>
Look after the "D=", as the represents the time
in the GRIB2 file.<br>
<br>
</div>
Jeff<br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, Nov 7, 2017 at
12:10 PM, Ivan Toman <span dir="ltr"><<a
href="mailto:ivtoman@inet.hr"
target="_blank" moz-do-not-send="true">ivtoman@inet.hr</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0
0 0 .8ex;border-left:1px #ccc
solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
<div
class="m_6240496374062774062m_5316030439332110718moz-cite-prefix">Hello,<br>
<br>
Yes it is fixed. I'm currently need to
output 10 min intervals. So, for full
hour, 10m, 20m, 40m and 50m I get OK data.
But for 30m I do not.<br>
<br>
Thank you!<span
class="m_6240496374062774062HOEnZb"><font
color="#888888"><br>
Ivan</font></span>
<div>
<div class="m_6240496374062774062h5"><br>
<br>
<br>
<br>
On 11/07/2017 05:50 PM, Jeff Duda
wrote:<br>
</div>
</div>
</div>
<div>
<div class="m_6240496374062774062h5">
<blockquote type="cite">
<div dir="ltr">
<div>What is your time interval? If
it's not fixed, that's one
problem. If it is fixed, then I
don't see why regular templating
wouldn't work unless the time
being written to the grib2 file is
not right. But there are ways to
fix that.<br>
<br>
</div>
Jeff Duda<br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, Nov
7, 2017 at 10:12 AM, Ivan Toman <span
dir="ltr"><<a
href="mailto:ivtoman@inet.hr"
target="_blank"
moz-do-not-send="true">ivtoman@inet.hr</a>></span>
wrote:<br>
<blockquote class="gmail_quote"
style="margin:0 0 0
.8ex;border-left:1px #ccc
solid;padding-left:1ex">Hello,<br>
<br>
I'm having difficulties reading
sub-hourly time records from WRF
grib<br>
files in GrADS.<br>
<br>
UPP follows NCEP code table for
timing grib records - for 15 and
30<br>
minute records use codes 13 and
14 respectively instead of
simple<br>
minutes. This seems to confuse
GrADS (or g2ctl/gribmap, I'm not
sure).<br>
<br>
What I get as result is that I
can read any sub-hourly record
as long as<br>
it is not 15 or 30 minute
record. For those, I get
undefined grid<br>
instead of data.<br>
<br>
I use this workflow for
postprocessing: wfrout
>(UPP)> grib1
>(cnvgrib)><br>
grib2 >(g2ctl,gribmap)>
GrADS<br>
<br>
Does anybody know what is going
on there?<br>
<br>
Thank you in advance<br>
<br>
Ivan Toman<br>
<br>
______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a
href="mailto:gradsusr@gradsusr.org"
target="_blank"
moz-do-not-send="true">gradsusr@gradsusr.org</a><br>
<a
href="http://gradsusr.org/mailman/listinfo/gradsusr"
rel="noreferrer"
target="_blank"
moz-do-not-send="true">http://gradsusr.org/mailman/li<wbr>stinfo/gradsusr</a><br>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
<div
class="m_6240496374062774062m_5316030439332110718gmail_signature"
data-smartmail="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>Jeff Duda<br>
Post-doctoral research
fellow<br>
University of Oklahoma
School of Meteorology<br>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset
class="m_6240496374062774062m_5316030439332110718mimeAttachmentHeader"></fieldset>
<br>
<pre>______________________________<wbr>_________________
gradsusr mailing list
<a class="m_6240496374062774062m_5316030439332110718moz-txt-link-abbreviated" href="mailto:gradsusr@gradsusr.org" target="_blank" moz-do-not-send="true">gradsusr@gradsusr.org</a>
<a class="m_6240496374062774062m_5316030439332110718moz-txt-link-freetext" href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank" moz-do-not-send="true">http://gradsusr.org/mailman/li<wbr>stinfo/gradsusr</a>
</pre>
</blockquote>
<p><br>
</p>
</div>
</div>
</div>
<br>
______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org"
target="_blank" moz-do-not-send="true">gradsusr@gradsusr.org</a><br>
<a
href="http://gradsusr.org/mailman/listinfo/gradsusr"
rel="noreferrer" target="_blank"
moz-do-not-send="true">http://gradsusr.org/mailman/li<wbr>stinfo/gradsusr</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
<div class="m_6240496374062774062gmail_signature"
data-smartmail="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>Jeff Duda<br>
Post-doctoral research fellow<br>
University of Oklahoma School of
Meteorology<br>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset
class="m_6240496374062774062mimeAttachmentHeader"></fieldset>
<br>
<pre>______________________________<wbr>_________________
gradsusr mailing list
<a class="m_6240496374062774062moz-txt-link-abbreviated" href="mailto:gradsusr@gradsusr.org" target="_blank" moz-do-not-send="true">gradsusr@gradsusr.org</a>
<a class="m_6240496374062774062moz-txt-link-freetext" href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank" moz-do-not-send="true">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a>
</pre>
</blockquote>
<p><br>
</p>
</div>
</div>
</div>
<br>
______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org"
moz-do-not-send="true">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr"
rel="noreferrer" target="_blank" moz-do-not-send="true">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
<div class="gmail_signature" data-smartmail="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>Jeff Duda<br>
Post-doctoral research fellow<br>
University of Oklahoma School of Meteorology<br>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
gradsusr mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
<a class="moz-txt-link-freetext" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
</pre>
</blockquote>
<p><br>
</p>
</body>
</html>