Project

General

Profile

Daily means

Added by Fernando San Deigo 8 days ago

I have 6-hourly temperature data stored as individual month files (temp_month1.nc, temp_month2,..., temp_month12.nc) with a few missing days. I would like to calculate the daily mean temperature. The line below does the job but it skips the missing dates.

cdo daymean -selvar,temp -cat temp_month*.nc daily.nc

How can I get the missing days to appear as NA (or something similar) in the daily.nc file?
Thans


Replies (1)

RE: Daily means - Added by Uwe Schulzweida 7 days ago

Unfortunately, there is no way to add the missing days with CDO.

    (1-1/1)