<div dir="ltr"><div><div><div>Dear NCL-user,<br></div>                     I am trying to plot SPI (standardized precipitation Index) for 30-years data. It is always showing the problem while execution of scripts.<br></div><br>please provide me suggestions on that.<br><br></div>I haver attached the script with error below.<br><br>fili   = &quot;<a href="http://precip.1981.2010.nc">precip.1981.2010.nc</a>&quot;<br>   f      = addfile(fili, &quot;r&quot;)<br><br>   yyyymm = f-&gt;time<br><br>   ntim   = dimsizes(yyyymm)<br>   if ((ntim%12).ne.0) then<br>        print(&quot;ntim must be divisable by 12&quot;)<br>        exit<br>   end if<br>   print(ntim)<br><br>   prc    = f-&gt;precip<br>   prc@_FillValue = -999.0      ; change from the default<br>   pmsg   = prc@_FillValue      ; convenience<br><br>   printVarSummary(prc)<br>   printMinMax(prc,0)<br><br>   runlen = (/ 3, 6, 12, 24, 36, 48 /)<br>   nrun   = dimsizes(runlen)<br><br>   opt    = False<br>  ;opt@spi_type = 3             ; 6.3.0 onward; only if opt=True<br><br>   spi = new( (/nrun,ntim/), typeof(prc), pmsg)<br>   do nr=0,nrun-1<br>      spi(nr,:) = dim_spi_n(prc, runlen(nr), opt, 0)<br>   end do<br><br>fatal:Dimension sizes on right hand side of assignment do not match dimension sizes of left hand side<br>fatal:[&quot;Execute.c&quot;:8573]:Execute: Error occurred at or near line 22<br><br clear="all"><div><div><div><div><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><br><br><br></div><div>Thankyou in Advance<br><br></div><div>With regards<br></div><div><span style="font-size:12.8px">*****************************************************************************</span><br></div>Md. Saquib Saharwardi<div>Research Scholar</div><div>Department of Earth and Environmental Sciences</div><div>Indian Institute of Science Education and Research Bhopal (IISERB)</div><div>Bhopal- 462066, Madhya Pradesh</div><div>Email: <a href="mailto:saquib16@iiserb.ac.in" target="_blank">saquib16@iiserb.ac.in</a></div><div>Mob: +91-7471112404<br></div><div><a href="http://home.iiserb.ac.in/%7Ekumarp/index.html" style="font-size:12.8px" target="_blank">CGMLI (Home Page)</a><br></div></div></div></div></div></div></div></div></div>
</div></div></div></div></div>