Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
fimex:start [2015-05-11 14:46:51] heikok |
fimex:start [2026-02-04 09:30:49] (current) alexanderb |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{ metelogo80.png}} | ||
| - | |||
| ====== FIMEX ====== | ====== FIMEX ====== | ||
| - | Fimex is a the File Interpolation, | + | Please see the wiki on [[https://github.com/metno/fimex/wiki|github]]. |
| - | + | ||
| - | For simple usage, Fimex comes also with the command line program '' | + | |
| - | + | ||
| - | Fimex is build around | + | |
| - | + | ||
| - | + | ||
| - | ===== News ===== | + | |
| - | * 2015-05-11 {{: | + | |
| - | * fixing problems with metgm-files | + | |
| - | * fix bug when changing both scaling and varName in NcML | + | |
| - | * avoid fetching multiple levels in fiXYcontents | + | |
| - | * 2015-04-23 {{: | + | |
| - | * adding fiXYcontents script, listing content as horizontal 2d-fields | + | |
| - | * new vertical interpolation methods (different extrapolations) | + | |
| - | * linear_const_extra, | + | |
| - | * using linear_weak_extra for time-interpolation (only 1 timestep extrapolation) | + | |
| - | * adding FIMEX_CHUNK_CACHE_SIZE to remove chunk-cache in constraint environments (e.g. webservers) | + | |
| - | * increase precision of units-conversion (< | + | |
| - | * fix debian-packages for fortran-dev | + | |
| - | * grib: fix stepUnits when different from h | + | |
| - | * grib: handling clusters as ensembles | + | |
| - | * changing loop-order when writing netcdf (time, | + | |
| - | * 2015-02-27 {{: | + | |
| - | * convert pressure to altitude using hypsometric formula | + | |
| - | * compressed grbml.gz files with fiIndexGribs | + | |
| - | * fix limited resolution problems with grib1 files (dx-min = 0.001degree) | + | |
| - | * configurable chunkSize of NetCDF4 output | + | |
| - | * bugfix in RFimex-0.05: | + | |
| - | * bugfix in interpolator: | + | |
| - | * 2015-01-20 {{: | + | |
| - | * making getDataSlice calls fork-safe | + | |
| - | * adding example on how to efficiently parallelize multi-field reading with fork | + | |
| - | * possibility to parallelize fimex with MPI and MPI-IO | + | |
| - | * adding forward_undef_* interpolations, | + | |
| - | * improving performance by a factor 8 when reading large grbml files | + | |
| - | * avoid segfault when grbml points to non-existing grb-file | + | |
| - | * fix height/ | + | |
| - | * 2014-12-16 {{: | + | |
| - | * fix correction of earthfigure for grb-files | + | |
| - | * 2014-12-11 {{: | + | |
| - | * creation of one grib-index file for many grib-files | + | |
| - | * new filetype grbml (grib-index file) as reader | + | |
| - | * translation of grib-messages to netcdf-variables without time-axes possible | + | |
| - | * read grib-asimov (hirlam) header | + | |
| - | * interpolation with forward_* method now possible if only projection, but not coordinates present | + | |
| - | * fix relative interpolation axis for lat-lon input | + | |
| - | * height above ground and height above mean-sea level now clearly distinct, use ' | + | |
| - | * post-processor for interpolation, | + | |
| - | * process: addVerticalVelocity, | + | |
| - | * fixing standard_name of cloud-water | + | |
| - | * glob: notation to join several netcdf-files along the unlimited dimension | + | |
| - | * fix vertical levels for grib ' | + | |
| - | * monotonous longitude axis, even when outside -180:180 | + | |
| - | * fix geographical extraction when multiple coordinate-systems exist in one file | + | |
| - | * improvements in error messages, filenames on missing/ | + | |
| - | * 2014-10-07 {{: | + | |
| - | * fix grib-missing-long on 64bit platforms for asimov-files | + | |
| - | * more tests on vector-rotation, | + | |
| - | * fix name of atmosphere_sigma_coordinate | + | |
| - | * allow record-dimensions to switch to normal dimensions and vv in NcML | + | |
| - | * avoid crashes when data missing | + | |
| - | * 2014-08-26 {{: | + | |
| - | * ncml-fixes: allow record-dims to change to normal dimensions | + | |
| - | * interpolator: | + | |
| - | * 2014-07-07 {{: | + | |
| - | * many tests for vector-rotation | + | |
| - | * fix bug for flipping vector with some special projections | + | |
| - | * remove some llvm-warnings | + | |
| - | * allow scalar felt-axes | + | |
| - | * 2014-06-24 {{: | + | |
| - | * improved accuracy of vector-rotation to latlon | + | |
| - | * Pure north wind, rotated to lcc and back to latlon, scale up to -20% (brightviolet) / 20% (brightred) distortion {{: | + | |
| - | * updating build to multi-arch environments (ubuntu 14.04, debian 7) | + | |
| - | * extraKey-selection of grib-files | + | |
| - | * allow absolute/ | + | |
| - | * use packingType from gribWriterConfig.xml | + | |
| - | * fix extract.reduceTime for several time-axes | + | |
| - | * avoid uninitialized ptr in fortran / icc | + | |
| - | * fix cross-sections with more than 2 points | + | |
| - | * 2014-05-13 {{: | + | |
| - | * join several levelNo in grib-files | + | |
| - | * rotation of directions (angles) | + | |
| - | * performance improvements of process.accumulate | + | |
| - | * fixes when reading prorad | + | |
| - | * performance and accuracy-improvements in interpolation | + | |
| - | * circular handling of longitude-axes in interpolation | + | |
| - | * fixing interpolation exceptions when coordinates axes are not correctly defined | + | |
| - | * 2014-02-11 {{: | + | |
| - | * adding support for Prorad xml-files | + | |
| - | * avoiding singularities in interpolation | + | |
| - | * adding variable_type and dimension_size in Fortran | + | |
| - | * improving WRF-convention support (rot lat/lon, auxiliary axes) | + | |
| - | * using CF after horizontal transformation of WRF-files | + | |
| - | * bugfixes in merge (still in beta) | + | |
| - | * fixing grib-reader for mercator-files | + | |
| - | * adding qualityExtract2 command-line option, convenient for land-masking after interpolation | + | |
| - | * 2013-12-16 {{: | + | |
| - | * extending f90-interface, | + | |
| - | * extending c-interface | + | |
| - | * slightly improving parallelization | + | |
| - | * fix setting of netcdf-compression per variable | + | |
| - | * improve scanning of grib-files | + | |
| - | * re-implement merging of files to allow for new target-grid | + | |
| - | * improve reading of WRF-files; better coordinate-support and vector-detection | + | |
| - | * fix latlon-interpolation with staggered grids | + | |
| - | * add support for logarithmic units | + | |
| - | * fix mercator-axes from grib-files | + | |
| - | + | ||
| - | Older news can be found in the [[archive]]. | ||