Opened 6 years ago
Closed 6 years ago
#1893 closed Bug (fixed)
conservation issue if ice shelf melting as virtual salt flux (ln_divisf=false)
Reported by: | mathiot | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.6 |
Severity: | Keywords: | ||
Cc: |
Description
Context
If ice shelf melting is represented as virtual salt flux (ln_divisf=false), the model is not conservative.
Fix
Replace:
risf_tsc(:,:,jp_sal) = (1.0_wp-rdivisf) * fwfisf(:,:) * stbl(:,:) * r1_rau0
by
risf_tsc(:,:,jp_sal) = (1.0_wp-rdivisf) * fwfisf(:,:) * soce * r1_rau0
This does not concern the trunk as this option has been removed.
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
7982 | mathiot | 2017-04-27T18:43:29+02:00 | commit following ticket #1893 |
Change History (1)
comment:1 Changed 6 years ago by mathiot
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in commit 7982