简体   繁体   中英

How to calculate "Standard deviation (STD)" by CDO?

Like, I am having "observed data (obs.nc) and model data (model.nc)". Inside the file have monthly averaged wind speed and the duration of data is 32 years. As a new user, I do not know how to calculate the "Standard deviation" by CDO? Could you guide us on how to compute the "Standard deviation" by CDO? A great thank you in advance.

If you want the standard deviation across all time steps and for each grid cell you would do the following:

cdo timstd infile outfile

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM