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.
#2522 (sbcflx defects) – NEMO

Opened 4 years ago

Closed 4 years ago

Last modified 2 years ago

#2522 closed Defect (fixed)

sbcflx defects

Reported by: clem Owned by: systeam
Priority: low Milestone:
Component: SBC Version: v4.0
Severity: minor Keywords: v4.0
Cc:

Description

Context

The flux formulation (sbcflx) has several defects:

1) The fields that are read are not masked which may end up in a model crash if the filled values on the continents are not set to zero

2) It seems (to be verified) that all the fields need a lbc_lnk otherwise the north fold is not ok. I do not understand why. This observation comes from a simulation using nemo3.6, so it may not apply to 4.0 and the trunk

3) To fully use sbcflx, one needs to read the salt flux (sfx) from the namelist and not impose it to 0

Analysis

...

Recommendation

Correct the above points for 4.0 and the trunk.

Commit History (2)

ChangesetAuthorTimeChangeLog
13485clem2020-09-17T14:45:30+02:00

trunk: fix ticket #2522

13484clem2020-09-17T14:45:07+02:00

4.0-HEAD: fix ticket #2522

Change History (4)

comment:1 Changed 4 years ago by clem

In 13484:

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

comment:2 Changed 4 years ago by clem

In 13485:

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

comment:3 Changed 4 years ago by clem

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

fixed at r13484 (4.0) and r13485 (trunk).

Namelist has not changed, so the reading of sfx has been commented out in the code.

comment:4 Changed 2 years ago by nemo

  • Keywords v4.0 added
Note: See TracTickets for help on using tickets.