You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's list all the remaining little tasks here which we'd like to finish before version 3.0.0 is released:
Status of Matlab?
Status of C?
duplicate Table numbers in pdf of user manual
Add to docs: How to use F90_RCONST for including external functions like Hg_RateLawFuncs
Add to docs: Mention in KPP revision history that arr, arr2, and
k_3rd* were deleted and replaced by arr_* and k3rd*.
Maybe add to docs: Short autoreduce description in Numerical methods -> Rosenbrock methods?
I think that DOUBLE COMPLEX does not exist in f90 and must be replaced by COMPLEX(kind=dp).
Update the list of ci-tests (_table-ci-tests) in 06_info_for_kpp_developers.rst (@yantosca?)
Add a few lines about feuler.f90 in 07_numerical_methods.rst (@msl3v?)
Cleanup of CONTRIBUTING.rst and SUPPORT.rst: Reduce overlap, maybe one file is sufficient. Sync with CONTRIBUTING.md and SUPPORT.md. (I can take care of this if you want)
Delete NFLUX completely?
Is Vdotout unnecessary?
bibtex.json seems to be outdated (or unnecessary?)
Removed host-specific tests in Makefile.defs; added KPP_FLEX_LIB_DIR to specify the path of the flex library file (libfl.a or libfl.so) if it cannot be found in standard locations such as /usr/lib, /usr/lib64/, etc.
Let's list all the remaining little tasks here which we'd like to finish before version 3.0.0 is released:
Status of Matlab?
Status of C?
duplicate Table numbers in pdf of user manual
Add to docs: How to use
F90_RCONSTfor including external functions likeHg_RateLawFuncsAdd to docs: Mention in KPP revision history that arr, arr2, and
k_3rd* were deleted and replaced by arr_* and k3rd*.
Maybe add to docs: Short autoreduce description in Numerical methods -> Rosenbrock methods?
I think that
DOUBLE COMPLEXdoes not exist in f90 and must be replaced byCOMPLEX(kind=dp).Update the list of ci-tests (_table-ci-tests) in 06_info_for_kpp_developers.rst (@yantosca?)
Add a few lines about feuler.f90 in 07_numerical_methods.rst (@msl3v?)
Cleanup of CONTRIBUTING.rst and SUPPORT.rst: Reduce overlap, maybe one file is sufficient. Sync with CONTRIBUTING.md and SUPPORT.md. (I can take care of this if you want)
Delete NFLUX completely?
Is Vdotout unnecessary?
bibtex.json seems to be outdated (or unnecessary?)
Do we have to fix these memory leaks in gen.c? main...kilicomu:KPP:bugfix/gen_memory_leaks
Update doc for MacOS-specific configuration edits
Removed host-specific tests in
Makefile.defs; addedKPP_FLEX_LIB_DIRto specify the path of the flex library file (libfl.aorlibfl.so) if it cannot be found in standard locations such as/usr/lib,/usr/lib64/, etc.