Newer
Older
2014-05-20 Uwe Schulzweida
* using CDI library version 1.6.4
* Version 1.6.4 released
2014-03-03 Uwe Schulzweida
* Zonstat: bug fix if input stream contains only zonal data
* Diff: added number of different values to output
* using CDI library version 1.6.3
* Version 1.6.3 released
* gridFromH5file: skipped if attribute >bounds< is defined [Bug #4411]
* gradsdes: added support for GRIB files >2GB [request: Ingo Kirchner]
* gradsdes: added overloading of streamInqGinfo() (bug fix for GRIB1)
* settaxis: added support for negativ time increment
* gradsdes: changed LCC to LCCR in PDEF definition [Bug #4344]
* cat: "Segmentation fault" if the output file already exist [Bug #4291]
* gridFromH5file: set fclose degree to H5F_CLOSE_STRONG [Bug #4272]
* cdoDefineGrid: first call gridFromH5file() for HDF tags
* eca_csu: added number of csu periods with more than 5days per time period [request: Moritz Maneke]
* eca_cfd: added number of cfd periods with more than 5days per time period [request: Moritz Maneke]
* remapdis: optimization for regular 2D source grids
* remapbic: optimization for regular 2D source grids
* remapbil: optimization for regular 2D source grids
* remapbil: skip explicitly call to sort_add() (weights are sorted implicitly)
* remaplib: cleanup and preparation for opt. reg2d grids
* delete: parameter level does not work [Bug #4216]
* using CDI library version 1.6.2
* Version 1.6.2 released
Uwe Schulzweida
committed
* eca_gsl: start date of growing season is wrong if the length of growing season is zero (bug fix)
* splitmon: added optional parameter to set the format string for the month [Feature #4131]
* Sort: added support for multi level variables (bug fix) [report: Irina Fast]
* gridarea: replace cell_area_tri() by huiliers_area()
* outputf: make second parameter (nelem) optional
Uwe Schulzweida
committed
* gridarea: numeric inaccuracy for triangles located directly on the pole (bug fix)
* Consecstat: init vars with 0 (bug fix)
* Seascount: added support for complex numbers
* Timcount: added support for complex numbers
* Timstat: added support for complex numbers
Uwe Schulzweida
committed
* setgridtype: parameter regular: added support for reduced grids on sub area
* mastrfu: added missing value support
Uwe Schulzweida
committed
* select: added support for key >timestep_of_year<
* selyear: fixed wrong result for negative years [Bug #3836]
* added support of ASCII grid description for GRID_LAEA
* gridGenArea: added warning message if grid cell corner not available
* gp2sp: added warning message if gp data not found
* split*: use filename extension from input file
* gridCurvilinearToRegular: set tolerance to 1.e-6
* using CDI library version 1.6.1
* Version 1.6.1 released
* select: added support for key >minute< [request: Beate Gayer]
* inttime: removes last time step [Bug #3611]
Uwe Schulzweida
committed
* mrotuvb: added option >noint< to disable the interpolation to the grid cell centre
* scatter: fails with missing values [Bug #3492]
* gradsdes: added support for netCDF files
* Info: add chunking information of netcdf files (only with verbose output) [Feature #3489]
* select: added support to expand integer parameter
* select: added support for key >hour<
* shifttime: wrong result for negative hours and days [Bug #3440]
* selmon: month not found for negative years [Bug #3439]
* splitmon: month not found for negative years
Uwe Schulzweida
committed
* expr: wrong results if left operand has one level and right operand has more than one level (bug fix) [report: Walter Sauf]
* enscrps: wrong result since CDO version 1.5.6 [Bug #3403]
* fldcor: check missing value of 2. input file (bug fix) [report: Hans-Jrgen Panitz]
* using CDI library version 1.6.0
* Version 1.6.0 released
* gridarea: set number of timesteps to 0 (bug fix for operator chaining) [report: Dirk Notz]
Uwe Schulzweida
committed
* merge: uses size of the first input file for the output buffer [Bug #3290]
Uwe Schulzweida
committed
* New operator: yearmonmean - yearly mean from monthly data
Uwe Schulzweida
committed
* added cdoDefaultFileType to UNCHANGED_RECORD (bug fix)
* masklonlatbox: added support for curvilinear grids
* New operator: duplicate - Duplicates a dataset
Uwe Schulzweida
committed
* sellonlatbox: wrong result with overlapped lonlatbox on curvilinear grids (bug fix) [report: Dirk Notz]
* New operator: timselvar1 - Time range variance [Divisor is (n-1)]
* New operator: timselstd1 - Time range standard deviation [Divisor is (n-1)]
* New operator: runvar1 - Running variance [Divisor is (n-1)]
* New operator: runstd1 - Running standard deviation [Divisor is (n-1)]
* ensrkhisttime: fixed memory fault [https://code.zmaw.de/boards/1/topics/1657]
* Added CDO option -W to print extra warning messages
* New operator: ymonvar1 - Multi-year monthly variance [Divisor is (n-1)]
* New operator: ymonstd1 - Multi-year monthly standard deviation [Divisor is(n-1)]
* New operator: ydayvar1 - Multi-year daily variance [Divisor is (n-1)]
* New operator: ydaystd1 - Multi-year daily standard deviation [Divisor is (n-1)]
* New operator: yhourvar1 - Multi-year hourly variance [Divisor is (n-1)]
* New operator: yhourstd1 - Multi-year hourly standard deviation [Divisor is (n-1)]
* New operator: ydrunvar1 - Multi-year daily running variance [Divisor is (n-1)]
* New operator: ydrunstd1 - Multi-year daily running standard deviation [Divisor is (n-1)]
* New operator: timvar1 - Time variance [Divisor is (n-1)]
* New operator: timstd1 - Time standard deviation [Divisor is (n-1)]
* New operator: hourvar1 - Hourly variance [Divisor is (n-1)]
* New operator: hourstd1 - Hourly standard deviation [Divisor is (n-1)]
* New operator: dayvar1 - Daily variance [Divisor is (n-1)]
* New operator: daystd1 - Daily standard deviation [Divisor is (n-1)]
* New operator: monvar1 - Monthly variance [Divisor is (n-1)]
* New operator: monstd1 - Monthly standard deviation [Divisor is (n-1)]
* New operator: yearvar1 - Yearly variance [Divisor is (n-1)]
* New operator: yearstd1 - Yearly standard deviation [Divisor is (n-1)]
* New operator: ensstd1 - Ensemble standard deviation [Divisor is (n-1)]
* New operator: ensvar1 - Ensemble variance [Divisor is (n-1)]
* New operator: fldstd1 - Field standard deviation [Divisor is (n-1)]
* New operator: fldvar1 - Field variance [Divisor is (n-1)]
* New operator: adisit - Potential temperature to in-situ temperature
Uwe Schulzweida
committed
Uwe Schulzweida
committed
* New operator: select - select fields from an unlimited number of input files
* diff: print only records that differ
* setpartab: added namelist entry 'delete'
* expr: wrong result for operation var1/var2 where var2 = 0
* Settime: set number of output timesteps to unlimited
* Runstat: added support for time bounds (Bug #3127)
* runpctl: added support for time bounds
* setcalendar: changed CDO calendar names to CF calendar names
(standard, proleptic_gregorian, 360_day, 365_day, 366_day)
* using CDI library version 1.5.9
* Version 1.5.9 released
* PROJ.4: use proj_api.h instead of projects.h
* gradsdes: use pstreamInqByteorder() [Bug #3041]
* zonSTAT: check whether a zonal grid already exists (bug fix)
* added workaround to combine CDO operators with the result of mergetime, merge, copy, cat, ens<STAT>
* Selbox: extend check for latitude indices
* enlarge: added missing value support [request: Chris Fletcher]
* Split: added parameter swap to swap the position of <obase> and <xxx> in the filename
* splitgrid: bug fix for gridID output in filename <xxx>
* splitzaxis: bug fix for zaxisID output in filename <xxx>
* cdo: added option -k <chunktype> to set the chunk type to auto, grid or lines
* cdo option -z zip: added optional compression level -z zip[_1-9] [request: Etienne Tourigny]
* pipeInqVlist: wait MIN_WAIT_CYCLES if processNumsActive() == 1 (bug fix) [report: Jaison Ambadan]
* bug fix for user defined lon/lat grids
This bug was introduced in CDO version 1.5.8.
* using CDI library version 1.5.8
* Version 1.5.8 released
* mastrfu: set datatype to 32-bit float
* Fldstat: set weight to 1 if gridsize is 1
* eca_rr1: result has wrong long name attribute [Bug #2763]
* eca_pd: disabled, use eca_rr1 (same functionallity) [Bug #2763]
* use read/write timer only for single threaded CDO version [Support #2854]
* replace: change streamNtsteps() to vlistNtsteps() (bug fix for CDI 1.5.7)
* Added support for netCDF4(HDF5) formatted SCRIP grids
* processDelete: set Process[processID].threadID = 0 (bug fix)
* added CDO option -L to lock all I/O calls. This option is neccessary if external I/O libraries like
netCDF4 (HDF5) were installed without thread-safe support.
* using CDI library version 1.5.7 (merged from cdi-pio)
* Arith: bug fix for NVARS1 == NVARS2
This bug was introduced in CDO version 1.5.6.
* Version 1.5.6.1 released
* arradd: disable SSE2 optimazation (bug in residual loop)
The following statistical functions are affected:
*mean, *avg, *sum, *var, *std
if all of the following conditions are complied:
- x86_64 machine (tornado, squall, thunder, lizard)
- dataset has no missing values
- the horizontal grid size is > 1 and not multiple of 8
This bug was introduced in CDO version 1.5.6.
* using CDI library version 1.5.6
* Version 1.5.6 released
* vlistCompare(): added check to compare sorted parameter names
Uwe Schulzweida
committed
* gradsdes: added support for 64-bit SERVICE, EXTRA and IEG format
Uwe Schulzweida
committed
* import_binary: added support for 64-bit floats via extra OPTION keyword flt64 [request: Tim Bruecher]
* sort_iter: call to sort_par() only for parent <= (nthreads-1)
* added remapsort.c
* remaplib::sort_add: use optimized version (speedup +20%)
* userFileOverwrite: accept also a simple 'y' as yes [request: Dirk Notz]
* Arith: added support for 3D masks [request: Ralf Mller]
* pipeInqVlist: wait only 1s and check for other active CDO processes
* Selvar: added check for time constant fields (bug fix) [report: Ralf Mller]
* mastrfu: use grid coordinates from input file
* pstreamCheckDatarange: activate check only if ivals > 0
* ymonmean: removed time bounds if present (bug fix) [Bug #2474]
* ymonsub: added support for time bounds (bug fix) [Bug #2475]
* New operator: showunit (Showinfo)
* Sinfo: changed Time entry to Ttype
* arradd: SSE2 version (performance +15%)
* Runstat: optimize missing value handling (speedup)
* Runstat: OpenMP parallelization over parameter nts
* Runstat: added env. RUNSTAT_NOMISS
* input: changed time axis to RELATIVE
* using CDI library version 1.5.5
* Version 1.5.5 released
* Ensstat3: nvars undefined (bug fix)
Uwe Schulzweida
committed
* remap_bilin: using fabs(src_lats[n]) for distance-weighted average (big fix) [report: Renate Brokopf]
* remap_bilic: using fabs(src_lats[n]) for distance-weighted average (big fix)
Uwe Schulzweida
committed
* grid.c::gridCurvilinearToRegular: bug fix [report: Ag Stevens]
* remaplib: changed warning message for bilinear/bicubic interpolation
* Yseasstat: changed timestamp of DJF season to last timestep of February
* ml2pl: added support for GRIB2 parameter names [Bug #2252]
* pipeInqVlist: changed init of time_to_wait [Bug #2133]
* replace: removed debug output [report: K. Houchi]
* eca_rr1: missing value not set correctly (bug fix) [report: Hans-Juergen Panitz]
* ecacore: fix all missing values
* geopotheight: added support for WMO code table
* New module: Yhourarith (yhouradd, yhoursub, yhourmul, yhourdiv) [request: Beate Gayer]
Uwe Schulzweida
committed
* mergetime: added env. SKIP_SAME_TIME to skip all double entries of the same timestamp [request: K. Houchi]
* Added operator rohpot - potential density for MPIOM (experimental) [request: Helmut Haak]
* using CDI library version 1.5.4
* Version 1.5.4 released
* remapcon: added env REMAP_AREA_MIN, to set the minimum area fraction [request: Gernot Geppert]
* remaplaf: using binary search (speedup)
* Timstepstat: added support for time bounds
* remaplib: use grid2_bound_box only for conservativ remapping
* setgridtype: added support for grid type lonlat
splitsel: added support for constant fields [Bug #1701]
* timpctl: check index of bins (bug fix for NaNs) [report: Christopher Moseley]
* pipeInqVlist: use pthread_cond_timedwait to wait 30 sec (bug fix) [report: Carsten Ehbrecht]
* pstreamCheckDatarange: use nint() to round smin and smax [report: Kristina Frhlich]
* Added operator timcovar - covariance over time
* Added operator fldcovar - covariance in grid space
* shifttime: added support for time bounds
* setvrange: don't set the attribute valid_range
* added operator mod - modulo [request: Swantje Preuschmann]
* using CDI library version 1.5.3
* Version 1.5.3 released
Uwe Schulzweida
committed
* Monarith (monadd, monsub, monmul, mondiv): wrong results for 3D variables (bug fix) [report: Chris Fletcher]
* deflate compression with netCDF4 doesn't work (bug fix) [report: Geert Jan van Oldenborgh]
* Added operator: muldoy - Multiply with day of year [request: David Gobbett]
* eca_cdd, eca_cwd, eca_rr1, eca_sdii: variable parameter [request: Martin Stendel]
Uwe Schulzweida
committed
* gridarea: bug fix for coarse grid cells with lons between 350 and 0 degrees [report: Aiko Voigt]
* sellonlatbox: correct lon bounds if necessary (bug fix) [report: Klaus Keuler]
* ifthenelse: uses only the first time step of the first input file (bug fix) [report: Ronny Petrik]
* using CDI library version 1.5.2
* Version 1.5.2 released
* ymon<stat>: preserve time axis attributes (big fix) [report: Martin Juckes]
* eof, eoftime, eofspatial, eof3d - Empirical Orthogonal Functions:bug fix [report: Eileen Dahms and Frank Lunkeit]
There was a bug in the calculation of the Frobenius norm, which has only been triggered in some cases
when using a low precision. The normalization has been changed thus that the eigenvectors are not weighted
and their absolute is 1. The default settings for convergence have been changed to be more conservative:
CDO_SVD_MODE=jacobi MAX_JACOBI_ITER=12 FNORM_PRECISION=1.e-12
* setgridtype: compress GME grids [request: Jaison Ambadan]
Uwe Schulzweida
committed
* remapeta: Changed minimum pressure level for condensation from 1000Pa to 0Pa [request: Patrick Joeckel]
Use env. REMAPETA_PTOP to set the minimum pressure level for condensation.
* dv2uv: added support for GRIB2 parameter names (d, vo)
* expr: wrong result for expression 'const-var (e.g. 1-var)' (bug fix) [report: Hans-Jrgen Panitz]
This bug was introduced in CDO version 1.5.1
* invertlat: bug fix for CURVILINEAR grids [report: Christine Rademacher]
* import_binary: added support for OPTION ZREV (bug fix) [report: Rene Hommel]
* histAddValue: added check for rounding errors
* replace: added support to replace single levels
* Vertstat: bug fix for streams with time invariant variables
* using CDI library version 1.5.1
* Version 1.5.1 released
* Added operator stdatm: standard atmosphere values for T,PS
* Added operator intlevel3d: vertical interpolation to/from 3d vertical coordinates
* Exprf: wrong result for missing values != (double) -9.e33 (bug fix) [report: Michael Boettinger]
* detrend: added support for time bounds (bug fix) [report: Andy Aschwanden]
* Filter: added support for time bounds (bug fix) [report: Andy Aschwanden]
* setgridtype: convert curvilinear to unstructured grids [request: Steffen Tietsche]
Uwe Schulzweida
committed
* Remap: added env REMAP_THRESHHOLD to set the threshhold for coordinate transformation
* import_binary: Added support for 1 and 2 byte integer [code from: Karsten ???]
Uwe Schulzweida
committed
* bug fix: fldmean and similar operators fail with 1D grid (1 latitude value) [report: Etienne Tourigny]
* Added support for netCDF4 classic format; option -f nc4c
* eca*: use the input calendar for the output streams (bug fix) [report: Martin Juckes]
* intyear: check contents of input files [report: Angelika Heil]
* pipeDefTimestep: set EOP if nrecs = 0 (dead lock) [report: Luis Kornnblueh]
Uwe Schulzweida
committed
* eofspatial: integer overflow; wrong result for grid size > 46340 (bug fix) [report: Hans-Jrgen Panitz]
* outputkeys: added keys xind, yind [request: Nils Fischer]
* using CDI library version 1.5.0
* Version 1.5.0 released
* Added operator chparam - Change parameter identifier
* Added operator setparam - Set parameter identifiers
* Added operator splitparam - Split parameter identifiers
* Added operator selparam - Select parameters by identifier
* Added operator delparam - Delete parameters by identifier
* sinfo: changed output of table and code number to parameter identifier
* info: changed output of code number to parameter identifier
* diff: changed output of code number to parameter identifier
* setgrid: added parameter: dereference
* cdo: added option -O to overwrite existing output file [request: Chris Fletscher]
* fldmean: check range of lon/lat bounds [report: Jonas Bhend]
* ml2pl: wrong result if input file contains full and half level data (bug fix) [report: Jaison Ambadan]
* gridToCell(GME): set X/Y units to degrees_east/degrees_north [report: Patrick Brockmann]
* expr: added functions abs(), int(), nint(), sqr()
* remapbil: fix pole problem with gr15_psi grids [report: Karoline Block]
* renamed function var to expr_var [report: Jed Kaplan]
* splitcode: added support for code numbers > 999
* changed grid name GRID_CELL to GRID_UNSTRUCTURED
Uwe Schulzweida
committed
* spcut: only correct results with continuous wave numbers starting at 1 (bug fix)
* remaplib: fix data race in calculation of bin_addr (OpenMP)
* detrend: integer overflow; wrong result for nts > 46340 (bug fix) [report: Torsten Seifert]
* sellonlatbox: does not work as expected (bug fix) [report: Jonathan Schubert]
* sellonlatbox: cellidx was not initialized (bug fix) [report: Jaison Ambadan]
* remaplib: Changed remap weights from 2D to 1D array
* using CDI library version 1.4.7
* Version 1.4.7 released
* import_cmsaf: set max length of date string to 8 (bug fix)
* import_cmsaf: added time information also for time constant fields [request: Frank Kaspar]
* eofcoeff: set size of eof_name to 6 (bug fix)
* import_binary: check for gauss grids only when flag linear=0
* readline: filter carriage return '\r' [report: Christian Steger]
* setclonlatbox: bug fix for 1x1 grids [report: Angelika Heil]
Uwe Schulzweida
committed
* Settime: bug fix for time independent variables in combination with other operators (pipes)
* mulcoslat: added support for GME grids [request: Jaison-Thomas Ambadan]
* select: added paramter *ltype* [request: Jaison-Thomas Ambadan]
* Added operator eca_pd - Precipitation days index per time period [request: Barbara Hennemuth]
* sellonlatbox: fix rounding error of the last lon index [report: Mondher Chekki]
* ml2pl: open output stream after all error checks
* sethalo: added support for grid units radian
* sethalo: correct lower bound of grid bounds for negative halos (bug fix)
* fldmean: gives wrong result for grid units radian (bug fix) [report: Pilar Ripodas]
* Yseasstat: bug fix for datasets with time constant fields [report: Ute Merkel]
* Cat: call vlistCompare for all input files
Uwe Schulzweida
committed
* added env. CDO_FILE_SUFFIX to set the file suffix of CDO generated file names
Uwe Schulzweida
committed
* Fldstat2: replaced macros FDIV and FSQRT by function calls DIV and SQRT
* New module: Ydayarith (ydayadd, ydaysub, ydaymul, ydaydiv)
* using CDI library version 1.4.6
* Version 1.4.6 released
* using libtool for linking (rpath)
* include libcdi as subproject
* eca_gsl: adjust implementation to fit definition by ECA [report: Stefan Fronzek]
* eca_gsl: make usable in pipes (bug fix) [report: Stefan Fronzek]
* sellevel: copy zaxis meta data name and units (bug fix) [report: Don Murray]
* pstreamDefTimestep: removed call to streamSync (very slow on GPFS)
* changed percentile parameter type from integer to float [request: Nikolaus Groll]
* changed predefined gaussian grid names from t<RES>grid to n<N>
* sellonlatbox: fix rounding error of the last lon index [report: Flore Mounier]
* Module Expr: added missing value support [request: Marco van Hulten]
* seldate: open output file only when time steps found (bug fix) [report: Hannes Reuter]
* Added module Filter - Time series filtering
* GRIB1 decode: Correct ZeroShiftError of simple packed spherical harmonics
Uwe Schulzweida
committed
* bug fix for wrong result of SZIP compressed GRIB records with 24 bit
packing and a compression ratio < 1.05 [report: Aiko Voigt]
Uwe Schulzweida
committed
* Added operator setvals - Set list of old values to new values
* Added operator eof - Calculate EOFs in spatial or time space