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.
Changeset 15419 – NEMO

Changeset 15419


Ignore:
Timestamp:
2021-10-20T17:19:04+02:00 (3 years ago)
Author:
timgraham
Message:

Reinstate missing call to asm_bkg_wri in step.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_FOAM_package/src/OCE/step.F90

    r14075 r15419  
    168168      IF(  lk_asminc .AND. ln_asmiau .AND. ln_dyninc )   & 
    169169               &         CALL dyn_asm_inc   ( kstp )  ! apply dynamics assimilation increment 
     170      IF( ln_bkgwri )    CALL asm_bkg_wri( kstp )     ! output background fields 
    170171      IF( ln_bdy     )   CALL bdy_dyn3d_dmp ( kstp )  ! bdy damping trends 
    171172#if defined key_agrif 
Note: See TracChangeset for help on using the changeset viewer.