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 389 for trunk/NEMO/OPA_SRC/TRA/tranxt.F90 – NEMO

Ignore:
Timestamp:
2006-03-09T18:22:04+01:00 (18 years ago)
Author:
opalod
Message:

RB:nemo_v1_update_038: first integration of Agrif :

  • configuration parameters are just integer when agrif is used
  • add call to agrif routines with key_agrif
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/tranxt.F90

    r258 r389  
    1616   USE obctra          ! open boundary condition (obc_tra routine) 
    1717   USE prtctl          ! Print control 
     18   USE agrif_opa_update 
     19   USE agrif_opa_interp 
    1820 
    1921   IMPLICIT NONE 
     
    108110         !                                             ! =============== 
    109111#endif 
     112#if defined key_AGRIF 
     113         !                                             ! =============== 
     114      END DO                                           !   End of slab 
     115      !                                                ! =============== 
     116 
     117      ! Update tracers on open boundaries. 
     118      CALL Agrif_tra( kt ) 
     119 
     120      !                                                ! =============== 
     121      DO jk = 1, jpkm1                                 ! Horizontal slab 
     122         !                                             ! =============== 
     123#endif 
    110124 
    111125 
     
    170184            &         tab3d_2=sn, clinfo2=' Sn: ', mask2=tmask) 
    171185      ENDIF 
     186       
     187#if defined key_AGRIF 
     188      IF (.NOT.Agrif_Root())    CALL Agrif_Update_Tra( kt ) 
     189#endif       
    172190 
    173191   END SUBROUTINE tra_nxt 
Note: See TracChangeset for help on using the changeset viewer.