Added by nazanin tavakoli over 3 years ago
Hello,
I am trying to subtract two NetCDF files which have different time dimensions( one has a 12- time dimension, and the other one has a 1-time dimension). To be more specific, I want to subtract the 1D NetCDF file from every month in the 12D NetCDF file. Could anybody give me a clue?
I would appreciate it if you help me.
Hi Nazanin,
see https://code.mpimet.mpg.de/projects/cdo/embedded/cdo.pdf#subsection.2.7.4.
cdo -sub temp_2001.nc temp_2001_min.nc outfile.nc
-Karin