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.
Ticket Diff – NEMO

Changes between Initial Version and Version 1 of Ticket #645


Ignore:
Timestamp:
2010-06-09T10:56:21+02:00 (14 years ago)
Author:
rblod
Comment:

I think this is the same issue as #668:

In mpp_lbc_north_3d, mpp_lbc_north_2d and mpp_lbc_north_2d_e, temporary array ztab is not initialized. On some machine (eg SGI ICE ), ztab hold values inherited from previous call. In particular, umask is affected by this problem (there are e3t values in umask on the northern boundary, for some processor layout). 

A fix is to add ztab=0. at the beginning of each of these routines.

I would be glad to have confirmation that the fix is ok in this case

Rachid

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #645

    • Property Owner changed from NEMO team to rblod
  • Ticket #645 – Description

    initial v1  
    1  
    21Problem in send/received, for global orca grid, if the north-east and north-west corners are land and the sub domain just bellow the north-east corner is ocean. It's then waiting informations coming from the north-east corner (never send because nbondj =2, not taken into account in lib_mpp)