Calculate daily climatologies
Added by Clement Tisseuil almost 15 years ago
Hello,
I have got a NetCDF file with daily time series from 1990 to 2000 (see the file_subset.nc file attached). I thought that I could derive daily climatologies using the cdo daymean function, i.e. getting a NetCDF file with 365 times values (see my code below). Unfortunately, it seems that it does not work as I expected...
Any help will be appreciated !
Thanks in advance.
Clem
file_in=file_subset.ncfile_ou=file_dayclim.nccdo daymean $file_in $file_oucdo showdate $file_ou
| file_subset.nc (362 KB) file_subset.nc |
Replies (1)
RE: Calculate daily climatologies - Added by Ralf Mueller almost 15 years ago
Operators from the YDAYSTAT section might fit your needs.
cheers
ralf