Project

General

Profile

cdo ensmean (Warning): Inconsistent ensemble file, too few time steps (cdo 1.9.3)

Added by Lyndon Mark Olaguera about 6 years ago

Hi all,

I encountered this warning message while taking the ensemble of years with 365 and 366 days.:(

cdo ensmean olr_bpass_10-25filt_91wgt_1981.nc olr_bpass_10-25filt_91wgt_1982.nc olr_bpass_10-25filt_91wgt_1983.nc olr_bpass_10-25filt_91wgt_1984.nc olr_bpass_10-25filt_91wgt_1985.nc olr_bpass_10-25filt_91wgt_1986.nc olr_bpass_10-25filt_91wgt_1987.nc olr_bpass_10-25filt_91wgt_1988.nc olr_bpass_10-25filt_91wgt_1989.nc olr_bpass_10-25filt_91wgt_1990.nc olr_bpass_10-25filt_91wgt_1991.nc olr_bpass_10-25filt_91wgt_1992.nc olr_bpass_10-25filt_91wgt_1993.nc olr_bpass_10-25filt_91wgt_1994.nc olr_bpass_10-25filt_91wgt_1995.nc olr_bpass_10-25filt_91wgt_1996.nc olr_bpass_10-25filt_91wgt_1997.nc olr_bpass_10-25filt_91wgt_1998.nc olr_bpass_10-25filt_91wgt_1999.nc olr_bpass_10-25filt_91wgt_2000.nc olr_bpass_10-25filt_91wgt_2001.nc olr_bpass_10-25filt_91wgt_2002.nc olr_bpass_10-25filt_91wgt_2003.nc olr_bpass_10-25filt_91wgt_2004.nc olr_bpass_10-25filt_91wgt_2005.nc olr_bpass_10-25filt_91wgt_2006.nc olr_bpass_10-25filt_91wgt_2007.nc olr_bpass_10-25filt_91wgt_2008.nc olr_bpass_10-25filt_91wgt_2009.nc olr_bpass_10-25filt_91wgt_2010.nc ens_10-25dayfilt_1981-2010.nc

WARNING message:

cdo ensmean (Warning): Inconsistent ensemble file, too few time steps in olr_bpass_10-25filt_91wgt_1981.nc!
cdo ensmean (Warning): Inconsistent ensemble, processed only the first 365 timesteps!
cdo ensmean: Processed 115106400 values from 30 variables over 10951 timesteps [1.84s 15MB]

The output file only contains 365 days.

ncdump -h ens_10-25dayfilt_1981-2010.nc

netcdf ens_10-25dayfilt_1981-2010 {
dimensions:
time = UNLIMITED ; // (365 currently)
lon = 144 ;
lat = 73 ;

Here are the details of CDO that I am using:

Climate Data Operators version 1.9.3 (http://mpimet.mpg.de/cdo)
Compiled: by Lyndz on localhost.localdomain (x86_64-unknown-linux-gnu) Feb 15 2018 18:23:47
CXX Compiler: g++ -std=gnu++11 -g -O2 -fopenmp
CXX version : g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
C Compiler: gcc -std=gnu99 -fPIC -fopenmp
C version : gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
F77 Compiler: gfortran -g -O2
F77 version : GNU Fortran (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
Features: 7GB C++11 Fortran DATA PTHREADS OpenMP3 HDF5 NC4/HDF5 OPeNDAP SSE2
Libraries: HDF5/1.8.13
Filetypes: srv ext ieg grb1 grb2 nc1 nc2 nc4 nc4c nc5
CDI library version : 1.9.3 of Feb 15 2018 18:22:29
CGRIBEX library version : 1.9.0 of Jan 22 2018 09:24:03
GRIB_API library version : 1.25.0
NetCDF library version : 4.6.0 of Feb 15 2018 18:06:35 $
HDF5 library version : 1.8.13
EXSE library version : 1.4.0 of Feb 15 2018 18:22:26
FILE library version : 1.8.3 of Feb 15 2018 18:22:25

I'll appreciate any help.
Many thanks,

Lyndz


Replies (2)

RE: cdo ensmean (Warning): Inconsistent ensemble file, too few time steps (cdo 1.9.3) - Added by Karin Meier-Fleischer about 6 years ago

Hi Lyndon,

the warning is telling you exactly what happened. You can compute the ensemble mean only over the same days, if one is missing it can't be computed. The documentation said:

All input files need to have the same structure with the same variables.

So time must also be the same.

-Karin

RE: cdo ensmean (Warning): Inconsistent ensemble file, too few time steps (cdo 1.9.3) - Added by Lyndon Mark Olaguera about 6 years ago

Hi Karin,

Many thanks for the response.

I used the ydaymean instead after merging the files.

    (1-2/2)