| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Changes: https://code.mpimet.mpg.de/projects/cdo/news
|
|
|
|
| |
Changes: https://code.mpimet.mpg.de/projects/cdo/news
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Update WWW
Changes: https://code.mpimet.mpg.de/news/392
https://code.mpimet.mpg.de/news/387
|
|
|
|
| |
Changes: https://code.zmaw.de/news/380
|
|
|
|
|
|
| |
- Regenerate patch files with makepatch:
Changes: https://code.zmaw.de/news/363
|
|
|
|
|
|
| |
- Fix CONFIGURE_ARGS
Changes: https://code.zmaw.de/news/349
|
|
|
|
| |
Changes: https://code.zmaw.de/news/303
|
|
|
|
| |
Changes: https://code.zmaw.de/news/41
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 MASTER_SITES, WWW
PR: ports/146326
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
|
|
|
|
|
| |
PR: ports/122667
Submitted by: maintainer (Sunpoet Po-Chuan Hsieh)
|
|
|
|
|
| |
PR: ports/120299
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet (at) sunpoet.net> (maintainer)
|
|
|
|
|
| |
PR: ports/117506
Submitted by: sunpoet(maintainer)
|
|
|
|
|
| |
PR: ports/114104
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
|
|
|
|
|
|
| |
PR: 111346
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Approved by: clsung (mentor)
|
|
|
|
|
| |
PR: 106849
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/106303
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PR: ports/100050
Submitted by: maintainer (Sunpoet Po-Chuan Hsieh)
|
|
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>
|