| Port details |
- cdo 1.5.3 science
=0 
- Climate Data Operators
Maintained by: sunpoet@FreeBSD.org  Port Added: 11 Jun 2006 08:44:05
License: not specified in port
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 CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered. Required Libraries: science/hdf5-18, science/netcdf4, graphics/proj, science/szip
There are no ports dependent upon this port
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.5.3:
HDF5=on (default) "HDF5 support"
JASPER=off (default) "Japser support"
NETCDF=on (default) "NetCDF support"
PROJ=on (default) "PROJ support"
SZIP=on (default) "SZIP support"
===> Use 'make config' to modify these settings
- Master Sites:
- https://code.zmaw.de/attachments/download/1833/
- ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
- ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
- ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
- ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
- ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
- ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
- ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
- ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
|
| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
01 Nov 2011 15:08:47
1.5.3
|
sunpoet  |
- Update to 1.5.3
Changes: https://code.zmaw.de/news/85 |
23 Sep 2011 22:26:39
1.5.2
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
01 Sep 2011 12:50:41
1.5.2
|
sunpoet  |
- Move preprocessor options back to CPPFLAGS
Suggested by: danfe, sahil |
29 Aug 2011 03:42:25
1.5.2
|
sunpoet  |
- Update to 1.5.2
Changes: https://code.zmaw.de/news/77 |
16 Jul 2011 06:12:30
1.5.1
|
sunpoet  |
- Update to 1.5.1
- Use CFLAGS instead of CPPFLAGS
- Remove out-dated OSVERSION check and pkg-message
- Make portlint happier
- Cosmetic change
Changes: https://code.zmaw.de/news/68 |
15 Jul 2011 07:00:46
1.5.0_1
|
sunpoet  |
- Bump PORTREVISION for science/hdf5-18 shlib change |
12 Apr 2011 15:17:01
1.5.0
|
sunpoet  |
- Update to 1.5.0
- Update netcdf4 dependency
- CPPFLAGS is now added to CONFIGURE_ENV by Mk/bsd.port.Mk
- Remove OSVERSION check
- Space/Tab twiddle
Changes: https://code.zmaw.de/news/50 |
01 Mar 2011 02:44:32
1.4.7
|
sunpoet  |
- Update to 1.4.7
Changes: https://code.zmaw.de/news/41 |
21 Oct 2010 06:44:18
1.4.6
|
sunpoet  |
- Do not run cdotest on 6.x
Reported by: pointyhat
Approved by: pgollucci (mentor, implicit) |
06 Oct 2010 06:19:03
1.4.6
|
sunpoet  |
- Update to 1.4.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) |
01 Oct 2010 01:14:19
1.4.5.1
|
sunpoet  |
- Use LOCAL/sunpoet as backup MASTER_SITES
Approved by: pgollucci (mentor) |
22 Sep 2010 17:10:26
1.4.5.1
|
sunpoet  |
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor) |
25 Jul 2010 14:22:41
1.4.5.1
|
sahil  |
- Update to 1.4.5.1
PR: ports/148906
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer) |
23 May 2010 10:21:00
1.4.4
|
lwhsu  |
- Update to 1.4.4
PR: ports/146861
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer) |
05 May 2010 12:40:59
1.4.3
|
lwhsu  |
- Update to 1.4.3
- Update MASTER_SITES, WWW
PR: ports/146326
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer) |
08 Feb 2010 22:03:10
1.4.1
|
miwi  |
- Update to 1.4.1
PR: 143516
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer) |
27 Nov 2009 23:17:38
1.3.1_2
|
miwi  |
- Chase graphics/proj shlib bump |
26 Sep 2009 15:11:38
1.3.1_1
|
rafan  |
- Update science/netcdf4 to 4.0.1
- Bump PORTREVISION for dependent ports
PR: ports/136377
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> (maintainer)
Feature safe: yes |
05 Jun 2009 17:13:55
1.3.1
|
lwhsu  |
- Update to 1.3.1
PR: ports/134179
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer) |
01 Feb 2009 09:54:29
1.3.0
|
chinsan  |
- Update to 1.3.0
- Enable HDF5 1.8, netCDF 4 and proj by default
- Reformat Makefile
PR: ports/130720
Submitted by: sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
06 Jan 2009 17:59:31
1.2.1
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
25 Nov 2008 17:18:00
1.2.1
|
chinsan  |
- Update to 1.2.1
PR: ports/128993
Submitted by: sunpoet (maintainer) |
18 Aug 2008 06:51:34
1.2.0
|
edwin  |
[MAINTAINER] science/cdo: update to 1.2.0
PR: ports/126610
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
12 Apr 2008 01:35:21
1.1.1
|
clsung  |
- Update to 1.1.1
PR: ports/122667
Submitted by: maintainer (Sunpoet Po-Chuan Hsieh) |
17 Feb 2008 20:35:17
1.1.0
|
thierry  |
Update to 1.1.0.
PR: ports/120299
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet (at) sunpoet.net> (maintainer) |
26 Oct 2007 02:55:56
1.0.9
|
chinsan  |
- Update to 1.0.9
PR: ports/117506
Submitted by: sunpoet(maintainer) |
29 Jun 2007 01:03:28
1.0.8
|
lwhsu  |
- Update to 1.0.8
PR: ports/114104
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer) |
10 Apr 2007 03:09:55
1.0.7
|
lwhsu  |
- Update to 1.0.7
PR: 111346
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Approved by: clsung (mentor) |
25 Dec 2006 15:29:35
1.0.6
|
rafan  |
- Fix plist
PR: ports/107192
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> (maintainer) |
19 Dec 2006 02:28:19
1.0.6
|
rafan  |
- Reformat pkg-message
- Show pkg-message when install via ports
PR: ports/106885
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> (maintainer) |
18 Dec 2006 05:41:16
1.0.6
|
ijliao  |
upgrade to 1.0.6
PR: 106849
Submitted by: maintainer |
09 Dec 2006 22:47:43
1.0.2
|
shaun  |
Fix build on ia64 and sparc64.
PR: ports/106303
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer) |
05 Dec 2006 12:20:26
1.0.2
|
laszlof  |
Patch is needed for <= 600000
Reported by: sunpoet@sunpoet.net (maintainer) |
04 Dec 2006 16:00:06
1.0.2
|
laszlof  |
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) |
07 Oct 2006 09:59:52
1.0.2
|
pav  |
- Update to 1.0.2
- Unbreak
PR: ports/104091
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer) |
17 Sep 2006 01:34:24
1.0.0
|
kris  |
BROKEN: Does not build |
11 Jul 2006 02:55:25
1.0.0
|
clsung  |
- Update CDO to latest version (1.0.0).
PR: ports/100050
Submitted by: maintainer (Sunpoet Po-Chuan Hsieh) |
11 Jun 2006 08:41:34
0.9.13
|
pav  |
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 ) |