Added by Syed Ali about 5 years ago
I have annual data of a variable from 1970 to 2016 (47 time steps). I want to compute decadal trend and using the following command for that purpose.
cdo -mulc,10 -regres inputfile.c outputfile.nc
Is this correct?