/[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.34 by cnh, Tue Aug 2 21:21:05 2005 UTC revision 1.47 by jmc, Fri Aug 27 13:15:37 2010 UTC
# Line 2  Line 2 
2  % $Name$  % $Name$
3    
4  \chapter{Physical Parameterizations - Packages I}  \chapter{Physical Parameterizations - Packages I}
5    \label{chap:packagesI}
6    
7  \begin{rawhtml}  \begin{rawhtml}
8  <!-- CMIREDIR:packages: -->  <!-- CMIREDIR:packages: -->
9  \end{rawhtml}  \end{rawhtml}
# Line 33  I/O and time-keeping functions that are Line 35  I/O and time-keeping functions that are
35    
36    
37  \begin{figure}  \begin{figure}
38  \begin{minipage}{12cm}  %%\begin{minipage}{12cm}
39  \marginsize{0cm}{0cm}{0cm}{0cm}  %%\marginsize{0cm}{0cm}{0cm}{0cm}
40  %% \scalefig{0.6}  %% \scalefig{0.6}
41  %% \epsfbox{part6/organigramme_mitgcm_pkg.eps}  %% \epsfbox{s_phys_pkgs/figs/organigramme_mitgcm_pkg.eps}
42  \epsfig{file=part6/organigramme_mitgcm_pkg.eps, angle=-90, scale=0.85, width=17cm}  %%\epsfig{file=s_phys_pkgs/figs/organigramme_mitgcm_pkg.eps, angle=-90, scale=0.85, width=17cm}
43  \end{minipage}  %%\end{minipage}
44    \resizebox{5.5in}{!}{\includegraphics{s_phys_pkgs/figs/organigramme_mitgcm_pkg2.eps}}
45  \label{fig:package_organigramme}  \label{fig:package_organigramme}
46  \caption{ Hierarchy of code layers that are assembled to make up an MITgcm  \caption{ Hierarchy of code layers that are assembled to make up an MITgcm
47  simulation. Conceptually (and in terms of code organization) MITgcm consists  simulation. Conceptually (and in terms of code organization) MITgcm consists
# Line 59  simulation types.  Above these layers ar Line 62  simulation types.  Above these layers ar
62  \end{figure}  \end{figure}
63    
64  The following sections describe the packages shown in  The following sections describe the packages shown in
65  figure \ref{fig:package_organiigramme}. The sections  figure \ref{fig:package_organiigramme}. Section \ref{sec:pkg:using}
66  layout the algorithms implemented in each package  describes the general procedure for using any package in MITgcm.
67  and describe how to use the package. A synopsis of the function  Following that sections \ref{}-\ref{}
68  of each package is given in table \ref{tab:package_summary_tab}.  layout the algorithms implemented in specific packages
69    and describe how to use the individual packages. A brief synopsis of the
70    function of each package is given in table \ref{tab:package_summary_tab}.
71  Organizationally package code is assigned a  Organizationally package code is assigned a
72  separate subdirectory in the MITgcm code distribution  separate subdirectory in the MITgcm code distribution
73  (within the source code directory \texttt{pkg}).  (within the source code directory \texttt{pkg}).
# Line 76  table \ref{tab:package_summary_tab}. Line 81  table \ref{tab:package_summary_tab}.
81    
82  % Overview  % Overview
83  \newpage  \newpage
84  \input{part6/packages.tex}  \input{s_phys_pkgs/text/packages.tex}
85    
86  % Packages Related to Hydrodynamical Kernel  % Packages Related to Hydrodynamical Kernel
87  \newpage  \newpage
88  \section{Packages Related to Hydrodynamical Kernel}  \section{Packages Related to Hydrodynamical Kernel}
89  \input{part6/generic_advdiff.tex}  \input{s_phys_pkgs/text/generic_advdiff.tex}
90    
91    \newpage
92    \input{s_phys_pkgs/text/shap_filt.tex}
93    
94  \newpage  \newpage
95  \input{part6/zonal_filt.tex}  \input{s_phys_pkgs/text/zonal_filt.tex}
96    
97  \newpage  \newpage
98  \input{part6/exch2.tex}  \input{s_phys_pkgs/text/exch2.tex}
99    
100  \newpage  \newpage
101  \input{part6/gridalt.tex}  \input{s_phys_pkgs/text/gridalt.tex}
102    
103  % Some Mention of Packages that are part of the main model document  % Some Mention of Packages that are part of the main model document
104    
105    \section{General purpose numerical infrastructure packages}
106    
107    \newpage
108    \input{s_phys_pkgs/text/obcs.tex}
109    
110    \newpage
111    \input{s_phys_pkgs/text/rbcs.tex}
112    
113    \newpage
114    \input{s_phys_pkgs/text/ptracers.tex}
115    
116  % Ocean Packages  % Ocean Packages
117  \newpage  \newpage
118  \section{Ocean Packages}  \section{Ocean Packages}
119  \input{part6/gmredi.tex}  \input{s_phys_pkgs/text/gmredi.tex}
120    
121    \newpage
122    \input{s_phys_pkgs/text/kpp.tex}
123    
124    \newpage
125    \input{s_phys_pkgs/text/ggl90.tex}
126    
127  \newpage  \newpage
128  \input{part6/kpp.tex}  \input{s_phys_pkgs/text/opps.tex}
129    
130  \newpage  \newpage
131  \input{part6/bulk_force.tex}  \input{s_phys_pkgs/text/bulk_force.tex}
132    
133  \newpage  \newpage
134  \input{part6/exf.tex}  \input{s_phys_pkgs/text/exf.tex}
135    
136  \newpage  \newpage
137  \input{part6/cal.tex}  \input{s_phys_pkgs/text/cal.tex}
138    
139  \section{Atmosphere Packages}  \section{Atmosphere Packages}
140  \newpage  \newpage
141  \input{part6/aim.tex}  \input{s_phys_pkgs/text/aim.tex}
142    
143  \newpage  \newpage
144  \input{part6/land.tex}  \input{s_phys_pkgs/text/land.tex}
145    
146  %% FIZHI is *** PRIVATE ***  \newpage
147  %\begin{versionprivate}  \input{s_phys_pkgs/text/fizhi.tex}
   \newpage  
   \input{part6/fizhi.tex}  
 %\end{versionprivate}  
148    
149  \section{Sea Ice Packages}  \section{Sea Ice Packages}
150  \newpage  \newpage
151  \input{part6/thsice.tex}  \input{s_phys_pkgs/text/thsice.tex}
152    
153    \newpage
154    \input{s_phys_pkgs/text/seaice.tex}
155    
156  \newpage  \newpage
157  \input{part6/seaice.tex}  \input{s_phys_pkgs/text/shelfice.tex}
158    
159  \section{Packages Related to Coupled Model}  \section{Packages Related to Coupled Model}
160  \newpage  \newpage
161  \input{part6/aim_compon_interf.tex}  \input{s_phys_pkgs/text/aim_compon_interf.tex}
162    
163  \newpage  \newpage
164  \input{part6/aim_ocn_coupler.tex}  \input{s_phys_pkgs/text/atm_ocn_coupler.tex}
165    
166  \newpage  \newpage
167  \input{part6/component_communications.tex}  \input{s_phys_pkgs/text/component_communications.tex}
168    
169  \section{Biogeochemistry Packages}  \section{Biogeochemistry Packages}
170  \newpage  \newpage
171  \input{part6/gchem.tex}  \input{s_phys_pkgs/text/gchem.tex}
172    
173  \newpage  \newpage
174  \input{part6/dic.tex}  \input{s_phys_pkgs/text/dic.tex}

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.47

  ViewVC Help
Powered by ViewVC 1.1.22