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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
15214 | timgraham | 2021-08-31T15:29:53+02:00 | Fix for #2716 |
Change History (2)
comment:1 Changed 2 years ago by timgraham
comment:2 Changed 2 years ago by timgraham
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 15214: