1 |
% $Header: /u/gcmpack/manual/part6/part6.tex,v 1.32 2005/07/14 21:04:52 heimbach Exp $ |
2 |
% $Name: $ |
3 |
|
4 |
\chapter{Physical Parameterizations - Packages I} |
5 |
\begin{rawhtml} |
6 |
<!-- CMIREDIR:packages: --> |
7 |
\end{rawhtml} |
8 |
|
9 |
Within this chapter, the MITgcm ``packages'' are described. |
10 |
Initially, ``packages'' were conceived to group source code files |
11 |
together based upon their functionality. Each package was assigned a |
12 |
separate subdirectory (within \texttt{pkg}) and, usually, contained |
13 |
source code for implimenting different physical parametizations. This |
14 |
was a convenient method for both segregating and rapidly including or |
15 |
excluding parameterizations during the software build process. |
16 |
|
17 |
Over time, package use has increased. The number of packages has |
18 |
grown and they have evolved to contain much of the model functionality |
19 |
including momentum schemes, I/O utilities, diagnostics, ``exchange'' |
20 |
algorithms for domain decomposition, and numerous physical |
21 |
parameterizations. The following sections describe how to use the |
22 |
existing packages and how to modify them and create new ones. |
23 |
|
24 |
%% In this chapter the schemes for parameterizing processes that are not |
25 |
%% represented explicitly in MITgcm are described. Some of these |
26 |
%% processes are sub-grid scale (SGS) phenomena, other processes, such as |
27 |
%% open-boundaries, are external to the simulation. |
28 |
|
29 |
% Overview |
30 |
\newpage |
31 |
\input{part6/packages.tex} |
32 |
|
33 |
% Packages Related to Hydrodynamical Kernel |
34 |
\newpage |
35 |
\section{Packages Related to Hydrodynamical Kernel} |
36 |
\input{part6/generic_advdiff.tex} |
37 |
|
38 |
\newpage |
39 |
\input{part6/zonal_filt.tex} |
40 |
|
41 |
\newpage |
42 |
\input{part6/exch2.tex} |
43 |
|
44 |
\newpage |
45 |
\input{part6/gridalt.tex} |
46 |
|
47 |
% Some Mention of Packages that are part of the main model document |
48 |
|
49 |
% Ocean Packages |
50 |
\newpage |
51 |
\section{Ocean Packages} |
52 |
\input{part6/gmredi.tex} |
53 |
|
54 |
\newpage |
55 |
\input{part6/kpp.tex} |
56 |
|
57 |
\newpage |
58 |
\input{part6/bulk_force.tex} |
59 |
|
60 |
\newpage |
61 |
\input{part6/exf.tex} |
62 |
|
63 |
\newpage |
64 |
\input{part6/cal.tex} |
65 |
|
66 |
\section{Atmosphere Packages} |
67 |
\newpage |
68 |
\input{part6/aim.tex} |
69 |
|
70 |
\newpage |
71 |
\input{part6/land.tex} |
72 |
|
73 |
%% FIZHI is *** PRIVATE *** |
74 |
%\begin{versionprivate} |
75 |
\newpage |
76 |
\input{part6/fizhi.tex} |
77 |
%\end{versionprivate} |
78 |
|
79 |
\section{Sea Ice Packages} |
80 |
\newpage |
81 |
\input{part6/thsice.tex} |
82 |
|
83 |
\newpage |
84 |
\input{part6/seaice.tex} |
85 |
|
86 |
\section{Packages Related to Coupled Model} |
87 |
\newpage |
88 |
\input{part6/aim_compon_interf.tex} |
89 |
|
90 |
\newpage |
91 |
\input{part6/aim_ocn_coupler.tex} |
92 |
|
93 |
\newpage |
94 |
\input{part6/component_communications.tex} |
95 |
|
96 |
\section{Biogeochemistry Packages} |
97 |
\newpage |
98 |
\input{part6/gchem.tex} |
99 |
|
100 |
\newpage |
101 |
\input{part6/dic.tex} |