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 [2012-11-27 13:00:37]
heikok
fimex:start [2022-05-31 09:29:32] (current)
Line 1: Line 1:
-{{  :logo1_eng_80.gif}}+{{  metelogo80.png}}
  
 ====== FIMEX ====== ====== FIMEX ======
Line 11: Line 11:
  
 ===== News ===== ===== News =====
-  2012-11-27 {{:fimex:fimex-0.40.1.tar.gz|fimex-0.40.1}} +Please see [[https://github.com/metno/fimex/blob/master/NEWS|NEWS]]. 
-    * read multiple grib-files + 
-    allow writing of latlon grib-files from north to south +The following NEWS are not updated any more since May 2019: 
-    * allow duplicated coordinates +  2019-05-08 [[https://github.com/metno/fimex/releases/tag/v1.0.0|fimex-1.0.0]] 
-    * remove duplicated coordinates for felt-files in latlon +    * please see [[https://github.com/metno/fimex/blob/v1.0.0/NEWS|NEWS]] 
-    * allow different names for latlong (e.glonglat) projections +  2018-11-01 [[https://github.com/metno/fimex/releases/tag/fimex_0_67_0__1|fimex-0.67.0]] 
-    * remove long deprecated FeltCDMReader2.+    * please see [[https://github.com/metno/fimex/blob/fimex_0_67_0__1/NEWS|NEWS]] 
-    * allow change of dimensions without variables in ncml +  * 2018-02-07 [[https://github.com/metno/fimex/releases/tag/fimex_0_66_0__1|fimex-0.66.0]] 
-    * allow variable name-change and attribute-change in one step in ncml +    * please see [[https://github.com/metno/fimex/blob/fimex_0_66_0__1/NEWS|NEWS]] 
-  * 2012-11-07 {{:fimex:fimex-0.40.tar.gz|fimex-0.40}} +  * 2017-10-25 [[https://github.com/metno/fimex/releases/tag/fimex_0_65_0__1|fimex-0.65.0]] 
-    * splitting of vertical axes in grib-files +    * please see [[https://github.com/metno/fimex/blob/fimex_0_65_0__1/NEWS|NEWS]] 
-    * support for ensemble products in grib-files +  * 2017-09-05 [[https://github.com/metno/fimex/releases/tag/fimex_0_64_0__1|fimex-0.64.0]] 
-  * 2012-10-30 {{:fimex:fimex-0.39.2.tar.gz|fimex-0.39.2}} +    * vertical transformation / interpolation supports ensemble dimensions 
-    * vertical-interpolation invalidating data below ocean floor +    * function to convert specific humidity to relative humidity 
-    * vertical interpolation fixing axis (positive down) of depth  +    * support for oblique mercator and geostationary projections (contributed by SMHI) 
-  * 2012-10-15 {{:fimex:fimex-0.39.1.tar.gz|fimex-0.39.1}} +    * cmake build, support for building with eccodes 
-    * backport to boost-1.32 +  * 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]] 
-    * avoid problems with older gcc or icc when using constant class members +    * more bugfixes logging 
-    * improve performance of scaling (use nan-macro rather than function+  * 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]] 
-  * 2012-09-08 {{:fimex:fimex-0.39.tar.gz|fimex-0.39}} +    * bugfix logging 
-    * merging of grids with different resolution (ABürger) +  * 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]] 
-    * allow quality-flags and land-masks from external sources (A. Bürger) +    * bugfix of bugfix in fortran interface 
-    * successfully build on MacOS X/gcc +  * 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]] 
-    * successfully tested with felt-archive files +    * bugfix in fortran interface 
-  * 2012-08-11 {{:fimex:fimex-0.38.1.tar.gz|fimex-0.38.1}} +    * bugfixes elsewhere 
-    * compatibility with boost filesystem V3 boost 1.50 +    * logging reorganization 
-    * adapting to gcc-4.6 / Ubuntu 12.04 +    * faster implementation of extractor 
-  * 2012-07-19 {{:fimex:fimex-0.38.tar.gz|fimex-0.38}} +  * 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]] 
-    * 2x improved output-performance to netcdf3 files +    * ''fimex-0.63.3.tar.gz'' does not contain test/cdmGribWriterConfig_append.xml, please fetch this file from github 
-    * support for ocean_s_coordinate_g1 and *_g2 +    * new data type CDM_STRINGS corresponding to NetCDF NC_STRING 
-    * adding IndexedData for convenience +    * added grib2 codes to config 
-    * introducing DataPtr typedef instead of boost::shared_ptr<Data> +    * grib output append 
-    * adding fiConfigOverview.pl script to simplify configuration +  * 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]] 
-  * 2012-07-05 {{:fimex:fimex-0.37.4.tar.gz|fimex-0.37.4}} +    * bugfixes in CDMPressureConversions 
-    * fixing netcdf-files with 0-terminated strings +    * bugfixes in CDMInterpolator / CDMVerticalInterpolator 
-    * felt: using undefined-values for undefined levels +  * 2016-06-16  {{:fimex:fimex-0.63.1.tar.gz|fimex-0.63.1}} 
-    * build on Ubuntu 12.04 +    * no code changes 
-  * 2012-05-09 {{:fimex:fimex-0.37.3.tar.gz|fimex-0.37.3}} +    * bugfixes for parallel build 
-    * enabling build with nc-config and netcdf-4.1.2 to 4.2 without hdf5 +  * 2016-05-23  {{:fimex:fimex-0.63.tar.gz|fimex-0.63}} 
-    * enabling build with proj-4.8 +    * bugfixes: 
-    * adding latlon projection in gribwriter +      CDMInterpolator->getDataSlice(slicebuilder
-    * fixing bug in gribreader with special options +      problems with get_var_longitude/latitude in c_fimex (api change) 
-    * enabling name and standard_name selection of variables in grib_writer +  * 2016-04-28 {{:fimex:fimex-0.62.1.tar.gz|fimex-0.62.1}} 
-    * fixing WRF earth radius +    * performance improvements: 
-  * 2012-04-11 {{:fimex:fimex-0.37.2.tar.gz|fimex-0.37.2}} +      implement CDMInterpolator->getDataSlice(slicebuilder) 
-    * using towgs84 parameter of CF-1.7-proposal +      vectorize mifi_nanf2bad 
-    * setting felt earth-figure to simple earth +  * 2016-04-19 {{:fimex:fimex-0.62.tar.gz|fimex-0.62}} 
-    * allow overruling of felt-earth-figure in config +    * new high-level fortran90 fimex2d API 
-  * 2012-03-29 {{:fimex:fimex-0.37.1.tar.gz|fimex-0.37.1}} +    * supporting grib-files > 2GB on 32bit platforms 
-    * preliminary WRF convention support +    * enabling parallel grib reading when grib_api build with --enable-pthreads 
-  * 2012-03-27 {{:fimex:fimex-0.37.tar.gz|fimex-0.37}} +    * parallelizing FillWriter/fillFile 
-    * fix colon-separated variable-indicators for felt +    * lazy error-handling in FillWriter/fillFilewriting more data even when errors are found 
-    fix axes in vector-interpolation (deg2rad+    * supporting WRF-output without Times-axis 
-    disabling colon delimiter in wdb-sourcestrings +  * 2016-02-15 
-    * performance-improvements/memory reduction in NcmlCDMReader +    * Repository changed to github: [[https://github.com/metno/fimex]] 
-    * adding de-accumulation processor +  * 2016-01-19 {{:fimex:fimex-0.61.1.tar.gz|fimex-0.61.1}} 
-    * synchronize default fill-value with netcdf +    * bugfixextraction of unlimited dimension ignores all offsets 
-    * fine-tuning usage of surface-variables from felt +  * 2015-12-21 {{:fimex:fimex-0.61.tar.gz|fimex-0.61}} 
-    * allowing to force earth-figure in grib-files +    * improved merge options 
-    * template interpolation supports several coordinate systems +      * both inputs fully configurable 
-    * adding alpha-version of vector to latlon rotation +      * outer variables may be kept even when no inner exist 
-  * 2012-03-02 {{:fimex:fimex-0.36.tar.gz|fimex-0.36}} +      * improved documentation with real world example 
-    * interpolation to simple list of lat/lon values (e.g. multiple profiles) +    adding extract.pickDimension for striding 
-    avoid numerical effect in linear interpolation +    * support for ensembles/realization axes 
-    * fix race-condition in timeInterpolator +    improve performance of grib-reading with SliceBuilder 
-    fix axes of lambert felt-files +      * fix bug when reading grib-files with <ensemble no=“0” total=“220” /> 
-    * update of examples +      * no longer reading repeatedly level-data 
-  * 2012-02-20 {{:fimex:fimex-0.35.2.tar.gz|fimex-0.35.2}} +    fiGrbmlCatFast merger of grbml-files, parallel grbml-file generation possible 
-    * allow to read ASIMOF-grib files +    * packages with debug-symbols 
-    * allow writing grib-data without time +    avoid too small chunks in netcdf4 
-    * fix forward/coordinate interpolation bug from latlon-projection +    micro-performance optimization (vectorization mostly for interpolation
-  * 2012-02-14 Fimex Workshop at met.no +  * 2015-10-26 {{:fimex:fimex-0.60.tar.gz|fimex-0.60}} 
-    * {{:fimex:fimexintroduction.pdf|Fimex Introduction by Heiko Klein}} +    * grib-indexing with explicit ensemble data and earth figure 
-    * {{:fimex:sms-fimex.pdf|Fimex used in Production (SMS)(norwegian) by Arild Burud}} +    * using etmerc instead of tmerc for transverse mercator, with proj 4.8.0 
-    * [[https://diana.wiki.met.no/doku.php?id=diana_smallpresentations|Diana and Fimex, (norwegian) by Lisbeth Bergholt]] +    * better check for simpleSpatial data 
-    * [[https://dokit.met.no/formatstandard/oversett_felt_cf/start|Internal (met.no) translation table between felt parameters and CF standard_names]] +    * fixing missing value handling for grib-precision scaling 
-  * 2012-02-07 {{:fimex:fimex-0.35.1.tar.gz|fimex-0.35.1}} +    * improve MPI-handling 
-    * enable reading of felt-files in lambert-projection +    * output.config for fillWriter, allowing special selection of slices 
-    * improving performancevectorization of vector-interpolation +    * ignore unused dimensions/coordinates inf fillWriter 
-    * deprecating IOCDMReader in favour of CDMReaderFactory +    * detecting axes mismatch for vector-reprojections 
-  * 2012-01-04 {{:fimex:fimex-0.35.tar.gz|fimex-0.35}} +  * 2015-08-28 {{:fimex:fimex-0.59.1.tar.gz|fimex-0.59.1}} 
-    * grib-reader +    * fixing bug //sometimes no data when interpolating to many lat/lon points// 
-      * supporting several types of levels for same parameter +  * 2015-08-25 {{:fimex:fimex-0.59.tar.gz|fimex-0.59}} 
-      * supporting several horizontal CS for different parameters +    * **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)) 
-    * grib-writer +    * require '-c fimex.cfg' to read fimex.cfg files 
-      * fixing date-settings +    * avoid double points on cross-sections corners 
-      using second-order packing if possible +    * precision-scaling on grib-data to float-format uses rounding at 1/scale_factor instead of adding scale_factor/add_offset 
-    * interpolation +    * allow pressure and air_pressure as standard_name 
-      * support for several horizontal CS (e.g. staggered grids) +    * use subsetting of input data when interpolating to lon-lat points 
-      using nanoflann instead of kdtree++, 4*speedup +      * giving about 20x faster response on cached local data 
-      * supporting degree-based projections in coord_kdtree +      reducing data-transmission to <0.1% on opendap sources 
-      * configurable radius for coord_kdtree +    * enabling extractor to propagate subsetting 
-      * improved index-access, 1.1*speedup +    * adding FIMEX_CHUNK_CACHE_SLOTS env-variable for better cache-control 
-      bilinearbetter border handling, 1.3*speedup +  2015-05-11 {{:fimex:fimex-0.58.1.tar.gz|fimex-0.58.1}} 
-      * vertical: support for depth +    * fixing problems with metgm-files 
-    * using WGS84 coordinates of latitude/longitude instead of spherical +    * fix bug when changing both scaling and varName in NcML 
-    * extract-reduceToBoundigBox supporting bb around -180 +    * avoid fetching multiple levels in fiXYcontents 
-    * parallelization +  * 2015-04-23 {{:fimex:fimex-0.58.tar.gz|fimex-0.58}} 
-      * nn, bilinear, cubic and vector interpolation +    * adding fiXYcontents scriptlisting content as horizontal 2d-fields 
-      * make get*Data* operations thread-safe +    * new vertical interpolation methods (different extrapolations) 
-      make (Time-)Units thread-safe +      linear_const_extra, linear_weak_extra, linear_no_extra 
-      parallelization of NetCDF-writer and NullCDMWriter +    * using linear_weak_extra for time-interpolation (only 1 timestep extrapolation
-      * upgrade to libtool 2.4.2 (including openmp support) +    * adding FIMEX_CHUNK_CACHE_SIZE to remove chunk-cache in constraint environments (e.g. webservers) 
-      * adding ThreadPool.h for runtime configuration of threads +    * increase precision of units-conversion (<1e-14
-    * forcing boost-filesystem api to be compatible with newer boost-versions +    * fix debian-packages for fortran-dev 
-    * remove isinf - not part of C++03 +    * grib: fix stepUnits when different from 
-  * 2011-12-01 {{:fimex:fimex-0.34.tar.gz|fimex-0.34}} +    * grib: handling clusters as ensembles 
-    * shared connections to wdb databases +    * changing loop-order when writing netcdf (time,variable) to avoid performance problems with filesystems with large blocksize (lustre) 
-    * spatial_vector extension in ncml +  * 2015-02-27 {{:fimex:fimex-0.57.tar.gz|fimex-0.57}} 
-    * backport of tests to boost 1.34 +    * convert pressure to altitude using hypsometric formula 
-    * stabilizing interpolation to netcdf-template +    * compressed grbml.gz files with fiIndexGribs 
-    * fixing char-data writing to netcdf +    * fix limited resolution problems with grib1 files (dx-min = 0.001degree) 
-  * 2011-11-21 {{:fimex:fimex-0.33.2.tar.gz|fimex-0.33.2}} +    * configurable chunkSize of NetCDF4 output 
-    * backport to netcdf 3.6 +    * bugfix in RFimex-0.05: closing filehandles in gc() 
-    * enabling build without netcdf +    * bugfix in interpolator: interpolation to singularities (poles) results now in undefined values 
-    * dropping ensemble_member dimension when only data-version differs in parameter +  * 2015-01-20 {{:fimex:fimex-0.56.tar.gz|fimex-0.56}} 
-  * 2011-11-17 {{:fimex:fimex-0.33.1.tar.gz|fimex-0.33.1}} +    * making getDataSlice calls fork-safe 
-    * fixing vector-projection interpolation of wind-fields +    * adding example on how to efficiently parallelize multi-field reading with fork 
-    fixing interpolation to projections in degree +    * possibility to parallelize fimex with MPI and MPI-IO 
-    enabling compilation with newer versions of boost_filesystem (1.44-1.47) +    * adding forward_undef_* interpolations, i.e. forward_* interpolation with different interpretation of undefined values 
-    * adding forgotten functions to support unsigned datatypes +    * improving performance by a factor 8 when reading large grbml files 
-    * deprecating data.asConstTYPE() methods +    * avoid segfault when grbml points to non-existing grb-file 
-  * 2011-11-03 {{:fimex:fimex-0.33.tar.gz|fimex-0.33}} +    * fix height/altitude conversion (gave no results before
-    * backport to boost-1.34 and gcc 4.2.4 +  * 2014-12-16 {{:fimex:fimex-0.55.1.tar.gz|fimex-0.55.1}} 
-    * improving build-system, abort when required options are missing +    * fix correction of earthfigure for grb-files 
-    * adding omega2vwind conversion +  * 2014-12-11 {{:fimex:fimex-0.55.tar.gz|fimex-0.55}} 
-    * supporting unsigned and 64bit integer datatypes +    * creation of one grib-index file for many grib-files 
-    * removing dependency on deprecated netcdf_c++ library +    * new filetype grbml (grib-index file) as reader 
-    adding interpolation to netcdf-template +    * translation of grib-messages to netcdf-variables without time-axes possible 
-    * projection improvements to gribWriter, but still in beta +    * read grib-asimov (hirlam) header 
-    * using DSN syntax to connect to wdb +    * interpolation with forward_* method now possible if only projection, but not coordinates present 
-    allowing CDMFileReaderFactory to read config-files from memory and URLs +    * fix relative interpolation axis for lat-lon input 
-    * support ensemble members in felt +    * height above ground and height above mean-sea level now clearly distinctuse 'height' for above ground, and altitude for height above msl 
-    * adding vcoord and param options to felt-parameters +    * post-processor for interpolation, e.g. for extrapolation similar to pre-processor 
-    * allowing global parameter restrictions in felt-config +    * process: addVerticalVelocity, calculated from continuity equation for hydrostatic models 
-  * 2011-09-22 {{:fimex:fimex-0.32.tar.gz|fimex-0.32}} +    * fixing standard_name of cloud-water 
-    * switching to metgm-library >=0.93.2allowing lower memory consumption through slicing +    * glob: notation to join several netcdf-files along the unlimited dimension 
-    * faster reindexing in metgm-writer +    * fix vertical levels for grib 'extraHalvLevels' (+1 onffest) 
-    allowing own fillValue in cdmQualityReader +    * monotonous longitude axis, even when outside -180:180 
-    * consistent handling of datum (through towgs84-parameters+    * fix geographical extraction when multiple coordinate-systems exist in one file 
-    * allowing different scan-mode in felt-reader +    * improvements in error messages, filenames on missing/wrong files, ticks around wrong units/variables 
-    * allowing continuous felt-files (felt-type = 1+  * 2014-10-07 {{:fimex:fimex-0.54.tar.gz|fimex-0.54}} 
-    * using WGS84-ellipsoid world for all data from felt +    * fix grib-missing-long on 64bit platforms for asimov-files 
-  * 2011-08-29 {{:fimex:fimex-0.31.tar.gz|fimex-0.31}} +    * more tests on vector-rotation, using defaults around singularities 
-    * fixing global attributes in wdb +    * fix name of atmosphere_sigma_coordinate 
-    * improving error-messages in metgm +    * allow record-dimensions to switch to normal dimensions and vv in NcML 
-    * improving ncml-output with redirection to files +    * avoid crashes when data missing 
-    * configurable axes-types in interpolation +  * 2014-08-26 {{:fimex:fimex-0.53.2.tar.gz|fimex-0.53.2}} 
-  * 2011-08-22 {{:fimex:fimex-0.30.tar.gz|fimex-0.30}} +    * ncml-fixes: allow record-dims to change to normal dimensions 
-    * vertical interpolation to pressure and height from pressure, height, sigma, lnP and sigma_hybrid +    * interpolator: avoid crash when no data 
-    * data-transformations for vertical-levels: add4Dpressure, theta2T +  * 2014-07-07 {{:fimex:fimex-0.53.1.tar.gz|fimex-0.53.1}} 
-    * logarithmic and double-logarithmic interpolation +    * many tests for vector-rotation 
-    * wdb using wdbml setup-format (same as wdb-netcdf-java) +    * fix bug for flipping vector with some special projections 
-    * metgm-improved, pre-production +    * remove some llvm-warnings 
-    * remove deprecated FeltCDMReader (use FeltCDMReader2+    * allow scalar felt-axes 
-  * 2011-06-16 {{:fimex:fimex-0.29.tar.gz|fimex-0.29}} +  * 2014-06-24 {{:fimex:fimex-0.53.tar.gz|fimex-0.53}} 
-    * much improved and production ready [[http://sourceforge.net/projects/wdb/|wdb]]-reader +    * improved accuracy of vector-rotation to latlon 
-    * beta version of MetGM / STANAG6022 reader and writer +      Pure north wind, rotated to lcc and back to latlon, scale up to -20% (brightviolet) / 20% (brightred) distortion {{:fimex:fimexold.x_wind.png?256|Old fimex}} fimex<=0.52 -> fimex-0.53 {{ :fimex:fimex0.53.x_wnd.png?256|fimex-0.53}} 
-    * support for [[http://www.unidata.ucar.edu/software/netcdf/ncml/v2.2/FmrcAggregation.html|FMRC]] / reference time axis +    * updating build to multi-arch environments (ubuntu 14.04, debian 7) 
-    * faster build-process / better portability (ported to AIX) +    * extraKey-selection of grib-files 
-    * mercator and lambert projection support in grib-reader +    * allow absolute/relative GRIB_INDEX_PATH 
-    * better handling of netcdf-files with unknown units +    * use packingType from gribWriterConfig.xml 
-    * fixing some memory leaks +    * fix extract.reduceTime for several time-axes 
-  * 2011-05-09 {{:fimex:fimex-0.28.tar.gz|fimex-0.28}} +    * avoid uninitialized ptr in fortran / icc 
-    * improving ncml-support: creation of dimensions and variables, adding values, allow filenames +    * fix cross-sections with more than 2 points 
-    * improving CDMFileReaderFactory to be better usable as library +  * 2014-05-13 {{:fimex:fimex-0.52.tar.gz|fimex-0.52}} 
-    * better handling of rounding-errors when reading data-ranges +    * join several levelNo in grib-files 
-    * allow slices of scalar +    * rotation of directions (angles) 
-    * fix scan-mode for grib-readerimprove support for grib2 +    * performance improvements of process.accumulate 
-    * refactoring CDMInterpolator to use CoordinateSystems +    * fixes when reading prorad 
-    * adding fill2d preprocess method to CDMInterpolator +    performance and accuracy-improvements in interpolation 
-    * improved/rewritten wdb-reader +    * circular handling of longitude-axes in interpolation 
-  * 2011-03-22 {{:fimex:fimex-0.27.tar.gz|fimex-0.27}} +    * fixing interpolation exceptions when coordinates axes are not correctly defined 
-    * generic usage of udunits2 without udunits1-wrapper +  * 2014-02-11 {{:fimex:fimex-0.51.tar.gz|fimex-0.51}} 
-    * felt-reader to allow reading time-independant files +    * adding support for Prorad xml-files 
-    * NC_BYTE variables don't change to NC_CHAR +    * avoiding singularities in interpolation 
-    * support +R proj4 parameter +    * adding variable_type and dimension_size in Fortran 
-    * grib-reader: use DxInMetres instead of xDirectionInMetres +    * improving WRF-convention support (rot lat/lon, auxiliary axes) 
-    * adding all CF1.4 projections: +    * using CF after horizontal transformation of WRF-files 
-      * AlbersConical +    * bugfixes in merge (still in beta) 
-      * AzimuthalEquidistant +    * fixing grib-reader for mercator-files 
-      * LambertAzimuthal +    * adding qualityExtract2 command-line option, convenient for land-masking after interpolation 
-      * LambertCylindrical +  * 2013-12-16 {{:fimex:fimex-0.50.tar.gz|fimex-0.50}} 
-      * Orthograhpic +    * extending f90-interface, including --enable-fortran target 
-      * VerticalPerspective +    * extending c-interface 
-    * improve exception-handling +    * slightly improving parallelization 
-  * 2011-02-14 {{:fimex:fimex-0.26.1.tar.gz|fimex-0.26.1}} +    * fix setting of netcdf-compression per variable 
-    * bugfix in NcmlCDMReader, re-enabling netcdf-support +    * improve scanning of grib-files 
-  * 2011-02-11 {{:fimex:fimex-0.26.tar.bz2|fimex-0.26}} +    * re-implement merging of files to allow for new target-grid 
-    * improved detection of coordinate-systems with variable-less dimensions +    * improve reading of WRF-files; better coordinate-support and vector-detection 
-    * compilation improvements for newer boost-versions / ubuntu maverick +    fix latlon-interpolation with staggered grids 
-    * alpha version of WDB-reader +    * add support for logarithmic units 
-    * enabling setting of unlimited dimension in ncml +    * fix mercator-axes from grib-files 
-    * bug-fix in handling of netcdf4 +
-    * reducing memory consumpting when reading (with unlimited dimension) for opendap +
-  * 2010-12-03 {{:fimex:fimex-0.25.1.tar.gz|fimex-0.25.1}} +
-    * workaround for compiler-bug in gcc < 4 +
-    upgrading build-infrastructure to automake-1.11   +
-  * 2010-11-18 {{:fimex:fimex-0.25.tar.gz|fimex-0.25}} +
-    * reduce memory consumption +
-    * allow extraction of lat/lon bounding-boxes, time and vertical axes by values +
-    * fimex usable as OpENDAP client +
-    * adding a data-subsetter script +
-    * fixing edge-cases, fetching of 0-size data +
-    * back-porting to boost 1.32 +
-    * adding standard_parallel for lcc projection +
-  * 2010-09-13 {{:fimex:fimex-0.24.tar.gz|fimex-0.24}} +
-    * grib-support included in debian package +
-    * adding forecast-reference-time from felt and grib-files +
-    * use grib-steps to determine valid time +
-    * using gstmerc istead of tmerc for mercator, requires proj4.4.7 +
-    * fine grained library dependencies +
-    * bugfix when reading grib index-files     +
-  2010-07-15 {{:fimex:fimex-0.23.tar.gz|fimex-0.23}} +
-    * allowing axes with negative steps +
-    * reading units-initialization only once +
-    * requiring SSE2 on all i386 machines in debian-packages +
-  * 2010-06-10 {{:fimex:fimex-0.21.tar.gz|fimex-0.22}} +
-    * support for transverse mercator and UTM projection +
-    * support for several standard ellipsoids, e.g. WGS85, NAD83 +
-    * support for other time-units than epoch-seconds from felt-files +
-    * including examples in fimex-bin debian package +
-    * best-effort time selection when writing grib-fields without known time +
-    * fixing typo in rotated latitude longitude projection +
-    * fixing bug in second extended grid-type method (felt-files +
-  * 2010-05-07 {{:fimex:fimex-0.21.tar.gz|fimex-0.21}} +
-    * allow data-slicing along any dimension +
-    * adding abstract coordinate-systems +
-    * adding abstract projections +
-    * better coordinate-system support for CF-1.0 +
-    * adding mercator projection +
-    * allow for units compatible to m in CDMInterpolator +
-    * simplified and improved build-system +
-  2010-03-09 {{:fimex:fimex-0.20.tar.gz|fimex-0.20}} (by M.Eichhorn) +
-    * porting to Visual C++ +
-    * fixing bugs in lambert-projection+
  
 Older news can be found in the [[archive]]. Older news can be found in the [[archive]].
  • fimex/start.1354021237.txt.gz
  • Last modified: 2022-05-31 09:23:16
  • (external edit)