Opened 4 years ago
Closed 3 years ago
#2625 closed Bug (fixed)
Incorrect denominator in calculation of melt pond depth
Reported by: | dlivings | Owned by: | systeam |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | SI3 | Version: | |
Severity: | major | Keywords: | trunk SI3 melt pond |
Cc: |
Description
In the current version of NEMO/trunk/src/ICE/ice.F90 (last changed at [14252]), in subroutine pnd_TOPO, the melt pond depth h_ip is calculated at line 777 as v_ip/a_i. The denominator a_i looks wrong and differs from the denominator a_ip used in similar calculations of h_ip elsewhere in the same subroutine (lines 616, 680, 704, and 738).
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
15244 | clem | 2021-09-10T11:56:20+02:00 | trunk: solve ticket #2625 |
Change History (3)
comment:1 Changed 4 years ago by dlivings
comment:2 Changed 3 years ago by clem
In 15244:
comment:3 Changed 3 years ago by clem
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
NEMO/trunk/src/ICE/ice.F90 should read NEMO/trunk/src/ICE/icethd_pnd.F90