Project

General

Profile

Output daily averages from monthly dataset

Added by Justin Hicks almost 7 years ago

Hello,

I am working with a monthly dataset from AIRS. I am outputting monthly averaged precipitable vapor data for each month between Sep 2002 and Dec 2010. The units for precipitable vapor are given in kg/m^2, which is equivalent to millimeters. I want to change the units to mm/day, but I want to account for the number of days per month (I could divide the monthly value by 30 but this isn't completely accurate). Is there a cdo command that takes care of this?

Thanks,

-Justin


Replies (1)

RE: Output daily averages from monthly dataset - Added by Uwe Schulzweida over 6 years ago

The CDO operator divdpm divides all values by days per month.

    (1-1/1)