#2066 closed Bug (fixed)
bug if eos10 and interactive melt activated
Reported by: | mathiot | Owned by: | mathiot |
---|---|---|---|
Priority: | low | Milestone: | 2018 release-4.0 |
Component: | OCE | Version: | v3.6 |
Severity: | minor | Keywords: | ISF OPA v3.6 v4.0 |
Cc: |
Description
Context
Ice shelf cavities with interactive melt are working only for eos80.
Analysis
Add a conversion to of the top boundary layer temperature to potential temperature or adjust the linearisation of the freezing point in eos10 case. It affect NEMO 3.6 and the trunk.
Fix
After discussion with N. Jourdain, we decided :
- in v3.6 to add a call to eos_pt_from_ct before starting the computation of the melt if ln_useCT is true
- in the trunk, we adjust the lambda coeficient to the one described in Jourdain et al. (2017) if ln_useCT is true
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
9728 | mathiot | 2018-06-01T19:10:46+02:00 | Fix for #2066 (bug if eos10 and interactive melt activated) in trunk |
9406 | mathiot | 2018-03-15T17:29:53+01:00 | fix for ticket #2066 in nemo 3.6 |
Change History (7)
comment:1 Changed 7 years ago by mathiot
comment:2 Changed 7 years ago by mathiot
update of the trunk will wait the merge between dev_merge_2017 and the trunk.
comment:3 Changed 7 years ago by clevy
- Status changed from new to assigned
comment:4 Changed 6 years ago by mathiot
In 9728:
comment:5 Changed 6 years ago by mathiot
- Resolution set to fixed
- Status changed from assigned to closed
comment:6 Changed 3 years ago by nemo
- Keywords OPA v3.6 added
comment:7 Changed 3 years ago by nemo
- Keywords v4.0 added
Note: See
TracTickets for help on using
tickets.
In 9406: