Opened 3 years ago
Last modified 3 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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
15681 | clem | 2022-02-01T17:44:41+01:00 | 4.0-HEAD: debug sbcflx, see ticket #2756 |
Note: See
TracTickets for help on using
tickets.
In 15681: