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 7971 for branches/2017/dev_r7963_nemo_v3_6_AGRIF-3_AGRIFVVL/NEMOGCM/NEMO/NST_SRC/agrif_user.F90 – NEMO

Ignore:
Timestamp:
2017-04-26T12:03:26+02:00 (8 years ago)
Author:
jchanut
Message:

Add zstar coordinate with AGRIF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7963_nemo_v3_6_AGRIF-3_AGRIFVVL/NEMOGCM/NEMO/NST_SRC/agrif_user.F90

    r6204 r7971  
    309309!     or the absolute maximum nesting level...TBC                         
    310310   IF ( Agrif_Level().EQ.Agrif_MaxLevel() ) THEN  
    311       ! NB: Do tracers first, dynamics after because nbcline incremented in dynamics 
     311      ! NB: Order matters below:  
     312      CALL Agrif_Update_vvl()  
    312313      CALL Agrif_Update_tra() 
    313314      CALL Agrif_Update_dyn() 
     
    445446   CALL Agrif_Set_Updatetype(avm_id, update = AGRIF_Update_Average) 
    446447# endif 
     448 
     449   CALL Agrif_Set_Updatetype(e3t_id, update = AGRIF_Update_Average) 
    447450 
    448451! High order updates 
Note: See TracChangeset for help on using the changeset viewer.