1 |
molod |
1.1 |
\section{Fizhi: High-end Atmospheric Physics} |
2 |
edhill |
1.7 |
\label{sec:pkg:fizhi} |
3 |
|
|
\begin{rawhtml} |
4 |
|
|
<!-- CMIREDIR:package_fizhi: --> |
5 |
|
|
\end{rawhtml} |
6 |
molod |
1.3 |
\input{texinputs/epsf.tex} |
7 |
molod |
1.1 |
|
8 |
|
|
\subsection{Introduction} |
9 |
|
|
The fizhi (high-end atmospheric physics) package includes a collection of state-of-the-art |
10 |
|
|
physical parameterizations for atmospheric radiation, cumulus convection, atmospheric |
11 |
|
|
boundary layer turbulence, and land surface processes. |
12 |
|
|
|
13 |
|
|
% ************************************************************************* |
14 |
|
|
% ************************************************************************* |
15 |
|
|
|
16 |
|
|
\subsection{Equations} |
17 |
|
|
|
18 |
|
|
\subsubsection{Moist Convective Processes} |
19 |
|
|
|
20 |
molod |
1.5 |
\paragraph{Sub-grid and Large-scale Convection} |
21 |
molod |
1.1 |
\label{sec:fizhi:mc} |
22 |
|
|
|
23 |
|
|
Sub-grid scale cumulus convection is parameterized using the Relaxed Arakawa |
24 |
|
|
Schubert (RAS) scheme of Moorthi and Suarez (1992), which is a linearized Arakawa Schubert |
25 |
|
|
type scheme. RAS predicts the mass flux from an ensemble of clouds. Each subensemble is identified |
26 |
|
|
by its entrainment rate and level of neutral bouyancy which are determined by the grid-scale properties. |
27 |
|
|
|
28 |
|
|
The thermodynamic variables that are used in RAS to describe the grid scale vertical profile are |
29 |
|
|
the dry static energy, $s=c_pT +gz$, and the moist static energy, $h=c_p T + gz + Lq$. |
30 |
|
|
The conceptual model behind RAS depicts each subensemble as a rising plume cloud, entraining |
31 |
|
|
mass from the environment during ascent, and detraining all cloud air at the level of neutral |
32 |
|
|
buoyancy. RAS assumes that the normalized cloud mass flux, $\eta$, normalized by the cloud base |
33 |
|
|
mass flux, is a linear function of height, expressed as: |
34 |
|
|
\[ |
35 |
|
|
\pp{\eta(z)}{z} = \lambda \hspace{0.4cm}or\hspace{0.4cm} \pp{\eta(P^{\kappa})}{P^{\kappa}} = |
36 |
|
|
-{c_p \over {g}}\theta\lambda |
37 |
|
|
\] |
38 |
|
|
where we have used the hydrostatic equation written in the form: |
39 |
|
|
\[ |
40 |
|
|
\pp{z}{P^{\kappa}} = -{c_p \over {g}}\theta |
41 |
|
|
\] |
42 |
|
|
|
43 |
|
|
The entrainment parameter, $\lambda$, characterizes a particular subensemble based on its |
44 |
|
|
detrainment level, and is obtained by assuming that the level of detrainment is the level of neutral |
45 |
|
|
buoyancy, ie., the level at which the moist static energy of the cloud, $h_c$, is equal |
46 |
|
|
to the saturation moist static energy of the environment, $h^*$. Following Moorthi and Suarez (1992), |
47 |
|
|
$\lambda$ may be written as |
48 |
|
|
\[ |
49 |
|
|
\lambda = { {h_B - h^*_D} \over { {c_p \over g} {\int_{P_D}^{P_B}\theta(h^*_D-h)dP^{\kappa}}} } , |
50 |
|
|
\] |
51 |
|
|
|
52 |
|
|
where the subscript $B$ refers to cloud base, and the subscript $D$ refers to the detrainment level. |
53 |
|
|
|
54 |
|
|
|
55 |
|
|
The convective instability is measured in terms of the cloud work function $A$, defined as the |
56 |
|
|
rate of change of cumulus kinetic energy. The cloud work function is |
57 |
|
|
related to the buoyancy, or the difference |
58 |
|
|
between the moist static energy in the cloud and in the environment: |
59 |
|
|
\[ |
60 |
|
|
A = \int_{P_D}^{P_B} { {\eta \over {1 + \gamma} } |
61 |
|
|
\left[ {{h_c-h^*} \over {P^{\kappa}}} \right] dP^{\kappa}} |
62 |
|
|
\] |
63 |
|
|
|
64 |
|
|
where $\gamma$ is ${L \over {c_p}}\pp{q^*}{T}$ obtained from the Claussius Clapeyron equation, |
65 |
|
|
and the subscript $c$ refers to the value inside the cloud. |
66 |
|
|
|
67 |
|
|
|
68 |
|
|
To determine the cloud base mass flux, the rate of change of $A$ in time {\em due to dissipation by |
69 |
|
|
the clouds} is assumed to approximately balance the rate of change of $A$ {\em due to the generation |
70 |
|
|
by the large scale}. This is the quasi-equilibrium assumption, and results in an expression for $m_B$: |
71 |
|
|
\[ |
72 |
|
|
m_B = {{- \left.{dA \over dt} \right|_{ls}} \over K} |
73 |
|
|
\] |
74 |
|
|
|
75 |
|
|
where $K$ is the cloud kernel, defined as the rate of change of the cloud work function per |
76 |
|
|
unit cloud base mass flux, and is currently obtained by analytically differentiating the |
77 |
|
|
expression for $A$ in time. |
78 |
|
|
The rate of change of $A$ due to the generation by the large scale can be written as the |
79 |
|
|
difference between the current $A(t+\Delta t)$ and its equillibrated value after the previous |
80 |
|
|
convective time step |
81 |
|
|
$A(t)$, divided by the time step. $A(t)$ is approximated as some critical $A_{crit}$, |
82 |
|
|
computed by Lord (1982) from $in situ$ observations. |
83 |
|
|
|
84 |
|
|
|
85 |
|
|
The predicted convective mass fluxes are used to solve grid-scale temperature |
86 |
|
|
and moisture budget equations to determine the impact of convection on the large scale fields of |
87 |
|
|
temperature (through latent heating and compensating subsidence) and moisture (through |
88 |
|
|
precipitation and detrainment): |
89 |
|
|
\[ |
90 |
|
|
\left.{\pp{\theta}{t}}\right|_{c} = \alpha { m_B \over {c_p P^{\kappa}}} \eta \pp{s}{p} |
91 |
|
|
\] |
92 |
|
|
and |
93 |
|
|
\[ |
94 |
|
|
\left.{\pp{q}{t}}\right|_{c} = \alpha { m_B \over {L}} \eta (\pp{h}{p}-\pp{s}{p}) |
95 |
|
|
\] |
96 |
|
|
where $\theta = {T \over P^{\kappa}}$, $P = (p/p_0)$, and $\alpha$ is the relaxation parameter. |
97 |
|
|
|
98 |
|
|
As an approximation to a full interaction between the different allowable subensembles, |
99 |
|
|
many clouds are simulated frequently, each modifying the large scale environment some fraction |
100 |
|
|
$\alpha$ of the total adjustment. The parameterization thereby ``relaxes'' the large scale environment |
101 |
|
|
towards equillibrium. |
102 |
|
|
|
103 |
|
|
In addition to the RAS cumulus convection scheme, the fizhi package employs a |
104 |
|
|
Kessler-type scheme for the re-evaporation of falling rain (Sud and Molod, 1988), which |
105 |
|
|
correspondingly adjusts the temperature assuming $h$ is conserved. RAS in its current |
106 |
|
|
formulation assumes that all cloud water is deposited into the detrainment level as rain. |
107 |
|
|
All of the rain is available for re-evaporation, which begins in the level below detrainment. |
108 |
|
|
The scheme accounts for some microphysics such as |
109 |
|
|
the rainfall intensity, the drop size distribution, as well as the temperature, |
110 |
|
|
pressure and relative humidity of the surrounding air. The fraction of the moisture deficit |
111 |
|
|
in any model layer into which the rain may re-evaporate is controlled by a free parameter, |
112 |
|
|
which allows for a relatively efficient re-evaporation of liquid precipitate and larger rainout |
113 |
|
|
for frozen precipitation. |
114 |
|
|
|
115 |
|
|
Due to the increased vertical resolution near the surface, the lowest model |
116 |
|
|
layers are averaged to provide a 50 mb thick sub-cloud layer for RAS. Each time RAS is |
117 |
|
|
invoked (every ten simulated minutes), |
118 |
|
|
a number of randomly chosen subensembles are checked for the possibility |
119 |
|
|
of convection, from just above cloud base to 10 mb. |
120 |
|
|
|
121 |
|
|
Supersaturation or large-scale precipitation is initiated in the fizhi package whenever |
122 |
|
|
the relative humidity in any grid-box exceeds a critical value, currently 100 \%. |
123 |
|
|
The large-scale precipitation re-evaporates during descent to partially saturate |
124 |
|
|
lower layers in a process identical to the re-evaporation of convective rain. |
125 |
|
|
|
126 |
|
|
|
127 |
molod |
1.5 |
\paragraph{Cloud Formation} |
128 |
molod |
1.1 |
\label{sec:fizhi:clouds} |
129 |
|
|
|
130 |
|
|
Convective and large-scale cloud fractons which are used for cloud-radiative interactions are determined |
131 |
|
|
diagnostically as part of the cumulus and large-scale parameterizations. |
132 |
|
|
Convective cloud fractions produced by RAS are proportional to the |
133 |
|
|
detrained liquid water amount given by |
134 |
|
|
|
135 |
|
|
\[ |
136 |
|
|
F_{RAS} = \min\left[ {l_{RAS}\over l_c}, 1.0 \right] |
137 |
|
|
\] |
138 |
|
|
|
139 |
|
|
where $l_c$ is an assigned critical value equal to $1.25$ g/kg. |
140 |
|
|
A memory is associated with convective clouds defined by: |
141 |
|
|
|
142 |
|
|
\[ |
143 |
|
|
F_{RAS}^n = \min\left[ F_{RAS} + (1-{\Delta t_{RAS}\over\tau})F_{RAS}^{n-1}, 1.0 \right] |
144 |
|
|
\] |
145 |
|
|
|
146 |
|
|
where $F_{RAS}$ is the instantanious cloud fraction and $F_{RAS}^{n-1}$ is the cloud fraction |
147 |
|
|
from the previous RAS timestep. The memory coefficient is computed using a RAS cloud timescale, |
148 |
|
|
$\tau$, equal to 1 hour. RAS cloud fractions are cleared when they fall below 5 \%. |
149 |
|
|
|
150 |
|
|
Large-scale cloudiness is defined, following Slingo and Ritter (1985), as a function of relative |
151 |
|
|
humidity: |
152 |
|
|
|
153 |
|
|
\[ |
154 |
|
|
F_{LS} = \min\left[ { \left( {RH-RH_c \over 1-RH_c} \right) }^2, 1.0 \right] |
155 |
|
|
\] |
156 |
|
|
|
157 |
|
|
where |
158 |
|
|
|
159 |
|
|
\bqa |
160 |
|
|
RH_c & = & 1-s(1-s)(2-\sqrt{3}+2\sqrt{3} \, s)r \nonumber \\ |
161 |
|
|
s & = & p/p_{surf} \nonumber \\ |
162 |
|
|
r & = & \left( {1.0-RH_{min} \over \alpha} \right) \nonumber \\ |
163 |
|
|
RH_{min} & = & 0.75 \nonumber \\ |
164 |
|
|
\alpha & = & 0.573285 \nonumber . |
165 |
|
|
\eqa |
166 |
|
|
|
167 |
|
|
These cloud fractions are suppressed, however, in regions where the convective |
168 |
|
|
sub-cloud layer is conditionally unstable. The functional form of $RH_c$ is shown in |
169 |
|
|
Figure (\ref{fig:fizhi:rhcrit}). |
170 |
|
|
|
171 |
|
|
\begin{figure*}[htbp] |
172 |
|
|
\vspace{0.4in} |
173 |
molod |
1.4 |
\centerline{ \epsfysize=4.0in \epsfbox{part6/rhcrit.ps}} |
174 |
molod |
1.1 |
\vspace{0.4in} |
175 |
|
|
\caption [Critical Relative Humidity for Clouds.] |
176 |
|
|
{Critical Relative Humidity for Clouds.} |
177 |
|
|
\label{fig:fizhi:rhcrit} |
178 |
|
|
\end{figure*} |
179 |
|
|
|
180 |
|
|
The total cloud fraction in a grid box is determined by the larger of the two cloud fractions: |
181 |
|
|
|
182 |
|
|
\[ |
183 |
|
|
F_{CLD} = \max \left[ F_{RAS},F_{LS} \right] . |
184 |
|
|
\] |
185 |
|
|
|
186 |
|
|
Finally, cloud fractions are time-averaged between calls to the radiation packages. |
187 |
|
|
|
188 |
|
|
|
189 |
|
|
\subsubsection{Radiation} |
190 |
|
|
|
191 |
|
|
The parameterization of radiative heating in the fizhi package includes effects |
192 |
|
|
from both shortwave and longwave processes. |
193 |
|
|
Radiative fluxes are calculated at each |
194 |
|
|
model edge-level in both up and down directions. |
195 |
|
|
The heating rates/cooling rates are then obtained |
196 |
|
|
from the vertical divergence of the net radiative fluxes. |
197 |
|
|
|
198 |
|
|
The net flux is |
199 |
|
|
\[ |
200 |
|
|
F = F^\uparrow - F^\downarrow |
201 |
|
|
\] |
202 |
|
|
where $F$ is the net flux, $F^\uparrow$ is the upward flux and $F^\downarrow$ is |
203 |
|
|
the downward flux. |
204 |
|
|
|
205 |
|
|
The heating rate due to the divergence of the radiative flux is given by |
206 |
|
|
\[ |
207 |
|
|
\pp{\rho c_p T}{t} = - \pp{F}{z} |
208 |
|
|
\] |
209 |
|
|
or |
210 |
|
|
\[ |
211 |
|
|
\pp{T}{t} = \frac{g}{c_p \pi} \pp{F}{\sigma} |
212 |
|
|
\] |
213 |
|
|
where $g$ is the accelation due to gravity |
214 |
|
|
and $c_p$ is the heat capacity of air at constant pressure. |
215 |
|
|
|
216 |
|
|
The time tendency for Longwave |
217 |
|
|
Radiation is updated every 3 hours. The time tendency for Shortwave Radiation is updated once |
218 |
|
|
every three hours assuming a normalized incident solar radiation, and subsequently modified at |
219 |
|
|
every model time step by the true incident radiation. |
220 |
|
|
The solar constant value used in the package is equal to 1365 $W/m^2$ |
221 |
|
|
and a $CO_2$ mixing ratio of 330 ppm. |
222 |
|
|
For the ozone mixing ratio, monthly mean zonally averaged |
223 |
|
|
climatological values specified as a function |
224 |
|
|
of latitude and height (Rosenfield, et al., 1987) are linearly interpolated to the current time. |
225 |
|
|
|
226 |
|
|
|
227 |
molod |
1.5 |
\paragraph{Shortwave Radiation} |
228 |
molod |
1.1 |
|
229 |
|
|
The shortwave radiation package used in the package computes solar radiative |
230 |
|
|
heating due to the absoption by water vapor, ozone, carbon dioxide, oxygen, |
231 |
|
|
clouds, and aerosols and due to the |
232 |
|
|
scattering by clouds, aerosols, and gases. |
233 |
|
|
The shortwave radiative processes are described by |
234 |
|
|
Chou (1990,1992). This shortwave package |
235 |
|
|
uses the Delta-Eddington approximation to compute the |
236 |
|
|
bulk scattering properties of a single layer following King and Harshvardhan (JAS, 1986). |
237 |
|
|
The transmittance and reflectance of diffuse radiation |
238 |
|
|
follow the procedures of Sagan and Pollock (JGR, 1967) and Lacis and Hansen (JAS, 1974). |
239 |
|
|
|
240 |
|
|
Highly accurate heating rate calculations are obtained through the use |
241 |
|
|
of an optimal grouping strategy of spectral bands. By grouping the UV and visible regions |
242 |
|
|
as indicated in Table \ref{tab:fizhi:solar2}, the Rayleigh scattering and the ozone absorption of solar radiation |
243 |
|
|
can be accurately computed in the ultraviolet region and the photosynthetically |
244 |
|
|
active radiation (PAR) region. |
245 |
|
|
The computation of solar flux in the infrared region is performed with a broadband |
246 |
|
|
parameterization using the spectrum regions shown in Table \ref{tab:fizhi:solar1}. |
247 |
|
|
The solar radiation algorithm used in the fizhi package can be applied not only for climate studies but |
248 |
|
|
also for studies on the photolysis in the upper atmosphere and the photosynthesis in the biosphere. |
249 |
|
|
|
250 |
|
|
\begin{table}[htb] |
251 |
|
|
\begin{center} |
252 |
|
|
{\bf UV and Visible Spectral Regions} \\ |
253 |
|
|
\vspace{0.1in} |
254 |
|
|
\begin{tabular}{|c|c|c|} |
255 |
|
|
\hline |
256 |
|
|
Region & Band & Wavelength (micron) \\ \hline |
257 |
|
|
\hline |
258 |
|
|
UV-C & 1. & .175 - .225 \\ |
259 |
|
|
& 2. & .225 - .245 \\ |
260 |
|
|
& & .260 - .280 \\ |
261 |
|
|
& 3. & .245 - .260 \\ \hline |
262 |
|
|
UV-B & 4. & .280 - .295 \\ |
263 |
|
|
& 5. & .295 - .310 \\ |
264 |
|
|
& 6. & .310 - .320 \\ \hline |
265 |
|
|
UV-A & 7. & .320 - .400 \\ \hline |
266 |
|
|
PAR & 8. & .400 - .700 \\ |
267 |
|
|
\hline |
268 |
|
|
\end{tabular} |
269 |
|
|
\end{center} |
270 |
|
|
\caption{UV and Visible Spectral Regions used in shortwave radiation package.} |
271 |
|
|
\label{tab:fizhi:solar2} |
272 |
|
|
\end{table} |
273 |
|
|
|
274 |
|
|
\begin{table}[htb] |
275 |
|
|
\begin{center} |
276 |
|
|
{\bf Infrared Spectral Regions} \\ |
277 |
|
|
\vspace{0.1in} |
278 |
|
|
\begin{tabular}{|c|c|c|} |
279 |
|
|
\hline |
280 |
|
|
Band & Wavenumber(cm$^{-1}$) & Wavelength (micron) \\ \hline |
281 |
|
|
\hline |
282 |
|
|
1 & 1000-4400 & 2.27-10.0 \\ |
283 |
|
|
2 & 4400-8200 & 1.22-2.27 \\ |
284 |
|
|
3 & 8200-14300 & 0.70-1.22 \\ |
285 |
|
|
\hline |
286 |
|
|
\end{tabular} |
287 |
|
|
\end{center} |
288 |
|
|
\caption{Infrared Spectral Regions used in shortwave radiation package.} |
289 |
|
|
\label{tab:fizhi:solar1} |
290 |
|
|
\end{table} |
291 |
|
|
|
292 |
|
|
Within the shortwave radiation package, |
293 |
|
|
both ice and liquid cloud particles are allowed to co-exist in any of the model layers. |
294 |
|
|
Two sets of cloud parameters are used, one for ice paticles and the other for liquid particles. |
295 |
|
|
Cloud parameters are defined as the cloud optical thickness and the effective cloud particle size. |
296 |
|
|
In the fizhi package, the effective radius for water droplets is given as 10 microns, |
297 |
|
|
while 65 microns is used for ice particles. The absorption due to aerosols is currently |
298 |
|
|
set to zero. |
299 |
|
|
|
300 |
|
|
To simplify calculations in a cloudy atmosphere, clouds are |
301 |
|
|
grouped into low ($p>700$ mb), middle (700 mb $\ge p > 400$ mb), and high ($p < 400$ mb) cloud regions. |
302 |
|
|
Within each of the three regions, clouds are assumed maximally |
303 |
|
|
overlapped, and the cloud cover of the group is the maximum |
304 |
|
|
cloud cover of all the layers in the group. The optical thickness |
305 |
|
|
of a given layer is then scaled for both the direct (as a function of the |
306 |
|
|
solar zenith angle) and diffuse beam radiation |
307 |
|
|
so that the grouped layer reflectance is the same as the original reflectance. |
308 |
|
|
The solar flux is computed for each of the eight cloud realizations possible |
309 |
|
|
(see Figure \ref{fig:fizhi:cloud}) within this |
310 |
|
|
low/middle/high classification, and appropriately averaged to produce the net solar flux. |
311 |
|
|
|
312 |
|
|
\begin{figure*}[htbp] |
313 |
|
|
\vspace{0.4in} |
314 |
molod |
1.4 |
\centerline{ \epsfysize=4.0in %\epsfbox{part6/rhcrit.ps} |
315 |
molod |
1.1 |
} |
316 |
|
|
\vspace{0.4in} |
317 |
|
|
\caption {Low-Middle-High Cloud Configurations} |
318 |
|
|
\label{fig:fizhi:cloud} |
319 |
|
|
\end{figure*} |
320 |
|
|
|
321 |
|
|
|
322 |
molod |
1.5 |
\paragraph{Longwave Radiation} |
323 |
molod |
1.1 |
|
324 |
|
|
The longwave radiation package used in the fizhi package is thoroughly described by Chou and Suarez (1994). |
325 |
|
|
As described in that document, IR fluxes are computed due to absorption by water vapor, carbon |
326 |
|
|
dioxide, and ozone. The spectral bands together with their absorbers and parameterization methods, |
327 |
|
|
configured for the fizhi package, are shown in Table \ref{tab:fizhi:longwave}. |
328 |
|
|
|
329 |
|
|
|
330 |
|
|
\begin{table}[htb] |
331 |
|
|
\begin{center} |
332 |
|
|
{\bf IR Spectral Bands} \\ |
333 |
|
|
\vspace{0.1in} |
334 |
|
|
\begin{tabular}{|c|c|l|c| } |
335 |
|
|
\hline |
336 |
|
|
Band & Spectral Range (cm$^{-1}$) & Absorber & Method \\ \hline |
337 |
|
|
\hline |
338 |
|
|
1 & 0-340 & H$_2$O line & T \\ \hline |
339 |
|
|
2 & 340-540 & H$_2$O line & T \\ \hline |
340 |
|
|
3a & 540-620 & H$_2$O line & K \\ |
341 |
|
|
3b & 620-720 & H$_2$O continuum & S \\ |
342 |
|
|
3b & 720-800 & CO$_2$ & T \\ \hline |
343 |
|
|
4 & 800-980 & H$_2$O line & K \\ |
344 |
|
|
& & H$_2$O continuum & S \\ \hline |
345 |
|
|
& & H$_2$O line & K \\ |
346 |
|
|
5 & 980-1100 & H$_2$O continuum & S \\ |
347 |
|
|
& & O$_3$ & T \\ \hline |
348 |
|
|
6 & 1100-1380 & H$_2$O line & K \\ |
349 |
|
|
& & H$_2$O continuum & S \\ \hline |
350 |
|
|
7 & 1380-1900 & H$_2$O line & T \\ \hline |
351 |
|
|
8 & 1900-3000 & H$_2$O line & K \\ \hline |
352 |
|
|
\hline |
353 |
|
|
\multicolumn{4}{|l|}{ \quad K: {\em k}-distribution method with linear pressure scaling } \\ |
354 |
|
|
\multicolumn{4}{|l|}{ \quad T: Table look-up with temperature and pressure scaling } \\ |
355 |
|
|
\multicolumn{4}{|l|}{ \quad S: One-parameter temperature scaling } \\ |
356 |
|
|
\hline |
357 |
|
|
\end{tabular} |
358 |
|
|
\end{center} |
359 |
|
|
\vspace{0.1in} |
360 |
|
|
\caption{IR Spectral Bands, Absorbers, and Parameterization Method (from Chou and Suarez, 1994)} |
361 |
|
|
\label{tab:fizhi:longwave} |
362 |
|
|
\end{table} |
363 |
|
|
|
364 |
|
|
|
365 |
|
|
The longwave radiation package accurately computes cooling rates for the middle and |
366 |
|
|
lower atmosphere from 0.01 mb to the surface. Errors are $<$ 0.4 C day$^{-1}$ in cooling |
367 |
|
|
rates and $<$ 1\% in fluxes. From Chou and Suarez, it is estimated that the total effect of |
368 |
|
|
neglecting all minor absorption bands and the effects of minor infrared absorbers such as |
369 |
|
|
nitrous oxide (N$_2$O), methane (CH$_4$), and the chlorofluorocarbons (CFCs), is an underestimate |
370 |
|
|
of $\approx$ 5 W/m$^2$ in the downward flux at the surface and an overestimate of $\approx$ 3 W/m$^2$ |
371 |
|
|
in the upward flux at the top of the atmosphere. |
372 |
|
|
|
373 |
|
|
Similar to the procedure used in the shortwave radiation package, clouds are grouped into |
374 |
|
|
three regions catagorized as low/middle/high. |
375 |
|
|
The net clear line-of-site probability $(P)$ between any two levels, $p_1$ and $p_2 \quad (p_2 > p_1)$, |
376 |
|
|
assuming randomly overlapped cloud groups, is simply the product of the probabilities within each group: |
377 |
|
|
|
378 |
|
|
\[ P_{net} = P_{low} \times P_{mid} \times P_{hi} . \] |
379 |
|
|
|
380 |
|
|
Since all clouds within a group are assumed maximally overlapped, the clear line-of-site probability within |
381 |
|
|
a group is given by: |
382 |
|
|
|
383 |
|
|
\[ P_{group} = 1 - F_{max} , \] |
384 |
|
|
|
385 |
|
|
where $F_{max}$ is the maximum cloud fraction encountered between $p_1$ and $p_2$ within that group. |
386 |
|
|
For groups and/or levels outside the range of $p_1$ and $p_2$, a clear line-of-site probability equal to 1 is |
387 |
|
|
assigned. |
388 |
|
|
|
389 |
|
|
|
390 |
molod |
1.5 |
\paragraph{Cloud-Radiation Interaction} |
391 |
molod |
1.1 |
\label{sec:fizhi:radcloud} |
392 |
|
|
|
393 |
|
|
The cloud fractions and diagnosed cloud liquid water produced by moist processes |
394 |
|
|
within the fizhi package are used in the radiation packages to produce cloud-radiative forcing. |
395 |
|
|
The cloud optical thickness associated with large-scale cloudiness is made |
396 |
|
|
proportional to the diagnosed large-scale liquid water, $\ell$, detrained due to super-saturation. |
397 |
|
|
Two values are used corresponding to cloud ice particles and water droplets. |
398 |
|
|
The range of optical thickness for these clouds is given as |
399 |
|
|
|
400 |
|
|
\[ 0.0002 \le \tau_{ice} (mb^{-1}) \le 0.002 \quad\mbox{for}\quad 0 \le \ell \le 2 \quad\mbox{mg/kg} , \] |
401 |
|
|
\[ 0.02 \le \tau_{h_2o} (mb^{-1}) \le 0.2 \quad\mbox{for}\quad 0 \le \ell \le 10 \quad\mbox{mg/kg} . \] |
402 |
|
|
|
403 |
|
|
The partitioning, $\alpha$, between ice particles and water droplets is achieved through a linear scaling |
404 |
|
|
in temperature: |
405 |
|
|
|
406 |
|
|
\[ 0 \le \alpha \le 1 \quad\mbox{for}\quad 233.15 \le T \le 253.15 . \] |
407 |
|
|
|
408 |
|
|
The resulting optical depth associated with large-scale cloudiness is given as |
409 |
|
|
|
410 |
|
|
\[ \tau_{LS} = \alpha \tau_{h_2o} + (1-\alpha)\tau_{ice} . \] |
411 |
|
|
|
412 |
|
|
The optical thickness associated with sub-grid scale convective clouds produced by RAS is given as |
413 |
|
|
|
414 |
|
|
\[ \tau_{RAS} = 0.16 \quad mb^{-1} . \] |
415 |
|
|
|
416 |
|
|
The total optical depth in a given model layer is computed as a weighted average between |
417 |
|
|
the large-scale and sub-grid scale optical depths, normalized by the total cloud fraction in the |
418 |
|
|
layer: |
419 |
|
|
|
420 |
|
|
\[ \tau = \left( {F_{RAS} \,\,\, \tau_{RAS} + F_{LS} \,\,\, \tau_{LS} \over F_{RAS}+F_{LS} } \right) \Delta p, \] |
421 |
|
|
|
422 |
|
|
where $F_{RAS}$ and $F_{LS}$ are the time-averaged cloud fractions associated with RAS and large-scale |
423 |
|
|
processes described in Section \ref{sec:fizhi:clouds}. |
424 |
|
|
The optical thickness for the longwave radiative feedback is assumed to be 75 $\%$ of these values. |
425 |
|
|
|
426 |
|
|
The entire Moist Convective Processes Module is called with a frequency of 10 minutes. |
427 |
|
|
The cloud fraction values are time-averaged over the period between Radiation calls (every 3 |
428 |
|
|
hours). Therefore, in a time-averaged sense, both convective and large-scale |
429 |
|
|
cloudiness can exist in a given grid-box. |
430 |
|
|
|
431 |
|
|
\subsubsection{Turbulence} |
432 |
|
|
Turbulence is parameterized in the fizhi package to account for its contribution to the |
433 |
|
|
vertical exchange of heat, moisture, and momentum. |
434 |
|
|
The turbulence scheme is invoked every 30 minutes, and employs a backward-implicit iterative |
435 |
|
|
time scheme with an internal time step of 5 minutes. |
436 |
|
|
The tendencies of atmospheric state variables due to turbulent diffusion are calculated using |
437 |
|
|
the diffusion equations: |
438 |
|
|
|
439 |
|
|
\[ |
440 |
|
|
{\pp{u}{t}}_{turb} = {\pp{}{z} }{(- \overline{u^{\prime}w^{\prime}})} |
441 |
|
|
= {\pp{}{z} }{(K_m \pp{u}{z})} |
442 |
|
|
\] |
443 |
|
|
\[ |
444 |
|
|
{\pp{v}{t}}_{turb} = {\pp{}{z} }{(- \overline{v^{\prime}w^{\prime}})} |
445 |
|
|
= {\pp{}{z} }{(K_m \pp{v}{z})} |
446 |
|
|
\] |
447 |
|
|
\[ |
448 |
|
|
{\pp{T}{t}} = P^{\kappa}{\pp{\theta}{t}}_{turb} = |
449 |
|
|
P^{\kappa}{\pp{}{z} }{(- \overline{w^{\prime}\theta^{\prime}})} |
450 |
|
|
= P^{\kappa}{\pp{}{z} }{(K_h \pp{\theta_v}{z})} |
451 |
|
|
\] |
452 |
|
|
\[ |
453 |
|
|
{\pp{q}{t}}_{turb} = {\pp{}{z} }{(- \overline{w^{\prime}q^{\prime}})} |
454 |
|
|
= {\pp{}{z} }{(K_h \pp{q}{z})} |
455 |
|
|
\] |
456 |
|
|
|
457 |
|
|
Within the atmosphere, the time evolution |
458 |
|
|
of second turbulent moments is explicitly modeled by representing the third moments in terms of |
459 |
|
|
the first and second moments. This approach is known as a second-order closure modeling. |
460 |
|
|
To simplify and streamline the computation of the second moments, the level 2.5 assumption |
461 |
|
|
of Mellor and Yamada (1974) and Yamada (1977) is employed, in which only the turbulent |
462 |
|
|
kinetic energy (TKE), |
463 |
|
|
|
464 |
|
|
\[ {\h}{q^2}={\overline{{u^{\prime}}^2}}+{\overline{{v^{\prime}}^2}}+{\overline{{w^{\prime}}^2}}, \] |
465 |
|
|
|
466 |
|
|
is solved prognostically and the other second moments are solved diagnostically. |
467 |
|
|
The prognostic equation for TKE allows the scheme to simulate |
468 |
|
|
some of the transient and diffusive effects in the turbulence. The TKE budget equation |
469 |
|
|
is solved numerically using an implicit backward computation of the terms linear in $q^2$ |
470 |
|
|
and is written: |
471 |
|
|
|
472 |
|
|
\[ |
473 |
|
|
{\dd{}{t} ({{\h} q^2})} - { \pp{}{z} ({ {5 \over 3} {{\lambda}_1} q { \pp {}{z} |
474 |
|
|
({\h}q^2)} })} = |
475 |
|
|
{- \overline{{u^{\prime}}{w^{\prime}}} { \pp{U}{z} }} - {\overline{{v^{\prime}}{w^{\prime}}} |
476 |
|
|
{ \pp{V}{z} }} + {{g \over {\Theta_0}}{\overline{{w^{\prime}}{{{\theta}_v}^{\prime}}}} } |
477 |
|
|
- { q^3 \over {{\Lambda} _1} } |
478 |
|
|
\] |
479 |
|
|
|
480 |
|
|
where $q$ is the turbulent velocity, ${u^{\prime}}$, ${v^{\prime}}$, ${w^{\prime}}$ and |
481 |
|
|
${{\theta}^{\prime}}$ are the fluctuating parts of the velocity components and potential |
482 |
|
|
temperature, $U$ and $V$ are the mean velocity components, ${\Theta_0}^{-1}$ is the |
483 |
|
|
coefficient of thermal expansion, and ${{\lambda}_1}$ and ${{\Lambda} _1}$ are constant |
484 |
|
|
multiples of the master length scale, $\ell$, which is designed to be a characteristic measure |
485 |
|
|
of the vertical structure of the turbulent layers. |
486 |
|
|
|
487 |
|
|
The first term on the left-hand side represents the time rate of change of TKE, and |
488 |
|
|
the second term is a representation of the triple correlation, or turbulent |
489 |
|
|
transport term. The first three terms on the right-hand side represent the sources of |
490 |
|
|
TKE due to shear and bouyancy, and the last term on the right hand side is the dissipation |
491 |
|
|
of TKE. |
492 |
|
|
|
493 |
|
|
In the level 2.5 approach, the vertical fluxes of the scalars $\theta_v$ and $q$ and the |
494 |
|
|
wind components $u$ and $v$ are expressed in terms of the diffusion coefficients $K_h$ and |
495 |
|
|
$K_m$, respectively. In the statisically realizable level 2.5 turbulence scheme of Helfand |
496 |
|
|
and Labraga (1988), these diffusion coefficients are expressed as |
497 |
|
|
|
498 |
|
|
\[ |
499 |
|
|
K_h |
500 |
|
|
= \left\{ \begin{array}{l@{\quad\mbox{for}\quad}l} q \, \ell \, S_H(G_M,G_H) \, & \mbox{decaying turbulence} |
501 |
|
|
\\ { q^2 \over {q_e} } \, \ell \, S_{H}(G_{M_e},G_{H_e}) \, & \mbox{growing turbulence} \end{array} \right. |
502 |
|
|
\] |
503 |
|
|
|
504 |
|
|
and |
505 |
|
|
|
506 |
|
|
\[ |
507 |
|
|
K_m |
508 |
|
|
= \left\{ \begin{array}{l@{\quad\mbox{for}\quad}l} q \, \ell \, S_M(G_M,G_H) \, & \mbox{decaying turbulence} |
509 |
|
|
\\ { q^2 \over {q_e} } \, \ell \, S_{M}(G_{M_e},G_{H_e}) \, & \mbox{growing turbulence} \end{array} \right. |
510 |
|
|
\] |
511 |
|
|
|
512 |
|
|
where the subscript $e$ refers to the value under conditions of local equillibrium |
513 |
|
|
(obtained from the Level 2.0 Model), $\ell$ is the master length scale related to the |
514 |
|
|
vertical structure of the atmosphere, |
515 |
|
|
and $S_M$ and $S_H$ are functions of $G_H$ and $G_M$, the dimensionless buoyancy and |
516 |
|
|
wind shear parameters, respectively. |
517 |
|
|
Both $G_H$ and $G_M$, and their equilibrium values $G_{H_e}$ and $G_{M_e}$, |
518 |
|
|
are functions of the Richardson number: |
519 |
|
|
|
520 |
|
|
\[ |
521 |
|
|
{\bf RI} = { { {g \over \theta_v} \pp {\theta_v}{z} } \over { (\pp{u}{z})^2 + (\pp{v}{z})^2 } } |
522 |
|
|
= { {c_p \pp{\theta_v}{z} \pp{P^ \kappa}{z} } \over { (\pp{u}{z})^2 + (\pp{v}{z})^2 } } . |
523 |
|
|
\] |
524 |
|
|
|
525 |
|
|
Negative values indicate unstable buoyancy and shear, small positive values ($<0.2$) |
526 |
|
|
indicate dominantly unstable shear, and large positive values indicate dominantly stable |
527 |
|
|
stratification. |
528 |
|
|
|
529 |
|
|
Turbulent eddy diffusion coefficients of momentum, heat and moisture in the surface layer, |
530 |
|
|
which corresponds to the lowest GCM level (see \ref{tab:fizhi:sigma}), |
531 |
|
|
are calculated using stability-dependant functions based on Monin-Obukhov theory: |
532 |
|
|
\[ |
533 |
|
|
{K_m} (surface) = C_u \times u_* = C_D W_s |
534 |
|
|
\] |
535 |
|
|
and |
536 |
|
|
\[ |
537 |
|
|
{K_h} (surface) = C_t \times u_* = C_H W_s |
538 |
|
|
\] |
539 |
|
|
where $u_*=C_uW_s$ is the surface friction velocity, |
540 |
|
|
$C_D$ is termed the surface drag coefficient, $C_H$ the heat transfer coefficient, |
541 |
|
|
and $W_s$ is the magnitude of the surface layer wind. |
542 |
|
|
|
543 |
|
|
$C_u$ is the dimensionless exchange coefficient for momentum from the surface layer |
544 |
|
|
similarity functions: |
545 |
|
|
\[ |
546 |
|
|
{C_u} = {u_* \over W_s} = { k \over \psi_{m} } |
547 |
|
|
\] |
548 |
|
|
where k is the Von Karman constant and $\psi_m$ is the surface layer non-dimensional |
549 |
|
|
wind shear given by |
550 |
|
|
\[ |
551 |
|
|
\psi_{m} = {\int_{\zeta_{0}}^{\zeta} {\phi_{m} \over \zeta} d \zeta} . |
552 |
|
|
\] |
553 |
|
|
Here $\zeta$ is the non-dimensional stability parameter, and |
554 |
|
|
$\phi_m$ is the similarity function of $\zeta$ which expresses the stability dependance of |
555 |
|
|
the momentum gradient. The functional form of $\phi_m$ is specified differently for stable and unstable |
556 |
|
|
layers. |
557 |
|
|
|
558 |
|
|
$C_t$ is the dimensionless exchange coefficient for heat and |
559 |
|
|
moisture from the surface layer similarity functions: |
560 |
|
|
\[ |
561 |
|
|
{C_t} = -{( {\overline{w^{\prime}\theta^{\prime}}}) \over {u_* \Delta \theta }} = |
562 |
|
|
-{( {\overline{w^{\prime}q^{\prime}}}) \over {u_* \Delta q }} = |
563 |
|
|
{ k \over { (\psi_{h} + \psi_{g}) } } |
564 |
|
|
\] |
565 |
|
|
where $\psi_h$ is the surface layer non-dimensional temperature gradient given by |
566 |
|
|
\[ |
567 |
|
|
\psi_{h} = {\int_{\zeta_{0}}^{\zeta} {\phi_{h} \over \zeta} d \zeta} . |
568 |
|
|
\] |
569 |
|
|
Here $\phi_h$ is the similarity function of $\zeta$, which expresses the stability dependance of |
570 |
|
|
the temperature and moisture gradients, and is specified differently for stable and unstable |
571 |
|
|
layers according to Helfand and Schubert, 1995. |
572 |
|
|
|
573 |
|
|
$\psi_g$ is the non-dimensional temperature or moisture gradient in the viscous sublayer, |
574 |
|
|
which is the mosstly laminar region between the surface and the tops of the roughness |
575 |
|
|
elements, in which temperature and moisture gradients can be quite large. |
576 |
|
|
Based on Yaglom and Kader (1974): |
577 |
|
|
\[ |
578 |
|
|
\psi_{g} = { 0.55 (Pr^{2/3} - 0.2) \over \nu^{1/2} } |
579 |
|
|
(h_{0}u_{*} - h_{0_{ref}}u_{*_{ref}})^{1/2} |
580 |
|
|
\] |
581 |
|
|
where Pr is the Prandtl number for air, $\nu$ is the molecular viscosity, $z_{0}$ is the |
582 |
|
|
surface roughness length, and the subscript {\em ref} refers to a reference value. |
583 |
|
|
$h_{0} = 30z_{0}$ with a maximum value over land of 0.01 |
584 |
|
|
|
585 |
|
|
The surface roughness length over oceans is is a function of the surface-stress velocity, |
586 |
|
|
\[ |
587 |
|
|
{z_0} = c_1u^3_* + c_2u^2_* + c_3u_* + c_4 + {c_5 \over {u_*}} |
588 |
|
|
\] |
589 |
|
|
where the constants are chosen to interpolate between the reciprocal relation of |
590 |
|
|
Kondo(1975) for weak winds, and the piecewise linear relation of Large and Pond(1981) |
591 |
|
|
for moderate to large winds. Roughness lengths over land are specified |
592 |
|
|
from the climatology of Dorman and Sellers (1989). |
593 |
|
|
|
594 |
|
|
For an unstable surface layer, the stability functions, chosen to interpolate between the |
595 |
|
|
condition of small values of $\beta$ and the convective limit, are the KEYPS function |
596 |
|
|
(Panofsky, 1973) for momentum, and its generalization for heat and moisture: |
597 |
|
|
\[ |
598 |
|
|
{\phi_m}^4 - 18 \zeta {\phi_m}^3 = 1 \hspace{1cm} ; \hspace{1cm} |
599 |
|
|
{\phi_h}^2 - 18 \zeta {\phi_h}^3 = 1 \hspace{1cm} . |
600 |
|
|
\] |
601 |
|
|
The function for heat and moisture assures non-vanishing heat and moisture fluxes as the wind |
602 |
|
|
speed approaches zero. |
603 |
|
|
|
604 |
|
|
For a stable surface layer, the stability functions are the observationally |
605 |
|
|
based functions of Clarke (1970), slightly modified for |
606 |
|
|
the momemtum flux: |
607 |
|
|
\[ |
608 |
|
|
{\phi_m} = { { 1 + 5 {{\zeta}_1} } \over { 1 + 0.00794 {{\zeta}_1} |
609 |
|
|
(1+ 5 {{\zeta}_1}) } } \hspace{1cm} ; \hspace{1cm} |
610 |
|
|
{\phi_h} = { { 1 + 5 {{\zeta}_1} } \over { 1 + 0.00794 {\zeta} |
611 |
|
|
(1+ 5 {{\zeta}_1}) } } . |
612 |
|
|
\] |
613 |
|
|
The moisture flux also depends on a specified evapotranspiration |
614 |
|
|
coefficient, set to unity over oceans and dependant on the climatological ground wetness over |
615 |
|
|
land. |
616 |
|
|
|
617 |
|
|
Once all the diffusion coefficients are calculated, the diffusion equations are solved numerically |
618 |
|
|
using an implicit backward operator. |
619 |
|
|
|
620 |
molod |
1.5 |
\paragraph{Atmospheric Boundary Layer} |
621 |
molod |
1.1 |
|
622 |
|
|
The depth of the atmospheric boundary layer (ABL) is diagnosed by the parameterization as the |
623 |
|
|
level at which the turbulent kinetic energy is reduced to a tenth of its maximum near surface value. |
624 |
|
|
The vertical structure of the ABL is explicitly resolved by the lowest few (3-8) model layers. |
625 |
|
|
|
626 |
molod |
1.5 |
\paragraph{Surface Energy Budget} |
627 |
molod |
1.1 |
|
628 |
|
|
The ground temperature equation is solved as part of the turbulence package |
629 |
|
|
using a backward implicit time differencing scheme: |
630 |
|
|
\[ |
631 |
|
|
C_g\pp{T_g}{t} = R_{sw} - R_{lw} + Q_{ice} - H - LE |
632 |
|
|
\] |
633 |
|
|
where $R_{sw}$ is the net surface downward shortwave radiative flux and $R_{lw}$ is the |
634 |
|
|
net surface upward longwave radiative flux. |
635 |
|
|
|
636 |
|
|
$H$ is the upward sensible heat flux, given by: |
637 |
|
|
\[ |
638 |
|
|
{H} = P^{\kappa}\rho c_{p} C_{H} W_s (\theta_{surface} - \theta_{NLAY}) |
639 |
|
|
\hspace{1cm}where: \hspace{.2cm}C_H = C_u C_t |
640 |
|
|
\] |
641 |
|
|
where $\rho$ = the atmospheric density at the surface, $c_{p}$ is the specific |
642 |
|
|
heat of air at constant pressure, and $\theta$ represents the potential temperature |
643 |
|
|
of the surface and of the lowest $\sigma$-level, respectively. |
644 |
|
|
|
645 |
|
|
The upward latent heat flux, $LE$, is given by |
646 |
|
|
\[ |
647 |
|
|
{LE} = \rho \beta L C_{H} W_s (q_{surface} - q_{NLAY}) |
648 |
|
|
\hspace{1cm}where: \hspace{.2cm}C_H = C_u C_t |
649 |
|
|
\] |
650 |
|
|
where $\beta$ is the fraction of the potential evapotranspiration actually evaporated, |
651 |
|
|
L is the latent heat of evaporation, and $q_{surface}$ and $q_{NLAY}$ are the specific |
652 |
|
|
humidity of the surface and of the lowest $\sigma$-level, respectively. |
653 |
|
|
|
654 |
|
|
The heat conduction through sea ice, $Q_{ice}$, is given by |
655 |
|
|
\[ |
656 |
|
|
{Q_{ice}} = {C_{ti} \over {H_i}} (T_i-T_g) |
657 |
|
|
\] |
658 |
|
|
where $C_{ti}$ is the thermal conductivity of ice, $H_i$ is the ice thickness, assumed to |
659 |
|
|
be $3 \hspace{.1cm} m$ where sea ice is present, $T_i$ is 273 degrees Kelvin, and $T_g$ is the |
660 |
|
|
surface temperature of the ice. |
661 |
|
|
|
662 |
|
|
$C_g$ is the total heat capacity of the ground, obtained by solving a heat diffusion equation |
663 |
|
|
for the penetration of the diurnal cycle into the ground (Blackadar, 1977), and is given by: |
664 |
|
|
\[ |
665 |
|
|
C_g = \sqrt{ {\lambda C_s \over 2\omega} } = \sqrt{(0.386 + 0.536W + 0.15W^2)2\times10^{-3} |
666 |
|
|
{86400 \over 2 \pi} } \, \, . |
667 |
|
|
\] |
668 |
|
|
Here, the thermal conductivity, $\lambda$, is equal to $2\times10^{-3}$ ${ly\over{ sec}} |
669 |
|
|
{cm \over {^oK}}$, |
670 |
|
|
the angular velocity of the earth, $\omega$, is written as $86400$ $sec/day$ divided |
671 |
|
|
by $2 \pi$ $radians/ |
672 |
|
|
day$, and the expression for $C_s$, the heat capacity per unit volume at the surface, |
673 |
|
|
is a function of the ground wetness, $W$. |
674 |
|
|
|
675 |
|
|
\subsubsection{Land Surface Processes} |
676 |
|
|
|
677 |
molod |
1.5 |
\paragraph{Surface Type} |
678 |
molod |
1.1 |
The fizhi package surface Types are designated using the Koster-Suarez (1992) mosaic |
679 |
|
|
philosophy which allows multiple ``tiles'', or multiple surface types, in any one |
680 |
|
|
grid cell. The Koster-Suarez Land Surface Model (LSM) surface type classifications |
681 |
|
|
are shown in Table \ref{tab:fizhi:surftype}. The surface types and the percent of the grid |
682 |
|
|
cell occupied by any surface type were derived from the surface classification of |
683 |
|
|
Defries and Townshend (1994), and information about the location of permanent |
684 |
|
|
ice was obtained from the classifications of Dorman and Sellers (1989). |
685 |
|
|
The surface type for the \txt GCM grid is shown in Figure \ref{fig:fizhi:surftype}. |
686 |
|
|
The determination of the land or sea category of surface type was made from NCAR's |
687 |
|
|
10 minute by 10 minute Navy topography |
688 |
|
|
dataset, which includes information about the percentage of water-cover at any point. |
689 |
|
|
The data were averaged to the model's \fxf and \txt grid resolutions, |
690 |
|
|
and any grid-box whose averaged water percentage was $\geq 60 \%$ was |
691 |
|
|
defined as a water point. The \fxf grid Land-Water designation was further modified |
692 |
|
|
subjectively to ensure sufficient representation from small but isolated land and water regions. |
693 |
|
|
|
694 |
|
|
\begin{table} |
695 |
|
|
\begin{center} |
696 |
|
|
{\bf Surface Type Designation} \\ |
697 |
|
|
\vspace{0.1in} |
698 |
|
|
\begin{tabular}{ |c|l| } |
699 |
|
|
\hline |
700 |
|
|
Type & Vegetation Designation \\ \hline |
701 |
|
|
\hline |
702 |
|
|
1 & Broadleaf Evergreen Trees \\ \hline |
703 |
|
|
2 & Broadleaf Deciduous Trees \\ \hline |
704 |
|
|
3 & Needleleaf Trees \\ \hline |
705 |
|
|
4 & Ground Cover \\ \hline |
706 |
|
|
5 & Broadleaf Shrubs \\ \hline |
707 |
|
|
6 & Dwarf Trees (Tundra) \\ \hline |
708 |
|
|
7 & Bare Soil \\ \hline |
709 |
|
|
8 & Desert (Bright) \\ \hline |
710 |
|
|
9 & Glacier \\ \hline |
711 |
|
|
10 & Desert (Dark) \\ \hline |
712 |
|
|
100 & Ocean \\ \hline |
713 |
|
|
\end{tabular} |
714 |
|
|
\end{center} |
715 |
|
|
\caption{Surface type designations used to compute surface roughness (over land) |
716 |
|
|
and surface albedo.} |
717 |
|
|
\label{tab:fizhi:surftype} |
718 |
|
|
\end{table} |
719 |
|
|
|
720 |
|
|
|
721 |
|
|
\begin{figure*}[htbp] |
722 |
molod |
1.4 |
\centerline{ \epsfysize=7in \epsfbox{part6/surftypes.ps}} |
723 |
molod |
1.1 |
\vspace{0.3in} |
724 |
|
|
\caption {Surface Type Compinations at \txt resolution.} |
725 |
|
|
\label{fig:fizhi:surftype} |
726 |
|
|
\end{figure*} |
727 |
|
|
|
728 |
|
|
\begin{figure*}[htbp] |
729 |
molod |
1.4 |
\centerline{ \epsfysize=7in \epsfbox{part6/surftypes.descrip.ps}} |
730 |
molod |
1.1 |
\vspace{0.3in} |
731 |
|
|
\caption {Surface Type Descriptions.} |
732 |
|
|
\label{fig:fizhi:surftype.desc} |
733 |
|
|
\end{figure*} |
734 |
|
|
|
735 |
|
|
|
736 |
molod |
1.5 |
\paragraph{Surface Roughness} |
737 |
molod |
1.1 |
The surface roughness length over oceans is computed iteratively with the wind |
738 |
|
|
stress by the surface layer parameterization (Helfand and Schubert, 1991). |
739 |
|
|
It employs an interpolation between the functions of Large and Pond (1981) |
740 |
|
|
for high winds and of Kondo (1975) for weak winds. |
741 |
|
|
|
742 |
|
|
|
743 |
molod |
1.5 |
\paragraph{Albedo} |
744 |
molod |
1.1 |
The surface albedo computation, described in Koster and Suarez (1991), |
745 |
|
|
employs the ``two stream'' approximation used in Sellers' (1987) Simple Biosphere (SiB) |
746 |
|
|
Model which distinguishes between the direct and diffuse albedos in the visible |
747 |
|
|
and in the near infra-red spectral ranges. The albedos are functions of the observed |
748 |
|
|
leaf area index (a description of the relative orientation of the leaves to the |
749 |
|
|
sun), the greenness fraction, the vegetation type, and the solar zenith angle. |
750 |
|
|
Modifications are made to account for the presence of snow, and its depth relative |
751 |
|
|
to the height of the vegetation elements. |
752 |
|
|
|
753 |
|
|
\subsubsection{Gravity Wave Drag} |
754 |
|
|
The fizhi package employs the gravity wave drag scheme of Zhou et al. (1996). |
755 |
|
|
This scheme is a modified version of Vernekar et al. (1992), |
756 |
|
|
which was based on Alpert et al. (1988) and Helfand et al. (1987). |
757 |
|
|
In this version, the gravity wave stress at the surface is |
758 |
|
|
based on that derived by Pierrehumbert (1986) and is given by: |
759 |
|
|
|
760 |
|
|
\bq |
761 |
|
|
|\vec{\tau}_{sfc}| = {\rho U^3\over{N \ell^*}} \left(F_r^2 \over{1+F_r^2}\right) \, \, , |
762 |
|
|
\eq |
763 |
|
|
|
764 |
|
|
where $F_r = N h /U$ is the Froude number, $N$ is the {\em Brunt - V\"{a}is\"{a}l\"{a}} frequency, $U$ is the |
765 |
|
|
surface wind speed, $h$ is the standard deviation of the sub-grid scale orography, |
766 |
|
|
and $\ell^*$ is the wavelength of the monochromatic gravity wave in the direction of the low-level wind. |
767 |
|
|
A modification introduced by Zhou et al. allows for the momentum flux to |
768 |
|
|
escape through the top of the model, although this effect is small for the current 70-level model. |
769 |
|
|
The subgrid scale standard deviation is defined by $h$, and is not allowed to exceed 400 m. |
770 |
|
|
|
771 |
|
|
The effects of using this scheme within a GCM are shown in Takacs and Suarez (1996). |
772 |
|
|
Experiments using the gravity wave drag parameterization yielded significant and |
773 |
|
|
beneficial impacts on both the time-mean flow and the transient statistics of the |
774 |
|
|
a GCM climatology, and have eliminated most of the worst dynamically driven biases |
775 |
|
|
in the a GCM simulation. |
776 |
|
|
An examination of the angular momentum budget during climate runs indicates that the |
777 |
|
|
resulting gravity wave torque is similar to the data-driven torque produced by a data |
778 |
|
|
assimilation which was performed without gravity |
779 |
|
|
wave drag. It was shown that the inclusion of gravity wave drag results in |
780 |
|
|
large changes in both the mean flow and in eddy fluxes. |
781 |
|
|
The result is a more |
782 |
|
|
accurate simulation of surface stress (through a reduction in the surface wind strength), |
783 |
|
|
of mountain torque (through a redistribution of mean sea-level pressure), and of momentum |
784 |
|
|
convergence (through a reduction in the flux of westerly momentum by transient flow eddies). |
785 |
|
|
|
786 |
|
|
|
787 |
|
|
\subsubsection{Boundary Conditions and other Input Data} |
788 |
|
|
|
789 |
|
|
Required fields which are not explicitly predicted or diagnosed during model execution must |
790 |
|
|
either be prescribed internally or obtained from external data sets. In the fizhi package these |
791 |
|
|
fields include: sea surface temperature, sea ice estent, surface geopotential variance, |
792 |
|
|
vegetation index, and the radiation-related background levels of: ozone, carbon dioxide, |
793 |
|
|
and stratospheric moisture. |
794 |
|
|
|
795 |
|
|
Boundary condition data sets are available at the model's \fxf and \txt |
796 |
|
|
resolutions for either climatological or yearly varying conditions. |
797 |
|
|
Any frequency of boundary condition data can be used in the fizhi package; |
798 |
|
|
however, the current selection of data is summarized in Table \ref{tab:fizhi:bcdata}\@. |
799 |
|
|
The time mean values are interpolated during each model timestep to the |
800 |
|
|
current time. Future model versions will incorporate boundary conditions at |
801 |
|
|
higher spatial \mbox{($1^\circ$ x $1^\circ$)} resolutions. |
802 |
|
|
|
803 |
|
|
\begin{table}[htb] |
804 |
|
|
\begin{center} |
805 |
|
|
{\bf Fizhi Input Datasets} \\ |
806 |
|
|
\vspace{0.1in} |
807 |
|
|
\begin{tabular}{|l|c|r|} \hline |
808 |
|
|
\multicolumn{1}{|c}{Variable} & \multicolumn{1}{|c}{Frequency} & \multicolumn{1}{|c|}{Years} \\ \hline\hline |
809 |
|
|
Sea Ice Extent & monthly & 1979-current, climatology \\ \hline |
810 |
|
|
Sea Ice Extent & weekly & 1982-current, climatology \\ \hline |
811 |
|
|
Sea Surface Temperature & monthly & 1979-current, climatology \\ \hline |
812 |
|
|
Sea Surface Temperature & weekly & 1982-current, climatology \\ \hline |
813 |
|
|
Zonally Averaged Upper-Level Moisture & monthly & climatology \\ \hline |
814 |
|
|
Zonally Averaged Ozone Concentration & monthly & climatology \\ \hline |
815 |
|
|
\end{tabular} |
816 |
|
|
\end{center} |
817 |
|
|
\caption{Boundary conditions and other input data used in the fizhi package. Also noted are the |
818 |
|
|
current years and frequencies available.} |
819 |
|
|
\label{tab:fizhi:bcdata} |
820 |
|
|
\end{table} |
821 |
|
|
|
822 |
|
|
|
823 |
molod |
1.5 |
\paragraph{Topography and Topography Variance} |
824 |
molod |
1.1 |
|
825 |
|
|
Surface geopotential heights are provided from an averaging of the Navy 10 minute |
826 |
|
|
by 10 minute dataset supplied by the National Center for Atmospheric Research (NCAR) to the |
827 |
|
|
model's grid resolution. The original topography is first rotated to the proper grid-orientation |
828 |
|
|
which is being run, and then |
829 |
|
|
averages the data to the model resolution. |
830 |
|
|
The averaged topography is then passed through a Lanczos (1966) filter in both dimensions |
831 |
|
|
which removes the smallest |
832 |
|
|
scales while inhibiting Gibbs phenomena. |
833 |
|
|
|
834 |
|
|
In one dimension, we may define a cyclic function in $x$ as: |
835 |
|
|
\begin{equation} |
836 |
|
|
f(x) = {a_0 \over 2} + \sum_{k=1}^N \left( a_k \cos(kx) + b_k \sin(kx) \right) |
837 |
|
|
\label{eq:fizhi:filt} |
838 |
|
|
\end{equation} |
839 |
|
|
where $N = { {\rm IM} \over 2 }$ and ${\rm IM}$ is the total number of points in the $x$ direction. |
840 |
|
|
Defining $\Delta x = { 2 \pi \over {\rm IM}}$, we may define the average of $f(x)$ over a |
841 |
|
|
$2 \Delta x$ region as: |
842 |
|
|
|
843 |
|
|
\begin{equation} |
844 |
|
|
\overline {f(x)} = {1 \over {2 \Delta x}} \int_{x-\Delta x}^{x+\Delta x} f(x^{\prime}) dx^{\prime} |
845 |
|
|
\label{eq:fizhi:fave1} |
846 |
|
|
\end{equation} |
847 |
|
|
|
848 |
|
|
Using equation (\ref{eq:fizhi:filt}) in equation (\ref{eq:fizhi:fave1}) and integrating, we may write: |
849 |
|
|
|
850 |
|
|
\begin{equation} |
851 |
|
|
\overline {f(x)} = {a_0 \over 2} + {1 \over {2 \Delta x}} |
852 |
|
|
\sum_{k=1}^N \left [ |
853 |
|
|
\left. a_k { \sin(kx^{\prime}) \over k } \right /_{x-\Delta x}^{x+\Delta x} - |
854 |
|
|
\left. b_k { \cos(kx^{\prime}) \over k } \right /_{x-\Delta x}^{x+\Delta x} |
855 |
|
|
\right] |
856 |
|
|
\end{equation} |
857 |
|
|
or |
858 |
|
|
|
859 |
|
|
\begin{equation} |
860 |
|
|
\overline {f(x)} = {a_0 \over 2} + \sum_{k=1}^N {\sin(k \Delta x) \over {k \Delta x}} |
861 |
|
|
\left( a_k \cos(kx) + b_k \sin(kx) \right) |
862 |
|
|
\label{eq:fizhi:fave2} |
863 |
|
|
\end{equation} |
864 |
|
|
|
865 |
|
|
Thus, the Fourier wave amplitudes are simply modified by the Lanczos filter response |
866 |
|
|
function ${\sin(k\Delta x) \over {k \Delta x}}$. This may be compared with an $mth$-order |
867 |
|
|
Shapiro (1970) filter response function, defined as $1-\sin^m({k \Delta x \over 2})$, |
868 |
|
|
shown in Figure \ref{fig:fizhi:lanczos}. |
869 |
|
|
It should be noted that negative values in the topography resulting from |
870 |
|
|
the filtering procedure are {\em not} filled. |
871 |
|
|
|
872 |
|
|
\begin{figure*}[htbp] |
873 |
molod |
1.4 |
\centerline{ \epsfysize=7.0in \epsfbox{part6/lanczos.ps}} |
874 |
molod |
1.1 |
\caption{ \label{fig:fizhi:lanczos} Comparison between the Lanczos and $mth$-order Shapiro filter |
875 |
|
|
response functions for $m$ = 2, 4, and 8. } |
876 |
|
|
\end{figure*} |
877 |
|
|
|
878 |
|
|
The standard deviation of the subgrid-scale topography |
879 |
|
|
is computed from a modified version of the the Navy 10 minute by 10 minute dataset. |
880 |
|
|
The 10 minute by 10 minute topography is passed through a wavelet |
881 |
|
|
filter in both dimensions which removes the scale smaller than 20 minutes. |
882 |
|
|
The topography is then averaged to $1^\circ x 1^\circ$ grid resolution, and then |
883 |
|
|
re-interpolated back to the 10 minute by 10 minute resolution. |
884 |
|
|
The sub-grid scale variance is constructed based on this smoothed dataset. |
885 |
|
|
|
886 |
|
|
|
887 |
molod |
1.5 |
\paragraph{Upper Level Moisture} |
888 |
molod |
1.1 |
The fizhi package uses climatological water vapor data above 100 mb from the Stratospheric Aerosol and Gas |
889 |
|
|
Experiment (SAGE) as input into the model's radiation packages. The SAGE data is archived |
890 |
|
|
as monthly zonal means at 5$^\circ$ latitudinal resolution. The data is interpolated to the |
891 |
|
|
model's grid location and current time, and blended with the GCM's moisture data. Below 300 mb, |
892 |
|
|
the model's moisture data is used. Above 100 mb, the SAGE data is used. Between 100 and 300 mb, |
893 |
|
|
a linear interpolation (in pressure) is performed using the data from SAGE and the GCM. |
894 |
|
|
|
895 |
molod |
1.6 |
\subsection{Key subroutines, parameters and files} |
896 |
|
|
|
897 |
|
|
\subsection{Dos and donts} |
898 |
|
|
|
899 |
|
|
\subsection{Fizhi Reference} |