<div dir="ltr">I have five yearly data from several RCMs, i.e 19510101 to 19551231, ... 20050101 to 20101231. These are tasmax, tasmin and precip. I want to work on climate indices on these files, but only interested in the period 19710101 to 20001231. I have written a perl script which combines six files with the command "cdo <a href="http://file1.nc">file1.nc</a> <a href="http://file2.nc">file2.nc</a> ... <a href="http://file6.nc">file6.nc</a> <a href="http://outputfile.nc">outputfile.nc</a>".<br>The perl scrip seems to work fine.<br>However:<br>1. ncdump -h combined file gives the right number of times in the file, 10958 365x30+8 leap years)<br>2. display in ncl displays the map ok<br>3. A check on values at specific times shows they are the same as in the original file<br>But:<br>running icclim (a python library for index calculation from CNRM-CERFACS-France) fails, giving a message killed<br>running icclim with an original file calculates the index ok.<br><br>My request for assistance is whether anybody has experienced such a problem and how it can be resolved.<br>merging the files with nco "ncrcat  <a href="http://file1.nc">file1.nc</a> ... <a href="http://file6.nc">file6.nc</a> <a href="http://output.nc">output.nc</a>" is worse. Plotting in ncl gives "unknown format<br>Assistance will be appreciated.<br></div>