ETCCDI Rx1day and Rx5day Produce the Same Value
Added by Asyam Mulayyan Dary 11 days ago
I observed that both ETCCDI Rx1day and ETCCDI Rx5day produce the same result. Just for context, I used this command:
cdo -O -L -f nc4 -z zip,7 -k auto \
-setday,01 -setmon,01 \
-chname,"number_of_5day_heavy_precipitation_periods_per_time_period","rx5daytot" \
-chname,"number_of_cdd_periods_with_more_than_5days_per_time_period","cddtot" \
-chname,"number_of_cwd_periods_with_more_than_5days_per_time_period","cwdtot" \
-merge \
-setname,"prytot" -yearsum "${infile}" \
-setname,"rx1day" -etccdi_rx1day "${infile}" \
-setname,"rx5day" -etccdi_rx5day "${infile}" \
-setname,"cdd" -etccdi_cdd "${infile}" \
-setname,"cwd" -etccdi_cwd "${infile}" \
"${tmp_4idx}"
Did I do something wrong with the syntax or it really produce the same result? Thank you.
Rx1day:
Rx5day:
| Screenshot 2026-05-14 at 12.21.39.png (289 KB) Screenshot 2026-05-14 at 12.21.39.png | ETCCDI Rx1day | ||
| Screenshot 2026-05-14 at 12.22.03.png (277 KB) Screenshot 2026-05-14 at 12.22.03.png | ETCCDI Rx5day |