Opened 8 years ago
Closed 8 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 8 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 7968 by Clem.