<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Tahoma,Arial,Helvetica,sans-serif'>
<p>Hello Grads users, </p>
<p><br /></p>
<p>When using ECMWF data and also certain Met Office data the precipitation values are undefined. On closer inspection when I inventory the grib as shown below, the first line has 0 figure (in bold) at the start where there should be a value. No matter what hour I start on it shows a zero value. I believe this is preventing the data running. I use curl to download the grib and perl to create the ctl file. (example at the bottom)</p>
<p><br /></p>
<p>1:<strong>0</strong>:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:10 hour fcst:<br />2:587452:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:11 hour fcst:<br />3:1174904:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:12 hour fcst:<br />4:1762356:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:13 hour fcst:<br />5:2349808:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:14 hour fcst:<br />6:2937260:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:15 hour fcst:<br />7:3524712:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:16 hour fcst:<br />8:4112164:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:17 hour fcst:<br />9:4699616:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:18 hour fcst:<br />10:5287068:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:19 hour fcst:<br />11:5874520:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:20 hour fcst:<br />12:6461972:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:21 hour fcst:<br />13:7049424:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:22 hour fcst:<br />14:7636876:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:23 hour fcst:<br />15:8224328:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:24 hour fcst:<br />16:8811780:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:3 hour fcst:<br />17:9399232:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:4 hour fcst:<br />18:9986684:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:5 hour fcst:<br />19:10574136:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:6 hour fcst:<br />20:11161588:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:7 hour fcst:<br />21:11749040:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:8 hour fcst:<br />22:12336492:d=2022052100:var discipline=0 master_table=27 parmcat=1 parm=65:surface:9 hour fcst:</p>
<p><br /></p>
<p>Perl: </p>
<p>@ECHO Please wait, concatenating grb files...<br />cat *.grb > metoglb_grib.grib2<br />@ECHO Please wait, creating ctl file...<br />perl g2ctl.pl -verf metoglb_grib.grib2 > metogl_grib.ctl<br />@ECHO Please wait, creating idx file...<br />gribmap -i metoglb_grib.ctl -e</p>
<div id="signature">-- <br />
<p>Kind regards,</p>
<p><strong>Stuart Markham</strong></p>
<p><em><img src="cid:6b66f0ed98388166210072475f549d2c@chorleyweather.com" width="78" height="51" /></em></p>
<p><em>Founder of CW Weather</em></p>
<p><em>Website: <a href="https://www.chorleyweather.com/">chorleyweather.com</a></em></p>
</div>
</body></html>