Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build on ia64 and sparc64. | Shaun Amott | 2006-12-09 | 1 | -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 <= 600000 | Frank J. Laszlo | 2006-12-05 | 1 | -1/+1 |
| | | | | | | | Reported by: sunpoet@sunpoet.net (maintainer) Notes: svn path=/head/; revision=178933 | ||||
* | Fix build on 5.x. | Frank J. Laszlo | 2006-12-04 | 2 | -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.2 | Pav Lucistnik | 2006-10-07 | 2 | -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 build | Kris Kennaway | 2006-09-17 | 1 | -0/+2 |
| | | | | Notes: svn path=/head/; revision=173185 | ||||
* | - Update CDO to latest version (1.0.0). | Cheng-Lung Sung | 2006-07-11 | 3 | -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 Climate | Pav Lucistnik | 2006-06-11 | 4 | -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 |