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/SAS_SRC – 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

Location:
branches/2017/dev_r8127_AGRIF_LIM3_GHOST/NEMOGCM/NEMO/SAS_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8127_AGRIF_LIM3_GHOST/NEMOGCM/NEMO/SAS_SRC/diawri.F90

    r7761 r8129  
    400400      CALL lim_wri_state_2( kt, id_i, nh_i ) 
    401401#elif defined key_lim3 
    402       CALL lim_wri_state( kt, id_i, nh_i ) 
     402      IF( nn_ice == 3 ) THEN   ! clem2017: condition in case agrif + lim but no-ice in child grid 
     403         CALL lim_wri_state( kt, id_i, nh_i ) 
     404      ENDIF 
    403405#else 
    404406      CALL histend( id_i, snc4chunks=snc4set ) 
  • branches/2017/dev_r8127_AGRIF_LIM3_GHOST/NEMOGCM/NEMO/SAS_SRC/nemogcm.F90

    r7761 r8129  
    134134      ! 
    135135#if defined key_agrif 
    136       IF( .NOT. Agrif_Root() ) THEN 
     136!!clem2017      IF( .NOT. Agrif_Root() ) THEN 
    137137         CALL Agrif_ParentGrid_To_ChildGrid() 
    138138         IF( nn_timing == 1 )   CALL timing_finalize 
    139139         CALL Agrif_ChildGrid_To_ParentGrid() 
    140       ENDIF 
     140!!clem2017      ENDIF 
    141141#endif 
    142142      IF( nn_timing == 1 )   CALL timing_finalize 
Note: See TracChangeset for help on using the changeset viewer.