Previous: NCL Utilities Next: Other NetCDF Utilities Table of contents Frames User guide
2008 Unidata NetCDF Workshop for Developers and Data Providers > NetCDF Utilities

4.5 CDO Utilities
The CDO (Climate Data Operators) package is a collection of command line operators to manipulate and analyze climate model data.

The Max Planck Institute for Meteorology has developed CDO, which supports GRIB, CF-compliant netCDF, and several other formats. There are more than 400 operators available. CDO supports rectangular, curvilinear and unstructured grid types.

CDO includes the ability to pipe an output stream of one operator into another, eliminating unnecessary I/O and temporary files, and allowing parallel processing.

Categories of CDO operators include:

File information Print information about datasets
File operations Copy, split and merge datasets
Selection Select parts of a dataset
Comparision Compare datasets
Modification Modify datasets
Arithmetic Arithmeticly process datasets
Statistical values Ensemble, field, vertical and time range statistic
Regression Detrend of time series
Interpolation Field, vertical and time interpolation
Transformation Spectral transformation
Formatted I/O ASCII input and output
Climate indices ECA Indices of Daily Temperature and Precipitation Extremes

Some examples:

NetCDF-4 note:  CDO supports the netCDF-4 classic data model with compression.

 


Previous: NCL Utilities Next: Other NetCDF Utilities Table of contents Frames User guide
2008 Unidata NetCDF Workshop for Developers and Data Providers > NetCDF Utilities