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.
#2671 (reduce minimum domain size) – NEMO

Opened 3 years ago

Closed 3 years ago

#2671 closed Bug (fixed)

reduce minimum domain size

Reported by: smasson Owned by: systeam
Priority: low Milestone:
Component: LBC Version: trunk
Severity: minor Keywords:
Cc:

Description

Context

the minimum domain size was defined to 4*nn_hls, it cant be reduced to 3*nn_hls

Analysis

This change will allow 1d configurations and "slab configurations" such as OVERFLOW or LOCK_EXCHANGE to run with nn_hls = 1, 2 or 3

Fix

replace 4 by 3 and add a clean error message when the domain is too small for the value of nn_hls we want to use.

Commit History (1)

ChangesetAuthorTimeChangeLog
14848smasson2021-05-12T08:41:26+02:00

trunk: reduce minimum domain size, #2671

Change History (2)

comment:1 Changed 3 years ago by smasson

In 14848:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:2 Changed 3 years ago by smasson

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

done in [14848]
OVERFLOW and LOCK_EXCHANGE are now working with nn_hls=2 and give the same results as with nn_hls=1

Note: See TracTickets for help on using tickets.