Skip to content

v1.14

Choose a tag to compare

@lars2015 lars2015 released this 06 Jan 19:59
· 207 commits to master since this release

Changes in this release:

  • Update CITATION.cff file.
  • Fixed code style.
  • Updated headers.
  • Added day2doy and doy2day functions and tools.
  • Update README.
  • Moved optimal estimation retrieval function to library file.
  • Added check of magic keys for binary data.
  • Added tests for binary file-I/O.
  • Added binary format for observation data files.
  • Added tool to convert observation file format.
  • Added binary format for atmospheric data files.
  • Added macros to convert NEDT to NESR and vice versa.
  • Added const qualifiers.
  • Fixed path for reading observational data.
  • Update doxygen comments.
  • Update tbl_test.
  • Added code to write per-gas emissivity look-up tables.
  • Fixed output of step size diagnostics.
  • Added code to evaluate forward model results.
  • Added test for hydrostatic code.
  • Replaced sza() by cos_sza() function.
  • Fixed output of raytrace tool.
  • Added test for look-up table tools.
  • Fix look-up table directory.
  • Added CGA test.
  • Update limb test.
  • Added FOV test.
  • Reorganized test data.
  • Added tests for tools.
  • Added test case for retrieval code.
  • Moved retrieval functions to jurassic.* files.
  • Removed surface pressure and surface height variables.
  • Added check whether local surface is included in atmospheric profiles.
  • Update look-up table interpolation.
  • Added check for ground height in raytracer.
  • Fix HiRSE Code Promo Badge link formatting
  • Modified function interface of read_tbl().
  • Modified initialization of look-up tables.
  • Moved field-of-view data to ctl struct.
  • Moved emitter indices for CO2, H2O, N2, and O2 to control parameters.
  • Fix N2 continuum code.
  • Added climatology data for HCl, HF, CH3OH, and H2CO.
  • Added CFC-113 and CFC-114 vertical profiles.
  • Added constants for nitrogen and oxygen concentrations.
  • Added N2 and O2 to climatology code.
  • Fix for reading RFM data.
  • Update check of column density.
  • Added checks of Curtis-Godson pressure.
  • Update examples.
  • Added LD_LIBRARY_PATH to tests.
  • Update table interpolation functions.