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/limctl.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/limctl.F90

    r5070 r5079  
    222222            DO jj = 1, jpj 
    223223               DO ji = 1, jpi 
    224                   ztmelts    =  -tmut * s_i(ji,jj,jk,jl) + rtt 
     224                  ztmelts    =  -tmut * s_i(ji,jj,jk,jl) + rt0 
    225225                  IF( t_i(ji,jj,jk,jl) >= ztmelts  .AND.  v_i(ji,jj,jl) > 1.e-10   & 
    226226                     &                             .AND.  a_i(ji,jj,jl) > 0._wp   ) THEN 
Note: See TracChangeset for help on using the changeset viewer.