<div dir="ltr"><div><div>May, <br><br></div>You have only 1 time in your file, so the time increment shouldn&#39;t matter.  Grads has to have a time increment, even if there is only one time in the file.  If your averaging method worked correctly, you probably don&#39;t need to worry about it.<br><br></div>-Tom<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 25, 2015 at 7:31 AM, °° Maytê °° . <span dir="ltr">&lt;<a href="mailto:mayteleal@hotmail.com" target="_blank">mayteleal@hotmail.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><div dir="ltr"><span lang="en"><span title="Prezados,


">Dear,<br><br></span><span title="Estou com um problema nos dados que estou trabalhando, o GFS (dados horarios).
">I have a problem in the data I&#39;m working on, GFS (timetables data).<br></span><span title="As variaveis que estou trabalhando são: u, v, q (1000 a 300 hPa) e psl (todos de 00 e 12h).

">The variables I&#39;m working on are: u, v, q (1000-300 hPa) and psl (all 00 and 12h).<br><br></span><span title="Os dados de entrada em meu programa PRECISA ser diário.
">The input data in my program MUST be daily.<br></span><span title="Logo, fiz a média para cada variável dos dois tempos (00 e 12h).
">So did the average for each variable of the two time (00 and 12h).<br></span><span title="O arquivo ele abre normal, os níveis de pressão estao certinho, mas nas informações do aquivo no &quot;ctlinfo&quot; mostra o seguinte:

">The file it opens normal pressure levels are just right, but the information in aquivo &quot;ctlinfo&quot; shows the following:<br><br></span><span title="dset Final_20150104_vars.nc
">dset Final_20150104_vars.nc<br></span><span title="title NCL: convert-GRIB-to-netCDF
">NCL title: convert-to-GRIB-netCDF<br></span><span title="undef 1e+20
">undef 1e + 20<br></span><span title="dtype netcdf
">dtype netcdf<br></span><span title="xdef 37 linear 309 0.5
">xdef 37 straight 309 0.5<br></span><span title="ydef 43 linear -20 0.5
">ydef 43 linear -20 0.5<br></span><span title="zdef 17 levels 1000 975 950 925 900 850 800 750
 ">ZDEF 17 levels 1000 975 950 925 900 850 800 750<br> </span><span title="700 650 600 550 500 450 400 350 300
">700 650 600 550 500 450 400 350 300<br></span><span title="tdef 1 linear 06Z04JAN2015 1mn
">tdef 1 linear 06Z04JAN2015 1mn<br></span><span title="vars 4
">vars 4<br></span><span title="RH_P0_L100_GLL0=&gt;rh_p0_l100_gll0 17 t,z,y,x Relative humidity
">RH_P0_L100_GLL0 =&gt; 17 rh_p0_l100_gll0 t, z, y, x Relative humidity<br></span><span title="TMP_P0_L100_GLL0=&gt;tmp_p0_l100_gll 17 t,z,y,x Temperature
">TMP_P0_L100_GLL0 =&gt; 17 tmp_p0_l100_gll t, z, y, x Temperature<br></span><span title="UGRD_P0_L100_GLL0=&gt;ugrd_p0_l100_gl 17 t,z,y,x U-component of wind
">UGRD_P0_L100_GLL0 =&gt; 17 ugrd_p0_l100_gl t, z, y, x u-component of wind<br></span><span title="VGRD_P0_L100_GLL0=&gt;vgrd_p0_l100_gl 17 t,z,y,x V-component of wind
">VGRD_P0_L100_GLL0 =&gt; 17 vgrd_p0_l100_gl t, z, y, x component of wind V-<br></span><span title="endvars


">endvars<br><br><br></span><span title="Veja, que em &quot;tdef&quot; o tempo está em &quot;mn&quot; e não &quot;dy&quot; como gostaria.
">See, that in &quot;tdef&quot; time is <b>&quot;mn&quot;</b> and not <b>&quot;dy&quot;</b> as you like.<br></span><span title="As médias fiz com o cdo (Climate Data Operators).
">The average did with CDO (Climate Data Operators).<br></span><span title="Alguém tem sugestão para resolver isso?

">Does anyone have suggestions for resolving it?<br><br></span><span title="Obrigada,
">Thanks,<br></span><span title="May.">May.<br><br>==================================================================<br><br>Prezados,<br><br>Estou com um problema nos dados que estou trabalhando, o GFS (dados horários).<br>As variaveis que estou trabalhando são: u, v, q (1000 a 300 hPa) e psl (todos de 00 e 12h).<br><br>Os dados de entrada em meu programa PRECISA ser diário.<br>Logo, fiz a média para cada variável dos dois tempos (00 e 12h).<br>O arquivo ele abre normal, os níveis de pressão estão certinho, mas nas informações do aquivo no &quot;ctlinfo&quot; mostra o seguinte:<br><br>dset Final_20150104_vars.nc<br>title NCL: convert-GRIB-to-netCDF<br>undef 1e+20<br>dtype netcdf<br>xdef 37 linear 309 0.5<br>ydef 43 linear -20 0.5<br>zdef 17 levels 1000 975 950 925 900 850 800 750<br> 700 650 600 550 500 450 400 350 300<br>tdef 1 linear 06Z04JAN2015 1mn<br>vars 4<br>RH_P0_L100_GLL0=&gt;rh_p0_l100_gll0  17  t,z,y,x  Relative humidity<br>TMP_P0_L100_GLL0=&gt;tmp_p0_l100_gll  17  t,z,y,x  Temperature<br>UGRD_P0_L100_GLL0=&gt;ugrd_p0_l100_gl  17  t,z,y,x  U-component of wind<br>VGRD_P0_L100_GLL0=&gt;vgrd_p0_l100_gl  17  t,z,y,x  V-component of wind<br>endvars<br><br><br>Veja, que em &quot;tdef&quot; o tempo está em &quot;mn&quot; e não &quot;dy&quot; como gostaria.<br>As médias fiz com o cdo (Climate Data Operators).<br>Alguém tem sugestão para resolver isso?<br><br>Obrigada,<br>May.<br>===========================================================================<br></span></span>                                               </div></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"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Tom Robinson<br>PhD Candidate - Department of Atmospheric Science <br></div></div></div></div></div></div>
</div>