Added by Kesava Prasad Ramachandran over 4 years ago
Hi,
I am trying to merge 3 netdcf2 files with same variable but different timesteps. I know that you can do it with " cdo copy infile outfile" or "cdo mergetime infile outfile". The issue is, the last timestep of the first file is also the first timestep of the second file. When i use the above commands, I get two entries of the same timestep. Can i set an environmental variable to skip double entries?
Thanks
hi!
There is one (@SKIP_SAME_TIME), you can check the docu with
cdo -h mergetime
cheers
ralf