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.
#2493 (Out-of-bounds error in ORCA2-based mono-processor configuration) – NEMO

Opened 4 years ago

Last modified 4 years ago

#2493 new Bug

Out-of-bounds error in ORCA2-based mono-processor configuration

Reported by: smueller Owned by: systeam
Priority: low Milestone:
Component: ICB Version: trunk
Severity: minor Keywords: ICB, LBC, non-MPP
Cc:

Description

Context

The out-of-bounds array access in mono-processor configurations and the use of incorrect grid types in lbc_lnk_icb calles described in ticket #2492 are also present in the current trunk version of NEMO.

Analysis

See ticket #2492.

Fix

See ticket #2492.

Commit History (0)

(No commits)

Change History (1)

comment:1 Changed 4 years ago by smasson

The duplication of the mpp routines with extended halos (_ext) only for the icebergs was originally not the best idea. Duplications is a quick (and dirty) solution that is hard to maintain as the code changes. This solution is now obsolete (and is not really compatible) since we introduced nn_hls > 1

=> to me, the mpi part of the icebergs should be entirely reviewed and rewritten using the default mpp routines.

Note: See TracTickets for help on using tickets.