Opened 9 years ago
Closed 9 years ago
#1712 closed Bug (fixed)
LIM3: salt leaks if ice salinity is kept constant
Reported by: | clem | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.6 |
Severity: | Keywords: | ||
Cc: |
Description
Description
There is a salt leak in LIM3 when ice salinity is kept constant in time (nn_icesal = 1 , 3). This is due to
1) problem of initialization
2) salt uptake during snow-ice formation
3) salt uptake during ridging
Recommendation
Routines that must be modified:
limistate & limvar & limthd_sal (to solve 1)
limthd_dh (to solve 2)
limitd_me (to solve 3)
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
6470 | clem | 2016-04-13T17:41:02+02:00 | solve issue #1712 |
6469 | clem | 2016-04-13T17:15:13+02:00 | solve issue #1712 |
Change History (1)
comment:1 Changed 9 years ago by clem
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
solved at r6469