Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

FAQ: Albedo/Radiation Tuning in CESM-CICE

dbailey

CSEG and Liaisons
Staff member
A very common question I get is how to tune the "albedo" in the new delta-Eddington radiation scheme. One actually tunes the inherent optical properties of the snow, bare ice, or pond surfaces via the r_snw, r_ice, and r_pnd parameters respectively. One can also adjust the snow melt onset temperature (dT_mlt) and the maximum snow grain radius (rsnw_mlt). These change the effective albedo in the same direction as the r_snw value by adjusting up or down by the number of standard deviations from observations. For example, here is a discussion of adjusting the snow grain radius.

The best way to think of all of these is a linear plot (attached). The x-axis is temperature and the y-axis is effective snow grain radius. First r_snw is used to determine the non-melting snow grain radius as follows:

rsnw_nonmelting = 500. - r_snw*250., where 100. is the minimum value and rsnw_mlt is the maximum value.

Melt occurs based on the following formula:

dTs = Tmelt - Tsfc
fT = -min(dTs/dT_mlt-1,c0)

rsnw = rsnw_nonmelting + (rsnw_mlt - rsnw_nonmelting)*fT

This is the straight line in the attached plot, where rsnw = rsnw_nonmelting below -dT_mlt and then linearly increases until it reaches a maximum of rsnw_mlt. So, one can adjust the snow grain radius values at the end points, or the temperature at which the snow grain radius begins to increase.
 

Attachments

  • rsnw.pdf
    44.8 KB · Views: 44
Last edited:
Top