Skip to content
Snippets Groups Projects
Commit a38a98f5 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Docu update

parent 2595b0eb
No related branches found
Tags cdi-2.4.2
1 merge request!60Replace cdf_get_att_int64() by cdf_get_att_longlong() to read NC_INT64...
Pipeline #42563 passed
2023-08-15 Uwe Schulzweida
* Version 2.2.4 released
2023-08-10 Uwe Schulzweida 2023-08-10 Uwe Schulzweida
* Replace cdf_get_att_int64() by cdf_get_att_longlong() to read NC_INT64 attributes with nc_get_att_longlong() * Replace cdf_get_att_int64() by cdf_get_att_longlong() to read NC_INT64 attributes with nc_get_att_longlong()
......
...@@ -5,13 +5,16 @@ Version 2.3.0 (23 October 2023): ...@@ -5,13 +5,16 @@ Version 2.3.0 (23 October 2023):
New features: New features:
* Add support for NetCDF attribute type NC_INT64 * Add support for NetCDF attribute type NC_INT64
* Add interface function streamInqNumSteps() to inquire number of time steps
* gribapi decode: add support for single precision float interface (available since ecCodes-2.30.0) * gribapi decode: add support for single precision float interface (available since ecCodes-2.30.0)
* grib2: add read only support for alternativeRowScanning * grib2: add read only support for alternativeRowScanning
* grib2: add support for earth radius specified by data producer * grib2: add support for earth radius specified by data producer
Fixed bugs: Fixed bugs:
* HIRLAM_EXTENSIONS: set default CDI_KEY_SCANNINGMODE to 64 [Bug #11367]
* gribapiDefGridLCC: store DxInMetres/DyInMetres as double * gribapiDefGridLCC: store DxInMetres/DyInMetres as double
* NetCDF4: use chunkSize only if it is less than gridsize * NetCDF4: use chunkSize only if it is less than gridsize
* cdfDefineAttributes: check filetype for unsigned int attributes * cdfDefineAttributes: check filetype for unsigned int attributes
* time information missing if the stream contains only constant time fields
Version 2.2.0 (23 February 2023): Version 2.2.0 (23 February 2023):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment