#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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
5065 | davestorkey | 2015-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 10 years ago by davestorkey
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 8 years ago by nicolasmartin
- Keywords 2015 nemo_v3_6* added
comment:3 Changed 7 years ago by nemo
- Keywords release-3.6* added; nemo_v3_6* removed
comment:4 Changed 7 years ago by nemo
- Keywords release-3.6* removed
comment:5 Changed 3 years ago by nemo
- Keywords OPA v3.6 added
Note: See
TracTickets for help on using
tickets.
Fixed at revision 5065.