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/ZDF/zdftke.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/ZDF/zdftke.F90

    r7813 r8741  
    173173      !!---------------------------------------------------------------------- 
    174174      ! 
    175 #if defined key_agrif  
    176       ! interpolation parent grid => child grid for avm_k ( ex : at west border: update column 1 and 2) 
    177       IF( .NOT.Agrif_Root() )   CALL Agrif_Tke 
    178 #endif 
    179       ! 
    180175      IF( kt /= nit000 ) THEN   ! restore before value to compute tke 
    181176         avt (:,:,:) = avt_k (:,:,:)  
     
    196191#if defined key_agrif 
    197192      ! Update child grid f => parent grid  
    198       IF( .NOT.Agrif_Root() )   CALL Agrif_Update_Tke( kt )      ! children only 
     193!!! JC: suppress update since restartability is not possible in that case 
     194!!!      IF( .NOT.Agrif_Root() )   CALL Agrif_Update_Tke( )      ! children only 
    199195#endif       
    200196     !  
     
    666662         END DO 
    667663      END DO 
     664      ! 
     665#if defined key_agrif  
     666      CALL Agrif_avm  
     667#endif 
     668      ! 
    668669      CALL lbc_lnk( avm, 'W', 1. )      ! Lateral boundary conditions (sign unchanged) 
    669670      ! 
Note: See TracChangeset for help on using the changeset viewer.