Go to the source code of this file.
|
| module | tl_ad_integrator |
| | Tangent Linear (TL) and Adjoint (AD) model versions of MAOOAM. Integrators module.
|
| |
|
| subroutine, public | tl_ad_integrator::init_tl_ad_integrator |
| | Routine to initialise the integration buffers. More...
|
| |
| subroutine, public | tl_ad_integrator::ad_step (y, ystar, t, dt, res) |
| | Routine to perform an integration step (Heun algorithm) of the adjoint model. The incremented time is returned. More...
|
| |
| subroutine, public | tl_ad_integrator::tl_step (y, ystar, t, dt, res) |
| | Routine to perform an integration step (Heun algorithm) of the tangent linear model. The incremented time is returned. More...
|
| |