<br>Dear sir,<br><br>This is the data information that I get after using ncdump -h command-<br><br>netcdf Concatenate {<br>dimensions:<br>    LON = 720 ;<br>    LAT = 330 ;<br>    LEV = 1 ;<br>    TAXIS = UNLIMITED ; // (120 currently)<br>
variables:<br>    double LON(LON) ;<br>        LON:units = &quot;degrees_east&quot; ;<br>        LON:modulo = 360. ;<br>        LON:point_spacing = &quot;even&quot; ;<br>        LON:axis = &quot;X&quot; ;<br>    double LAT(LAT) ;<br>
        LAT:units = &quot;degrees_north&quot; ;<br>        LAT:point_spacing = &quot;even&quot; ;<br>        LAT:axis = &quot;Y&quot; ;<br>    double LEV(LEV) ;<br>        LEV:units = &quot;meters&quot; ;<br>        LEV:positive = &quot;down&quot; ;<br>
        LEV:point_spacing = &quot;even&quot; ;<br>        LEV:axis = &quot;Z&quot; ;<br>    double TAXIS(TAXIS) ;<br>        TAXIS:units = &quot;MONTHS since 1901-01-15 00:00:00&quot; ;<br>        TAXIS:axis = &quot;T&quot; ;<br>
        TAXIS:time_origin = &quot;15-JAN-1901&quot; ;<br>    float NEW(TAXIS, LEV, LAT, LON) ;<br>        NEW:missing_value = -1.e+34f ;<br>        NEW:_FillValue = -1.e+34f ;<br>        NEW:long_name = &quot;TEMP[D=1,L=1:12] + TIMESTAMP&quot; ;<br>
<br>// global attributes:<br>        :history = &quot;FERRET V6.72    1-Jul-12&quot; ;<br>        :Conventions = &quot;CF-1.0&quot; ;<br>}<br><br><br>