/[MITgcm]/MITgcm/pkg/generic_advdiff/gad_advection.tex
ViewVC logotype

Contents of /MITgcm/pkg/generic_advdiff/gad_advection.tex

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Fri Apr 2 05:13:33 2004 UTC (20 years, 2 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint54f_post, checkpoint55j_post, checkpoint56b_post, checkpoint55h_post, checkpoint57o_post, checkpoint57h_pre, checkpoint55g_post, checkpoint57h_done, eckpoint57e_pre, checkpoint55c_post, checkpoint53b_pre, checkpoint57k_post, checkpoint57d_post, checkpoint55f_post, checkpoint57i_post, checkpoint57c_post, checkpoint54a_post, checkpoint57m_post, checkpoint53b_post, checkpoint57h_post, checkpoint57a_pre, checkpoint54, checkpoint57, checkpoint56, checkpoint52n_post, checkpoint53, checkpoint53d_post, checkpoint53c_post, checkpoint57g_pre, checkpoint54b_post, checkpoint54a_pre, checkpoint53f_post, checkpoint57f_post, checkpoint53d_pre, checkpoint55e_post, checkpoint57e_post, checkpoint54c_post, checkpoint54d_post, checkpoint53g_post, checkpoint57j_post, checkpoint56c_post, checkpoint57n_post, checkpoint54e_post, checkpoint57b_post, checkpoint55b_post, checkpoint55i_post, checkpoint57p_post, checkpoint57f_pre, checkpoint55d_pre, checkpoint57l_post, checkpoint52m_post, checkpoint57g_post, checkpoint55, checkpoint53a_post, checkpoint55a_post, checkpoint57c_pre, checkpoint56a_post, checkpoint57a_post, checkpoint55d_post
Changes since 1.2: +3 -3 lines
File MIME type: application/x-tex
 o add verbosity option
 o minor cleanups

1 %%
2 %% $Header: /u/gcmpack/MITgcm/pkg/generic_advdiff/gad_advection.tex,v 1.2 2004/04/01 04:23:33 edhill Exp $
3 %% $Name: $
4 %%
5
6 \chapter{Generic Advection Diffusion Package}
7
8 Package ``generic\_advdiff'' provides a common set of routines for
9 calculating advective/diffusive fluxes for tracers (cell centered
10 quantities on a C-grid).
11
12 Many different advection schemes are available: the standard centered
13 second order, centered fourth order and upwind biased third order
14 schemes are known as linear methods and require some stable
15 time-stepping method such as Adams-Bashforth. Alternatives such as
16 flux-limited schemes are stable in the forward sense and are best
17 combined with the multi-dimensional method provided in gad\_advection.
18
19 There are two high-level routines:
20 \begin{itemize}
21 \item{GAD\_CALC\_RHS} calculates all fluxes at time level ``n'' and is
22 used for the standard linear schemes. This must be used in
23 conjuction with Adams--Bashforth time stepping. Diffusive and
24 parameterized fluxes are always calculated here.
25
26 \item{GAD\_ADVECTION} calculates just the advective fluxes using the
27 non-linear schemes and can not be used in conjuction with
28 Adams--Bashforth time stepping.
29 \end{itemize}
30

  ViewVC Help
Powered by ViewVC 1.1.22