aboutsummaryrefslogtreecommitdiff
path: root/science/cdo
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on ia64 and sparc64.Shaun Amott2006-12-091-0/+11
| | | | | | | | PR: ports/106303 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer) Notes: svn path=/head/; revision=179340
* Patch is needed for <= 600000Frank J. Laszlo2006-12-051-1/+1
| | | | | | | Reported by: sunpoet@sunpoet.net (maintainer) Notes: svn path=/head/; revision=178933
* Fix build on 5.x.Frank J. Laszlo2006-12-042-1/+36
| | | | | | | | | | 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) Notes: svn path=/head/; revision=178828
* - Update to 1.0.2Pav Lucistnik2006-10-072-6/+4
| | | | | | | | | | - Unbreak PR: ports/104091 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer) Notes: svn path=/head/; revision=174731
* BROKEN: Does not buildKris Kennaway2006-09-171-0/+2
| | | | Notes: svn path=/head/; revision=173185
* - Update CDO to latest version (1.0.0).Cheng-Lung Sung2006-07-113-16/+6
| | | | | | | | PR: ports/100050 Submitted by: maintainer (Sunpoet Po-Chuan Hsieh) Notes: svn path=/head/; revision=167432
* CDO is a collection of command line Operators to manipulate and analyse ClimatePav Lucistnik2006-06-114-0/+76
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: http://www.mpimet.mpg.de/fileadmin/software/cdo/ PR: ports/98099 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=165075