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 5282 for branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2015-05-18T17:19:50+02:00 (9 years ago)
Author:
diovino
Message:

Dev. branch CMCC4_simplification ticket #1456

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/OPA_SRC/step.F90

    r5012 r5282  
    158158      IF( lk_traldf_eiv )   CALL ldf_eiv( kstp )      ! eddy induced velocity coefficient 
    159159#endif 
    160 #if defined key_traldf_c3d && key_traldf_smag 
    161                           CALL ldf_tra_smag( kstp )      ! eddy induced velocity coefficient 
    162 #  endif 
    163 #if defined key_dynldf_c3d && key_dynldf_smag 
    164                           CALL ldf_dyn_smag( kstp )      ! eddy induced velocity coefficient 
    165 #  endif 
    166160 
    167161      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    185179          IF(  ln_asmiau .AND. & 
    186180             & ln_dyninc       )  CALL dyn_asm_inc  ( kstp )   ! apply dynamics assimilation increment 
    187           IF( ln_neptsimp )       CALL dyn_nept_cor ( kstp )   ! subtract Neptune velocities (simplified) 
    188181          IF( lk_bdy           )  CALL bdy_dyn3d_dmp( kstp )   ! bdy damping trends 
    189182                                  CALL dyn_adv      ( kstp )   ! advection (vector or flux form) 
    190183                                  CALL dyn_vor      ( kstp )   ! vorticity term including Coriolis 
    191184                                  CALL dyn_ldf      ( kstp )   ! lateral mixing 
    192           IF( ln_neptsimp )       CALL dyn_nept_cor ( kstp )   ! add Neptune velocities (simplified) 
    193185#if defined key_agrif 
    194186          IF(.NOT. Agrif_Root())  CALL Agrif_Sponge_dyn        ! momentum sponge 
     
    289281           & ln_dyninc      )  CALL dyn_asm_inc( kstp )     ! apply dynamics assimilation increment 
    290282        IF( ln_bkgwri )        CALL asm_bkg_wri( kstp )     ! output background fields 
    291         IF( ln_neptsimp )      CALL dyn_nept_cor( kstp )    ! subtract Neptune velocities (simplified) 
    292283        IF( lk_bdy          )  CALL bdy_dyn3d_dmp(kstp )    ! bdy damping trends 
    293284                               CALL dyn_adv( kstp )         ! advection (vector or flux form) 
    294285                               CALL dyn_vor( kstp )         ! vorticity term including Coriolis 
    295286                               CALL dyn_ldf( kstp )         ! lateral mixing 
    296         IF( ln_neptsimp )      CALL dyn_nept_cor( kstp )    ! add Neptune velocities (simplified) 
    297287#if defined key_agrif 
    298288        IF(.NOT. Agrif_Root()) CALL Agrif_Sponge_dyn        ! momemtum sponge 
Note: See TracChangeset for help on using the changeset viewer.