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/trcsms.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/trcsms.F90

    r771 r772  
    77   !!             2.0  !  2007-12  (C. Ethe, G. Madec)  revised architecture 
    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_sms        :  Time loop of passive tracers sms 
     
    4646      IF ( MOD(kt,ndttrc) /= 0) RETURN      ! this ROUTINE is called only every ndttrc time step 
    4747 
    48 #if defined key_trc_lobster1 
     48#if defined key_lobster 
    4949 
    5050      ! LOBSTER biological model 
     
    8383      ENDIF 
    8484 
    85 #elif defined key_trc_pisces 
     85#elif defined key_pisces 
    8686 
    8787      ! PISCES biological model 
     
    9898      ! ------------------ 
    9999 
    100       IF( lk_trc_cfc )   CALL trc_cfc( kt )      ! surface fluxes of CFC 
     100      IF( lk_cfc )   CALL trc_cfc( kt )      ! surface fluxes of CFC 
    101101 
    102102#endif 
Note: See TracChangeset for help on using the changeset viewer.