Commit 42ff199
authored
Merge pull request #647 from gustavo-marques/change_enthalpy_ice_runoff
Use ice heat capacity and fixed temperature for ice runoff enthalpy
### Description of changes
Previously, ice runoff enthalpy was computed using ocean temperature and seawater heat capacity. This change:
* Assumes a bulk ice temperature of −10 C
* Uses shr_const_cpice for ice heat capacity
Physically, this is a better approach than using ocean temperature relative to freezing for `hrofi` and `rofi_glc`, since they represent solid land-ice/iceberg freshwater input rather than liquid runoff.
### Specific notes
Contributors other than yourself, if any:
n/a
CMEPS Issues Fixed (include github issue #):
n/a
Are changes expected to change answers? (specify if bfb, different at roundoff, more substantial)
Yes, this will change the answers for all the tests using MOM6 (B, G, and C compsets)
Any User Interface Changes (namelist or namelist defaults changes)?
No.
### Testing performed
These changes have already been applied to the CESM3 runs, but we have not run additional tests.1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
233 | | - | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
236 | 238 | | |
237 | 239 | | |
238 | 240 | | |
| |||
0 commit comments