[CDO-enssum] sum multiple files

We can sum multiple files with “enssum”.

If you want to sum two files, file1 and file2,

 

$ cdo enssum file1 file2 out.nc

 

then, out.nc can have the sum value of file1 and file2

$ cdo enssum file1 file2 file3 file4 out.nc

is also possible.

 

 

So, Simple 🙂