ChangeLog 43.1 KB
Newer Older
2013-06-18  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Version 1.6.1 released

2013-05-27  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* gribapiGetEndStep: use stepUnits for timeunits2
	* grib2GetLevel: set level bounds if  0 < leveltype2 < 255

2013-05-23  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* netCDF: missing_value attribute removed [Bug #3592]

2013-05-17  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added CDI function cdiHaveFiletype() to check whether a filetype is available

2013-05-13  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added patch from Florian Prill: Lesen von "Nicht-Standard" GRIB-Keys (bug fix)

2013-04-26  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added patch from Florian Prill: Lesen von "Nicht-Standard" GRIB-Keys

2013-04-25  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* institutInq: check contents of name and longname (bug fix) [Bug #3419]

2013-04-23  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cfortran.h::kill_trailing: wrong result with gcc -O3, use prama for -O2 (bug fix) [report: Luis Kornblueh]
	* vlistXXXAttTxt: use cdi fortran datatype CBUF (char *) for the last argument (bug fix) [report: Luis Kornblueh]
	* gridXXXUUID: use cdi fortran datatype CBUF (char *) for the last argument (bug fix) [Bug #3424]
	* zaxisXXXUUID: use cdi fortran datatype CBUF (char *) for the last argument (bug fix)
2013-04-19  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* stream_gribapi: replaced function getLevelFactor() [Bug #3446]

2013-04-18  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added function vlistDefVarExtra() and vlistInqVarExtra()

2013-04-04  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* vlistDefVarDatatype: changed default missing values of signed integers to -TYPE_MAX

2013-04-02  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdi.h: changed >char*< to >char *< (bug fix for fortran interface)
	* make_cdilib: changed position of error.c and error.h (bug fix)

2013-03-14  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
Uwe Schulzweida's avatar
Uwe Schulzweida committed

	* Version 1.6.0 released
2013-03-13  Florian Prill  <Florian.Prill@dwd.de>

	* Read arbitrary GRIB keys [Feature #3267]

2013-03-13  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* GRIB: added support for time step unit: seconds [Bug #3352]
2013-03-12  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Added support for level type CLOUD_BASE, CLOUD_TOP and ISOTHERM_ZERO [Feature #3247]
	* stream_gribapi: changed units for level type GRIB2_LTYPE_LANDDEPTH to m (internally mm) [Bug #3287]
	* gribapiGetGrid: get gridDescriptionFile with grib_get_string() instead of grib_get_bytes() (bug fix)
2013-03-11  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* stream_gribapi: added support for local table shortName.def [Bug #3343]
2013-03-08  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* vtime2timeval: check validity of month

2013-03-07  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdfDefGrid: bug fix for generic grids with nx or ny > 0
	* netCDF: ignore the attribute valid_min/valid_max, if the data type is inconsistent

2013-02-18  Florian Prill  <Florian.Prill@dwd.de>

	* Added function vlistDefVarIntKey() and vlistDefVarDblKey() to set GRIB_API Key/Value pairs
Uwe Schulzweida's avatar
Uwe Schulzweida committed

2013-02-13  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cgribexGetTsteptype: changed default to TSTEP_INSTANT [Bug #3211]

2013-02-04  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* netCDF: ignore the attribute valid_range, if the data type is inconsistent
	* netCDF: added env IGNORE_VALID_RANGE to ignore the attribute valid_range

2013-01-31  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* stream_cgribex::cgribexGetGrid: add 360 to lastLon, if lastlon <firstLon [Bug #3189]
2013-01-08  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* netCDF: check position of time dimension

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2013-01-15  Thomas Jahns  <jahns@dkrz.de>

	* make_fint.c: added regexec support

2013-01-08  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* global netCDF attribute "source" missing (bug fix)

2012-12-18  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* reshGetValue: added caller function name to error message

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2012-12-17  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
Uwe Schulzweida's avatar
Uwe Schulzweida committed
        * using CGRIBEX library version 1.5.6
2012-12-13  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* removed unused function streamDefineTaxis()
	* fix warning in streamDefTimestep() for stream with constant fields only

2012-12-11  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added cdfGridCompress() to compress coordinates
	* added vlistDefVarChunkType() and vlistInqVarChunkType()

2012-12-03  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* vlistCopyFlag: added support for level bounds

2012-11-26  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* netCDF: added support for time axis name and long_name

2012-11-17  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* stream_cdf::define_all_vars: added txt attributes to vlistDefAttTxt() without trailing 0 [Bug #3004]

2012-11-16  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* file.c: added support for unbuffered write

2012-11-15  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdfReadVarSliceDP: store DATATYPE_FLT32 in a float array and	convert it to double (speedup 2x)
	* cdfInqTimestep: added check for timevalue = NC_FILL_DOUBLE

2012-11-14  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* app/cdi: added optional compression level -z zip[_1-9]

2012-11-09  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* file.c::file_initialize: added support for env GRIB_API_IO_BUFFER_SIZE [request: Florian Prill]

2012-11-07  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* gridGenXvals/gridGenYvals: removed changes from 1.5.8 (bug fix)
	* cgribexGetGrid: bug fix for xinc/yinc recomputation

2012-11-05  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* grib2: correct endStep if timeunits is not equal stepUnits (bug fix)
	* cgribexGetGrid: bug fix for yinc for odd ysize

2012-10-30  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Version 1.5.8 released
	* using CGRIBEX library version 1.5.5

2012-10-29  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* stream_cgribex.c: do not check fraction of xinc/yinc" stream_cgribex.c
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* gridGenXvals/gridGenYvals: recheck xinc/yinc if (first+(size-1)*inc) > last
2012-10-26  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* stream_gribapi.c::gribapiScanTimestep: changed GRIBAPI_MISSVAL to cdiDefaultMissval

2012-10-18  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* vlistCopyFlag: copy ensdata (bug fix) [report: Jaison Ambadan]

2012-10-16  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* grib2: changed packingType from grid_jpeg to grid_simple if nmiss > 0 (bug fix)

2012-10-18  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* grib2: added stepType support for absolute time axis
2012-10-15  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* pio.h remove line 'typedef int MPI_Comm;' [Bug #2882]

2012-09-21  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* vlistInqZaxis: use zaxisGetIndexList() to get global zaxisIDs (bug fix)

2012-09-20  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* listSizeExtend: init ops, val and status

2012-09-20  Thomas Jahns <jahns@dkrz.de>

	* listInitialize: set mutex type to PTHREAD_MUTEX_RECURSIVE

2012-09-11  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
	* cdfInqContents: make ncid local to varid
	* cdfInqContents: group reading of global attribute to read_global_attributtes()
	* cdfInqContents: set ntsteps to 0 if no data variable found
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* netCDF: set 1D arrays to coordinate variables if axis attribute is available
2012-09-10  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* unreduced: compute nlon and nvalues from rowlon[] (bug fix)

2012-09-05  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cgribexEncode: initialize the first 256 entries of isec1 to zero

2012-08-30  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* app/cdi: changed output format of option -s (sinfo)

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2012-08-27  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Version 1.5.7 released
	* model.c::modelInq*: check instID != UNDEFID (buf fix)
	* institution.c::insitutInq*: check instID != UNDEFID (buf fix)
	* Merge of branch cdo-pio into trunk cdi
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* using CGRIBEX library version 1.5.4
	* using EXSE library version 1.3.1

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2012-07-23  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
Uwe Schulzweida's avatar
Uwe Schulzweida committed

	* Version 1.5.6 released
	* using CGRIBEX library version 1.5.3

2012-07-17  Modali Kameswarrao  <modali.kameswarrao@zmaw.de>

Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* added vlistDefVarEnsemble() for GRIB1 and netCDF
2012-07-13  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added call to cdiInitialize() in all streamOpen functions (bug fix)
	* added support for environment variable NC_CHUNKSIZEHINT [Feature #2142]

2012-07-04  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* grib scan timestep: changed Error() to Warning() for inconsistent timesteps

2012-07-04  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* stream_cdf::define_all_grids: modify check for same x and y varids
	* cdfInqContents: set all undefined 1D variables to data variables [request: Florian Prill]

	* cdf_write_var_data: bug fix for unscaled uint8, int8, int16, int32 (bug introduced in 1.5.5)
2012-06-18  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* grib_api: use key significanceOfReferenceTime only for GRIB2

2012-06-06  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added support for grib_api key stepType  [request: Drte Liermann]
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* changed TIME_CONSTANT and TIME_VARIABLE to TSTEP_CONSTANT and TSTEP_XXX
	* renamed vlistInqVarTime() vlistInqVarTsteptype()
2012-06-01  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* stream_gribapi: added support for level type HYBRID_HALF	[request: Drte Liermann]
2012-05-18  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* stream_cdf::cdfDefUnstructured: fixed memory bug [ICON - Bug #2398]

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2012-05-15  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Version 1.5.5 released
	* using CGRIBEX library version 1.5.2

2012-05-02 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdi.h: added vlistDefVarTime() [request: Florian Prill]

2012-05-02 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* stream_gribapi: bug fix for validation date and time

2012-04-27 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* stream_cdf::define_all_grids: changed scale_add() parameter from x to y (bug fix)

2012-04-26 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added support for ZAXIS_DEPTH_BELOW_LAND units "mm",  "cm", "dm" and "m"
2012-03-24 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added single precision support: streamWriteVarF, streamWriteVarSliceF
2012-02-15 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* stream_cdf::cdfDefDatatype: bug fix for DATATYPE_UINT8

2012-02-02 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* stream_cdf::cdfDefCurvilinear: bug fix for CLM s,u,v grids [report: Hans-Jrgen Panitz]

2012-01-30 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
2011-12-27 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
	* added support for GRIB2 packing type grid_ieee
Uwe Schulzweida's avatar
Uwe Schulzweida committed
2011-12-19 Luis Kornblueh  <Luis.Kornblueh@zmaw.de>

	* added suppport for GRIB2 level type 150

2011-12-13 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* verify_coordinate_vars: bug fix in check for units = "1" [report: Katharina Six]

2011-11-11 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added support for netCDF attributes scale_factor and add_offset for lon/lat coordinates

2012-01-06  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added support for GRIB gaussian grid parameter NumPar on non global grids [Bug #1711]
	* added interface functions gridDefNP/gridInqNP (number of parallels between a pole and the equator)

2011-11-04 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added support for GRIB1_LTYPE_SIGMA_LAYER

2011-11-01 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added support for netcdf attribute valid_min/valid_max [request: Etienne Tourigny]

2011-10-27 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdilib.c::defineAttributes: bug fix atttxt [report: Florian Prill]

2011-10-25 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added support for netcdf attribute valid_range [request: Etienne Tourigny]

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2011-10-17  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Version 1.5.3 released
	* using CGRIBEX library version 1.5.1
Uwe Schulzweida's avatar
Uwe Schulzweida committed

2011-10-11  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

       * zaxisCompare: set epsilon from 0 to 1e-9 [request: Felicia Brisc]
Uwe Schulzweida's avatar
Uwe Schulzweida committed

2011-10-06  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added level type ZAXIS_TOA, ZAXIS_SEA_BOTTOM, ZAXIS_ATMOSPHERE [request: Drte Liermann]
2011-10-05  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* stream_cdf::cdfInqContents: check units of hybrid levels
	* varAddRecord: used max number of bit_per_value for 3D GRIB data
	* gribapiDefGrid: added parameter jScansPositively [report: Juan Jose Tasso]
2011-10-02  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* deflate compression with netCDF4 doesn't work (bug fix) [report: Geert Jan van Oldenborgh]

2011-09-21  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* correct netCDF dimension order of unstructured grids (bug fix) [report: Ralf Mueller]

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2011-08-22 Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Version 1.5.2 released

2011-08-15  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* streamFilesuffix: added suffix for filetype NC4C (bug fix)

2011-08-06  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* scanVarAttributes: check size of axis attribute (bug fix) [report: David Huard]

2011-07-29  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Added flexible XYZ dimension ordering for netCDF [request: Andy Aschwanden]

2011-07-28  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added interface function vlistDefVarXYZ to set the dimension order

2011-07-23  Pier Giuseppe Fogli  <piergiuseppe.fogli@cmcc.it>

	* added interface function zaxisInqVct to read the VCT

2011-07-23  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* netcdf input: correct wrong formatted time units [request: Harald Anlauf]

2011-07-14  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* netcdf: added support for GRID_FOURIER (fourier coefficients)
2011-07-12  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Version 1.5.1 released

2011-07-07  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* vlistCopy: allocate and copy varsAllocated elements (bug fix) [report: Ralf Mueller]

2011-06-24  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* vtime2timeval: do not round result (bug fix for TUNIT_YEAR) [report: Andy Aschwanden]

2011-06-01  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* CDI: changed compression type from Ztype to CompType
	* CDI: changed compression level from Zlevel to CompLevel [report: Thomas Jahns]
2011-05-13  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* gridGenYvals: changed delta eps to 0.002 for gaussian grids [report: John Lillibridge] 
	* ruby/python interface: changed GRID_CELL to GRID_UNSTRUCTURED [report: Tim Cera]
2011-05-12  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* grid::compareXYvals: bug fix for generic grids [report: Felicia Brisc]

2011-04-28  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Added attribute standard_name to netCDF time var [request: Karin Meier-Fleischer]
	* Added attribute standard_name to netCDF zaxes [request: Karin Meier-Fleischer]
	* Added attribute positive to netCDF zaxes [request: Karin Meier-Fleischer]
2011-04-27  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Added support for FILETYPE_NC4C (netcdf4 classic)
	* netcdf: Skiped time dependent variables if number of time steps is zero

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2011-03-15  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
Uwe Schulzweida's avatar
Uwe Schulzweida committed

	* using CGRIBEX library version 1.5.0
	* Version 1.5.0 released

2011-03-13  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* stream_cdf: added support for GRIB2 parameter identifier

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2011-03-08  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Version 1.4.8 released

2011-02-06  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* vlistDestroy: fix memory leak
2011-01-25  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added netCDF support for level bounds
2011-01-21  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added grid type GRID_REFERENCE
	* changed grid name GRID_CELL to GRID_UNSTRUCTURED
2011-01-19  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added support to encode/decode GRIB1 with GRIB_API
Uwe Schulzweida's avatar
Uwe Schulzweida committed
2011-01-03  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* using CGRIBEX library version 1.4.7
	* Version 1.4.7 released

2010-11-09  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* improved support for netCDF output from WRF model
2010-10-28  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdfDefZaxis: changed hybrid level type from int to float
	* taxisCopyTimestep: added mutex_lock
	
2010-10-26  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cgribexAddRecord: correct xinc/yinc if necessary [report: Anders Ullerstig]
	
2010-10-12  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

        * cdfDefVCT: remove var mlev and ilev (bug fix) [report: Torsten Weber]

2010-10-05  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdfOpenFile: create netCDF4 files without NC_CLASSIC_MODEL
	* cdfOpenFile: switch off checking of netCDF4 format (read)
2010-09-27  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

        * cdfDefTime: bug fix for time units 3HOURS, 6HOURS, 12HOURS
	
Uwe Schulzweida's avatar
Uwe Schulzweida committed
2010-09-17  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
Uwe Schulzweida's avatar
Uwe Schulzweida committed

	* using CGRIBEX library version 1.4.6
	* Version 1.4.6 released

2010-09-09  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* GRIB1: use packing only for non constant fields [request: Luis Kornblueh]
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* varDefZtype: bug fix [report: Stephanie Legutke]
	
2010-09-07  Ralf Mueller <ralf.mueller@zmaw.de>

	* use libtool 2.2.10 for compiling + linking
	* create shared + static library with PIC support by default
	  (positions independant code)
	* build CDI configuration file: cdi.settings

2010-09-03  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* check axis attribute (bug fix) [report: Cui Chen]
	
2010-08-26  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* vlistCopyFlag: copy zaxis meta data
	
Uwe Schulzweida's avatar
Uwe Schulzweida committed
2010-08-25  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Added support for attribute type int16 and float32 [Request: Don Murray]
	
2010-08-24  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
	
	* Version 1.4.5.2 released [request: Luis Kornblueh]

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2010-08-02  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added grid mask support
	
2010-07-26  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added ECHAM6 GRIB1 code table

2010-07-23  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdfInqContents: fixed out of bounds access to attstring [report: Heiner Widmann]
	
2010-07-05  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdfInqContents: fix problem of wrong stdname for grid description [report: Michael Boettinger]
	* Version 1.4.5.1 released

2010-07-05 Edi Kirk <E.Kirk@gmx.de>

	* GRIB1 decode: Correct ZeroShiftError of simple packed spherical harmonics

2010-07-01  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdfInqContents: use complex packing for spectral data [report: Edi Kirk]

2010-06-30  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* using CGRIBEX library version 1.4.5.1 (szip bug fix for 24 bit data)

2010-06-16  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* using CGRIBEX library version 1.4.5
	* Version 1.4.5 released

2010-05-16  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* stream_history: added NC4 support [report: Etienne Tourigny]
	
2010-05-13  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdfDefXYaxis: check also dimnames (bug fix) [report: Mikhail Itkin]
	
2010-05-12  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* stream_cdf: added support for uppercase attributes [request: Patrick Brockmann]
	
2010-05-07  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* gridGenYvals: bug fix for nlat > 4096 [report: Thomas Bergmann]

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2010-04-29  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Version 1.4.4 released

2010-04-24  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* gaussgrid: define M_SQRT2 [report: alastair.mckinstry@ichec.ie]

2010-04-16  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* MAX_STREAMS: changed fixed size of 4096 to dynamic range of 1024 - 65536
	* MAX_VLISTS:  changed fixed size of 4096 to dynamic range of 1024 - 65536
	* MAX_TAXES:   changed fixed size of 4096 to dynamic range of 1024 - 65536
2010-04-13  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cgribexDefTime: bug fix for GRIB time range 10
	
2010-04-09  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* added support for GRIB time units 3hours and 6hours [request: Jaison-Thomas Ambadan]
2010-04-01  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* vlistMerge: added support to merge levels

2010-03-31  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

        * cgribexDefTime: bug fix for timerange=3 [report: Veronika Gayler]
	* using CGRIBEX library version 1.4.4

2010-03-30  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* vlistCat: correct temporary parameter numbers

2010-03-19  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added support for non integer time units MONTH

2010-03-12  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* gauaw: bug fix for allocation of zfnlat for odd number of nlat

2010-03-04  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdfDefGrid: check whether the variable or dimension name already exist
	
2010-02-27  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

        * grid.c: replace for loops by memcpy (speed up)
2010-02-25  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* implementation of gridDestroy
	
2010-02-22  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Version 1.4.3 released

2010-02-18  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* grib1: bug fix for description of gaussian reduced grids [report: Klaus Wyser]
2010-02-16  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* gauaw: new code to calculate gaussian grid [Luis Kornblueh]
	
2010-02-15  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* rotated grids: correct standard name [report: Michael Boettinger]
	* cgribexDefTime: bug fix for timerange = -1

2010-02-10  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added support for encoding of complex packed spectral data in GRIB1
2010-02-09  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added function gridInqComplexPacking/gridDefComplexPacking

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2010-02-08  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* Version 1.4.2 released

2010-01-25  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added support for timerange 1,2,3,4,5 (GRIB1)
2010-01-14  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdfDefVar: define add_offset and scale_factor always together
	
2010-01-13  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
	* added optional sorting of parameters

2010-01-13  Oliver Fuhrer <oliver.fuhrer@meteoswiss.ch>

	* added support for cosmo GRIB parameter tables
	* added missing value support for cosmo GRIB files

2010-01-07  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* using CGRIBEX library version 1.4.2 (large record support)
	
Uwe Schulzweida's avatar
Uwe Schulzweida committed
2009-12-29  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* using EXSE library version 1.2.0 (complex numbers with EXTRA)
Uwe Schulzweida's avatar
Uwe Schulzweida committed

2009-12-15  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* fileRead: check result of fread
	* binReadF77Block: check result of fileRead
	* Version 1.4.1 released

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2009-12-11  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* streamSync: check that vlist has variables to sync [report: Martin Schultz]
	
2009-12-09  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdfDefVar: define attribute _FillValue if missval was defined (speed up)
	
2009-12-08  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* allocate gribHandle for every grid/zaxis combination (speed up for writing GRIB2)
	
2009-11-30  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdfInqContents: bug fix for GRID_CELL with levels [report: Stephan Lorenz]

2009-11-25  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* using GRIB library version 1.4.1
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	  check max limit of binary scale value (bug fix)
2009-11-22  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* change code/tabnum to param
	
2009-11-20  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added function vlistDefVarParam/vlistInqVarParam

2009-11-17  Ralf Mueller  <Ralf.Mueller@zmaw.de>

	* Added ruby and python interfaces
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	  --enable-ruby  --enable-python 
2009-11-13  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdi.h: added '_vec' to all int and double vector arguments
	
2009-11-12  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* set units to "Pa" if changing zaxis to "pressure" (bug fix) [report: Chao Li]

2009-11-12  Ralf Mueller  <Ralf.Mueller@zmaw.de>

	* Added Fortran Interface via iso_c_bindings facility of F2003
	  --enable-iso-c-interface
2009-11-01  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* added support for GRIB2 JPEG compression

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2009-10-28  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* grbWriteVar: bug fix
	* Version 1.4.0.2 released

2009-10-23  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* cdfDefXaxis: bug fix for multi generic grids [report: Uwe Mikolajewicz]
	* streamCopyRecord: check byteorder (bug fix) [report: Claas Teichmann]
Uwe Schulzweida's avatar
Uwe Schulzweida committed
2009-10-15  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* using GRIB library version 1.4.0.1
	* IEG format: bug fix for lonlat grids [report: Philip Lorenz]
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* Version 1.4.0.1 released
2009-10-06  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* cdtInqContents: check attribute type
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* cdtInqContents: set default time units to DAYS
Uwe Schulzweida's avatar
Uwe Schulzweida committed
2009-10-05  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
	* using GRIB library version 1.4.0
	* added GRIB2 support (testversion) via grib_api(1.8.0)
	* changed C compiler to ANSI C99
	* changed time format from hhmm to hhmmss
	* changed encode/decode_time to seconds
	* ieg: added support for Gaussian grids [request: Ralf Podzun]
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* cdfDefLonLat2D: added attributes for Panoply
	* added support for netCDF timeseries without grid
	* added support for netCDF timeseries with only one grid axis
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* gribDefLevel: bug fix for pressure level units millibar
	* julday_add_seconds: bug fix for adjusting negative seconds
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* stream_cdf:cdfReadVarSliceDP: bug fix for swapxy
	* Version 1.4.0 released

2009-06-15  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* netCDF: reduced number of nc_enddef
	* added env CDI_SORTNAME to sort netCDF names
	* added support for rotated grids on south pole [request: Beate Geyer]
	* timeval2vtime: bug fix for timeunit TUNIT_MONTH
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* streamSync: extent to non netCDF files
	* Version 1.3.2 released
Uwe Schulzweida's avatar
Uwe Schulzweida committed
2009-04-16  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
	* using GRIB library version 1.3.0
	* added support for NaN in DBL_IS_EQUAL
	* added support for GRID type LCC2 (LCC PROJ.4 version)
	* added support for TUNIT_QUARTER (15 minutes)
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* use env GRIB_INVENTORY_MODE=timestep to skip double entries
	* grbDefTime: define tunit also for absolute time [report: Pruek Pongprueksa]
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* set default calendar with env CDI_DEFAULT_CALENDAR
	* change default calendar to CALENDAR_PROLEPTIC
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* gridInqXinc: bug fix
	* grid_check_cyclic: support for curvilinear grids without bounds
	* cdfInqContents: check dimension of curvilinear grids
	* streamOpenAppen: set ncmode to 2 (bug fix)
	* replaced strncpy/strncmp by memcpy/memcmp
	* Version 1.3.1 released
Uwe Schulzweida's avatar
Uwe Schulzweida committed
2009-01-15  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
	* add support for GRID type SINUSOIDAL
	* add support for GRID type LAEA
	* add support of GRIB level type MEANSEA
	* gridCreate: CF stdname and units for curvilinear grids [report: Stephanie Legutke]
	* cdf_create: don't set chunksizehint (bug fix) [report: Luis Kornblueh]
	* change vlistFlagVar to vlistMergedVar
	* set default missval of INT8/16/32 to SCHAR_MIN/SHRT_MIN/INT_MIN
	* move grid_lcc, grid_gme, grid_rot code to CDO
	* move gridToCurvilinear and gridToCell code to CDO
	* cdf_inq_contents: check zaxis type "depth_blow_sea/land" (bug fix)
	* Version 1.3.0 released
Uwe Schulzweida's avatar
Uwe Schulzweida committed
2008-11-13  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>

	* add new function: streamSync
	* add new taxis functions: taxisXXXVdateBounds and taxisXXXVtimeBounds
	* cdfReadVarSliceDP: add swapxy support
	* stream_cdf: check var and axis names
	* cdfInqContents: support of grid stdname 'longitude' and 'latitude'
	* lambert grid: support of projection flag (bug fix) [report: Andrew Digby]
	* streamFilesuffix: bug fix for IEG [report: Class Teichmann]
	* gridCompare: bug fix for lonlat grids and type = 1 (cdfInqContents)
	* netcdf: support of timeunit 'year'
	* Version 1.2.1 released

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2008-08-13  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
Uwe Schulzweida's avatar
Uwe Schulzweida committed
        * using GRIB library version 1.2.0
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* add support for netCDF4 classic with deflate option
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* add datatype UINT8
	* streamClose: use taxisDestroy to release memory
	* cdfInqContents: skip time variable with type = NC_CHAR
	* grbDefGrid: add warning for curvilinear grids
	* grbDefGrid: set increment for zonal means [request: Helmut P. Frank]
	* ptaxisCopy: don't overwrite item 'self' (bug fix)
	* add function vlistXXXVarTimaccu
	* DBL_IS_EQUAL: check NaN with isnan
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* Version 1.2.0 released
Uwe Schulzweida's avatar
Uwe Schulzweida committed
2008-04-08  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
        * using GRIB library version 1.1.1
	* configure: --with-szlib=<directory>
	* configure: check stat.st_blksize [report: Klaus Wyser]
	* update: echam5 code table
	* fileOpen: add O_BINARY if available [report: Klaus Wyser]
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* file.c: _WIN32 support
	* taxis.c: add support for non integer timevalues (TUNIT_MONTH/CALENDAR_360DAYS)
	* stream_cdf: add ICON grid support
	* stream_srv: add support for GRID_CELL (bug fix)
	* cdfInqContents: support of lon/lat units radian
	* cdfInqContents: bug fix for gridtype cell
	* cdfInqContents: bug fix for inconsistent curvilinear grid [report: Holger Goettel]
	* cdfInqContents: bug fix for unsupported grids (dims > 2) [report: Wolfgang Langhans]
	* cdfInqContents: check type of _FillValue
	* gridCompare: compare grid.yinc only if set
	* vlist_att.find_att: allocate attribute only if size > 0
	* grid_gme.c: add function areas to compute grid cell areas [Luis Kornblueh]
	* grid_check_cyclic: bug fix
	* Version 1.1.1 released

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2008-01-24  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
        * using GRIB library version 1.1.0
	* using FILE library version 1.6.0
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* new attribute routines: vlistInqNatts, vlistDefAttr and vlistInqAttr
	  for Int, Flt and Txt
	* Add support for Lambert grids [request: Patrick Samuelsson]
	* Change cdiDefCompress to streamDefZtype/streamDefZlevel
	* decode_timevalue: bug fix for rounding error [report: Veronika Gayler]
	* grbDefTime: add support for century < 0
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* Version 1.1.0 released
Uwe Schulzweida's avatar
Uwe Schulzweida committed
2007-10-22  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
        * using GRIB library version 1.0.6
	* stream_grb:grbDefGrid use ISEC2_ScanFlag [request: Alex Kann]
	* replace calendar module by a new one because of date/time problems
	  with years < 0 [report: Veronika Gayler]
	* add module timebase
	* taxis: add support for years less than zero
	* use always decode_date and encode_date to decode/encode date
	* Version 1.0.8 released

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2007-06-15  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
	* using EXSE library version 1.0.2
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* new ECHAM5 code table [Renate Brokopf]
	* stream_ieg: bug fix memory leak [report: Philip Lorenz]
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* add function gridIsCyclic
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* zaxisDuplicate: bug fix
	* varscan: add full vct support
	* cdfInqContents: print warning if cell_measures is missing
	* cdfInqContents: check also x/yvarid to compare curvilinear grids
	* Version 1.0.7 released

2007-03-06  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
Uwe Schulzweida's avatar
Uwe Schulzweida committed

Uwe Schulzweida's avatar
Uwe Schulzweida committed
        * using GRIB library version 1.0.5
	* use GRIB ltype to define GENERIC zaxis
	* taxisCopyTimestep: copy rdate and rtime [report: Harald Anlauf]
	* grbDefGrid: write absolute value of y-inc [report: Paul Dando]
	* grbDefTime: change to absolute time axis if value < 0 [report: Frank Toussaint]
	* grbDefGrid: change generic grid to lonlat grid
	* grbScanTimestep: bug fix for unsorted codes
	* LOCK/UNLOCK around _init_pointer
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* Version 1.0.6 released

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2006-12-14  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* stream: mt safe version
	* zaxis: mt safe version
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* taxis: mt safe version
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* model: mt safe version
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* remove H5 test version
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* stream_srv/ext/ieg: bug fix for codes > 999 [report: Simon Blessing]
	* cdi_limits: define MAX_STREAMS, MAX_VLISTS, MAX_GRIDS, MAX_ZAXIS
	* Version 1.0.5 released

2006-11-30  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
        * using GRIB library version 1.0.4
	* cdfInqContents: use grid_mapping not for curvilinear grids
	* add env IGNORE_ATT_COORDINATES to ignore attribute coordinates
	* splitBasetime: convert timeunit string to lower case
	* usvs_to_uv: update for zbeta [from: Klaus Wyser]
	* new function: vlistInqVarSzip
	* new function: streamNvals
	* Version 1.0.4 released

Uwe Schulzweida's avatar
Uwe Schulzweida committed
2006-11-03  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
Uwe Schulzweida's avatar
Uwe Schulzweida committed
        * using GRIB library version 1.0.3
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* using EXSE library version 1.0.1
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* add SIGMA level support
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* gridPrint: extented
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* Version 1.0.3 released

2006-09-18  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
	* using GRIB library version 1.0.2
	* grbCopyRecord: add SZIP support
	* vlistChangeVarGrid: bug fix
	* cdfDefVar: set default datatype for addoffset and scalefactor to double
	* cdfWriteVar*: round integer fields with NINT [report: Etienne Tourigny]
	* Version 1.0.2 released
2006-08-01  Uwe Schulzweida  <Uwe.Schulzweida@zmaw.de>
	* using GRIB library version 1.0.1
	* add test version of SZIP for GRIB data
	* add DATATYPE PACK1 to PACK32
	* change DATATYPE from byte to bit
	* split GRIB level type 105 with env var SPLIT_LTYPE_105
	* file.c: remove declaration of getpagesize [report: Mark Hadfield]
	* tableWrite: bug fix for undefined strings
	* Version 1.0.1 released

2006-06-15  Uwe Schulzweida  <schulzweida@dkrz.de>

	* using GRIB library version 1.0.0
	* rename *New functions to *Create
	* stream_grb: update level type ISENTROPIC (report: Ag Stephens)
	* stream_ieg: multiply pressure levels with 100 (report: Holger Goettel)
Uwe Schulzweida's avatar
Uwe Schulzweida committed
	* gridPrint: GME support
	* cdi_error: change return type to char*
	* move byte order types to cdi.h
        * add dummy functions gridDestroy, zaxisDestroy, taxisDestroy