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 1701 – NEMO

Changeset 1701


Ignore:
Timestamp:
2009-11-03T13:00:39+01:00 (14 years ago)
Author:
rblod
Message:

Bug on mask ice velocities in LIM3, see ticket #581

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/limupdate.F90

    r1469 r1701  
    963963               IF ( at_i(ji-1,jj) .EQ. 0.0 ) u_ice(ji-1,jj) = 0.0 ! left side 
    964964               IF ( at_i(ji,jj+1) .EQ. 0.0 ) v_ice(ji,jj)   = 0.0 ! upper side 
    965                IF ( at_i(ji,jj-1) .EQ. 0.0 ) v_ice(ji-1,jj) = 0.0 ! bottom side 
     965               IF ( at_i(ji,jj-1) .EQ. 0.0 ) v_ice(ji,jj-1) = 0.0 ! bottom side 
    966966            ENDIF 
    967967         END DO 
Note: See TracChangeset for help on using the changeset viewer.