Spherical Harmonic Discrete Ordinate Method (SHDOM)
for Atmospheric Radiative Transfer
Model Capabilities
This program computes unpolarized monochromatic or spectral band
radiative transfer in a one, two, or three-dimensional medium for either
collimated solar and/or thermal emission sources of radiation. The
properties of the medium can be specified completely generally, i.e. the
extinction, single scattering albedo, Legendre coefficients of the
scattering phase function, and temperature for the particular wavelength
or spectral band may be specified at each input grid point. SHDOM is
superior to Monte Carlo radiative transfer methods when many radiative
quantities are desired, e.g. the radiance field across the domain top or
the 3D distribution of heating. Radiances at any angle, hemispheric
fluxes, net fluxes, mean radiances, and net flux convergence (related to
heating rates) may be output anywhere in the domain. For highly peaked
phase functions the delta-M method may be chosen, in which case the
radiance is computed with an untruncated phase function single
scattering correction. A correlated k-distribution approach is used for
the integration over a spectral band. There may be uniform or spatially
variable Lambertian reflection and emission from the ground surface.
Several types of bidirectional reflection distribution functions (BRDF)
for the surface are implemented, and more may be added easily. SHDOM
may be run on a single processor or on multiple processors (e.g. an SMP
machine or a cluster) using the Message Passing Interface (MPI).
Method in Brief
The SHDOM uses an iterative process to compute the source function
(including the scattering integral) on a grid of points in space. The
angular part of the source function is represented with a spherical
harmonic expansion. Solving for the source function instead of the
radiance field saves memory, because there are often parts of a medium
where the source function is zero or angularly very smooth (hence few
spherical harmonic terms). The other reason for using spherical
harmonics is that the scattering integral is more efficiently computed
than in discrete ordinates. A discrete ordinate representation is used
in the solution process because the streaming of radiation is more
physically (and correctly) computed in this way. An adaptive grid that
chooses where to put grid points is useful in atmospheric radiative
transfer because the source function is usually rapidly varying in
some regions and slowly varying in others.
The iterative method is equivalent to a successive order approach.
For each iteration 1) the source function is transformed to discrete
ordinates at every grid point, 2) the integral form of the radiative
transfer equation is used to compute the discrete ordinate radiance at
every grid point, 3) the radiance is transformed back to spherical
harmonics, and 4) the new source function is computed from the radiance
in spherical harmonics. As with all order of scattering methods the
number of iterations increases with the single scattering albedo and
optical depth. A sequence acceleration method is used to speed up
convergence, which is typically achieved in under 50 iterations. During
the solution process, the grid cells with the integral of the source
function difference above a certain limit are split in half, generating
new grid points. The number of spherical harmonic terms kept at each
grid point also changes as the iterations proceed (i.e. adaptive
spherical harmonic truncation).
When to Use SHDOM
SHDOM is the most capable explicit representation (or deterministic) 3D
atmospheric radiative transfer model developed so far. However, it
cannot handle all modeling situations, and Monte Carlo methods are often
superior. SHDOM is appropriate for atmospheric media in which the
radiative transfer can be resolved; i.e. the optical depth across the
adaptive grid cells is small compared to unity. If many of the input
grid cells in a 3D medium have optical depth greater than 1, then SHDOM
is likely to prove computationally infeasible. This typically implies
that the SHDOM grid spacing needs to be 100 meters or smaller for
simulations of 3D clouds. Monte Carlo methods are also faster and more
accurate than SHDOM for simulations in which there are relatively few
radiative quantities output. For example, SHDOM is a poor choice when
horizontal domain average quantities are desired. SHDOM is a good
choice when it resolves the radiative transfer and many radiative
quantities are desired, e.g. the radiance field across the domain top.
See the Pincus and Evans 2009
article in J. Atmos. Sci. for detailed performance comparisons
between SHDOM and the I3RC Community Monte Carlo model.
What's New
A major new release of the SHDOM distribution was made available on 9
March 2009. The new features are
- SHDOM now has the capability to run on multiple processors using
the Message Passing Interface (MPI version 1).
- SHDOM can read property inputs from and write most output formats
to netcdf files.
The input parameter list has changed somewhat with the new release of
SHDOM. An update release was made on 15 November 2009.
Documentation
The online documentation
contains details on how to run the code.
The Pincus and Evans 2009
article describes the parallelization of SHDOM and performance
comparisons with the I3RC Community Monte Carlo model. The reference is
Pincus, R., and K. F. Evans, 2009: Computational cost and accuracy in
calculating three-dimensional radiative transfer: Results for new
implementations of Monte Carlo and SHDOM. J. Atmos. Sci.,
66, 3131-3146.
A conference paper (PDF)
from the ARM science team meeting (2003) describes and gives examples
for the new optical property generation system and the SHDOM
visualization output.
A journal article on the SHDOM algorithm is available as a
PDF file (though the figures are poor).
The reference is
Evans, K. F., 1998: The spherical harmonic discrete ordinate method
for three-dimensional atmospheric radiative transfer.
J. Atmos. Sci., 55, 429-446.
Distribution
The model is being freely distributed via this Web page. The
distribution README lists the files in the
distribution. A list of the changes
in the update releases is also available.
SHDOM is distributed as a gzipped Unix
tar file (2.1 MB). The
shortwave ice scattering database (9.9 MB) is distributed
separately. If you have trouble downloading the distribution from the
Web, you can try the anonymous ftp site
(ftp://nit.colorado.edu/pub/shdom/).
Several scientists have used SHDOM for 1D modeling, so a
plane-parallel version, called SHDOMPP, has been developed. SHDOMPP is
optimized for plane-parallel radiative transfer, making it faster and
more accurate. More information and a distribution file is available .
More Stuff
Results of tests and examples illustrating how to best use SHDOM are
below.
This material is based upon work supported by the National Science
Foundation under Grant ATM-9421733. Any opinions, findings, and
conclusions or recommendations expressed in this material are those of
the author(s) and do not necessarily reflect the views of the National
Science Foundation. Updates to SHDOM from 1997 to 2004 were funded by
the Atmospheric Radiation Measurement program of the Department of
Energy under grant DE-A1005-90ER61069. The most recent update to SHDOM
adding multiple processor capability was funded by NASA Radiation
Sciences Program under award NNX07AQ84G.
Last modified: May 3, 2010
Back to Home