| 1 |
edhill |
1.26 |
% $Header: /u/u3/gcmpack/manual/part6/part6.tex,v 1.25 2004/02/11 18:09:17 edhill Exp $ |
| 2 |
adcroft |
1.2 |
% $Name: $ |
| 3 |
adcroft |
1.1 |
|
| 4 |
|
|
\chapter{Physical Parameterization and Packages} |
| 5 |
cnh |
1.4 |
|
| 6 |
edhill |
1.25 |
Within this chapter, the MITgcm ``packages'' are described. |
| 7 |
|
|
Initially, ``packages'' were conceived to group source code files |
| 8 |
|
|
together based upon their functionality. Each package was assigned a |
| 9 |
|
|
separate subdirectory (within \texttt{pkg}) and, usually, contained |
| 10 |
|
|
source code for implimenting different physical parametizations. This |
| 11 |
|
|
was a convenient method for both segregating and rapidly including or |
| 12 |
|
|
excluding parameterizations during the software build process. |
| 13 |
|
|
|
| 14 |
edhill |
1.26 |
Over time, package use has increased. The number of packages has |
| 15 |
|
|
grown and they have evolved to contain much of the model functionality |
| 16 |
edhill |
1.25 |
including momentum schemes, I/O utilities, diagnostics, ``exchange'' |
| 17 |
edhill |
1.26 |
algorithms for domain decomposition, and numerous physical |
| 18 |
|
|
parameterizations. The following sections describe how to use the |
| 19 |
|
|
existing packages and how to modify them and create new ones. |
| 20 |
edhill |
1.25 |
|
| 21 |
|
|
%% In this chapter the schemes for parameterizing processes that are not |
| 22 |
|
|
%% represented explicitly in MITgcm are described. Some of these |
| 23 |
|
|
%% processes are sub-grid scale (SGS) phenomena, other processes, such as |
| 24 |
|
|
%% open-boundaries, are external to the simulation. |
| 25 |
|
|
|
| 26 |
|
|
\newpage |
| 27 |
|
|
\input{part6/packages.tex} |
| 28 |
cnh |
1.4 |
|
| 29 |
edhill |
1.19 |
\newpage |
| 30 |
|
|
\input{part6/gmredi.tex} |
| 31 |
|
|
|
| 32 |
|
|
\newpage |
| 33 |
|
|
\input{part6/kpp.tex} |
| 34 |
|
|
|
| 35 |
|
|
\newpage |
| 36 |
|
|
\input{part6/thsice.tex} |
| 37 |
|
|
|
| 38 |
|
|
\newpage |
| 39 |
|
|
\input{part6/bulk_force.tex} |
| 40 |
edhill |
1.24 |
|
| 41 |
|
|
\newpage |
| 42 |
|
|
\input{part6/generic_advdiff.tex} |
| 43 |
jmc |
1.20 |
|
| 44 |
|
|
\newpage |
| 45 |
|
|
\input{part6/aim.tex} |
| 46 |
edhill |
1.19 |
|
| 47 |
|
|
\newpage |
| 48 |
|
|
\input{part6/land.tex} |
| 49 |
|
|
|
| 50 |
|
|
\newpage |
| 51 |
|
|
\input{part6/aim_compon_interf.tex} |
| 52 |
|
|
|
| 53 |
|
|
\newpage |
| 54 |
|
|
\input{part6/aim_ocn_coupler.tex} |
| 55 |
|
|
|
| 56 |
|
|
\newpage |
| 57 |
|
|
\input{part6/component_communications.tex} |
| 58 |
|
|
|
| 59 |
|
|
\newpage |
| 60 |
|
|
\input{part6/mnc.tex} |
| 61 |
edhill |
1.23 |
|
| 62 |
|
|
\newpage |
| 63 |
edhill |
1.19 |
\input{part6/mdsio.tex} |
| 64 |
|
|
|
| 65 |
|
|
\newpage |
| 66 |
|
|
\input{part6/monitor.tex} |
| 67 |
|
|
|
| 68 |
|
|
\newpage |
| 69 |
|
|
\input{part6/exch2.tex} |
| 70 |
cnh |
1.15 |
|
| 71 |
|
|
\newpage |
| 72 |
edhill |
1.19 |
\input{part6/fizhi.tex} |
| 73 |
molod |
1.21 |
|
| 74 |
|
|
\newpage |
| 75 |
|
|
\input{part6/diagnostics.tex} |
| 76 |
cnh |
1.15 |
|
| 77 |
edhill |
1.19 |
\newpage |
| 78 |
|
|
\input{part6/rw.tex} |
| 79 |
|
|
|
| 80 |
|
|
\newpage |
| 81 |
|
|
\input{part6/zonal_filt.tex} |
| 82 |
edhill |
1.22 |
|
| 83 |
|
|
\newpage |
| 84 |
|
|
\input{part6/gchem.tex} |