New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#1893 (conservation issue if ice shelf melting as virtual salt flux (ln_divisf=false)) – NEMO

Opened 7 years ago

Closed 7 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)

ChangesetAuthorTimeChangeLog
7982mathiot2017-04-27T18:43:29+02:00

commit following ticket #1893

Change History (1)

comment:1 Changed 7 years ago by mathiot

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in commit 7982

Note: See TracTickets for help on using tickets.