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 8941 – NEMO

Changeset 8941


Ignore:
Timestamp:
2017-12-07T19:01:23+01:00 (6 years ago)
Author:
jchanut
Message:

Add ssh update at initialization, #1965

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8624_AGRIF3_VVL/NEMOGCM/NEMO/NST_SRC/agrif_user.F90

    r8901 r8941  
    330330   IF (Agrif_Root()) RETURN 
    331331   ! 
     332                       CALL Agrif_Update_ssh() 
    332333   IF (.NOT.ln_linssh) CALL Agrif_Update_vvl() 
    333    CALL Agrif_Update_tra() 
     334                       CALL Agrif_Update_tra() 
    334335#if defined key_top 
    335    CALL Agrif_Update_Trc() 
     336                       CALL Agrif_Update_Trc() 
    336337#endif 
    337    CALL Agrif_Update_dyn() 
     338                       CALL Agrif_Update_dyn() 
    338339# if defined key_zdftke 
    339340! JC remove update because this precludes from perfect restartability 
    340 !!   CALL Agrif_Update_tke(0) 
     341!!                       CALL Agrif_Update_tke(0) 
    341342# endif 
    342343 
Note: See TracChangeset for help on using the changeset viewer.