<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi everyone! I´m posting this message because I´m finding a hard time using grib2ctl </p>
<p>I use this bash to generate my ctl and idx on a server, but the original ctl and idx are generated on different server than mine.</p>
<p> </p>
<p>#!/bin/sh<br />#*****Script para procesar el analisis</p>
<p>today=$(date +%Y%m%d)</p>
<p>echo ${today}</p>
<p>#chequeo que exista la salida del WRF</p>
<p>if [ -d /nas-r5c/WRF/${today}_00/ ];<br />then <br />#si ocurre, genero el ctl<br />echo ***Proceso las salidas grib del modelo**<br />cd /home/mgatto/<br />#rm /home/mgatto/modelos/WRF/data/gribwrf.ctl<br />perl grib2ctl.pl -verf /nas-r5c/WRF/${today}_00/UPPOUT/wrfprs_d01.%f3 /home/mgatto/modelos/WRF/data/indexwrf00.idx >/home/mgatto/modelos/WRF/data/gribwrf00.ctl<br />gribmap -i /home/mgatto/modelos/WRF/data/gribwrf00.ctl</p>
<p>else<br />exit</p>
<p>fi</p>
<div>-- <br />
<p>doing this, i get this ctl:</p>
<p>dset /nas-r5c/WRF/20180702_00/UPPOUT/wrfprs_d01.%f3<br />index /home/mgatto/modelos/WRF/data/indexwrf00.idx<br />undef 9.999E+20<br />title /nas-r5c/WRF/20180702_00/UPPOUT/wrfprs_d01.000<br />* produced by grib2ctl v0.9.13<br />* command line options: -verf /nas-r5c/WRF/20180702_00/UPPOUT/wrfprs_d01.%f3 /home/mgatto/modelos/WRF/data/indexwrf00.idx<br />dtype grib 255<br />options template<br />pdef 999 1249 lccr -54.387000 -94.331000 1 1 -35.000000 -35.000000 -65.000000 4000 4000<br />xdef 999 linear -94.331000 0.0624474869364198<br />ydef 1249 linear -54.387000 0.0363636363636364<br />tdef 49 linear 00Z02jul2018 1hr<br />* z has 28 levels, for prs<br />zdef 28 levels<br />1000 975 950 925 900 875 850 825 800 775 750 700 650 600 550 500 450 400 350 300 275 250 225 200 175 150 100 50<br />vars 130</p>
<p> </p>
<p>and all the variables.</p>
<p>The problem is that the original ctl says this:</p>
<p>dset ^wrfprs_d01.%f3<br />index ^wrfprs_d01.idx<br />options template<br />undef 9.999E+20<br />title wrfprs_d01.00<br />* produced by grib2ctl v0.9.12.5p45<br />dtype grib 255<br />pdef 999 1249 lcc -54.387000 -94.331000 1 1 -35.000000 -35.000000 -65.000000 4000 4000<br />xdef 999 linear -94.331000 0.0624474869364198<br />ydef 1249 linear -56.853000 0.0363636363636364<br />tdef 49 linear 00Z02Jul2018 1hr<br />* z has 28 levels, for prs<br />zdef 28 levels<br />1000 975 950 925 900 875 850 825 800 775 750 700 650 600 550 500 450 400 350 300 275 250 225 200 175 150 100 50<br />vars 130</p>
<p> </p>
<p>which means that I lose the south of my area because I don´t know why it's not doing the same than the original.</p>
<p>I believe it has to do with my grib2ctl version, does anyone know what happens or could help me please?</p>
<p>Thanks a lot!</p>
<p>Tamara Schonholz- Servicio Meteorologico Nacional-Argentina</p>
</div>
</body></html>