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

Ignore:
Timestamp:
2020-09-08T12:38:36+02:00 (4 years ago)
Author:
dford
Message:

Move more DA calls due to FABM changes.

File:
1 edited

Legend:

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

    r13451 r13453  
    9898                      IF ( lk_fabm ) CALL nemo_fabm_start 
    9999                      CALL dia_obs( nit000 - 1 )   ! Observation operator for restart 
     100         IF( lk_asminc ) THEN  
     101#if defined key_shelf 
     102            CALL  zdf_mxl_tref()     ! Initialization of hmld_tref 
     103#endif  
     104            CALL asm_inc_init     ! Initialize assimilation increments  
     105            IF( ln_bkgwri ) CALL asm_bkg_wri( nit000 - 1 )    ! Output background fields 
     106            IF( ln_asmdin ) THEN                        ! Direct initialization 
     107               IF( ln_trainc ) CALL tra_asm_inc( nit000 - 1 )    ! Tracers 
     108               IF( ln_dyninc ) CALL dyn_asm_inc( nit000 - 1 )    ! Dynamics 
     109               IF( ln_sshinc ) CALL ssh_asm_inc( nit000 - 1 )    ! SSH 
     110               IF( lk_bgcinc ) CALL bgc_asm_inc( nit000 - 1 )    ! BGC 
     111            ENDIF 
     112         ENDIF 
    100113                      CALL dia_tmb_init  ! TMB outputs 
    101114                      CALL dia_25h_init  ! 25h mean  outputs 
Note: See TracChangeset for help on using the changeset viewer.