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 9460 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2018-04-06T14:54:30+02:00 (6 years ago)
Author:
clem
Message:

correct the periodicity in the agrif zoom for sas biper test case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/MY_SRC/usrdef_nam.F90

    r9458 r9460  
    102102      !                             ! Set the lateral boundary condition of the global domain 
    103103      kperio = 7                    ! SAS_BIPER configuration : bi-periodic basin 
     104#if defined key_agrif 
     105      IF( .NOT. Agrif_Root() ) THEN 
     106      kperio = 0 
     107      ENDIF 
     108#endif 
    104109      ! 
    105110      WRITE(ldtxt(ii),*) '   '                                                                          ;   ii = ii + 1 
Note: See TracChangeset for help on using the changeset viewer.