Gridded mean of each day based on different time measurement
Added by Christ Reflin almost 2 years ago
Hello,
I have the daily data of relative humidity in the same grid size, same time steps, and same dimensions which are grouped in 3-time measurements (06h, 09h, 12h).
The output that I expect is to have the gridded mean of each day based on these 3-time measurements.
Correct me if I am wrong, Is "cdo ensmean" the right approach to this?
cdo ensmean merge_january_1999_06h.nc merge_january_1999_09h.nc merge_january_1999_12h.nc outfile.nc
Attached the sample data.
Really appreciate for your guidance.
Best
Reflin
Replies (2)
RE: Gridded mean of each day based on different time measurement - Added by Uwe Schulzweida almost 2 years ago
Hello Reflin,
This is exactly the right operator for this task!
Best,
Uwe
RE: Gridded mean of each day based on different time measurement - Added by Christ Reflin almost 2 years ago
Thank you Sir,
really appreciate for the prompt response.
Best
Christ Reflin