Available in Debian.
Climate Data Operators
CDO is a collection of command line Operators to manipulate and analyse
Climate and NWP model Data.
Supported data formats are GRIB 1/2, netCDF 3/4, SERVICE, EXTRA and IEG.
https://code.mpimet.mpg.de/projects/cdo
http://matzeri.altervista.org/x86/release/cdo/
http://matzeri.altervista.org/x86_64/release/cdo/
To build from code I am forced to use
# ugly workaround
find . -name Makefile -exec sed -i -e
's/-Wp,-D_FORTIFY_SOURCE=2//' {} \;
between configure and make, as normal cygport settings seems
to collide with source on FORTIFY
If someone has a better idea, I will appreciate suggestion