<div dir="ltr">Hi Andreas,<div>I think the error message is trying to tell you that you should switch your two input arrays. (The 2nd input array must have as many or more dimensions as the 1st one.) If switching the two arrays doesn't help let ncl-talk know..</div><div>Adam</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 1, 2017 at 7:06 AM, Andreas Chrysanthou <span dir="ltr"><<a href="mailto:eeac@leeds.ac.uk" target="_blank">eeac@leeds.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word">
Hi NCL users,
<div><br>
</div>
<div>I want to calculate the regression coefficients of variable with 1 dimension (y= mass_flux)  against another which has 3 dimensions (x = acceldivf_).</div>
<div><br>
</div>
<div>Typically, according to the description of the regCoef_n (x, y, dims_x, dims_y) NCL function x and y can be arrays of any dimensionality but the dims_x and dims_x and dims_y is an integer indicating which dimension of x/y to do the calculation
 on, as long as it has the same number of elements.</div>
<div><br>
</div>
<div>The error I’m getting is the following: <i>fatal:regCoef_n: The input array y must have as many or more dimensions than x </i></div>
<div><br>
</div>
<div>PrintVarSummary of both variables follows:</div>
<div><br>
</div>
<div><i>Variable: mass_flux<br>
Type: float<br>
Total Size: 564 bytes<br>
            141 values<br>
Number of Dimensions: 1<br>
Dimensions and sizes:<span class="m_3213111806444122374Apple-tab-span" style="white-space:pre-wrap"> </span>
[time | 141]<br>
Coordinates: <br>
            time: [1960..2100]<br>
Number Of Attributes: 1<br>
  _FillValue :<span class="m_3213111806444122374Apple-tab-span" style="white-space:pre-wrap"> </span>1e+20</i></div>
<div><i><br>
</i></div>
<div>
<div><i>Variable: acceldivf_</i></div>
<div><i>Type: float<br>
Total Size: 839232 bytes<br>
            209808 values<br>
Number of Dimensions: 3<br>
Dimensions and sizes:<span class="m_3213111806444122374Apple-tab-span" style="white-space:pre-wrap"> </span>
[time | 141] x [lev | 31] x [lat | 48]<br>
Coordinates: <br>
            time: [1960..2100]<br>
            lev: [1000.. 0.1]<br>
            lat: [-87.15909445302286..87.<wbr>15909445302286]</i></div>
<br>
</div>
<div>So it fails with the above fatal error when I try:</div>
<div><br>
</div>
<div>rc= regCoef_n (acceldivf_, mass_flux, 0, 0) </div>
<div><br>
</div>
<div><br>
</div>
<div>Any ideas please?</div>
<div><br>
Cheers,</div>
<div>
<div>
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div>Andreas</div>
<div><br>
</div>
<div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
</div>
</div>

<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>
</div>