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 7472 for branches/UKMO/dev_r5518_v3.4_asm_nemovar_community_bgc_ersem/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2016-12-07T13:34:32+01:00 (8 years ago)
Author:
dford
Message:

Merge in changes for 25hr mean background averaging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_v3.4_asm_nemovar_community_bgc_ersem/NEMOGCM/NEMO/OPA_SRC/step.F90

    r6983 r7472  
    301301      ! Dynamics                                    (tsa used as workspace) 
    302302      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
     303 
     304      IF( ln_bkgwri )        CALL asm_bkg_wri( kstp )     ! output background fields 
     305 
    303306      IF( lk_dynspg_ts   )  THEN 
    304307                                                             ! revert to previously computed momentum tendencies 
     
    319322        IF(  lk_asminc .AND. ln_asmiau .AND. & 
    320323           & ln_dyninc      )  CALL dyn_asm_inc( kstp )     ! apply dynamics assimilation increment 
    321         IF( ln_bkgwri )        CALL asm_bkg_wri( kstp )     ! output background fields 
    322324        IF( ln_neptsimp )      CALL dyn_nept_cor( kstp )    ! subtract Neptune velocities (simplified) 
    323325        IF( lk_bdy          )  CALL bdy_dyn3d_dmp(kstp )    ! bdy damping trends 
Note: See TracChangeset for help on using the changeset viewer.