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 4785 for branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/NEMO/OPA_SRC/TRA/tranxt.F90 – NEMO

Ignore:
Timestamp:
2014-09-24T14:03:02+02:00 (10 years ago)
Author:
rblod
Message:

dev_r4765_CNRS_agrif: First update of AGRIF for dynamic only (_flt and _ts), see ticket #1380 and associated wiki page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/NEMO/OPA_SRC/TRA/tranxt.F90

    r4328 r4785  
    107107      ! Update after tracer on domain lateral boundaries 
    108108      !  
     109#if defined key_agrif 
     110      CALL Agrif_tra                     ! AGRIF zoom boundaries 
     111#endif 
     112      ! 
    109113      CALL lbc_lnk( tsa(:,:,:,jp_tem), 'T', 1._wp )      ! local domain boundaries  (T-point, unchanged sign) 
    110114      CALL lbc_lnk( tsa(:,:,:,jp_sal), 'T', 1._wp ) 
     
    112116#if defined key_bdy  
    113117      IF( lk_bdy )   CALL bdy_tra( kt )  ! BDY open boundaries 
    114 #endif 
    115 #if defined key_agrif 
    116       CALL Agrif_tra                     ! AGRIF zoom boundaries 
    117118#endif 
    118119  
Note: See TracChangeset for help on using the changeset viewer.