Rolling consecutive dry days
Added by Mustapha Adamu over 5 years ago
Hi
I am wondering if there is anyway I can calculate rolling window consecutive dry days. lets say for t = 1-60,the t = 2-61, then 3 = 3-62 etc, calculate consective dry days where precip is less that 0.1mm for 3 or more days.
Thanks for the help in advance.
Replies (1)
RE: Rolling consecutive dry days - Added by Ralf Mueller over 5 years ago
hi Mustapha!
I wondering if running window
and consecutive days
analysis is a proper combination. I don't think the results would be different, because within the running window
these type of operators behave identical.
For 0.1mm and 3 days the call should look like cdo -eca_cdd,0.1,3
. check
cdo -h eca_cddor here for more
hth
ralf