<div dir="ltr"><div><div>Hi All,<br><br></div>I have downloaded reforecast data in netcdf format from the the ECMWF s2s project page.<br><br></div><div>Since sdfopen didn&#39;t work I created a control file as follows::<br><br><b><br>dset <a href="http://s2s_ecmwf_24_dec_12_1996_2015.nc">s2s_ecmwf_24_dec_12_1996_2015.nc</a><br>title<br>undef -9.99e+33<br>dtype netcdf<br>ydef 121 linear -90 1.5<br>xdef 240 linear 0 1.5<br>zdef 1 linear 1 1<br>edef 10 names e1 e2 e3 e4 e5 e6 e7 e8 e9 e10<br>tdef 20 linear 00Z13DEC1996 1yr<br>vars 1<br>tp  0 99  t,y,x  Total Precipitation<br>endvars</b><br><br></div><div><div>Based on the following partial ncdump output:<b><br><br>netcdf s2s_ecmwf_24_dec_12_1996_2015 {<br>dimensions:<br>        longitude = 240 ;<br>        latitude = 121 ;<br>        number = 10 ;<br>        time = UNLIMITED ; // (20 currently)<br>variables:<br>        float longitude(longitude) ;<br>                longitude:units = &quot;degrees_east&quot; ;<br>                longitude:long_name = &quot;longitude&quot; ;<br>        float latitude(latitude) ;<br>                latitude:units = &quot;degrees_north&quot; ;<br>                latitude:long_name = &quot;latitude&quot; ;<br>        int number(number) ;<br>                number:long_name = &quot;ensemble_member&quot; ;<br>        int time(time) ;<br>                time:units = &quot;hours since 1900-01-01 00:00:0.0&quot; ;<br>                time:long_name = &quot;time&quot; ;<br>                time:calendar = &quot;gregorian&quot; ;<br>        short tp(time, number, latitude, longitude) ;<br>                tp:scale_factor = 0.00549830333572399 ;<br>                tp:add_offset = 180.157407098332 ;<br>                tp:_FillValue = -32767s ;<br>                tp:missing_value = -32767s ;<br>                tp:units = &quot;kg m**-2&quot; ;<br>                tp:long_name = &quot;Total Precipitation&quot; ;</b><br><br></div><div><br clear="all"><div><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>I get the following error message while trying to display the variable &#39;tp&#39; :<br><br>g<b>ancgrid error: nc_get_vara_double failed; NetCDF: Index exceeds dimension bound<br>Data Request Error:  Error for variable &#39;tp&#39;<br>  Error ocurred at column 1<br>DISPLAY error:  Invalid expression<br>  Expression = tp</b><br><br></div><div>I am using GrADS 2.01. I couldn&#39;t figure out the problem from the previous similar posts. <br><br></div><div>Any advice from the forum?<br><br></div><div>Thanks,<br><br></div><div>Endalk<br></div><div><br></div><div><br><br></div><div><div> </div></div></div></div></div></div>
</div></div></div></div></div>