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.
#2504 (Minor typo in sbc_blk_init that can lead to incorrect reporting of bulk formulation choice) – NEMO

Opened 4 years ago

Closed 4 years ago

Last modified 2 years ago

#2504 closed Defect (fixed)

Minor typo in sbc_blk_init that can lead to incorrect reporting of bulk formulation choice

Reported by: acc Owned by: acc
Priority: low Milestone: 2020 WP
Component: SBC Version: v4.0
Severity: minor Keywords: v4.0
Cc:

Description

Context

A simple cut-and-paste error that means the true value of ln_COARE_3p5 is never reported to ocean.output

Recommendation

Change:

WRITE(numout,*) '      "COARE 3.5" algorithm   (Edson et al. 2013)         ln_COARE_3p5 = ', ln_COARE_3p0

to

WRITE(numout,*) '      "COARE 3.5" algorithm   (Edson et al. 2013)         ln_COARE_3p5 = ', ln_COARE_3p5

Commit History (1)

ChangesetAuthorTimeChangeLog
13348acc2020-07-27T18:55:57+02:00

Branch r4.0-HEAD. Fix simple typo in sbc_blk_init. #2504

Change History (3)

comment:1 Changed 4 years ago by acc

In 13348:

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

comment:2 Changed 4 years ago by acc

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

comment:3 Changed 2 years ago by nemo

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