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 2587 for branches/TAM_V3_0/NEMOTAM/OPATAM_SRC/TRA/traadv_tam.F90 – NEMO

Ignore:
Timestamp:
2011-02-15T12:58:59+01:00 (13 years ago)
Author:
vidard
Message:

refer to ticket #798

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TAM_V3_0/NEMOTAM/OPATAM_SRC/TRA/traadv_tam.F90

    r1885 r2587  
    4343      & tra_adv_cen2_tan,     & 
    4444      & tra_adv_cen2_adj,     & 
    45       & tra_adv_cen2_adj_tst, & 
    46       & tra_adv_cen2_tlm_tst 
     45#if defined key_tst_tlm 
     46      & tra_adv_cen2_tlm_tst, & 
     47#endif 
     48      & tra_adv_cen2_adj_tst 
    4749   USE traadv_eiv_tam, ONLY: & ! advection trend - eddy induced velocity (tra_adv_eiv   routine) 
    4850      & tra_adv_eiv_tan,     & 
    4951      & tra_adv_eiv_adj 
    50 !   USE in_out_manager, ONLY : & ! I/O manager  
    51 !      & lwp,                  & 
    52 !      & numout,               & 
    53 !      & nit000 
    5452   USE in_out_manager  ! I/O manager 
    5553   USE prtctl          ! Print control 
     
    6260   PUBLIC   tra_adv_ctl_tam ! routine called by stepadj module 
    6361   PUBLIC   tra_adv_adj_tst ! routine called by tst module 
     62#if defined key_tst_tlm 
    6463   PUBLIC   tra_adv_tlm_tst ! routine called by tst module 
     64#endif 
    6565   !!* Namelist nam_traadv 
    6666   LOGICAL, PUBLIC ::   ln_traadv_cen2   = .TRUE.       ! 2nd order centered scheme flag 
     
    305305      ! 
    306306   END SUBROUTINE tra_adv_ctl_tam 
    307  
     307#if defined key_tst_tlm 
    308308SUBROUTINE tra_adv_tlm_tst( kumadt ) 
    309309      !!----------------------------------------------------------------------- 
     
    335335   END SUBROUTINE tra_adv_tlm_tst 
    336336#endif 
     337#endif 
    337338 
    338339 
Note: See TracChangeset for help on using the changeset viewer.