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
Next revision Both sides next revision
fimex:start [2015-08-28 18:27:43]
heikok
fimex:start [2019-10-31 08:18:08]
alexanderb Add link to NEWS on github.
Line 11: Line 11:
  
 ===== News ===== ===== News =====
 +Please see [[https://github.com/metno/fimex/blob/master/NEWS|NEWS]].
 +
 +  * 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//
   * 2015-08-25 {{:fimex:fimex-0.59.tar.gz|fimex-0.59}}   * 2015-08-25 {{:fimex:fimex-0.59.tar.gz|fimex-0.59}}
-    * autoremoving unused dimensions when writing netcdf-files+    * **autoremoving unused dimensions when writing netcdf-files**((This change is not backward-compatible and might break commands used after fimex relying on all dimensions to be there. To regain the old behaviour, use a cdmWriterConfig.xml with autoRemoveUnusedDimension="false", e.g. --output.config={{:fimex:cdmWriterConfig.xml.gz|cdmWriterConfig.xml}} or see https://svn.met.no/viewvc/fimex/trunk/share/etc/cdmWriterConfig.xml?revision=1904&view=markup))
     * require '-c fimex.cfg' to read fimex.cfg files     * require '-c fimex.cfg' to read fimex.cfg files
     * avoid double points on cross-sections corners     * avoid double points on cross-sections corners
Line 124: Line 203:
     * 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.txt
  • Last modified: 2022-05-31 09:29:32
  • (external edit)