mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
6aa8206812
- Cleanup Makefile header Changes: https://code.zmaw.de/news/179 https://code.zmaw.de/news/165 https://code.zmaw.de/news/149 https://code.zmaw.de/news/130 https://code.zmaw.de/news/129
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
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, ...)
|
|
* Time range statistic (timavg, yearavg, monavg, dayavg, ...)
|
|
* Ensemble statistic (enssum, ensavg, ensstd, ensmin, ...)
|
|
* Regression (detrend)
|
|
* Field interpolation (remapbil, remapcon, remapdis, ...)
|
|
* Vertical interpolation (ml2pl, ml2hl)
|
|
* Time interpolation (inttime, intyear)
|
|
|
|
WWW: https://code.zmaw.de/projects/cdo
|