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
Code:
FSWDN*(1-sialb)*aice = FSWABS*aice.
- When I investigate the same over the open ocean, I compute
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?