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.
#2704 (North Fold not done when kfillmode = jpfillnothing) – NEMO

Opened 3 years ago

Closed 3 years ago

#2704 closed Defect (fixed)

North Fold not done when kfillmode = jpfillnothing

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

Description

Context

in lbc_lnk, kfillmode = jpfillnothing us used to say that nothing should be done to fill halos corresponding to closed boundaries.

Analysis

Using this optional argument, prevent do do the north pole folding because of this test

      ll_IdoNFold = l_IdoNFold .AND. ifill(jpno) /= jpfillnothing

Recommendation

Remove this test!

Commit History (1)

ChangesetAuthorTimeChangeLog
15050smasson2021-06-24T11:22:29+02:00

trunk: minor bugfix in lbc_lnk, #2704

Change History (2)

comment:1 Changed 3 years ago by smasson

In 15050:

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

fixed in [15050]

Note: See TracTickets for help on using tickets.