Project

General

Profile

cdo eca_tx90p (Abort): Input streams have different number of time steps!

Added by Ed Maurer about 13 years ago

Hello,

Is looks like a similar issue to this arose about a year ago, though I'm unclear as to whether it was resolved.

cdo eca_tx90p tasmax_2046.nc tasmax_TX90Pref.1961-1999.nc tasmax_TX90P.2046-2065.nc

produces the error message cdo eca_tx90p (Abort): Input streams have different number of time steps!
the infile1 has 365 time steps of daily tasmax for a global domain.
infile2 has 1 time step, for the same global domain, and was produced using:

cdo timpctl,90 tasmax.1961-1999.nc -timmin tasmax.1961-1999.nc -timmax tasmax.1961-1999.nc tasmax_TX90Pref.1961-1999.nc
where the infile to this is daily data for the reference period of 1961-1999.

This seems to be what the eca_tx90p function should be looking for, but something is not right. How many time steps should the infile2 to eca_tx90p have?


Replies (1)

RE: cdo eca_tx90p (Abort): Input streams have different number of time steps! - Added by Ed Maurer about 13 years ago

Actually, I just saw another response to a different command that seems to have the solution:
cdo -add temp90 -sub infile infile temp90_with_timesteps
It seems to be working.

    (1-1/1)