1. Introduction
Radiative transfer models are needed to compute the net radiation absorbed by Earth’s atmosphere and surface and the radiation reaching our remote sensors. The plane-parallel approximation, which assumes the atmosphere and its radiative boundary conditions are horizontally homogeneous, is used ubiquitously in computing radiative heating and photolysis rates in environmental prediction models. This approximation simplifies the radiative transfer calculation to one dimension (1D), namely, the vertical, which results in tremendous savings in computational cost. The 1D approximation is also used by remote sensing algorithms, since it allows for tangible solutions to the inverse problem. Nature, of course, manifests itself in three spatial dimensions (3D) and is heterogeneous over a wide range of scales in vertical and horizontal directions. This is evident just about everywhere we look (e.g., clouds and land surfaces), and the bias resulting from the 1D approximation provokes a continued push to understand and account for 3D radiative transfer in Earth science applications (e.g., Davies 1984; Guan et al. 1997; Davis et al. 1997; Várnai 2000; Benassi et al. 2004; O’Hirok et al. 2005; Widlowski et al. 2006; Marshak et al. 2006; Wen et al. 2007; Yang and Di Girolamo 2008; Várnai and Marshak 2009; Di Girolamo et al. 2010; Davis and Marshak 2010; Fauchez et al. 2014; Klinger and Mayer 2014).
In the late 1990s, a community-led effort began that brought together a group of atmospheric scientists from around the world with an interest in 3D radiative transfer in cloudy atmospheres. This effort led to the Intercomparison of 3D Radiation Codes (I3RC; Cahalan et al. 2005) and is ongoing with updates posted on the I3RC website (https://i3rc.gsfc.nasa.gov). The goals of the I3RC are to 1) compare existing codes for calculating 3D radiative transfer in cloudy atmospheres, 2) provide benchmark results for debugging 3D radiative transfer codes, 3) publish an open-source, community 3D Monte Carlo radiative transfer model, and 4) promote education in 3D radiative transfer to students and practitioners in the atmospheric sciences. Results of the first two goals were reported in Cahalan et al. (2005). The third goal was achieved by the development of the I3RC Monte Carlo community model (Pincus and Evans 2009). The fourth goal is largely achieved through the maintenance of the I3RC website, which provides a large number of resources for students, scientists, and code developers, including an updated publication list on Earth science research involving 3D radiative transfer.
Much of the I3RC efforts have focused on shortwave monochromatic radiative transfer with a solar source and a reflective surface. The I3RC Monte Carlo community model, herein referred to as the “IMC-original” model, is also solar source only. However, one of the hoped-for community contributions to the model is a source of internal emission from the surface and the atmosphere (Cahalan et al. 2005). Incorporating internal sources of radiation in 3D Monte Carlo models is not new (e.g., Chen and Liou 2006; Fomin 2006; Eriksson et al. 2011; Fauchez et al. 2014; Klinger and Mayer 2014). The addition of this feature into the IMC-original model is based upon the knowledge gained from many sources. However, very few such models are publicly available for download, and none fully address what is accomplished here: a publicly available, thoroughly vetted 3D Monte Carlo model applicable to a wide range of the electromagnetic spectrum; capable of simulating scattering, absorption, and thermal emission; computing spectral radiance, irradiance, and heating rates from solar and internal sources; and optimized for parallel computing, with an object-oriented, open-source design that the community can build upon. The theoretical basis for the internal emission component of this model and the thorough benchmarking of its accuracy and performance is the subject of this paper.
Section 2 describes the base model and the theoretical basis for and implementation of internal emission. This is followed by section 3, which thoroughly verifies the accuracy of the model’s results with a number of test cases based on fundamental standards, analytical solutions, and comparisons with another model, namely, the spherical harmonics discrete ordinate method (SHDOM; Evans 1998). In section 4, the newly verified model is applied to a complex cloud field to provide a benchmark result for a case similar to that defined by the I3RC. Performance and scaling metrics of the model on the Blue Waters supercomputer are provided in section 5. Finally, the results are summarized in section 6.
2. Model description
a. Review of the IMC-original base model
The IMC-original model is used as a starting point. It is coded in an “object oriented” style in Fortran 95 so that pieces of code may be easily swapped in or out for other implementations. This lends itself well to the open-source community approach to development sought after by the I3RC. Further details of the code base structure are described by Pincus and Evans (2009) and Jones (2016). It can be acquired under the GNU general public license, along with its detailed documentation, online (https://i3rc.gsfc.nasa.gov/I3RC_community_model_new.htm).
The samples drawn for a Monte Carlo radiative transfer simulation are often referred to as photons (which differs from the modern usage of the word in quantum electrodynamics; Pujol 2015) and are often conceptualized as bundles of radiative energy that can be traced along a path and partially depleted through absorption and redirected upon scattering. The IMC-original model employs a forward photon tracing technique, meaning that photons are traced forward from their source until they are extinguished or leave the top of the domain. It simulates scattering and absorption but not emission events. The horizontal boundaries are periodic, and the lower boundary is represented by a scattering surface with a specified albedo. Photons are each assigned a weight of 1.0 upon initiation, which is depleted through successive absorption events at the point of scattering as opposed to either depletion along the path or complete absorption at an interaction point.
In addition to the documentation provided with the IMC-original source code, further details of the model algorithm are described by Jones (2016). The user must supply per constituent optical properties, volume extinction coefficient, single-scattering albedo, and phase function at their desired accuracy and select their algorithmic options via a name list. This includes selecting the type of domain illumination, since only one may be selected per run. The available outputs are horizontal distributions of upward irradiance at the top of the domain, downward irradiance at the bottom of the domain, and irradiance absorbed in the atmosphere; the 3D distribution of flux divergence; and the horizontal distribution of outgoing radiance at the top of the domain in a user-specified set of directions. Since it is unlikely that a statistically significant number of photons will scatter into the particular direction of a simulated sensor, a technique called the local estimator (e.g., Evans and Marshak 2005) is used to sample the radiance contribution of every photon into each specified direction. A variety of techniques to reduce the variance in the radiance are available but were not utilized in this study; descriptions of those techniques and how they impact the time to achieve a particular standard error can be found in Pincus and Evans (2009). Dividing the total number of photons simulated into a number of batches, the increment of work assigned to each processor, allows for independent batch estimates of the radiative quantities, which in turn allows the standard errors of estimated quantities to be calculated and reported. See Eq. (A1) in appendix A for the formulation of standard error in the IMC-original.
b. Addition of internal emission: The IMC+emission model
The IMC-original model with the added internal emission features described in this section will be referred to as the “IMC+emission” model. This model does not restrict thermal emission to any spectral range, and like the original model, calculations are monochromatic. The forward photon tracing technique was maintained to take advantage of the existing infrastructure within the IMC-original model. A forward tracing technique can be more computationally efficient than a backward technique when the number of output quantities is large relative to the number of emitting elements, such as simultaneous calculation of radiance into many directions. When radiance into a single direction is desired, a backward approach may be more efficient. For a discussion of trade-offs between backward and forward techniques see Ellingson and Takara (2005) and Evans and Marshak (2005).
Since the mechanisms of radiative transfer are the same regardless of the initial source of the radiation, the main algorithmic addition needed for the IMC+emission model is in the photon initialization at its source, an atmospheric constituent (gases, clouds, aerosols, etc.), or the surface. The thermally emitted photons need to be accurately distributed between the atmospheric voxels and the surface pixels, taking into account the likelihood of emission from each. Several, sometimes inconsistent, approaches to internal emission can be found in the literature (Ellingson and Takara 2005; Chen and Liou 2006; Kablick et al. 2011; Fauchez et al. 2014). The method ultimately employed in the IMC+emission model is summarized below. Additional detail and background can be found in Jones (2016).


















The only other fundamental processes added to accurately simulate internal emission were to decrement the absorbed irradiance of the emitting column and the flux divergence of the emitting voxel and increment the radiance at the corresponding location at the top of the domain upon photon emission. Initial emission of a photon from the atmosphere decrements the flux divergence of that voxel and the absorbed irradiance of the containing column by 1.0, which is the value of the full photon weight. When calculating the contribution of a photon to the radiance emerging from a pixel at the top of the domain in a particular direction specified by the user, the phase function is used to weight the likelihood of travel in that direction. For initial emission from a voxel, the normalized isotropic phase function is
3. Verification
Verification of the accuracy, or benchmarking, of a 3D radiative transfer model is difficult because of the lack of an analytical solution for a heterogeneous domain. The benchmarking philosophy of the I3RC was one of intercomparison of results between various models for specific input cases. Cahalan et al. (2005) reports on simple (phase 1) and complex (phase 2) intercomparisons, which included 23 and 13 participating models, respectively. In phase 1, comparisons were made to a single reference model, while in phase 2, the consensus mean outputs from participating models were taken as the benchmark. The IMC-original was developed after phase 1 and 2 efforts. Pincus and Evans (2009) focused on comparing the IMC-original model with SHDOM, to weigh the trade-offs between cost and accuracy for both models’ computation of a variety of radiative quantities.
In Cahalan et al. (2005) and in Pincus and Evans (2009), the focus was only on the solar source of radiation. For the IMC+emission model, we compare results from simulations of both solar and internal sources of radiation to analytical solutions for nonscattering atmospheres that are designed to specifically test new and altered components of the model. We also test for energy conservation and reciprocity, where appropriate, which were not considered by Cahalan et al. (2005) or Pincus and Evans (2009). Finally, we compare to SHDOM when analytical solutions are unavailable.
SHDOM is perhaps the most popular publicly available 3D radiative transfer code that includes scattering, absorption, and emission that is applicable to a wide spectral range. Its accuracy and efficiency were compared with the IMC-original model for a couple of cloud distributions by Pincus and Evans (2009). There are situation-dependent pros and cons to selecting either type of model, and interested readers should refer to Pincus and Evans (2009). Additionally, SHDOM was well within the spread of results from models participating in the I3RC (Cahalan et al. 2005). For these reasons, it is used here as a basis of comparison where analytical solutions are not available. SHDOM (Evans 1998) combines a discrete, gridded representation of the atmosphere with spherical harmonics, which speed up the calculation of the scattering integral. The model solves for source functions rather than the radiation field, since the latter can be derived from the former, and stores the source functions as spherical harmonic series at each grid point. It requires an input field of optical properties, as does the IMC+emission model, but in contrast to the IMC+emission model, it assumes those properties vary linearly between the specified values, which are the voxel vertices rather than the voxel centers. The internal representation of the medium is interpolated trilinearly from the input optical properties, making it difficult to represent sharp boundaries on an equally spaced grid. Adaptive cell splitting is available as a feature of SHDOM but was not utilized for the present study to keep interpretation of the differences between methods simple for model inputs that are as similar as possible. The IMC+emission model’s accuracy depends on the number of photons simulated, whereas SHDOM’s accuracy depends on the number of streams resolved in angular space and the resolution of the grid.
Each of the major radiative quantities output by the IMC+emission model—radiance, irradiance, and per voxel flux divergence—were tested to ensure the model’s accuracy for remote sensing and radiative heating applications. Tests are presented in the following subsections in order of simplest to most complex, starting with homogeneous, absorption-only cases, followed progressively by the addition of heterogeneity and scattering.
a. Isothermal, nonscattering, homogeneously absorbing atmosphere with a Lambertian surface
This simplest case of homogeneously absorbing but nonscattering atmosphere with a Lambertian surface is used to demonstrate that radiance at both nadir and off-nadir angles is calculated correctly, that the uncertainty in the solution decreases as expected with the total number of photons, and that energy is conserved within the model. To pass these tests, photon tracing and tallying must be done in an accurate way, and for an internal source of radiation, the emission must be properly divided between the surface and atmosphere.
The panel of simulations feature a 3 × 3 × 20 voxel domain that extends 3 km in each horizontal direction and 2 km vertically. For the simulations with atmospheric absorption, the volume extinction coefficient was set to 0.1 km−1, and the single-scattering albedo was set to 0.0 to preclude scattering. For the solar source simulations, the incoming solar irradiance was set to 1 W m−2 μm−1 with overhead sun. The infrared emission simulations were conducted at λ = 11.0 μm, the atmospheric temperature was 303.1 K, and the surface temperature was also 303.1 K. In all simulations, the surface was considered Lambertian, with an albedo of 0.0, 0.3, or 1.0. Each batch contained 50 000 photons, and there were 20 000 batches for a total of 109 photons per simulation.
Energy conservation in the IMC+emission model can be demonstrated with a couple of these simple setups. For a solar source of photons and a surface albedo of 1.0, the average irradiance absorbed by the domain








IMC+emission-modeled 11-μm nadir radiance for isothermal, homogeneously absorbing atmospheres with Lambertian lower boundaries compared to the expected radiance from analytically derived solutions [e.g., Eqs. (13) and (14)]. A total of 109 photons were simulated from 20 000 batches of 50 000 photons each. The last two digits in parentheses represent the uncertainty in the last two digits of the radiance.
The accuracy of radiance values at off-nadir angles for the above simulations was also tested. Where applicable, the solar geometry was μ0 = 1.0 and ϕ0 = 60°. The results are summarized in Table 2 for the following simulated detector angles θ: 30°, 60°, and 88°. Results are well within the standard error from the expected radiance. The difference between the simulated radiance and the expected value is within 0.005% for the 109 simulated photons. This indicates that the contribution from emitted photons to the radiance is handled properly even at off-nadir angles.
IMC+emission-modeled 11-μm radiance for isothermal, homogeneously absorbing atmospheres with Lambertian lower boundaries compared to analytically derived solutions for θ = 30°, 60°, and 88°. A total of 109 photons were simulated from 20 000 batches of 50 000 photons each. The last two digits in parentheses represent the uncertainty in the last two digits of the radiance.
Finally, we ran simulations as a function of the total number of photons simulated Ntotal to see if we get the expected
For internal emission at 11 μm in an isothermal, homogeneously absorbing atmosphere with a surface albedo of 0.3, (a) markers represent sample standard error from IMC+emission normalized by the sample radiance and the line is the expected
Citation: Journal of the Atmospheric Sciences 75, 3; 10.1175/JAS-D-17-0251.1
b. Isothermal, nonscattering, homogeneously absorbing atmosphere with nonreflecting surface
This case demonstrates that upward irradiances at the top of the domain and downward irradiances at the surface are calculated correctly by comparing to analytical solutions. Comparisons to SHDOM are also provided to establish a baseline for comparison before moving on to cases for which there is no analytical solution. A variety of relationships between surface and atmospheric temperature with a small total optical depth are tested in addition to a more optically thick case. To pass this test, the isotropic phase function used to assign a photon’s initial direction of travel must be correctly implemented as well as the accurate partitioning of emitted photons between the surface and the atmosphere given differing temperatures.
The panel of simulations feature a 3 × 3 × 20 voxel domain that extended 3 km in each horizontal direction and 2 km vertically. The infrared wavelength simulated is 11.0 μm. The total vertical optical depth of the domain, surface temperature, and atmospheric temperature is listed next to the results in Tables 3 and 4. The IMC+emission simulations consisted of 3.2 × 109 photons, while the SHDOM results were achieved with 32 streams in zenith and 32 streams in azimuth.
Upward 11-μm irradiance
Downward irradiance


c. Nonisothermal, homogeneously nonscattering, absorbing atmosphere with nonreflecting surface
Domains with homogeneous absorption but vertically varying temperature profiles were also used to test an emission of 11.0-μm nadir radiance. This set of simulations demonstrates that partitioning of photon emission from layers with varying temperature is done properly.
The domain for these simulations was 3 × 3 × 20 voxels or 3.0 km × 3.0 km × 2.0 km. The surface was nonreflecting and had a temperature of 303.1 K. The volume extinction coefficient was set to 0.1 km−1 and the single-scattering albedo set to 0.0. The simulations consisted of 3.2 × 109 photons. For the isothermal atmosphere control simulation, the atmospheric temperature was set to 303.1 K. For the decreasing temperature profile, the atmospheric temperature decreased linearly with height from 303.1 K at the surface to 273.1 K at the top of the domain. For the increasing temperature profile, the atmospheric temperature increased linearly with height from 273.1 K at the surface to 303.1 K at the top of the domain.
Nadir 11-μm radiance exiting nonisothermal atmospheres with homogeneous absorption and blackbody surfaces for different temperature profiles. The last two digits in parentheses represent the uncertainty in the last two digits of the radiance. A total of 3.2 × 109 photons were simulated.
d. Two-layer horizontally homogeneous, nonscattering, absorbing atmosphere with Lambertian surface
This test examines the flux divergence field when both temperature and absorptive properties vary between model levels without the complication of scattering. To pass this test, the partitioning of photon emission between atmospheric layers with different temperatures and emission coefficients must be done correctly. Results are compared with another 3D model, SHDOM.
The infrared wavelength used for these simulations was 4.0 μm so that there would be a significant contribution from both solar and internal emission sources. The panel of simulations feature a 3 × 3 × 20 voxel domain that extended 3 km in each horizontal direction and 2 km vertically. The lowest 10 atmospheric layers had a volume extinction coefficient of 0.5 km−1 and a temperature of 293.1 K. The upper 10 atmospheric layers had a volume extinction coefficient of 0.1 km−1 and a temperature of 303.1 K. The single-scattering albedo was set to 0.0 throughout the atmosphere. The surface albedo was 0.3, and the surface temperature was 303.1 K. For the solar simulation, the incoming solar irradiance was set to 8.6 W m−2 μm−1, μ0 = 0.866, and ϕ0 = 60°. For the IMC+emission simulations, 50 000 photons per batch and 20 000 batches were used for a total of 109 photons. For the SHDOM simulations, 32 streams in zenith and 32 streams in azimuth were used.
Figure 2 shows domain-mean profiles of flux divergence as simulated by the IMC+emission model and SHDOM for both solar and internal emission sources. The slight discrepancy between the IMC+emission model and SHDOM at the layer interface is because the properties are defined at slightly offset locations. SHDOM properties are defined at voxel vertices, and IMC+emission model properties are defined at voxel centers. So the height of the boundary between the two layers is slightly different between the IMC+emission and SHDOM. Overall, the domain-mean flux divergence profiles agree very well. This demonstrates that partitioning of photon emission between atmospheric layers with different temperatures and emission coefficients is done correctly as well as the calculation of flux divergence.
Domain-average profiles of flux divergence from both internal (solid) and solar (dashed) sources at 4.0 μm for a two-layer nonscattering atmosphere with surface albedo of 0.3 from SHDOM (blue) and the IMC+emission model (red). IMC+emission standard error is about 1.0 × 10−4 W m−3 μm−1. A total of 109 photons were simulated.
Citation: Journal of the Atmospheric Sciences 75, 3; 10.1175/JAS-D-17-0251.1
e. Nonscattering and absorbing cubic cloud set in a nonscattering and absorbing atmosphere with nonreflecting surface
In a horizontally heterogeneous but nonscattering atmosphere, the emitted radiance exiting each pixel at the top of the domain at nadir should be equal to the nadir radiance exiting a plane-parallel domain with the same vertical distribution of properties as the column below that pixel if partitioning of the photons horizontally and vertically, the photon emission and tracing, and calculation of the contribution to radiance are being done correctly. Figure 3 represents a vertical cross section through the centers of the domains used for this test. Figures 3a and 3b show plane-parallel, two-layer atmospheres with upper-layer properties corresponding to either the cubic cloud or the surrounding atmosphere shown in Fig. 3c. The thickness of both layers is 1 km. All simulations were done at an infrared wavelength of 11.0 μm. The spatial distribution of temperatures and volume absorption coefficients are as shown in Fig. 3. The panel of simulations feature a 3 × 3 × 20 voxel domain that extended 3 km in each horizontal direction and 2 km vertically. The IMC+emission model simulated 20 000 batches of 50 000 photons each for a total of 109 photons.
Schematic representation of domain setup for experiment. (a),(b) Nadir radiance simulated by plane-parallel two-layer domains was compared to (c) radiance values from like components of the cubic cloud domain. Single-scattering albedo is 0.0 everywhere.
Citation: Journal of the Atmospheric Sciences 75, 3; 10.1175/JAS-D-17-0251.1
Table 6 shows the nadir radiances for the setup in Fig. 3. As expected, to within the precision of the simulations, the average nadir radiance leaving the domain shown in Fig. 3a,
Nadir 11-μm radiance simulated by plane-parallel two-layer domains (Figs. 3a,b) was compared to radiance values from like components of the cubic cloud domain (Fig. 3c). The last two digits in parentheses represent the uncertainty in the last two digits of the radiance. A total of 109 photons were simulated.
f. Isothermal, homogeneously scattering and absorbing cubic cloud in a homogeneously scattering and absorbing atmosphere with a nonreflecting surface
As a final benchmark of irradiance and flux divergence, a domain incorporating spatial heterogeneity and cloudlike optical properties, including scattering, was designed. Its high-spatial-resolution grid allows for diagnosis of the spatial pattern of irradiance and flux divergence rather than just domain means or profiles. Incorporating scattering into a cubic cloud set in a scattering atmosphere precludes an analytically derived solution. So radiative quantities from the IMC+emission model are compared with those from SHDOM, bearing in mind the small SHDOM bias revealed in section 3b and the effect of grid interpolation revealed in section 3d.
The infrared wavelength used for these simulations was 4.0 μm so that there would be a significant contribution from both solar and thermal emission sources. The domain was 100 × 100 × 36 voxels, corresponding to 6.67 km × 6.67 km × 1.44 km. The atmosphere can be described as follows and is visualized by Fig. 4. The atmospheric temperature, volume extinction coefficient, and single-scattering albedo were homogeneous and equal to 293.1 K, 0.1 km−1, and 0.5, respectively. The Rayleigh phase function was used to represent molecular scattering. The cloud was placed in the center of the domain, extended from 0.48 to 0.96 km vertically, and was about 1.334 km in each horizontal direction. The scattering phase function within the cloud was calculated from Mie theory and was representative of a gamma distribution of water droplets with α = 7 and effective radius of approximately 8.6 μm with a single-scattering albedo of 0.5. The volume extinction of the cloud was set to 21.0 km−1. The surface albedo was 0.0, and the surface temperature was 298.1 K. For the solar simulation, the incoming solar irradiance was set to 8.6 W m−2 μm−1, μ0 = 0.866, and ϕ0 = 60°. For the IMC+emission simulations, 50 000 photons per batch and 200 000 batches were used for a total of about 1010 photons. This is an increase from previous tests, designed to reduce Monte Carlo noise, since results will be compared to SHDOM on a per pixel basis in a higher-resolution domain. For the SHDOM simulations, 32 streams in zenith and 32 streams in azimuth were used.
Schematic representation of domain setup for isothermal, absorbing, and scattering cubic cloud in an absorbing and scattering atmosphere over a nonreflective surface.
Citation: Journal of the Atmospheric Sciences 75, 3; 10.1175/JAS-D-17-0251.1
The upward irradiance at the top of the domain and downward irradiance at the surface from an internal emission source for both SHDOM and the IMC+emission model are shown in Figs. 5 and 6, respectively. Some geometrically shaped artifacts are apparent in the SHDOM solution, and some Monte Carlo noise is apparent in the IMC+emission solution. Maximum pixel-level differences between models are about 1% for upward irradiance and about 4% for downward irradiance. Results of domain-average upward irradiance at the top of the domain and downward irradiance at the surface are listed in Table 7. SHDOM and IMC+emission domain-average irradiance are within 0.046%–2.6% of one another.
Upward 4-μm irradiance at the top of the domain
Citation: Journal of the Atmospheric Sciences 75, 3; 10.1175/JAS-D-17-0251.1
Downward 4-μm irradiance at the surface
Citation: Journal of the Atmospheric Sciences 75, 3; 10.1175/JAS-D-17-0251.1
Domain-average upward 4-μm irradiance at the top of the domain and downward 4-μm irradiance at the surface from solar and internal emission sources for both SHDOM and IMC+emission model simulations of a cubic cloud in an isothermal atmosphere. The last two digits in parentheses represent the uncertainty in the last two digits of the irradiance. A total of 1010 photons were simulated.
Profiles of domain mean flux divergence for both the solar and internal emission simulations were also constructed (Fig. 7). Two sets of SHDOM simulations are plotted to show the effect of the difference between input specifications for each model. One SHDOM simulation is of a cloud whose outer vertices are at the location of the outer edge of the cloudy voxels of the IMC+emission domain’s cloud. For the other SHDOM simulation, the outer vertices specified cloudy are at the inner edge of the cloudy voxels of the IMC+emission domain’s cloud. Elsewhere in this section, only results from the smaller-footprint cloud are shown. The peaks in the IMC+emission flux divergence profile (red lines) lie between the two SHDOM profiles vertically, because of the physical height difference in the cloud boundary. For the internal thermal emission simulations (solid lines), the IMC+emission has the largest magnitude of flux divergence at cloud top. This is likely due to the sharper difference in optical properties in the IMC+emission compared to the interpolated relaxation of the properties between cloudy and clear vertices in SHDOM. In the solar simulations (dashed lines), the difference in cloud footprint is the dominant effect rather than the gradient in optical properties. Above and below the cloud, there is a cooling from atmospheric emitted radiation being absorbed by the surface or exiting the domain top. The cooling within the cloud layer is also influenced by radiation emitted out the sides of the clouds to the surrounding atmosphere. The profile of flux divergence of solar radiation is also stronger at cloud top than at cloud base; as radiation is attenuated in the cloud, less is available for absorption deeper in the cloud.
Domain-average profiles of IMC+emission (red) and SHDOM (blue and green) flux divergence from both internal emission (solid) and solar (dashed) sources at 4.0 μm for a cubic cloud in an isothermal absorbing and scattering atmosphere with a black surface. Two SHDOM simulations show that slightly larger (blue) and smaller (green) clouds bound the results from IMC+emission. IMC+emission standard error is about 2.0 × 10−5 W m−3 μm−1. A total of 1010 photons were simulated.
Citation: Journal of the Atmospheric Sciences 75, 3; 10.1175/JAS-D-17-0251.1
Figures 8 and 9 show horizontal cross sections of flux divergence through the center of the cloud (zoomed in to the immediate cloud area to show detail) from SHDOM (Figs. 8a,b and 9a,b) and the IMC+emission model (Figs. 8c and 9c) and separated by photon source: atmosphere and surface emission (Fig. 8) and solar (Fig. 9). There are two SHDOM cross sections presented for every IMC+emission model cross section because the SHDOM reporting levels are staggered to the IMC+emission model levels. The first apparent feature is the Monte Carlo noise in the IMC+emission solution (Fig. 8c). Looking past the noise, Fig. 8c shows strong cloud-edge cooling (~6 W m−3 μm−1) due to the differences in optical properties between cloud and atmosphere, especially at the cloud corners, where the cooling is maximum (~10 W m−3 μm−1). That magnitude of cooling is not seen from SHDOM, which has cloud-edge cooling of about 5 W m−3 μm−1 and cloud-corner cooling of about 8 W m−3 μm−1. With ϕ0 = 60° and μ0 = 0.866 for the solar source in mind, Fig. 9c shows stronger absorption on the cloud sides facing the solar source (~29–44 W m−3 μm−1). That magnitude of heating is not apparent at either level of the SHDOM simulation (~13–32 W m−3 μm−1), although the same spatial pattern of heating occurs. This is again likely due to the interpolation of values between grid points done by SHDOM. For grid resolutions and property specifications that are as identical as possible, SHDOM is not naturally able to represent the sharp gradients in properties, which translates to lower-magnitude flux divergence.
Horizontal cross sections of 4-μm flux divergence through the two levels closest to center of the cloud at (a) 0.76 and (b) 0.72 km from an SHDOM simulation of internal emission and (c) through the center of the cloud (0.74 km) from an IMC+emission simulation of internal emission. Voxel-level standard error in the IMC+emission flux divergence is about 0.0098 W m−3 μm−1. A total of 1010 photons were simulated.
Citation: Journal of the Atmospheric Sciences 75, 3; 10.1175/JAS-D-17-0251.1
Horizontal cross sections of 4-μm flux divergence through the two levels closest to center of the cloud at (a) 0.76 and (b) 0.72 km from an SHDOM simulation of a solar source and (c) through the center of the cloud (0.74 km) from an IMC+emission simulation of a solar source. Voxel-level standard error in the IMC+emission flux divergence is about 0.0009 W m−3 μm−1. A total of 1010 photons were simulated.
Citation: Journal of the Atmospheric Sciences 75, 3; 10.1175/JAS-D-17-0251.1
In summary, internal emission as a source of photons has been added to the IMC-original model to produce the IMC+emission model. The resulting radiance, irradiance, and flux divergence calculations have been tested and their accuracy verified by analytical solutions and energy conservation. Comparisons were also made to SHDOM, showing good general agreement, with differences largely attributable to the grid setup—homogeneous voxels versus interpolation between vertices.
4. A benchmark for realistic distributions of clouds
As part of phase 2 of I3RC (Cahalan et al. 2005), there were optional experiments at 11.0 μm for which 3D distributions of cloud LWC and effective radius from LES, a profile of molecular absorption, aerosol optical properties, and a domain constant profile of atmospheric temperature were provided. They can be retrieved at the I3RC website (http://i3rc.gsfc.nasa.gov/input/heatingrate.html). The domain consists of 100 × 100 × 36 voxels, corresponding to 6.67 km × 6.67 km × 1.44 km. Figure 10 shows the temperature profile (Fig. 10a), cloud-top heights (Fig. 10b), and the planar view of the cloud optical depth (Fig. 10c) for the cumulus fields of case 4. However, none of the participant models submitted results for the thermal emission tests, likely because most participant models did not support internal emission. Since the IMC+emission model’s veracity has been verified in section 3, the simulations presented below can act as a benchmark result for model intercomparisons, for example, a new round of I3RC activities, at least until another model’s veracity has been similarly demonstrated.
Several parameters of the I3RC case 4 cumulus domain: (a) temperature profile, (b) cloud-top height, and (c) planar view of total optical depth.
Citation: Journal of the Atmospheric Sciences 75, 3; 10.1175/JAS-D-17-0251.1
a. No scattering or surface reflection
To create an absorption-only version of case 4, the volume extinction coefficient of the cloud water in each voxel was set to the volume absorption coefficient; hence, the single-scattering albedo was set to 0.0. The profile of molecular absorption was retained. The molecular (Rayleigh) scattering component was turned off, the aerosol optical properties were ignored, and the surface is a blackbody. The surface temperature was prescribed at 303.1 K. The simulation consisted of 1010 photons. Figure 11 shows the nadir radiance (Fig. 11a) and standard error expressed as a percentage of the pixel radiance (Fig. 11b) as well as the brightness temperature (Fig. 11c) for the case 4 simulation. Most of the non-cloud-covered pixels show a brightness temperature between 301 and 302 K as expected given the molecular absorption and the atmospheric temperature profile. In optically thick regions, cloud-top brightness temperatures are at their coldest, between 288 and 290 K, for the highest cloud tops, which is again consistent with Fig. 10. In the most optically thin cloud-covered regions, surface contributions to warmer brightness temperatures are evident.
IMC+emission model results for the I3RC case 4 cumulus domain at 11.0 μm considering absorption and emission only: (a) nadir radiance, (b) nadir radiance standard error as a percentage of the radiance, and (c) brightness temperature. A total of 1010 photons were simulated.
Citation: Journal of the Atmospheric Sciences 75, 3; 10.1175/JAS-D-17-0251.1
b. Scattering and absorbing clouds and atmosphere with Lambertian surface
Figure 12 represents the case 4 simulation with cloud and molecular absorption and cloud scattering taken into account as well as surface reflection but not aerosol optical properties. The surface albedo was set to 0.1, and the surface temperature was set to 303.1 K. The simulation consisted of 1010 photons. The differences in the radiance compared to the previous case, which had no scattering in the atmosphere or off the surface, are as expected. For example, there is a net reduction of radiance in the clear pixels relative to those in Fig. 11a, owing to the lower surface emissivity. However, a lower surface emissivity gives rise to a larger surface albedo. As a result, the contribution to the clear-sky radiance from radiation originating in the cloud and scattering off the surface and molecular atmosphere is evident, with the largest contributions occurring closest to the cloud. The influence of scattering on cloudy pixel radiance for this simulation is minor as expected given the low single-scattering albedo for cloud drops in this simulation.
IMC+emission model results for the I3RC case 4 cumulus domain at 11.0 μm considering absorption, emission, and scattering: (a) nadir radiance, (b) nadir radiance standard error as a percentage of the radiance, and (c) brightness temperature. The color bar is the same as Fig. 11 for easier comparison. A total of 1010 photons were simulated.
Citation: Journal of the Atmospheric Sciences 75, 3; 10.1175/JAS-D-17-0251.1
c. Demonstration of directional reciprocity
Like energy conservation, reciprocity is a fundamental benchmark that should be obeyed by the model under appropriate boundary conditions and proper model setup, even in a heterogeneous environment. Here, we use the same distribution of cloud as above in case 4 but with cloud and molecular optical properties at λ = 2.13 μm, including molecular scattering, a surface albedo of 0.0, and a solar source only. While the pixel-level bidirectional reflectance distribution functions (BRDFs) at the top of the domain are not expected to obey directional reciprocity (Di Girolamo et al. 1998; Di Girolamo 1999), the domain-averaged BRDF should exactly obey directional reciprocity (Di Girolamo 2002); that is, the domain-averaged BRDF is invariant when solar and viewing angles are interchanged. We run two simulations of 200 000 batches of 50 000 photons for total of 1010 photons per simulation. The first simulation has θ = 30° and ϕ = 10°, while θ0 = 60° and ϕ0 = 240°. In the second simulation, θ = 60° with ϕ = 240°, while θ0 = 30° and ϕ0 = 10°. The domain-averaged BRDF is calculated by normalizing the domain-averaged radiance by the solar zenith angle, giving us a domain-averaged BRDF of 0.019 862 3 (26) for the first simulation and 0.019 857 3 (35) for the second simulation. Thus, the two values are indistinguishable from each other within the precision of the simulations (0.02%), implying that domain-averaged directional reciprocity is obeyed by our model.
We note that phases 1 and 2 of I3RC also provided several sun-view geometry reciprocal experiments, but only the phase 1 “step cloud” case is expected to obey domain-averaged directional reciprocity, since all other cases involved a nonreciprocal surface boundary condition. Of the 21 participating Monte Carlo models, only 9 ran both reciprocal sets for the step-cloud case and reported standard errors for their simulations. We examined their values for the setup with single-scattering albedo of 1.0, as archived at the I3RC website, and found that only one model (from the Institute of Atmospheric Optics, Russia) obeyed reciprocity to within the precision of its simulations (0.06%). Deviations from reciprocity were smaller than 1.0% for four of the models and between 1% and 3% for the remaining four models. SHDOM deviated from reciprocity for this case by 0.2% and 0.5%, respectively, for the low-resolution and high-resolution model setups that were used. Our simulations for the step-cloud case obeyed reciprocity to within the precision of our simulations (0.02%).
5. Computational performance
One of the best features of a Monte Carlo model, from a computational standpoint, is the independent nature of the samples, in this case, batch estimates of radiative quantities. This means that work can be easily parallelized. The MPI paradigm is used for parallelization in this model. The total number of batches are divided evenly among processes, and each batch is independent and indistinguishable from any other batch, so processes need no knowledge of the results from other processes. Therefore, communication, which can reduce the code’s scalability if done often, is limited to one collective call at the end of the simulation to sum results across all processes. There are some limiting factors on the configuration of batch size and number of batches. For example, standard error can only be estimated for more than one batch, and memory constraints put an upper limit on the number of photons per batch. For various configurations of batch size and number of batches that equal the same total number of photons, we can assume the compute time used in the actual photon tracing is the same. So the only factors impacting the total compute time are the per-batch and per-process overhead: the fewer batches and processes, the less overhead. However, in terms of wall-clock time, more batches allow for more parallelization over more processes to arrive at the answer sooner.
All simulations presented here were completed on the Blue Waters supercomputer. The Blue Waters system (Bode et al. 2013) employs the Cray Gemini interconnect between nodes, which implements a 3D torus topology. Blue Waters is composed of 22 640 Cray XE6 nodes and 4228 Cray XK7 nodes that include NVIDIA graphics processor acceleration. The IMC+emission model does not currently take advantage of graphics processing unit (GPU) acceleration. Each XE node contains 32 integer cores and has access to 64 GB of memory. The node is composed of Advanced Micro Devices (AMD) 6276 “Interlagos” processors, which have a nominal clock speed of 2.3 GHz. When compared to a typical laptop, the XE node has 16 times the memory and processors. The IMC+emission model was compiled with the Cray computing environment Fortran compiler.
Scalability of a code refers to how efficiently it completes the job as the number of processes increases, relative to a baseline cost to complete the job on the fewest processes possible. Strong scaling tests demonstrate how a code’s time to solution or throughput varies with the number of processes, while keeping the total problem size fixed, which in this case was 200 000 batches of 50 000 photons each. Weak scaling tests demonstrate how a code’s time to solution or throughput varies with the number of processes, while keeping the problem size per process fixed, which in this case was 20 batches of 50 000 photons each, thus increasing the total problem size as the number of processes increases.
a. Strong scaling
Performance of the IMC+emission model run in both internal emission mode and solar source mode for (a),(b) strong scaling experiments and (c),(d) weak scaling experiments. (a),(c) Throughput, defined as the number of photons simulated per minute of wall-clock time, and (b),(d) throughput efficiency (%) are shown as a function of number of processes. Note that logarithmic spacing is used on the horizontal axis in all panels and on the vertical axis for (a) and (c).
Citation: Journal of the Atmospheric Sciences 75, 3; 10.1175/JAS-D-17-0251.1
b. Weak scaling
Figures 13c and 13d show the throughput and the throughput efficiency, respectively, for weak scaling. For perfect weak scaling, the throughput should increase by a factor of N as the number of processes increases. Unlike strong scaling throughput, the weak scaling throughput does continue to increase through 200 000 processes (Fig. 13c). Similar to the strong scaling, the solar source throughput is higher than internal emission, and the efficiency drops off more quickly for a solar source than for an internal source of photons. Although simulations on a single process are possible for the weak scaling experiment, the base used to calculate the weak scaling efficiency is 16 processes to make the plot more comparable to strong scaling efficiency (thus E > 100% for one process). The efficiency is above 80% through 10 000 processes for both solar and internal sources and then declines to 60% at worst by 100 000 processes (Fig. 13d).
The IMC+emission model shows better weak scaling than strong scaling through the full range of processes tested on this case. However, the strong scaling efficiency is about 70% or better through 10 000 processes. For the strong scaling experiment, at 10 000 process, each process is simulating 20 batches of 50 000 photons each. This is the same workload per process as the weak scaling experiment. This demonstrates the importance of considering workload per process when setting up the IMC+emission model to run in parallel. For best conservation of allocation resources, each process should be assigned at least 20 batches to run this domain. However, if the time to a solution is the greatest concern, throughput continues to increase with increasing processes if at least four batches per process are assigned. Some fluctuation in these rules of thumb can be expected for input atmospheres of different complexity. So one should conduct throughput and efficiency tests to determine the optimal computational load before submitting large production simulations.
6. Summary
I3RC created a working group to provide a community-developed 3D Monte Carlo model. In its publicly released form, the “I3RC-original” model simulates only external sources of monochromatic radiation. It adopted an open-source paradigm with the intent of community input for further development. The goal of the present work has been to present the theoretical basis for and implementation, verification, performance, and application of the model with the addition of an internal source of radiation emitted from the surface and atmospheric constituents, the “IMC+emission” model. The benefit of such a model is a publicly available, thoroughly vetted, open-source, benchmark tool to study 3D radiative transfer from both external and internal sources at wavelengths for which both absorption and scattering may be important. It is publicly available on GitHub under the repository name IMC-emission along with select benchmark results (Jones 2017). The project web page, which hosts documentation, the latest code version, and licensing information, can be found online (https://alexandraljones.github.io/IMC-emission/).
The IMC+emission model’s algorithm determines emission location based on the construction of a cumulative distribution function of the probability of emission from the surface or the atmosphere. The probability of emission varies according to the emissive power, which is a function of temperature, emissivity, and the extent of the surface’s area or voxel’s volume. The initial direction of travel is chosen according to an isotropic phase function. The rest of the changes from the IMC-original incorporate the photon’s initial contribution to absorption, flux divergence, and radiance and implementation considerations for accurate construction of cumulative distribution functions and standard error. Jones (2016) discusses this in more detail.
Traditional metrics for radiative transfer models such as directional reciprocity and energy conservation were shown to hold to within the simulation precision (0.02% and better than 0.0064%, respectively). Additionally, the standard error of radiance was shown to decrease with increasing samples according to the expected
The performance of the code was documented for this case in terms of throughput, or number of photons simulated per minute, and throughput efficiency for both weak and strong scaling experiments. For both weak and strong scaling experiments, the solar source of photons exhibits a faster drop-off in efficiency but has an overall higher throughput than the internal source of photons. The model shows better weak scaling efficiency than strong scaling efficiency for both sources of photons over the range of processes tested. However, the most important factor to consider when setting up a simulation for maximum efficiency is the number of batches of photons per process. Before large or production simulations of new cases, throughput and efficiency tests should be conducted to determine a satisfactory workload that satisfies allocation constraints and desired throughput.
Finally, we also recommend and welcome continued development of this community model. For example, the addition of a backward photon tracing technique would be welcomed for applications for which it is more efficient. Other additions could be in the surface representation to allow for spatially inhomogeneous temperatures and albedos or including calculation of irradiance and radiance within the domain, not just at the boundaries.
Acknowledgments
This research is part of the Blue Waters sustained-petascale computing project, which is supported by the National Science Foundation (Grants OCI-0725070, ACI-1444747, and ACI-1238993) and the state of Illinois. Blue Waters is a joint effort of the University of Illinois at Urbana–Champaign and its National Center for Supercomputing Applications (NCSA). This work was also supported by NASA Headquarters under the NASA Earth and Space Science Fellowship (NESSF) program Grant NNX11AL39H. Support under NASA Contract NNX14AJ27G issued through the NASA Earth Science Directorate and from the MISR project through the Jet Propulsion Laboratory of the California Institute of Technology is gratefully acknowledged. We also thank Robert Pincus for his efforts in developing the IMC-original model and for some insightful discussions in the early stages of IMC+emission model development, Maxwell Smith for his initial testing and verification of the IMC-original model, and Galen Arnold of NCSA for advice on the setup of scaling tests.
APPENDIX A
Minor Code Modifications


APPENDIX B
Derivations of Analytical Solutions
a. Radiance










b. Irradiance



REFERENCES
Benassi, A., F. Szczap, A. Davis, M. Masbou, C. Cornet, and P. Bleuyard, 2004: Thermal radiative fluxes through inhomogeneous cloud fields: A sensitivity study using a new stochastic cloud generator. Atmos. Res., 72, 291–315, https://doi.org/10.1016/j.atmosres.2004.03.018.
Bode, B., M. Butler, T. Dunning, W. Gropp, T. Hoefler, W.-M. Hwu, and W. Kramer, 2013: The blue waters super-system for super-science. Contemporary High Performance Computing: From Petascale toward Exascale, J. S. Vetter, Ed., Chapman and Hall/CRC, 13 339–13 366.
Cahalan, R. F., and Coauthors, 2005: The I3RC: Bringing together the most advanced radiative transfer tools for cloudy atmospheres. Bull. Amer. Meteor. Soc., 86, 1275–1293, https://doi.org/10.1175/BAMS-86-9-1275.
Chen, Y., and K. Liou, 2006: A Monte Carlo method for 3D thermal infrared radiative transfer. J. Quant. Spectrosc. Radiat. Transfer, 101, 166–178, https://doi.org/10.1016/j.jqsrt.2005.10.002.
Davies, R., 1984: Reflected solar radiances from broken cloud scenes and the interpretation of scanner measurements. J. Geophys. Res., 89, 1259–1266, https://doi.org/10.1029/JD089iD01p01259.
Davis, A. B., and A. Marshak, 2010: Solar radiation transport in the cloudy atmosphere: A 3D perspective on observations and climate impacts. Rep. Prog. Phys., 73, 026801, https://doi.org/10.1088/0034-4885/73/2/026801.
Davis, A. B., A. Marshak, R. Cahalan, and W. Wiscombe, 1997: The Landsat scale break in stratocumulus as a three-dimensional radiative transfer effect: Implications for cloud remote sensing. J. Atmos. Sci., 54, 241–260, https://doi.org/10.1175/1520-0469(1997)054<0241:TLSBIS>2.0.CO;2.
Di Girolamo, L., 1999: Reciprocity principle applicable to reflected radiance measurements and the searchlight problem. Appl. Opt., 38, 3196–3198, https://doi.org/10.1364/AO.38.003196.
Di Girolamo, L., 2002: Reciprocity principle for radiative transfer models that use periodic boundary conditions. J. Quant. Spectrosc. Radiat. Transfer, 73, 23–27, https://doi.org/10.1016/S0022-4073(01)00166-2.
Di Girolamo, L., T. Várnai, and R. Davies, 1998: Apparent breakdown of reciprocity in reflected solar radiances. J. Geophys. Res., 103, 8795–8803, https://doi.org/10.1029/98JD00345.
Di Girolamo, L., L. Liang, and S. Platnick, 2010: A global view of one-dimensional solar radiative transfer through oceanic water clouds. Geophys. Res. Lett., 37, L18809, https://doi.org/10.1029/2010GL044094.
Ellingson, R. G., and E. E. Takara, 2005: Longwave radiative transfer in inhomogeneous cloud layers. 3D Radiative Transfer in Cloudy Atmospheres, A. Marshak and A. Davis, Eds., Physics of Earth and Space Environments, Springer, 487–519, https://doi.org/10.1007/3-540-28519-9_10.
Eriksson, P., S. Buehler, C. Davis, C. Emde, and O. Lemke, 2011: ARTS, the Atmospheric Radiative Transfer Simulator, version 2. J. Quant. Spectrosc. Radiat. Transfer, 112, 1551–1558, https://doi.org/10.1016/j.jqsrt.2011.03.001.
Evans, K. F., 1998: The spherical harmonics discrete ordinate method for three-dimensional atmospheric radiative transfer. J. Atmos. Sci., 55, 429–446, https://doi.org/10.1175/1520-0469(1998)055<0429:TSHDOM>2.0.CO;2.
Evans, K. F., and A. Marshak, 2005: Numerical methods. 3D Radiative Transfer in Cloudy Atmospheres, A. Marshak and A. Davis, Eds., Physics of Earth and Space Environments, Springer, 243–281, https://doi.org/10.1007/3-540-28519-9_4.
Fauchez, T., C. Cornet, F. Szczap, P. Dubuisson, and T. Rosambert, 2014: Impact of cirrus clouds heterogeneities on top-of-atmosphere thermal infrared radiation. Atmos. Chem. Phys., 14, 5599–5615, https://doi.org/10.5194/acp-14-5599-2014.
Fomin, B., 2006: Monte-Carlo algorithm for line-by-line calculations of thermal radiation in multiple scattering layered atmospheres. J. Quant. Spectrosc. Radiat. Transfer, 98, 107–115, https://doi.org/10.1016/j.jqsrt.2005.05.078.
Guan, H., M. Yau, and R. Davies, 1997: The effects of longwave radiation in a small cumulus cloud. J. Atmos. Sci., 54, 2201–2214, https://doi.org/10.1175/1520-0469(1997)054<2201:TEOLRI>2.0.CO;2.
Jones, A. L., 2016: Development of an accurate 3D Monte Carlo broadband atmospheric radiative transfer model. Ph.D. thesis, University of Illinois at Urbana–Champaign, 159 pp., http://hdl.handle.net/2142/90462.
Jones, A. L., 2017: AlexandraLJones/IMC-emission: Code base plus select benchmark results. Zenodo, https://doi.org/10.5281/zenodo.574872.
Kablick, G. P., R. G. Ellingson, E. E. Takara, and J. Gu, 2011: Longwave 3D benchmarks for inhomogeneous clouds and comparisons with approximate methods. J. Climate, 24, 2192–2205, https://doi.org/10.1175/2010JCLI3752.1.
Klinger, C., and B. Mayer, 2014: Three-dimensional Monte Carlo calculation of atmospheric thermal heating rates. J. Quant. Spectrosc. Radiat. Transfer, 144, 123–136, https://doi.org/10.1016/j.jqsrt.2014.04.009.
Marshak, A., S. Platnick, T. Várnai, G. Wen, and R. F. Cahalan, 2006: Impact of three-dimensional radiative effects on satellite retrievals of cloud droplet sizes. J. Geophys. Res., 111, D09207, https://doi.org/10.1029/2005JD006686.
O’Hirok, W., P. Ricchiazzi, and C. Gautier, 2005: Incorporation of 3D shortwave radiative effects within the Weather Research and Forecasting Model. Proc. 15th ARM Science Meeting. Daytona Beach, FL, ARM Climate Research Facility, 6 pp., https://dis.arm.gov/publications/proceedings/conf15/extended_abs/ohirok_w1.pdf.
Petty, G. W., 2006: A First Course in Atmospheric Radiation. Sundog Publishing, 459 pp.
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, https://doi.org/10.1175/2009JAS3137.1.
Pujol, O., 2015: Comment on the (misused) concept of photon in radiative transfer, and proposition of a neologism. J. Quant. Spectrosc. Radiat. Transfer, 159, 29–31, https://doi.org/10.1016/j.jqsrt.2015.02.024.
Várnai, T., 2000: Influence of three-dimensional radiative effects on the spatial distribution of shortwave cloud reflection. J. Atmos. Sci., 57, 216–229, https://doi.org/10.1175/1520-0469(2000)057<0216:IOTDRE>2.0.CO;2.
Várnai, T., and A. Marshak, 2009: MODIS observations of enhanced clear sky reflectance near clouds. Geophys. Res. Lett., 36, L06807, https://doi.org/10.1029/2008GL037089.
Wen, G., A. Marshak, R. F. Cahalan, L. A. Remer, and R. G. Kleidman, 2007: 3-D aerosol-cloud radiative interaction observed in collocated MODIS and ASTER images of cumulus cloud fields. J. Geophys. Res., 112, D13204, https://doi.org/10.1029/2006JD008267.
Widlowski, J.-L., B. Pinty, T. Lavergne, M. M. Verstraete, and N. Gobron, 2006: Horizontal radiation transport in 3-D forest canopies at multiple spatial resolutions: Simulated impact on canopy absorption. Remote Sens. Environ., 103, 379–397, https://doi.org/10.1016/j.rse.2006.03.014.
Yang, Y., and L. Di Girolamo, 2008: Impacts of 3-D radiative effects on satellite cloud detection and their consequences on cloud fraction and aerosol optical depth retrievals. J. Geophys. Res., 113, D04213, https://doi.org/10.1029/2007JD009095.