<div dir="ltr"><span style="font-size:13px;line-height:19.7999992370605px">Dear all,</span><div style="font-size:13px;line-height:19.7999992370605px">I want to use this script  (<a href="https://www.ncl.ucar.edu/Applications/Scripts/binning_1.ncl" target="_blank">https://www.ncl.ucar.edu/Applications/Scripts/binning_1.ncl</a> ) to bin and sum MODIS Level 2 data. While using the script I got an error on this line:</div><pre style="color:rgb(0,0,0);line-height:normal;word-wrap:break-word;white-space:pre-wrap">bin_sum(GBIN,GKNT,lon,lat\ <span style="font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif">,ndtooned(lon2d), ndtooned(lat2d),ndtooned(x) )</span></pre><div style="font-size:13px;line-height:19.7999992370605px">and error says:</div><div style="font-size:13px;line-height:19.7999992370605px"> fatal:bin_sum: z must be the same size as zlat and zlon. </div><div style="font-size:13px;line-height:19.7999992370605px">Lat2d and Lon2d sizes are 406*270 and Variable size is 20*406*270. I know this difference in size is the problem how to solve this? any help please</div><div style="font-size:13px;line-height:19.7999992370605px">Thanks in advance.</div></div>