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.
#575 (slight bug when sending surface current in coupling interface) – NEMO

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#575 closed Bug (fixed)

slight bug when sending surface current in coupling interface

Reported by: smasson Owned by: nemo
Priority: low Milestone:
Component: OCE Version: v3.2
Severity: Keywords:
Cc:

Description

In sbccpl.F90, there is bug when sending the ocean current in case of ice located at I or F point. We find several occurrence of

0.5 * ( un(ji,jj,1) + un(ji-1,jj-1,1) ) 

instead of

0.5 * ( un(ji,jj,1) + un(ji-1,jj  ,1) )

Commit History (0)

(No commits)

Change History (2)

comment:1 Changed 14 years ago by smasson

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

done, see changeset:1693

comment:2 Changed 14 years ago by anonymous

  • Milestone 2009 Stream 0: Coupled Ready deleted

Milestone 2009 Stream 0: Coupled Ready deleted

Note: See TracTickets for help on using tickets.