<div dir="ltr"><div>Hi,</div><div>I am trying to plot a timeseries over a point location from a netcdf file which is in Lambert Conformal projection. I have defined <br></div><div> lat2d = a1->lat<br> lon2d = a1->lon</div><div>  nlat = dimsizes(lat2d(:,0))<br>  nlon = dimsizes(lat2d(0,:))<br>  dims = dimsizes(lon2d)</div><div>print(dims)<br></div><div>         precip_intg1 = a1->precip(0,:,:,:)<br>          loc1 = precip_intg1(:,{32.635},{-106.338})</div><div><br></div><div>fatal:NclOneDValGetClosestIndex: finish coordinate index out of range, can't continue<br>fatal:Could not obtain coordinate indexes, unable to perform subscript</div><div><br></div><div>Is there a way to subscript lat,lon for Lambert projection in NCL.</div><div>Thanks</div><div>Debasish<br></div><div><br></div><div><br></div></div>