Home Contact Us Site Map  
 
       
    next up previous contents
Next: 2.5 Implicit time-stepping: backward Up: 2. Discretization and Algorithm Previous: 2.3 Pressure method with   Contents


2.4 Explicit time-stepping: Adams-Bashforth

In describing the the pressure method above we deferred describing the time discretization of the explicit terms. We have historically used the quasi-second order Adams-Bashforth method for all explicit terms in both the momentum and tracer equations. This is still the default mode of operation but it is now possible to use alternate schemes for tracers (see section 2.16).

Figure 2.3: Calling tree for the Adams-Bashforth time-stepping of temperature with implicit diffusion.
% latex2html id marker 4396
\fbox{ \begin{minipage}{4.5in} \begin{tabbing}
aaa ...
...FF \\lq  $\tau^{(n+1)}$\ (\ref{eq:tau-n+1-implicit})
\end{tabbing} \end{minipage} }

In the previous sections, we summarized an explicit scheme as:

$\displaystyle \tau^{*} = \tau^{n} + \Delta t G_\tau^{(n+1/2)}$ (2.23)

where $ \tau$ could be any prognostic variable ($ u$, $ v$, $ \theta $ or $ S$) and $ \tau^*$ is an explicit estimate of $ \tau^{n+1}$ and would be exact if not for implicit-in-time terms. The parenthesis about $ n+1/2$ indicates that the term is explicit and extrapolated forward in time and for this we use the quasi-second order Adams-Bashforth method:

$\displaystyle G_\tau^{(n+1/2)} = ( 3/2 + \epsilon_{AB}) G_\tau^n - ( 1/2 + \epsilon_{AB}) G_\tau^{n-1}$ (2.24)

This is a linear extrapolation, forward in time, to $ t=(n+1/2+{\epsilon_{AB}})\Delta t$. An extrapolation to the mid-point in time, $ t=(n+1/2)\Delta t$, corresponding to $ \epsilon_{AB}=0$, would be second order accurate but is weakly unstable for oscillatory terms. A small but finite value for $ \epsilon_{AB}$ stabilizes the method. Strictly speaking, damping terms such as diffusion and dissipation, and fixed terms (forcing), do not need to be inside the Adams-Bashforth extrapolation. However, in the current code, it is simpler to include these terms and this can be justified if the flow and forcing evolves smoothly. Problems can, and do, arise when forcing or motions are high frequency and this corresponds to a reduced stability compared to a simple forward time-stepping of such terms. The model offers the possibility to leave the forcing term outside the Adams-Bashforth extrapolation, by turning off the logical flag forcing_In_AB (parameter file data, namelist PARM01, default value = True).

A stability analysis for an oscillation equation should be given at this point.

A stability analysis for a relaxation equation should be given at this point.


next up previous contents
Next: 2.5 Implicit time-stepping: backward Up: 2. Discretization and Algorithm Previous: 2.3 Pressure method with   Contents
mitgcm-support@dev.mitgcm.org
Copyright © 2002 Massachusetts Institute of Technology