aboutsummaryrefslogtreecommitdiffstats
path: root/science/cdo/files
Commit message (Collapse)AuthorAgeFilesLines
* science/cdo: fix build on powerpc64le, powerpc64 with CPUTYPE=power6 and ↵Piotr Kubaj2021-02-171-0/+31
| | | | | | | newer with Clang Clang doesn't have __fsel function. Taken from https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/config/rs6000/ppu_intrinsics.h;h=e17faae05932e33c22697a3178b26314b88c9a31;hb=HEAD#l530
* Update to 1.9.9Sunpoet Po-Chuan Hsieh2020-11-096-80/+64
| | | | Changes: https://code.mpimet.mpg.de/projects/cdo/news
* Update to 1.9.4Sunpoet Po-Chuan Hsieh2018-05-173-24/+24
| | | | Changes: https://code.mpimet.mpg.de/projects/cdo/news
* Update to 1.9.2Sunpoet Po-Chuan Hsieh2017-12-122-8/+17
| | | | | | | | - Update MASTER_SITES - Update WWW Changes: https://code.mpimet.mpg.de/news/392 https://code.mpimet.mpg.de/news/387
* Update to 1.9.0Sunpoet Po-Chuan Hsieh2017-09-093-7/+18
| | | | Changes: https://code.zmaw.de/news/380
* Update to 1.8.0Sunpoet Po-Chuan Hsieh2017-02-173-16/+16
| | | | | | - Regenerate patch files with makepatch: Changes: https://code.zmaw.de/news/363
* - Update to 1.7.2Sunpoet Po-Chuan Hsieh2016-11-201-20/+0
| | | | | | - Fix CONFIGURE_ARGS Changes: https://code.zmaw.de/news/349
* - Update to 1.6.8Sunpoet Po-Chuan Hsieh2015-04-041-0/+20
| | | | Changes: https://code.zmaw.de/news/303
* - Update to 1.4.7Sunpoet Po-Chuan Hsieh2011-03-014-22/+8
| | | | Changes: https://code.zmaw.de/news/41
* - Update to 1.4.6Sunpoet Po-Chuan Hsieh2010-10-061-5/+6
| | | | | | | | | | | | | | | | | | | | | | Changes: https://code.zmaw.de/news/32 New features: - Using libtool for linking (rpath) - Changed predefined gaussian grid names from t<RES>grid to n<N> - Use n80 instead of t106grid to define a Gaussian N80 grid - Changed percentile parameter type from integer to float New operators: - bandpass: Bandpass filtering - lowpass: Lowpass filtering - highpass: Highpass filtering Changed operators: - eca_gsl: adjust implementation to fit definition by ECA - expr, exprf: added missing values support Fixed bugs: - sellevel: copy zaxis meta data name and units - seldate: open output file only when time steps found Approved by: pgollucci (mentor)
* - Update to 1.4.3Li-Wen Hsu2010-05-051-4/+4
| | | | | | | - Update MASTER_SITES, WWW PR: ports/146326 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
* - Update to 1.1.1Cheng-Lung Sung2008-04-121-6/+6
| | | | | PR: ports/122667 Submitted by: maintainer (Sunpoet Po-Chuan Hsieh)
* Update to 1.1.0.Thierry Thomas2008-02-181-0/+13
| | | | | PR: ports/120299 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet (at) sunpoet.net> (maintainer)
* - Update to 1.0.9Chin-San Huang2007-10-264-16/+6
| | | | | PR: ports/117506 Submitted by: sunpoet(maintainer)
* - Update to 1.0.8Li-Wen Hsu2007-06-294-9/+9
| | | | | PR: ports/114104 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
* - Update to 1.0.7Li-Wen Hsu2007-04-104-16/+15
| | | | | | PR: 111346 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer) Approved by: clsung (mentor)
* upgrade to 1.0.6Ying-Chieh Liao2006-12-185-16/+47
| | | | | PR: 106849 Submitted by: maintainer
* Fix build on ia64 and sparc64.Shaun Amott2006-12-101-0/+11
| | | | | PR: ports/106303 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
* Fix build on 5.x.Frank J. Laszlo2006-12-051-0/+29
| | | | | | | 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)
* - Update CDO to latest version (1.0.0).Cheng-Lung Sung2006-07-111-10/+0
| | | | | PR: ports/100050 Submitted by: maintainer (Sunpoet Po-Chuan Hsieh)
* CDO is a collection of command line Operators to manipulate and analyse ClimatePav Lucistnik2006-06-111-0/+10
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>