<div>Hi, I am a beginning user of GRADS and would really appreciate some help. </div>
<div> </div>
<div>I took a model run and performed an operation using CDO that gave me the number of consecutive dry days for each grid box for the time period selected. I then open this in GRADS. When I try to view the results on a map GRADS keeps giving me an error that indicates index is not a variable name. I tried to open the file in XCONV to modify the variable name - but XCONV won&#39;t open the file. As a beginning user my skill set to solve these problems is quite limited. Does anyone know what I should do?</div>

<div> </div>
<div><u>GRADS COMMAND:</u> d consecutive_dry_days_index_per_time_period</div>
<div><u>GRADS RESPONSE</u></div>
<div>Syntax Error:  Invalid Operand<br>  &#39;consecutive_dry_d&#39; not a variable or function name<br>  Error ocurred at column 1<br>DISPLAY error:  Invalid expression<br>  Expression = consecutive_dry_days_index_per_time_period</div>

<div> </div>
<div><u>FILE INFO</u></div>
<div>ncdump <a href="http://echam5.dryindex.2081-2100.nc">echam5.dryindex.2081-2100.nc</a> | more<br>netcdf echam5.dryindex.2081-2100 {<br>dimensions:<br>        lon = 192 ;<br>        nv = 2 ;<br>        lat = 96 ;<br>        time = UNLIMITED ; // (1 currently)<br>
variables:<br>        double lon(lon) ;<br>                lon:long_name = &quot;longitude&quot; ;<br>                lon:units = &quot;degrees_east&quot; ;<br>                lon:standard_name = &quot;longitude&quot; ;<br>
                lon:axis = &quot;X&quot; ;<br>                lon:bounds = &quot;lon_bounds&quot; ;<br>        double lon_bounds(lon, nv) ;<br>        double lat(lat) ;<br>                lat:long_name = &quot;latitude&quot; ;<br>
                lat:units = &quot;degrees_north&quot; ;<br>                lat:standard_name = &quot;latitude&quot; ;<br>                lat:axis = &quot;Y&quot; ;<br>                lat:bounds = &quot;lat_bounds&quot; ;<br>
        double lat_bounds(lat, nv) ;<br>        double time(time) ;<br>                time:units = &quot;minutes since 1955-01-01 00:00:00&quot; ;<br>                time:calendar = &quot;proleptic_gregorian&quot; ;<br>        float consecutive_dry_days_index_per_time_period(time, lat, lon) ;<br>
</div>