Project

General

Profile

Problem with "shifttime" command and half-hourly to daily time steps conversion

Added by david Stevens over 6 years ago

Dear all,

I would like to convert NetCDF files having half-hourly time steps to daily time-steps. In order to do so I am using the following command:

cdo daymean input.nc output.nc

But this output the following error:

Error (cdf_put_vara_double) : NetCDF: Numeric conversion not representable
Error (cdf_close) : NetCDF: HDF error

So considering the time format of my input data (look sinfo_log.txt of the input netcdf file enclosed) I wish to use the cdo shifttime command in order to overcome this issue:

cdo shiftime,1sec input.nc output.nc

which output the same errors!

Any help or hints is greatly appreciated. Thank you!
David