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

Changeset 8232


Ignore:
Timestamp:
2017-06-28T12:31:38+02:00 (7 years ago)
Author:
clem
Message:

add a missing key_agrif in sbcwave.F90

File:
1 edited

Legend:

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

    r8189 r8232  
    152152      END DO 
    153153      ! 
     154#if defined key_agrif 
    154155      IF( .NOT. Agrif_Root() ) THEN 
    155156         IF( nbondi == -1 .OR. nbondi == 2 )   ze3divh( 2:nbghostcells+1,:        ,:) = 0._wp      ! west 
     
    158159         IF( nbondj ==  1 .OR. nbondj == 2 )   ze3divh( :,nlcj-nbghostcells:nlcj-1,:) = 0._wp      ! north 
    159160      ENDIF 
     161#endif 
    160162      ! 
    161163      CALL lbc_lnk( ze3divh, 'T', 1. ) 
Note: See TracChangeset for help on using the changeset viewer.