Merge remote-tracking branch 'origin/release-v4.6.1'
[WRF.git] / chem / KPP / kpp / kpp-2.1 / int / readme
blob93d30ab72154c5b57123c3163f80f8091880f6dd
1 The integrator naming conventions:
3 *.def = definition file
4 *.f   = Fortran 77 source code
5 *.f90 = Fortran 90 source code
6 *.c   = C 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
11         
12 kpp_* = off-the-shelf integrators, using the KPP sparse linear algebra  
13         very efficient, useful for production runs
14         
15 plain names = original integrators
16         either use the KPP sparse linear algebra, or provide
17         explicit solutions      
18         
19 *_ddm = direct decoupled method
20         integrate for both the concentrations and their sensitivities
21         implements the forward and the tangent linear models together