/[MITgcm]/manual/s_phys_pkgs/text/top_section.tex
ViewVC logotype

Diff of /manual/s_phys_pkgs/text/top_section.tex

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

revision 1.17 by jmc, Wed Jan 28 20:06:32 2004 UTC revision 1.29 by edhill, Mon Aug 30 19:25:41 2004 UTC
# Line 3  Line 3 
3    
4  \chapter{Physical Parameterization and Packages}  \chapter{Physical Parameterization and Packages}
5    
6  In this chapter the schemes for parameterizing processes  Within this chapter, the MITgcm ``packages'' are described.
7  that are not represented explicitly in MITgcm are described.  Initially, ``packages'' were conceived to group source code files
8  Some of these processes are sub-grid scale (SGS) phenomena,  together based upon their functionality.  Each package was assigned a
9  other processes, such as open-boundaries, are external to the  separate subdirectory (within \texttt{pkg}) and, usually, contained
10  simulation.  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    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    including momentum schemes, I/O utilities, diagnostics, ``exchange''
17    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    
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    
29  \newpage  \newpage
30  \input{part6/gmredi.tex}  \input{part6/gmredi.tex}
31    
32  \newpage  \newpage
33    \input{part6/dic.tex}
34    
35    \newpage
36  \input{part6/kpp.tex}  \input{part6/kpp.tex}
37    
38  \newpage  \newpage
39  \input{part6/thsice.tex}  \input{part6/thsice.tex}
40    
41  \newpage  \newpage
42    \input{part6/seaice.tex}
43    
44    \newpage
45  \input{part6/bulk_force.tex}  \input{part6/bulk_force.tex}
46    
47  \newpage  \newpage
48    \input{part6/generic_advdiff.tex}
49    
50    \newpage
51    \input{part6/aim.tex}
52    
53    \newpage
54  \input{part6/land.tex}  \input{part6/land.tex}
55    
56  \newpage  \newpage
# Line 35  simulation. Line 64  simulation.
64    
65  \newpage  \newpage
66  \input{part6/mnc.tex}  \input{part6/mnc.tex}
67    
68    \newpage
69  \input{part6/mdsio.tex}  \input{part6/mdsio.tex}
70    
71  \newpage  \newpage
# Line 43  simulation. Line 74  simulation.
74  \newpage  \newpage
75  \input{part6/exch2.tex}  \input{part6/exch2.tex}
76    
77    %% FIZHI is *** PRIVATE ***
78    \begin{versionprivate}
79      \newpage
80      \input{part6/fizhi.tex}
81    \end{versionprivate}
82    
83  \newpage  \newpage
84  \input{part6/fizhi.tex}  \input{part6/diagnostics.tex}
85    
86  \newpage  \newpage
87  \input{part6/rw.tex}  \input{part6/rw.tex}
# Line 52  simulation. Line 89  simulation.
89  \newpage  \newpage
90  \input{part6/zonal_filt.tex}  \input{part6/zonal_filt.tex}
91    
92    \newpage
93    \input{part6/gchem.tex}

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.29

  ViewVC Help
Powered by ViewVC 1.1.22