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.
#581 (Bug on mask velocities in limupdate) – NEMO

Opened 14 years ago

Closed 14 years ago

Last modified 6 years ago

#581 closed Bug (fixed)

Bug on mask velocities in limupdate

Reported by: bouillon Owned by: nemo
Priority: low Milestone:
Component: LIM3 Version: trunk
Severity: Keywords: LIM*
Cc:

Description

There is a bug in indices in limupdate.F90.

The line

IF ( at_i(ji,jj-1) .EQ. 0.0 ) v_ice(ji-1,jj) = 0.0 ! bottom side

has to be changed into

IF ( at_i(ji,jj-1) .EQ. 0.0 ) v_ice(ji,jj-1) = 0.0 ! bottom side
.

It has a great impact in narrow straits oriented following jj.

Sylvain Bouillon

Commit History (1)

ChangesetAuthorTimeChangeLog
1701rblod2009-11-03T13:00:39+01:00

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

Change History (2)

comment:1 Changed 14 years ago by rblod

  • Resolution set to fixed
  • Status changed from new to closed

comment:2 Changed 6 years ago by nemo

  • Keywords LIM* added
Note: See TracTickets for help on using tickets.