Hi all,
I am attempting to close the surface shortwave budget, focusing on the Arctic. My goal is to eventually compute the total shortwave flux absorbed by the Arctic over the 21st century using the CESM2 LENS output. I am using the monthly mean terms.
I am attempting to close the surface shortwave budget, focusing on the Arctic. My goal is to eventually compute the total shortwave flux absorbed by the Arctic over the 21st century using the CESM2 LENS output. I am using the monthly mean terms.
- I start by simply computing shortwave flux that gets absorbed over sea ice using
These two do not match. The residual is of the order 10-30 % for different months.Code:
FSWDN*(1-sialb)*aice = FSWABS*aice. - When I investigate the same over the open ocean, I compute
where I assume the ocean albedo to be 0.07. These two also do not match. The errors are of the order 10% which seems to be too high.Code:
FSWDN*(1-ocean albedo)*(1-aice) = SHF_QSW*(1-aice),
- Can the open ocean albedo not assumed to be 0.07 while performing these calculations?
- If there is documentation of closing the surface shortwave budget over sea ice?