<div>thanks Wesley for the code line,<br>my script runs,but it builds an incomplete grib file in output (only this variable:&nbsp;&nbsp;APCP=Total precipitation [kg/m^2]&nbsp;) and this error:<br><br>getgbem prog error jf= 0<br>STOP 8<br>
&nbsp;</div>
<div>Do you know it?</div>
<div>&nbsp;</div>
<div>thanks for the patience</div>
<div>&nbsp;</div>
<div>Teresa</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>PS this is my bash script:</div>
<div><font size="2">
<p>grid=&#39;255 0 162 162 279 -62459 128 89795 70381 550 820 64&#39;</p>
<p>g1=&#39;/home/grib/UKM/UKM_D_2007122900.grb&#39;</p>
<p>g2=&#39;/home/grib/UKM/UKM_A_2007122900.grb&#39;</p>
<p>command=&#39;/home/grib/teresa/xgrib/copygb-g95/copygb.fd/copygb&#39;</p>
<p>$command -g&quot;$grid&quot; -M $g1 -x $g2 scriptgribout.grb</p></font></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><br>2007/12/31, Wesley Ebisuzaki &lt;<a href="mailto:Wesley.Ebisuzaki@noaa.gov">Wesley.Ebisuzaki@noaa.gov</a>&gt;:<br>&gt; Teressa,<br>&gt; <br>&gt; I clipped a line from a script:<br>&gt; <br>&gt;&nbsp;&nbsp; copygb -g&quot;$outgrid&quot; -M$file.tile.1 -x $file.tile.2 $out
<br>&gt; <br>&gt; Not clear what the problem is.&nbsp;&nbsp;Maybe shouldn&#39;t have a space after the -M.<br>&gt; You can also add a -X to get more error messages.<br>&gt; <br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Wesley<br>&gt; <br>&gt; <br>&gt; teresa tiberi wrote:
<br>&gt; &gt; dear Wesley,<br>&gt; &gt;<br>&gt; &gt; I&#39;m testing different ways to work with copygb to obtain a grib file<br>&gt; &gt; from my two grib files,but I haven&#39;t results.<br>&gt; &gt; I use this command lines:
<br>&gt; &gt; grid=&#39;255 0 162 216 279 -106739 128 89795 70381 550 820 64&#39;<br>&gt; &gt; # grid=&#39;255 0 162 162 279 -62459 128 89795 70381 550 820 64&#39;<br>&gt; &gt; g1=&#39;/home/grib/UKM/UKM_D_2007122900.grb&#39;
<br>&gt; &gt; g2=&#39;/home/grib/UKM/UKM_A_2007122900.grb&#39;<br>&gt; &gt; command=&#39;/home/grib/teresa/xgrib/copygb-g95/copygb.fd/copygb&#39;<br>&gt; &gt; $command -xg&quot;$grid&quot; -M $g1 $g2 scriptgribout.grb<br>
&gt; &gt;<br>&gt; &gt; but my output is a null file.<br>&gt; &gt;<br>&gt; &gt; my two grib file have the same time,same lat but different lon.I will<br>&gt; &gt; make a big grib where I put the same variable from lon of file g1 and
<br>&gt; &gt; from lon of file g2.<br>&gt; &gt; g1: lon -108.75 -19.618<br>&gt; &gt; g2: lon -18.75 70.381<br>&gt; &gt; out: lon -106.279 70.318<br>&gt; &gt;<br>&gt; &gt; could you tell me if I wrong in some step?<br>&gt; &gt; thanks in advance
<br>&gt; &gt;<br>&gt; &gt; Teresa<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; 2007/12/29, teresa tiberi &lt;<a href="mailto:crancyfera@gmail.com">crancyfera@gmail.com</a>&gt;:<br>&gt; &gt;<br>&gt; &gt;&gt; hello,<br>&gt; &gt;&gt; I read the readme and so on,but does copygb work only with 1 grib file?
<br>&gt; &gt;&gt; can I put in input 2 grib file?<br>&gt; &gt;&gt; thanks in advance<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Teresa<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; 2007/12/28, Wesley Ebisuzaki &lt;<a href="mailto:Wesley.Ebisuzaki@noaa.gov">
Wesley.Ebisuzaki@noaa.gov</a>&gt;:<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;&gt; teresa tiberi wrote:<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; hello!<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; can someone help me to join 2 grib file where there are the same
<br>&gt; &gt;&gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; time, lat and quote dimensions but different lat?<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; thanks<br>&gt; &gt;&gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; Teresa<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;
<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; Teresa,<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&nbsp;&nbsp; Copygb can combine different grids together.<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Wesley<br>&gt; &gt;&gt;&gt;
<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;<br>&gt; <br>&nbsp;</div>