Project

General

Profile

Decadal Trend

Added by Syed Ali about 4 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?