1 The integrator naming conventions:
3 *.def = definition file
4 *.f = Fortran 77 source code
5 *.f90 = Fortran 90 source code
8 atm_* = off-the-shelf integrators, adapted to work with KPP
9 use the native full linear algebra
10 useful for providing reference solutions
12 kpp_* = off-the-shelf integrators, using the KPP sparse linear algebra
13 very efficient, useful for production runs
15 plain names = original integrators
16 either use the KPP sparse linear algebra, or provide
19 *_ddm = direct decoupled method
20 integrate for both the concentrations and their sensitivities
21 implements the forward and the tangent linear models together