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.
#1465 (bug in CORE bulk formulae code) – NEMO

Opened 9 years ago

Closed 9 years ago

Last modified 2 years ago

#1465 closed Bug (fixed)

bug in CORE bulk formulae code

Reported by: davestorkey Owned by: davestorkey
Priority: normal Milestone: 2015 release-3.6
Component: OCE Version: v3.6
Severity: Keywords: 2015 OPA v3.6
Cc:

Description

There is a bug in the function cd_neutral_10m in sbcblk_core.F90. The expression for the drag coefficient should switch between two options depending on whether the wind speed is less than or greater than 33m/s, but in fact for wind speeds greater than 33m/s both expressions are added together (with a factor of 2 in front of the first). The factor (rgt33 + 1) in line 850 should be (1 - rgt33).

Commit History (1)

ChangesetAuthorTimeChangeLog
5065davestorkey2015-02-06T12:43:59+01:00

Fix bug in cd_neutral_10m in sbcblk_core.F90. See ticket #1465.

Change History (5)

comment:1 Changed 9 years ago by davestorkey

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

Fixed at revision 5065.

comment:2 Changed 8 years ago by nicolasmartin

  • Keywords 2015 nemo_v3_6* added

comment:3 Changed 6 years ago by nemo

  • Keywords release-3.6* added; nemo_v3_6* removed

comment:4 Changed 6 years ago by nemo

  • Keywords release-3.6* removed

comment:5 Changed 2 years ago by nemo

  • Keywords OPA v3.6 added
Note: See TracTickets for help on using tickets.