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.
Changeset 5079 for branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/NEMO/LIM_SRC_3/limthd_lac.F90 – NEMO

Ignore:
Timestamp:
2015-02-11T16:32:03+01:00 (9 years ago)
Author:
clem
Message:

LIM3: solve ticket #1421

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/NEMO/LIM_SRC_3/limthd_lac.F90

    r5078 r5079  
    344344         ! We assume that new ice is formed at the seawater freezing point 
    345345         DO ji = 1, nbpac 
    346             ztmelts       = - tmut * zs_newice(ji) + rtt                  ! Melting point (K) 
     346            ztmelts       = - tmut * zs_newice(ji) + rt0                  ! Melting point (K) 
    347347            ze_newice(ji) =   rhoic * (  cpic * ( ztmelts - t_bo_1d(ji) )                             & 
    348                &                       + lfus * ( 1.0 - ( ztmelts - rtt ) / MIN( t_bo_1d(ji) - rtt, -epsi10 ) )   & 
    349                &                       - rcp  *         ( ztmelts - rtt )  ) 
    350          END DO ! ji 
     348               &                       + lfus * ( 1.0 - ( ztmelts - rt0 ) / MIN( t_bo_1d(ji) - rt0, -epsi10 ) )   & 
     349               &                       - rcp  *         ( ztmelts - rt0 )  ) 
     350         END DO 
    351351 
    352352         !---------------- 
Note: See TracChangeset for help on using the changeset viewer.