You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/ChangeLog
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,13 @@ Purpose and description of changes
9
9
10
10
Implement dewpoint temperature check for bare ground to fix RRTMG error
11
11
12
-
The description of the problem from @adamher is: "I've gotten out of bounds surface temperature errors from RRTMGP in 3 of 5 coupled
13
-
runs I've performed this week. I tracked down 1 of those errors to 355+ K surface temperatures at a point in S.America (RRTMGP
14
-
triggers an error when temperatures fall outside of 160 K - 355 K)."
12
+
Cecile Hannay reported an RRTMGP crash in this 4xCO2 experiment at year 37:
13
+
14
+
NCAR/cesm_dev#246
15
+
16
+
Output from placing write statements in the CAM radiation code show that it's a baresoil patch in
17
+
a grid cell in the Arabian Penninsula. The bare soil patch occupies 99.28% of the gridcell.
18
+
Solar and longwave forcing and absorbed solar don't appear to be unreasonable, but t_grnd is 358K.
15
19
16
20
This bug fix eliminates dew flux (sets evaporation conductance to zero) x if t_grnd > forc_dewpoint, where forc_dewpoint is the dewpoint temperature at the forcing height.
17
21
This prevents large spurious negative latent heat fluxes that increase heat flux into the soil and signficantly increase surface soil temperature (t_grnd) such that soil temperature > 355K, triggering a RRTMGP error.
0 commit comments