<div dir="ltr">Hello NCL users,<br><div><br></div><div>from a file, I am reading in u and v. As they are when I read them in, they have dimensions:</div><div><br></div><div> u :   [time | 1374] x [lat | 180] x [lon | 360]             </div><div> v:    [time | 1374] x [lat | 180] x [lon | 360]</div><div><br></div><div>Now I'd like to create a new variable "var" that ideally contains as a 1st dimension both u and v like:<br></div><div><br></div><div> var = new((/2,1374,180,360/), float)<br></div><div> var(0, : , : , : ) = u</div><div> var(1, : , : , : ) = v<br></div><div><br></div><div>but I get the error message that the dimensions of the left hand side and the right hand side do not match... I suppose the problem is that the time, lat, lon are coordinate variables while the 1st dimension is a physical variable. Is there another, better, way to define 'var' in order to allocate u and v in this way?</div><div><br></div><div>Thanks,</div><div>Anne</div></div>

<br>
<div><font style="font-family:Arial,Helvetica,sans-serif" size="2">Nota automatica aggiunta dal sistema di posta.</font></div><div><img src="https://www.unive.it/media/banner_5x1000_2019_v3.png"></div>