<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Hi, Frank —&nbsp;
<div>You can’t concatenate grib1 ensemble files and expect gribmap to distinguish between them — there isn’t any ensemble metadata in a grib1 header. This is discussed in the documentation for ensembles under ‘how to organize your data’:
<a href="http://cola.gmu.edu/grads/gadoc/ensembles.html#data">http://cola.gmu.edu/grads/gadoc/ensembles.html#data</a>. For GFS ensembles, I use a descriptor file like this:</div>
<div><br>
</div>
<div>
<div><font face="Courier" style="font-size: 14px;">dset ^gfsens.%e.%iy4%im2%id2%ih2.fh%f3.grib2</font></div>
<div><font face="Courier" style="font-size: 14px;">dtype grib2</font></div>
<div><font face="Courier" style="font-size: 14px;">title NCEP 5D Ensemble Forecast Initialized 00z08jul2016 6-hourly out to 192 hours</font></div>
<div><font face="Courier" style="font-size: 14px;">index ^gfsens.2016070800.map</font></div>
<div><font face="Courier" style="font-size: 14px;">options template pascals</font></div>
<div><font face="Courier" style="font-size: 14px;">undef -9.99e33</font></div>
<div><font face="Courier" style="font-size: 14px;">xdef 360 linear &nbsp;0.0 1.0</font></div>
<div><font face="Courier" style="font-size: 14px;">ydef 181 linear -90.0 1.0</font></div>
<div><font face="Courier" style="font-size: 14px;">zdef &nbsp;10 levels 100000 92500 85000 70000 50000 25000 20000 10000 5000 1000</font></div>
<div><font face="Courier" style="font-size: 14px;">tdef &nbsp;33 linear 00z08jul2016 6hr</font></div>
<div><font face="Courier" style="font-size: 14px;">edef 22</font></div>
<div><font face="Courier" style="font-size: 14px;">*name length initialtime &lt;type,pert or deriv&gt;</font></div>
<div><font face="Courier" style="font-size: 14px;">avg &nbsp;33 &nbsp;00z08jul2016 &nbsp; 0</font></div>
<div><font face="Courier" style="font-size: 14px;">c00 &nbsp;33 &nbsp;00z08jul2016 &nbsp;1,0</font></div>
<div><font face="Courier" style="font-size: 14px;">p01 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,1</font></div>
<div><font face="Courier" style="font-size: 14px;">p02 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,2</font></div>
<div><font face="Courier" style="font-size: 14px;">p03 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,3</font></div>
<div><font face="Courier" style="font-size: 14px;">p04 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,4</font></div>
<div><font face="Courier" style="font-size: 14px;">p05 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,5</font></div>
<div><font face="Courier" style="font-size: 14px;">p06 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,6</font></div>
<div><font face="Courier" style="font-size: 14px;">p07 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,7</font></div>
<div><font face="Courier" style="font-size: 14px;">p08 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,8</font></div>
<div><font face="Courier" style="font-size: 14px;">p09 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,9</font></div>
<div><font face="Courier" style="font-size: 14px;">p10 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,10</font></div>
<div><font face="Courier" style="font-size: 14px;">p11 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,11</font></div>
<div><font face="Courier" style="font-size: 14px;">p12 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,12</font></div>
<div><font face="Courier" style="font-size: 14px;">p13 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,13</font></div>
<div><font face="Courier" style="font-size: 14px;">p14 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,14</font></div>
<div><font face="Courier" style="font-size: 14px;">p15 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,15</font></div>
<div><font face="Courier" style="font-size: 14px;">p16 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,16</font></div>
<div><font face="Courier" style="font-size: 14px;">p17 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,17</font></div>
<div><font face="Courier" style="font-size: 14px;">p18 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,18</font></div>
<div><font face="Courier" style="font-size: 14px;">p19 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,19</font></div>
<div><font face="Courier" style="font-size: 14px;">p20 &nbsp;33 &nbsp;00z08jul2016 &nbsp;3,20</font></div>
<div><font face="Courier" style="font-size: 14px;">endedef</font></div>
<div><font face="Courier" style="font-size: 14px;">vars</font></div>
<div><font face="Courier" style="font-size: 14px;">....</font></div>
<div><font face="Courier" style="font-size: 14px;">endvars</font></div>
</div>
<div><br>
</div>
<div><br>
<div>
<div>On Jul 7, 2016, at 5:21 PM, Frank Colby &lt;<a href="mailto:Frank_Colby@uml.edu">Frank_Colby@uml.edu</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">Hi GradsUsers,<br>
<br>
Does anyone have an easy way to handle GFS Ensemble files? &nbsp;I have <br>
output from ensemble runs that have separate files for each ensemble <br>
member at each forecast hour. &nbsp;I would like to put the ensemble members <br>
together into a single file. &nbsp;I used cat to put two files together as a <br>
test, and wgrib (these are grib1 files) shows that both ensemble members <br>
are indeed there. &nbsp;However, when I use grib2ctl and gribmap to make the <br>
ctl and index files, and open the file, it only has the first ensemble <br>
member. &nbsp;&nbsp;It's as if grib2ctl never read that there was a second <br>
ensemble member.<br>
<br>
What am I missing here?<br>
<br>
Thanks,<br>
Frank Colby<br>
UMass Lowell<br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
http://gradsusr.org/mailman/listinfo/gradsusr<br>
</blockquote>
</div>
<br>
<div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="font-size: 12px; orphans: 2; widows: 2;">--</div>
<div style="font-size: 12px; orphans: 2; widows: 2;">Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<br>
<br>
</div>
</div>
</div>
</div>
<br>
</div>
</body>
</html>