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/trclsm.F90 – NEMO

Ignore:
Timestamp:
2007-12-17T12:59:33+01:00 (16 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/trclsm.F90

    r768 r772  
    77   !!             2.0  !  2007-12  (C. Ethe, G. Madec) re-writing 
    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_lsm   : reads specific namelist for sms terms 
     
    4747      IF(lwp) WRITE(numout,*) '~~~~~~~' 
    4848      ! 
    49       IF( lk_trc_lobster ) THEN   ;   CALL trc_lsm_lobster      ! LOBSTER bio-model 
    50       ELSE                        ;   IF(lwp) WRITE(numout,*) '          LOBSTER not used' 
     49      IF( lk_lobster ) THEN   ;   CALL trc_lsm_lobster      ! LOBSTER bio-model 
     50      ELSE                    ;   IF(lwp) WRITE(numout,*) '          LOBSTER not used' 
    5151      ENDIF 
    5252 
    53       IF( lk_trc_pisces  ) THEN   ;   CALL trc_lsm_pisces      ! PISCES  bio-model 
    54       ELSE                        ;   IF(lwp) WRITE(numout,*) '          PISCES not used' 
     53      IF( lk_pisces  ) THEN   ;   CALL trc_lsm_pisces      ! PISCES  bio-model 
     54      ELSE                    ;   IF(lwp) WRITE(numout,*) '          PISCES not used' 
    5555      ENDIF 
    5656 
    57       IF( lk_trc_cfc     ) THEN   ;   CALL trc_lsm_cfc         ! CFC     tracers 
    58       ELSE                        ;   IF(lwp) WRITE(numout,*) '          CFC not used' 
     57      IF( lk_cfc     ) THEN   ;   CALL trc_lsm_cfc         ! CFC     tracers 
     58      ELSE                    ;   IF(lwp) WRITE(numout,*) '          CFC not used' 
    5959      ENDIF 
    6060 
    61       IF( lk_my_trc      ) THEN   ;   CALL trc_lsm_my_trc      ! MY_TRC  tracers 
    62       ELSE                        ;   IF(lwp) WRITE(numout,*) '          MY_TRC not used' 
     61      IF( lk_my_trc  ) THEN   ;   CALL trc_lsm_my_trc      ! MY_TRC  tracers 
     62      ELSE                    ;   IF(lwp) WRITE(numout,*) '          MY_TRC not used' 
    6363      ENDIF 
    6464      ! 
Note: See TracChangeset for help on using the changeset viewer.