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

Annotation of /manual/s_phys_pkgs/text/gridalt.tex

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


Revision 1.2 - (hide annotations) (download) (as text)
Tue Oct 12 18:16:03 2004 UTC (20 years, 9 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57l_post
Changes since 1.1: +4 -0 lines
File MIME type: application/x-tex
 o add HTML reference tags so that URLs are more permanent and legible
 o update MNC

1 molod 1.1 \section{Gridalt - Alternate Grid Package}
2 edhill 1.2 \label{sec:pkg:gridalt}
3     \begin{rawhtml}
4     <!-- CMIREDIR:package_gridalt: -->
5     \end{rawhtml}
6 molod 1.1
7     \subsection {Introduction}
8     To take advantage of a `high end' turbulence parameterization
9     (and convection parameterization), the vertical resolution near the surface
10     must be increased substantially as compared to the vertical resolution needed
11     aloft. This cannot be accomplished if the high end physics is computed using
12     the $p^*$ coordinate currently in use in the MIT gcm.
13    
14     The gridalt package was developed to allow the high end atmospheric physics
15     (fizhi) physics to be run on a separate grid from the hydrodynamics. The package
16     could (with some user modification) be used in conjunction with other packages
17     or for other calculations within the GCM. For the case of the atmospheric
18     physics, a modified $p^*$ coordinate, which adds additional levels between
19     the lower levels of the existing $p^*$ grid (and perhaps between the levels near
20     the tropopause as well), is implemented. The vertical discretization is
21     different for each grid point, although it consist of the same number of
22     levels. This is illustrated as follows:
23     \begin{figure}[htbp]
24     \vspace*{-0.4in}
25     \begin{center}
26     \includegraphics[height=2.4in]{vertical.eps}
27     \end{center}
28     \end{figure}
29    
30     \vspace*{-0.5in}
31     In addition to computing the physical forcing terms of the momentum,
32     thermodynamic and humidity equations on the modified (higher resolution)
33     grid, the higher resolution structure of the atmosphere (the boundary
34     layer) is retained between calculations. This neccessitates a second
35     set of evolution equations for the atmospheric state variables on the
36     modified grid. If the equations for the evolution of the state
37     on $p^*$ can be expressed as:
38     \[
39     \left . {\partial U \over {\partial t}} \right |_{p^*}^{total} =
40     \left . {\partial U \over {\partial t}} \right |_{p^*}^{dynamics} +
41     \left . {\partial U \over {\partial t}} \right |_{p^*}^{physics}
42     \]
43     where the physics forcing terms on $p^*$ have been computed from a
44     mapping from the modified grid, then an additional set of equations
45     to govern the evolution of $U$ on the modified grid are written:
46     \[
47     \left . {\partial U \over {\partial t}} \right |_{p^{*m}}^{total} =
48     \left . {\partial U \over {\partial t}} \right |_{p^{*m}}^{dynamics} +
49     \left . {\partial U \over {\partial t}} \right |_{p^{*m}}^{physics} +
50     \gamma ({\left . U \right |_{p^*}} - {\left . U \right |_{p^{*m}}})
51     \]
52     where $p^{*m}$ refers to the modified higher resolution grid, and
53     the dynamics forcing terms have been mapped from the $p^*$ space.
54     The last term on the RHS is a relaxation term, meant to constrain
55     the state variables on the modified vertical grid to `track' the
56     state variables on the $p^*$ grid on some time scale, $\gamma$.
57    
58     \subsection {Key subroutines, parameters and files }
59    
60     \subsection {Dos and donts}
61    
62     In the context of a Held-Suarez type of model experiment (located
63     in the fizhi-hs.cs-32x32x10 verification experiment) with
64     topography, the forcing terms which represent the physics are computed on
65     the modified grid. The forcing terms are computed as functions of the
66     state variables on the modified grid. The tendencies are then interpolated
67     to the standard grid
68    
69     \subsection {Gridalt Reference}

  ViewVC Help
Powered by ViewVC 1.1.22