<div dir="ltr"><div>Hi,</div><div><br></div><div>I am trying to read bunch of variable in a netcdf file, which shows the following if I do ncl_filedump :</div><div><br></div><div>float series_cnt_RMSE_fcstgt0.05_and_obsgt0.05 ( lat, lon )<br>         _FillValue :   -9999<br>         name : RMSE<br>         long_name :    Root mean squared error</div><div><br></div><div>But, when I am trying to read as :</div><div><br></div><div> rmse1 =  a1-&gt;series_cnt_RMSE_fcstgt0.05_and_obsgt0.05</div><div><br></div><div>fatal:syntax error: line 24 in file series_plot.ncl before or near .05<br>        rmse1 =  a1-&gt;series_cnt_RMSE_fcstgt0.05<br>---------------------------------------------------------------^</div><div><br></div><div>Any help on this.Thanks</div><div><br></div><div>Debasish</div></div>