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 8129 for branches/2017/dev_r8127_AGRIF_LIM3_GHOST/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2017-06-02T16:08:12+02:00 (7 years ago)
Author:
clem
Message:

make those things work: ghostcells>1 + nn_ice(child)=0 + fix timing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8127_AGRIF_LIM3_GHOST/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r7761 r8129  
    206206      ! 
    207207#if defined key_agrif 
    208       IF( .NOT. Agrif_Root() ) THEN 
     208!!clem2017      IF( .NOT. Agrif_Root() ) THEN 
    209209                         CALL Agrif_ParentGrid_To_ChildGrid() 
    210210         IF( ln_diaobs ) CALL dia_obs_wri 
    211211         IF( nn_timing == 1 )   CALL timing_finalize 
    212212                                CALL Agrif_ChildGrid_To_ParentGrid() 
    213       ENDIF 
     213!!clem2017      ENDIF 
    214214#endif 
    215215      IF( nn_timing == 1 )   CALL timing_finalize 
Note: See TracChangeset for help on using the changeset viewer.