A practical guide to writing a radiative transfer code
Loading...
Collections
Author/Creator
Korkin, Sergey
Sayer, Andrew
Ibrahim, A.
Lyapustin, A.
Author/Creator ORCID
Date
2021-11-03
Type of Work
Department
Program
Citation of Original Publication
Korkin, S. K., A. M. Sayer, A. Ibrahim, A. Lyapustin (2021), A practical guide to writing a radiative transfer code, Computer Physics Communications, 271, 108198, https://doi.org/10.1016/j.cpc.2021.108198
Rights
This work was written as part of one of the author's official duties as an Employee of the United States Government and is therefore a work of the United States Government. In accordance with 17 U.S.C. 105, no copyright protection is available for such works under U.S. Law.
Public Domain Mark 1.0
Public Domain Mark 1.0
Subjects
Abstract
Using our decades-long experience in radiative transfer (RT) code development for Earth science, we
endeavor to reduce the knowledge gap of bringing RT from theory to code quickly. Despite numerous
classic and recent literature, it is still hard to develop an RT code from scratch within a few weeks.
It is equally hard to understand, not to mention modify, an existing “monster” RT code, for which
the developer is either located remotely or has retired. Following the format of “Numerical Recipes”
by Press et al., we collocate in this paper small pieces of necessary theory with corresponding small
pieces of RT code. These are arranged in an order that is natural for code development, which is often
opposite of the natural order for laying out the theoretical basis. We focus on the transfer of unpolarized
monochromatic solar radiation in a plane-parallel atmosphere over a reflecting surface. Both the surface
and the atmosphere are homogeneous (uniform) at all directions. The multiple scattering is numerically
solved using the deterministic method of Gauss-Seidel iterations. Except for the presented Python-Numba
open-source RT code gsit, the paper does not report any new scientific results, but rather serves as an
academic demonstration. If development time is an issue or the reader is familiar with basic concepts of
RT theory, we recommend proceeding directly to Sec. 3 “RT code development”.