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

    r765 r772  
    88   !!              -   !  2005-03  (O. Aumont, A. El Moussaoui) F90 
    99   !!---------------------------------------------------------------------- 
    10 #if  defined key_passivetrc  &&  defined key_dtatrc 
    11    !!---------------------------------------------------------------------- 
    12    !!   'key_passivetrc'  and  'key_dtatrc'          3D passive tracer data 
     10#if  defined key_top  &&  defined key_dtatrc 
     11   !!---------------------------------------------------------------------- 
     12   !!   'key_top'  and  'key_dtatrc'        TOP model + passive tracer data 
    1313   !!---------------------------------------------------------------------- 
    1414   !!   dta_trc      : read ocean passive tracer data 
     
    9494               IF(lwp) WRITE(numout,*) ' trc_dta : Levitus tracer data monthly fields' 
    9595               ! open file  
    96 # if defined key_trc_pisces 
     96# if defined key_pisces 
    9797               clname(jn) = 'LEVITUS_'//ctrcnm(jn) 
    9898# else 
     
    103103            ENDIF 
    104104 
    105 # if defined key_trc_pisces 
     105# if defined key_pisces 
    106106            ! Read montly file 
    107107            IF( ( kt == nittrc000 .AND. nlectr(jn) == 0)  .OR. imois /= ntrc1(jn) ) THEN 
Note: See TracChangeset for help on using the changeset viewer.