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.
#2169 (ln_trabbl used before to be initialised) – NEMO

Opened 6 years ago

Closed 6 years ago

Last modified 2 years ago

#2169 closed Bug (fixed)

ln_trabbl used before to be initialised

Reported by: mathiot Owned by: mathiot
Priority: normal Milestone: 2018 release-4.0
Component: TRA Version: trunk
Severity: major Keywords: BBL v4.0
Cc:

Description (last modified by nicolasmartin)

Context

ln_trabbl is initialised in tra_bbl_init. However, in nemogcm, the call to tra_bbl_init depend of the value of ln_trabbl. On MetO system, ln_trabbl default initialisation is false. So, it means bbl is never activated whatever the namelist parameter.

Recommendation

change in nemogcm:

IF( ln_trabbl    )   CALL tra_bbl_init      ! advective (and/or diffusive) bottom boundary layer scheme

by

                     CALL tra_bbl_init      ! advective (and/or diffusive) bottom boundary layer scheme

Commit History (1)

ChangesetAuthorTimeChangeLog
10350mathiot2018-11-21T15:12:15+01:00

fix #2169 (call to tra_bbl_init)

Change History (3)

comment:1 Changed 6 years ago by mathiot

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

In 10350:

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

comment:2 Changed 6 years ago by nicolasmartin

  • Description modified (diff)

comment:3 Changed 2 years ago by nemo

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