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.
#2756 (wrong stress in sbcflx.F90) – NEMO

Opened 2 years ago

Last modified 2 years ago

#2756 new Bug

wrong stress in sbcflx.F90

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

Description

In sbcflx.F90, the module of the stress is half what it should be (following a bug fix in version 4.2)
This line:

zmod = 0.5_wp * SQRT( ztx * ztx + zty * zty ) * tmask(ji,jj,1)

should be:

zmod = SQRT( ztx * ztx + zty * zty ) * tmask(ji,jj,1)

Commit History (1)

ChangesetAuthorTimeChangeLog
15681clem2022-02-01T17:44:41+01:00

4.0-HEAD: debug sbcflx, see ticket #2756

Change History (2)

comment:1 Changed 2 years ago by clem

In 15681:

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

comment:2 Changed 2 years ago by clem

done

Note: See TracTickets for help on using tickets.