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 8741 for branches/2017/dev_r8624_AGRIF3_VVL/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2017-11-17T17:19:55+01:00 (6 years ago)
Author:
jchanut
Message:

AGRIF + vvl Main changes - #1965

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8624_AGRIF3_VVL/NEMOGCM/NEMO/OPA_SRC/step.F90

    r7753 r8741  
    315315      IF( Agrif_NbStepint() == 0 ) THEN               ! AGRIF Update  
    316316!!jc in fact update is useless at last time step, but do it for global diagnostics 
    317                          CALL Agrif_Update_Tra()      ! Update active tracers 
    318                          CALL Agrif_Update_Dyn()      ! Update momentum 
     317         IF(.NOT.ln_linssh)  CALL Agrif_Update_vvl()      ! Update vertical scale factors   
     318                             CALL Agrif_Update_Tra()      ! Update active tracers 
     319                             CALL Agrif_Update_Dyn()      ! Update momentum 
     320#if defined key_top 
     321                             CALL Agrif_Update_Trc()      ! Update passive tracers 
     322#endif 
    319323      ENDIF 
    320324#endif 
Note: See TracChangeset for help on using the changeset viewer.