<p dir="ltr">Hello,<br>
  I have variable a(time=30,lat=80,lon=180)<br>
 I want to get a new variabel like<br>
 x1=a(0,:,:)<br>
 x2 =a(2:29,:,:)<br>
how to combine x1 and x2 and get a new variabel?x1 and x2 has difereent amount for dimentiobln time.. Is it possible in NCL?<br>
this for my project about cross validation<br>
thanks.. </p>