Project

General

Profile

CDO climate indices - Time of output

Added by Dimitrios Kapetanakis about 2 years ago

Hi there,

I want to compute the ECACFD index of a daily minimum temperature time-series (of 35 years). The time-series is in a form of [time, lat, lon] where each timestep represents one day (i.e [35*365, 72, 86]).

After computing the ECACFD, the output is in a from of [1, 72, 86] which means that CDO probably computes the index for the sum of all days of all years and therefore the output has only one time value. How can I change that and have the output show the results in year-by-year?

Thank you!


Replies (1)

RE: CDO climate indices - Time of output - Added by Ralf Mueller about 2 years ago

hi!

to get yearly climate indices, you can split the dataset by each year with the splityear operator and then call cdo on each of the 35 files (possibly in a loop).

hth
ralf

    (1-1/1)