<div dir="ltr"><div><div>Yes it does produce a dimension mismatch if I put an i in the xday. I want to store 47 years which are 365 days long for each year in one single array.<br><br></div>I am not able to do it without either the dimension mismatch or getting an array which only has fill values. <br></div>Do you know how I can fix it.<br><br>Thank You<br>Best Regards<br>Ipshita<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 5, 2014 at 5:42 PM, Li Jiapeng <span dir="ltr">&lt;<a href="mailto:hjiapli@gmail.com" target="_blank">hjiapli@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, Ipshita<br>
<br>
I don&#39;t quite understand your script, what you want to do is store one year&#39;s data through each loop, is it necessary to update the whole xday (47 years) array. At my first sight, it would produce a &#39;dimension-mismatch&#39; error.<br>
<div><div class="h5"><br>
On December 6, 2014 4:50:57 AM GMT+08:00, Ipshita Majhi &lt;<a href="mailto:ipmajhi@alaska.edu">ipmajhi@alaska.edu</a>&gt; wrote:<br>
&gt;Dear NCL,<br>
&gt;<br>
&gt;I am trying to store my output in an iterative loop and I created the<br>
&gt;variable using new as well. But it gives fill values in the output. I<br>
&gt;was<br>
&gt;wondering why that is. I am converting weekly data to daily data via<br>
&gt;interpolation<br>
&gt;<br>
&gt;*************************************<br>
&gt;<br>
&gt;xday=new(47*365,&quot;float&quot;);Variable created to store 47 years of daily<br>
&gt;data<br>
&gt;<br>
&gt;do i=0,46<br>
&gt;<br>
&gt;matching= ind(year_52(i).eq.time_year) ;extracting indices for each<br>
&gt;year<br>
&gt;<br>
&gt;sceweek=x(matching);52 /53 weeks snow cover data<br>
&gt;<br>
&gt;xday= linint1_n (fspan(0,364,dimsizes(sceweek)), sceweek, True,<br>
&gt;fspan(0,364,365), 0, 0) ; Interpolating weekly to daily data for each<br>
&gt;year<br>
&gt;end do<br>
&gt;*******************************************************************<br>
&gt;<br>
&gt;Thank You<br>
&gt;Best Regards<br>
&gt;Ipshita<br>
&gt;<br>
&gt;<br>
</div></div>&gt;------------------------------------------------------------------------<br>
&gt;<br>
&gt;_______________________________________________<br>
&gt;ncl-talk mailing list<br>
&gt;List instructions, subscriber options, unsubscribe:<br>
&gt;<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sent from my Android device with K-9 Mail. Please excuse my brevity.<br>
_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</font></span></blockquote></div><br></div>