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 6775 for branches/UKMO/dev_r5518_25hr_mean_assim_bkg/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2016-07-01T20:32:06+02:00 (8 years ago)
Author:
kingr
Message:

bugfix for previous commit to allow averaged assim bkg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_25hr_mean_assim_bkg/NEMOGCM/NEMO/OPA_SRC/step.F90

    r6758 r6775  
    299299      ! Dynamics                                    (tsa used as workspace) 
    300300      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
     301 
     302      IF( ln_bkgwri )        CALL asm_bkg_wri( kstp )     ! output background fields 
     303 
    301304      IF( lk_dynspg_ts   )  THEN 
    302305                                                             ! revert to previously computed momentum tendencies 
     
    317320        IF(  lk_asminc .AND. ln_asmiau .AND. & 
    318321           & ln_dyninc      )  CALL dyn_asm_inc( kstp )     ! apply dynamics assimilation increment 
    319         IF( ln_bkgwri )        CALL asm_bkg_wri( kstp )     ! output background fields 
    320322        IF( ln_neptsimp )      CALL dyn_nept_cor( kstp )    ! subtract Neptune velocities (simplified) 
    321323        IF( lk_bdy          )  CALL bdy_dyn3d_dmp(kstp )    ! bdy damping trends 
Note: See TracChangeset for help on using the changeset viewer.