Project

General

Profile

Calculate daily climatologies

Added by Clement Tisseuil about 13 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.nc
file_ou=file_dayclim.nc
cdo daymean $file_in $file_ou
cdo showdate $file_ou


Replies (1)

RE: Calculate daily climatologies - Added by Ralf Mueller about 13 years ago

Operators from the YDAYSTAT section might fit your needs.

cheers
ralf

    (1-1/1)