/[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.20 by jmc, Wed Jan 28 21:32:32 2004 UTC revision 1.28 by edhill, Wed Mar 31 19:44:10 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
# Line 22  simulation. Line 42  simulation.
42  \input{part6/bulk_force.tex}  \input{part6/bulk_force.tex}
43    
44  \newpage  \newpage
45    \input{part6/generic_advdiff.tex}
46    
47    \newpage
48  \input{part6/aim.tex}  \input{part6/aim.tex}
49    
50  \newpage  \newpage
# Line 38  simulation. Line 61  simulation.
61    
62  \newpage  \newpage
63  \input{part6/mnc.tex}  \input{part6/mnc.tex}
64    
65    \newpage
66  \input{part6/mdsio.tex}  \input{part6/mdsio.tex}
67    
68  \newpage  \newpage
# Line 46  simulation. Line 71  simulation.
71  \newpage  \newpage
72  \input{part6/exch2.tex}  \input{part6/exch2.tex}
73    
74    %% FIZHI is *** PRIVATE ***
75    \begin{versionprivate}
76      \newpage
77      \input{part6/fizhi.tex}
78    \end{versionprivate}
79    
80  \newpage  \newpage
81  \input{part6/fizhi.tex}  \input{part6/diagnostics.tex}
82    
83  \newpage  \newpage
84  \input{part6/rw.tex}  \input{part6/rw.tex}
85    
86  \newpage  \newpage
87  \input{part6/zonal_filt.tex}  \input{part6/zonal_filt.tex}
88    
89    \newpage
90    \input{part6/gchem.tex}

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.28

  ViewVC Help
Powered by ViewVC 1.1.22