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 772 for branches/dev_001_GM/NEMO/TOP_SRC/TRP/trcrad.F90 – NEMO

Ignore:
Timestamp:
2007-12-17T12:59:33+01:00 (17 years ago)
Author:
gm
Message:

dev_001_GM - change the name of cpp key to key_top, key_lobster, key_pisces, key_kriest and the corresponding lk_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_GM/NEMO/TOP_SRC/TRP/trcrad.F90

    r771 r772  
    77   !!            1.0  !  04-03  (C. Ethe)  free form F90 
    88   !!---------------------------------------------------------------------- 
    9 #if defined key_passivetrc 
     9#if defined key_top 
    1010   !!---------------------------------------------------------------------- 
    11    !!   'key_passivetrc'                                    Passive tracers 
     11   !!   'key_top'                                                TOP models 
    1212   !!---------------------------------------------------------------------- 
    1313   !!   trc_rad    : correction of negative concentrations 
     
    2727   !!---------------------------------------------------------------------- 
    2828   !! NEMO/TOP 1.0 , LOCEAN-IPSL (2005)  
    29    !! $Id:$  
     29   !! $Id$  
    3030   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    3131   !!---------------------------------------------------------------------- 
     
    6262      ENDIF 
    6363 
    64       IF( lk_trc_cfc ) THEN                             ! CFC model 
     64      IF( lk_cfc ) THEN                         ! CFC model 
    6565         DO jn = 1, jptra 
    6666            DO jk = 1, jpkm1 
     
    7575      ENDIF  
    7676 
    77       IF( lk_trc_pisces .OR. lk_trc_lobster ) THEN      ! PISCES or LOBSTER bio-model 
     77      IF( lk_pisces .OR. lk_lobster ) THEN      ! PISCES or LOBSTER bio-model 
    7878         DO jn = 1, jptra 
    7979            ztrcorb = 0.e0 
Note: See TracChangeset for help on using the changeset viewer.