To install the port:cd /usr/ports/science/cdo/ && make install clean To add the package:pkg_add -r cdo
Configuration Options
===> The following configuration options are available for cdo-1.2.0:
NETCDF=off (default) "NETCDF support"
===> Use 'make config' to modify these settings
Fix build on 5.x.
pthread_condattr_getpshared() and pthread_mutexattr_getpshared() were not
introduced to FreeBSD 5.
PR: ports/106289
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
CDO is a collection of command line Operators to manipulate and analyse Climate
model Data. Supported file formats are GRIB, netCDF, SERVICE, EXTRA and IEG.
There are more than 250 operators available. The following table gives a short
overview about the main categories.
* File information (info, sinfo, diff, ...)
* File operations (copy, cat, merge, split*, ...)
* Selection (selcode, selvar, sellevel, seltimestep, ...)
* Missing values (setctomiss, setmisstoc, setrtomiss)
* Arithmetic (add, sub, mul, div, ...)
* Mathematical functions (sqrt, exp, log, sin, cos, ...)
* Comparision (eq, ne, le, lt, ge, gt, ...)
* Conditions (ifthen, ifnotthen, ifthenc, ifnotthenc)
* Field statistic (fldsum, fldavg, fldstd, fldmin, fldmax, ...)
* Vertical statistic (vertsum, vertavg, vertstd, vertmin, ...)
(Only the first 15 lines of the commit message are shown above )