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 10355 for NEMO/trunk/src – NEMO

Changeset 10355 for NEMO/trunk/src


Ignore:
Timestamp:
2018-11-21T18:31:21+01:00 (5 years ago)
Author:
mathiot
Message:

Fix #2172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/ASM/asminc.F90

    r10068 r10355  
    911911            ! Nudge sea ice depth to bring it up to a required minimum depth 
    912912            WHERE( zseaicendg(:,:) > 0.0_wp .AND. hm_i(:,:) < zhicifmin )  
    913                zhicifinc(:,:) = (zhicifmin - hm_i(:,:)) * zincwgt     
     913               zhicifinc(:,:) = zhicifmin - hm_i(:,:) 
    914914            ELSEWHERE 
    915915               zhicifinc(:,:) = 0.0_wp 
Note: See TracChangeset for help on using the changeset viewer.