There are several methods to diagnose radiative forcing. My understanding of the current literature is that you should think not only of the instantaneous radiative forcing but also the "rapid adjustments" that occur before slower parts of the system respond. Combining the radiative forcing and the adjustments produces the "effective radiative forcing." The most common way to diagnose effective radiative forcing is to do a pair of simulations with prescribed SST and sea-ice (so called "AMIP" runs, or F-cases in CESM). One is a control run with standard emissions, and the other is identical except it only uses preindustrial emissions. The ERF is then diagnosed as the change in the net top-of-atmosphere radiative flux. This is usually calculated in CESM by:
ERF = RESTOM_2 - RESTOM_1
where the subscript denotes the simulation, and RESTOM is the "residual" Top-Of-Model radiative flux, calculated as:
RESTOM = FSNT - FLNT
where FSNT is the net shortwave flux at top-of-model and FLNT is net longwave flux at top of model.
If one is interested in diagnosing aerosol-cloud interaction, it is useful to also include diagnostic radiation calculations that ignore the aerosol. These produce "clean-sky" fluxes. CESM/CAM supports this by using the namelist parameter called rad_diag_1. Here is an example of specifying diagnostics clean-sky fluxes for CESM2-CAM6:
Code:
rad_diag_1 = 'A:Q:H2O', 'N:O2:O2', 'N:CO2:CO2', 'N:ozone:O3', 'N:N2O:N2O', 'N:CH4:CH4', 'N:CFC11:CFC11', 'N:CFC12:CFC12'
I included some details about these topics in a recent paper:
Medeiros, B. (2020). Aquaplanets as a framework for examination of aerosol effects. Journal of Advances in Modeling Earth Systems, 12, e2019MS001874.
Error - Cookies Turned Off
There are a lot of useful references there, including a recent review:
Bellouin, N., Quaas, J., Gryspeerdt, E., Kinne, S., Stier, P., Watson‐Parris, D., Boucher, O., Carslaw, K. S., Christensen, M., Daniau, A.‐L., Dufresne, J.‐L., Feingold, G., Fiedler, S., Forster, P., Gettelman, A., Haywood, J. M., Lohmann, U., Malavelle, F., Mauritsen, T., McCoy, D. T., Myhre, G., Mülmenstädt, J., Neubauer, D., Possner, A., Rugenstein, M., Sato, Y., Schulz, M., Schwartz, S. E., Sourdeval, O., Storelvmo, T., Toll, V., Winker, D., & Stevens, B. (2020). Bounding global aerosol radiative forcing of climate change. Reviews of Geophysics, 58, e2019RG000660.
Error - Cookies Turned Off