Added by Syed Ali over 8 years ago
I am taking daily and monthly mean of hourly variable in a single netcdf file. CDO successfully manipulates the averages and shows the message as well
cdo monmean: Processed 196077024 values from 4 variables over 78936 timesteps ( 21.18s )
But when I check the file it has just one time step written.
cdo sinfon: Processed 4 variables over 1 timestep ( 0.00s )
Is it because the number of time steps are too much for CDO to handle?