Added by Ian MacKenzie over 13 years ago
Hello,
Is there any way to have daymax and other daily operators consider values at midnight (time 00:00) as belonging to the day just ended rather than to the day just begun? For instance, can time 00:00 somehow be changed to be 24:00?
Ian
Hi Ian,
thats not possible in CDO. A workaround for this problem is to shift the time axis by a negative increment (e.g. -1minute or -1hour):
cdo daymax -shifttime,-1hour ifile ofileRegards,