<div dir="ltr"><div><div><div><div><div><div>Regardless of the template strings (what you call wildcards) you use, I think you&#39;re going to have trouble using templating given the list of files you appear to be using. It looks like you have GDAS files every three hours from every six-hour cycle, but you want to use forecast hour 9, which overlaps with forecast hour 3 of the next cycle. Even with a correct usesage of template strings, gribmap/Grads is not going to handle that the way you want. So first, determine which files you really want to use. Also, since you have multiple time dimensions going on (one for the forecast cycle, another for the forecast hour within that cycle), you&#39;re going to have to add another directory or use separate control files to open all of the data files. Do whichever is most convenient for you. One way you could do it<br><br></div>DSET includes gdas.%y4%m2%d2/gdas1.t00z.sfluxgrbf%ff.grib2<br></div>Do that for each of four separate control files, one for each forecast cycle<br><br></div>The other way would probably be more confusing, but <br></div>DSET includes gdas.%y4%m2%d2/gdas1.t%h2z.sfluxgrbf00.grb2<br></div>Do that for each forecast hour<br><br></div>Jeff Duda<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 6, 2016 at 2:43 PM, Justin Hicks <span dir="ltr">&lt;<a href="mailto:jhicks2014@gmail.com" target="_blank">jhicks2014@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear Grads users,<div><br></div><div>I am having a hard time making the control files for a few forecast grib2 files. Below are the files I am using:</div><div><br></div><div><br></div><div><br></div><div><div>gdas1.t00z.sfluxgrbf00.grib2</div><div>gdas1.t00z.sfluxgrbf00.grib2.idx</div><div>gdas1.t00z.sfluxgrbf03.grib2</div><div>gdas1.t00z.sfluxgrbf06.grib2</div><div>gdas1.t00z.sfluxgrbf09.grib2</div><div>gdas1.t06z.sfluxgrbf00.grib2</div><div>gdas1.t06z.sfluxgrbf03.grib2</div><div>gdas1.t06z.sfluxgrbf06.grib2</div><div>gdas1.t06z.sfluxgrbf09.grib2</div><div>gdas1.t12z.sfluxgrbf00.grib2</div><div>gdas1.t12z.sfluxgrbf03.grib2</div><div>gdas1.t12z.sfluxgrbf06.grib2</div><div>gdas1.t12z.sfluxgrbf09.grib2</div><div>gdas1.t18z.sfluxgrbf00.grib2</div><div>gdas1.t18z.sfluxgrbf03.grib2</div><div>gdas1.t18z.sfluxgrbf06.grib2</div><div>gdas1.t18z.sfluxgrbf09.grib2</div></div><div><br></div><div><br></div><div>Each are in a directory named gdas.20150114, and I&#39;m pretty sure the wildcards for this would be &#39;gdas.%y4%m2%d2&#39;.</div><div><br></div><div>I&#39;m unsure what wildcards to include in the above listed part, as running gribmap did not work.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>-Justin</div><div><br></div><div> </div></font></span></div>
<br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Jeff Duda<br>Graduate research assistant<br>University of Oklahoma School of Meteorology<br>Center for Analysis and Prediction of Storms<br></div>
</div>