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.
#1890 (bug in fwfisf output if nn_isf = 1) – NEMO

Opened 7 years ago

Closed 7 years ago

#1890 closed Bug (fixed)

bug in fwfisf output if nn_isf = 1

Reported by: mathiot Owned by: mathiot
Priority: low Milestone:
Component: OCE Version: v3.6
Severity: Keywords:
Cc:

Description

Context

In NEMO 3.6, the output for ice shelf melting is wrong if nn_isf = 1 (ie isf cavity open and interactive melt)
This bug do not affect trunk and dev_r5151_UKMO_ISF.

Fix

replace:

IF( iom_use('fwfisf'  ) )   CALL iom_put('fwfisf' , fwfisf * stbl(:,:) / soce )

by

IF( iom_use('fwfisf'  ) )   CALL iom_put('fwfisf' , fwfisf )

Commit History (0)

(No commits)

Change History (1)

comment:1 Changed 7 years ago by mathiot

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

Fixed in commit 7968 by Clem.

Note: See TracTickets for help on using tickets.