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.
Ticket Diff – NEMO

Changes between Initial Version and Version 2 of Ticket #1937


Ignore:
Timestamp:
2017-09-04T11:30:44+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1937 – Description

    initial v2  
    33There is a bug concerning the heat budget of the leads in case of melting in the sea ice model. 
    44Heat is considered to be equal to 0 anytime because of this line: 
    5 {{{ 
     5{{{#!f 
    66IF( .NOT. ln_limdH )  fhtur (:,:) = 0._wp ; fhld  (:,:) = 0._wp 
    77}}} 
    88 
    99The correct line is: 
    10 {{{ 
     10{{{#!f 
    1111IF( .NOT. ln_limdH ) THEN  
    1212   fhtur (:,:) = 0._wp