<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <tt>array_append_record</tt> should do what you're looking for. For
    this specific example, you could also just pass in an array of the
    indexes you want instead of making the two intermediate arrays.<br>
    <br>
    - Walter<br>
    <br>
    <div class="moz-cite-prefix">On 12-Jun-15 18:20, Taufik Samudra
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAF1C72K_bVwpDYaLyR=pxynXrVyGu0_Xk1JXb2G632in0oCnFw@mail.gmail.com"
      type="cite">
      <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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
ncl-talk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>
List instructions, subscriber options, unsubscribe:
<a class="moz-txt-link-freetext" href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Walter Kolczynski, Jr.
Global Ensemble Team
NOAA/NWS/NCEP/EMC (via I.M. Systems Group)
(301) 683-3781</pre>
  </body>
</html>