<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>The easiest way is to use ncpdq, not NCL.  Ncpdq is an external utility program, part of NCO utilities.</div><div><a href="http://nco.sourceforge.net/nco.html#ncpdq-netCDF-Permute-Dimensions-Quickly">http://nco.sourceforge.net/nco.html#ncpdq-netCDF-Permute-Dimensions-Quickly</a><br></div><div><br></div><div>For example:</div>ncpdq -a time,len,rlat,rlon <a href="http://infile.nc">infile.nc</a> <a href="http://outfile.nc">outfile.nc</a></div><div dir="ltr"><br></div><div dir="ltr">--Dave<div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 16, 2019 at 10:45 AM Oluwaseun Ilori <<a href="mailto:wilseun@gmail.com">wilseun@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello:</div><div>     I have a .nc file with dimensions of a float type "<span style="color:rgb(0,0,255)">float SPI (len, time, rlat, rlon)</span>" and I want to change it to be of type "<span style="color:rgb(0,0,255)">float SPI (time, len, rlat, rlon)</span>". I mean <br></div><div><span style="color:rgb(0,0,255)">float SPI (len, <b><span style="color:rgb(255,0,0)">time</span></b>, rlat, rlon) <span style="color:rgb(0,0,0)">to</span> <span style="color:rgb(0,0,255)">float SPI (<b><span style="color:rgb(255,0,0)">time</span></b>, len, rlat, rlon). <br></span></span></div><div><span style="color:rgb(0,0,255)"><span style="color:rgb(0,0,255)"><font color="#000000">How will I do this and attached is the output of the "ncdump" of my nc file.</font></span></span></div></div>
</blockquote></div></div></div></div></div>