KineticPreProcessor / KPP

The KPP kinetic preprocessor is a software tool that assists the computer simulation of chemical kinetic systems
GNU General Public License v3.0
21 stars 11 forks source link

KPP version 2.4.0 release #29

Closed yantosca closed 2 years ago

yantosca commented 2 years ago

@RolfSander has merged the MECCA branch of development into the dev branch. We can now consider releasing KPP 2.4.0.

I have updated the CHANGELOG.md and the version number in gdata.h accordingly.

RolfSander commented 2 years ago

Thanks, @yantosca, for preparing version 2.4.0!

I would like to do more testing inside my MECCA environment before 2.4.0 is released. Can we start with calling the current version 2.4.0-rc.0? I can create a temporary "release" branch for my tests. That way you can continue with merging the GC_updates into dev (PR #28) and don't have to wait for me.

(btw: note that the CI checks failed already because your latest bug fix for kpp_lsode.f90 is only in add-geos-chem-updates but not yet in dev)

yantosca commented 2 years ago

The CI failures are now fixed in commit 76890098ddc972b300d403f357240a1b6b0ed30d. This was because the int/kpp_lsode.f90 integrator did not declare real variable TOLD, which caused a compile-time error.

RolfSander commented 2 years ago

I made a few small changes:

yantosca commented 2 years ago

Thanks @RolfSander, go ahead and merge. Great job!