rnatm

Load and structure data describing an atmosphere
git clone git://git.meso-star.fr/rnatm.git
Log | Files | Refs | README | LICENSE

commit 99e2e93c446965ef44603616874a4858a389c173
parent c0224868636c1bb4570536b5168fc8d61a7021cd
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 31 Oct 2023 12:52:36 +0100

Write the release note for version 0.1

Diffstat:
MREADME.md | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -26,6 +26,22 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.1 + +- Fix voxelization deadlock. +- Fix of a bug when calculating the octree definition: the definition + should be equal to 0, which would result in an error. +- Fix the calculation of radiative coefficients. They were erroneous + when the gas band overlapped several aerosol bands: the aerosol + average was wrongly reduced to the integration domain. +- Write the man pages directly in mdoc's roff macros, instead of using + the scdoc markup language as a source for man pages. +- Replace CMake by Makefile as build system. +- Update compiler and linker flags to increase the security and + robustness of generated binaries. +- Provide a pkg-config file to link the library as an external + dependency. + ### Version 0.0.1 Fix several bugs when volumetric meshes of the components are not