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.
#2716 (Missing call to asm_bkg_write) – NEMO

Opened 2 years ago

Closed 2 years ago

#2716 closed Bug (fixed)

Missing call to asm_bkg_write

Reported by: timgraham Owned by: systeam
Priority: low Milestone:
Component: ASM Version: v4.0.*
Severity: minor Keywords:
Cc:

Description

Context

Somewhere in the development of NEMO4.0 the call to asm_bkg_wri has been removed from step. This means that the assim_background_Jb file is not written out when nitbkg is anything other than zero (in the case where it's zero there is a call from asm_init).

Fix

Reinstate "call asm_bkg_wri(kt)" in step.F90.

Commit History (1)

ChangesetAuthorTimeChangeLog
15214timgraham2021-08-31T15:29:53+02:00

Fix for #2716

Change History (2)

comment:1 Changed 2 years ago by timgraham

In 15214:

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

comment:2 Changed 2 years ago by timgraham

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

Fixed in r4.0_Head at r15214

Note: See TracTickets for help on using tickets.