Added by Hiren Dave over 12 years ago
I am having 6 hourly grib data files (four data files per day) and I want to perform mean of four file (00Z,06Z,12Zand 14Z)to get daily values. what should I do?
Combine the result of the CDO operators mergetime and daymean. Here is an example:
cdo daymean -mergetime 'file??Z' resultThe assumed file names in this example are: file00Z file06Z file12Z and file18Z.