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.
#421 (correct bug for Meridionnal Stream function in diaptr.F90 when using mpi) – NEMO

Opened 15 years ago

Closed 15 years ago

Last modified 8 years ago

#421 closed Bug (fixed)

correct bug for Meridionnal Stream function in diaptr.F90 when using mpi

Reported by: flavoni Owned by: nemo
Priority: low Milestone:
Component: OCE Version: trunk
Severity: Keywords: MPI MSF
Cc:

Description

In parallel mode in ptr_vj and ptr_vjk functions when jj=jpj-1, we use the tmask_i(ji,jj+1), but this mask is set to 0 in the jj+1 line, so all p_fval arrays values in jj+1 are zero.
And this leads to have black line in ZNL atlas, because we have zero value in upper bound part of each processor.

Commit History (2)

ChangesetAuthorTimeChangeLog
1426rblod2009-05-07T16:06:22+02:00

dev_004_VVL:sync: synchro with trunk (r1413), see ticket #361 and #421

1413flavoni2009-04-24T12:03:11+02:00

correct bug for Meridionnal Stream function in diaptr.F90 when using mpi, see ticket #421 and #361

Change History (4)

comment:1 Changed 15 years ago by flavoni

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

comment:2 Changed 14 years ago by anonymous

  • Milestone 2009 Stream 3: New features deleted

Milestone 2009 Stream 3: New features deleted

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords MPI added; mpi removed

comment:4 Changed 8 years ago by nicolasmartin

  • Keywords MSF added; msf removed
Note: See TracTickets for help on using tickets.