fimex:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
fimex:start [2015-09-04 07:15:11]
heikok
fimex:start [2022-05-31 09:29:32] (current)
Line 11: Line 11:
  
 ===== News ===== ===== News =====
 +Please see [[https://github.com/metno/fimex/blob/master/NEWS|NEWS]].
 +
 +The following NEWS are not updated any more since May 2019:
 +  * 2019-05-08 [[https://github.com/metno/fimex/releases/tag/v1.0.0|fimex-1.0.0]]
 +    * please see [[https://github.com/metno/fimex/blob/v1.0.0/NEWS|NEWS]]
 +  * 2018-11-01 [[https://github.com/metno/fimex/releases/tag/fimex_0_67_0__1|fimex-0.67.0]]
 +    * please see [[https://github.com/metno/fimex/blob/fimex_0_67_0__1/NEWS|NEWS]]
 +  * 2018-02-07 [[https://github.com/metno/fimex/releases/tag/fimex_0_66_0__1|fimex-0.66.0]]
 +    * please see [[https://github.com/metno/fimex/blob/fimex_0_66_0__1/NEWS|NEWS]]
 +  * 2017-10-25 [[https://github.com/metno/fimex/releases/tag/fimex_0_65_0__1|fimex-0.65.0]]
 +    * please see [[https://github.com/metno/fimex/blob/fimex_0_65_0__1/NEWS|NEWS]]
 +  * 2017-09-05 [[https://github.com/metno/fimex/releases/tag/fimex_0_64_0__1|fimex-0.64.0]]
 +    * vertical transformation / interpolation supports ensemble dimensions
 +    * function to convert specific humidity to relative humidity
 +    * support for oblique mercator and geostationary projections (contributed by SMHI)
 +    * cmake build, support for building with eccodes
 +  * 2017-05-12 {{ :fimex:fimex-0.63.7.tar.gz |fimex-0.63.7}} [[https://github.com/metno/fimex/commits/fimex_0_63_7|github]]
 +    * more bugfixes logging
 +  * 2017-04-05 {{ :fimex:fimex-0.63.6.tar.gz |fimex-0.63.6}} [[https://github.com/metno/fimex/commits/fimex_0_63_6|github]]
 +    * bugfix logging
 +  * 2017-03-20 {{:fimex:fimex-0.63.5.tar.gz|fimex-0.63.5}} [[https://github.com/metno/fimex/commits/fimex_0_63_5|github]]
 +    * bugfix of bugfix in fortran interface
 +  * 2017-03-20 {{:fimex:fimex-0.63.4.tar.gz|fimex-0.63.4}} [[https://github.com/metno/fimex/commits/fimex_0_63_4|github]]
 +    * bugfix in fortran interface
 +    * bugfixes elsewhere
 +    * logging reorganization
 +    * faster implementation of extractor
 +  * 2016-11-25 {{:fimex:fimex-0.63.3.tar.gz|fimex-0.63.3}} [[https://github.com/metno/fimex/commits/fimex_0_63_3|github]]
 +    * ''fimex-0.63.3.tar.gz'' does not contain test/cdmGribWriterConfig_append.xml, please fetch this file from github
 +    * new data type CDM_STRINGS corresponding to NetCDF NC_STRING
 +    * added grib2 codes to config
 +    * grib output append
 +  * 2016-09-27  {{:fimex:fimex-0.63.2.tar.gz|fimex-0.63.2}} [[https://github.com/metno/fimex/commits/fimex_0_63_2|github]]
 +    * bugfixes in CDMPressureConversions
 +    * bugfixes in CDMInterpolator / CDMVerticalInterpolator
 +  * 2016-06-16  {{:fimex:fimex-0.63.1.tar.gz|fimex-0.63.1}}
 +    * no code changes
 +    * bugfixes for parallel build
 +  * 2016-05-23  {{:fimex:fimex-0.63.tar.gz|fimex-0.63}}
 +    * bugfixes:
 +      * CDMInterpolator->getDataSlice(slicebuilder)
 +      * problems with get_var_longitude/latitude in c_fimex (api change)
 +  * 2016-04-28 {{:fimex:fimex-0.62.1.tar.gz|fimex-0.62.1}}
 +    * performance improvements:
 +      * implement CDMInterpolator->getDataSlice(slicebuilder)
 +      * vectorize mifi_nanf2bad
 +  * 2016-04-19 {{:fimex:fimex-0.62.tar.gz|fimex-0.62}}
 +    * new high-level fortran90 fimex2d API
 +    * supporting grib-files > 2GB on 32bit platforms
 +    * enabling parallel grib reading when grib_api build with --enable-pthreads
 +    * parallelizing FillWriter/fillFile
 +    * lazy error-handling in FillWriter/fillFile, writing more data even when errors are found
 +    * supporting WRF-output without Times-axis
 +  * 2016-02-15
 +    * Repository changed to github: [[https://github.com/metno/fimex]]
 +  * 2016-01-19 {{:fimex:fimex-0.61.1.tar.gz|fimex-0.61.1}}
 +    * bugfix: extraction of unlimited dimension ignores all offsets
 +  * 2015-12-21 {{:fimex:fimex-0.61.tar.gz|fimex-0.61}}
 +    * improved merge options
 +      * both inputs fully configurable
 +      * outer variables may be kept even when no inner exist
 +      * improved documentation with real world example
 +    * adding extract.pickDimension for striding
 +    * support for ensembles/realization axes
 +    * improve performance of grib-reading with SliceBuilder
 +      * fix bug when reading grib-files with <ensemble no=“0” total=“220” />
 +      * no longer reading repeatedly level-data
 +    * fiGrbmlCat: Fast merger of grbml-files, parallel grbml-file generation possible
 +    * packages with debug-symbols
 +    * avoid too small chunks in netcdf4
 +    * micro-performance optimization (vectorization mostly for interpolation)
 +  * 2015-10-26 {{:fimex:fimex-0.60.tar.gz|fimex-0.60}}
 +    * grib-indexing with explicit ensemble data and earth figure
 +    * using etmerc instead of tmerc for transverse mercator, with proj 4.8.0
 +    * better check for simpleSpatial data
 +    * fixing missing value handling for grib-precision scaling
 +    * improve MPI-handling
 +    * output.config for fillWriter, allowing special selection of slices
 +    * ignore unused dimensions/coordinates inf fillWriter
 +    * detecting axes mismatch for vector-reprojections
   * 2015-08-28 {{:fimex:fimex-0.59.1.tar.gz|fimex-0.59.1}}   * 2015-08-28 {{:fimex:fimex-0.59.1.tar.gz|fimex-0.59.1}}
     * fixing bug //sometimes no data when interpolating to many lat/lon points//     * fixing bug //sometimes no data when interpolating to many lat/lon points//
Line 124: Line 204:
     * add support for logarithmic units     * add support for logarithmic units
     * fix mercator-axes from grib-files     * fix mercator-axes from grib-files
- 
  
  
 Older news can be found in the [[archive]]. Older news can be found in the [[archive]].
  • fimex/start.1441350911.txt.gz
  • Last modified: 2022-05-31 09:23:16
  • (external edit)