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 2236 for branches/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/TRA/traadv.F90 – NEMO

Ignore:
Timestamp:
2010-10-12T20:49:32+02:00 (14 years ago)
Author:
cetlod
Message:

First guess of NEMO_v3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/TRA/traadv.F90

    r2104 r2236  
    5151   !! NEMO/OPA 3.3 , LOCEAN-IPSL (2010)  
    5252   !! $Id$ 
    53    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     53   !! Software governed by the CeCILL licence  (NEMOGCM/License_CeCILL.txt) 
    5454   !!---------------------------------------------------------------------- 
    5555 
     
    8383      zwn(:,:,jpk) = 0.e0                                                     ! no transport trough the bottom 
    8484      ! 
    85       IF( lk_traldf_eiv )   CALL tra_adv_eiv( kt, zun, zvn, zwn, 'TRA' )      ! add the eiv transport (if necessary) 
     85      IF( lk_traldf_eiv .AND. .NOT. ln_traldf_grif )   & 
     86         &                  CALL tra_adv_eiv( kt, zun, zvn, zwn, 'TRA' )      ! add the eiv transport (if necessary) 
    8687      ! 
    8788      CALL iom_put( "uoce_eff", zun )                                         ! output effective transport       
    8889      CALL iom_put( "voce_eff", zvn ) 
    8990      CALL iom_put( "woce_eff", zwn ) 
    90  
    9191 
    9292      SELECT CASE ( nadv )                            !==  compute advection trend and add it to general trend  ==! 
     
    9797      CASE ( 5 )   ;    CALL tra_adv_ubs   ( kt, 'TRA', r2dt, zun, zvn, zwn, tsb, tsn, tsa, jpts )   !  UBS  
    9898      CASE ( 6 )   ;    CALL tra_adv_qck   ( kt, 'TRA', r2dt, zun, zvn, zwn, tsb, tsn, tsa, jpts )   !  QUICKEST  
     99 
    99100      ! 
    100101      CASE (-1 )                                      !==  esopa: test all possibility with control print  ==! 
Note: See TracChangeset for help on using the changeset viewer.