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 1271 for trunk/NEMO/TOP_SRC/TRP/trctrp.F90 – NEMO

Ignore:
Timestamp:
2009-01-15T09:12:00+01:00 (15 years ago)
Author:
rblod
Message:

Addapt AGRIF routines to the new TOP organization, clean some routines and add a sponge layer for passive tracers, see ticket #293

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/TRP/trctrp.F90

    r1256 r1271  
    4242 
    4343   USE zpshde_trc      ! partial step: hor. derivative   (zps_hde_trc routine) 
     44 
     45#if defined key_agrif 
     46   USE agrif_top_sponge ! Momemtum and tracers sponges 
     47#endif 
    4448 
    4549   IMPLICIT NONE 
     
    104108      IF( l_trcldf_iso_zps )   CALL trc_ldf_iso_zps( kt )        ! partial step iso-neutral laplacian 
    105109      IF( l_trcldf_lap     )   CALL trc_ldf_lap    ( kt )        ! iso-level laplacian 
     110 
     111#if defined key_agrif 
     112      IF(.NOT. Agrif_Root()) CALL Agrif_Sponge_trc               ! tracers sponge 
     113#endif 
    106114  
    107115      !                                                      ! vertical diffusion 
Note: See TracChangeset for help on using the changeset viewer.