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

    r771 r772  
    66   !! History :   1.0  !  2007-02 (C. Ethe) adaptation from the ocean 
    77   !!---------------------------------------------------------------------- 
    8 #if defined key_passivetrc 
    9    !!---------------------------------------------------------------------- 
    10    !!   'key_passivetrc'                                    Passive tracers 
     8#if defined key_top 
     9   !!---------------------------------------------------------------------- 
     10   !!   'key_top'                                                TOP models 
    1111   !!---------------------------------------------------------------------- 
    1212   !!   trc_rst_opn    : open  restart file 
     
    8787      INTEGER  ::   iarak0 
    8888      REAL(wp) ::   zkt, zarak0 
    89 # if defined key_trc_pisces  
     89# if defined key_pisces  
    9090      REAL(wp) ::   ztrasum 
    9191      INTEGER  ::   ji, jj, jk 
     
    149149         CALL iom_get( numrtr, jpdom_local, 'TRB'//ctrcnm(jn), trb(:,:,:,jn) )  
    150150      END DO 
    151 # if defined key_trc_lobster1 
     151# if defined key_lobster 
    152152      CALL iom_get( numrtr, jpdom_local, 'SEDB'//ctrcnm(jpdet), sedpocb(:,:) )  
    153153      CALL iom_get( numrtr, jpdom_local, 'SEDN'//ctrcnm(jpdet), sedpocn(:,:) )  
    154 # elif defined key_trc_pisces 
     154# elif defined key_pisces 
    155155      CALL iom_get( numrtr, jpdom_local, 'Silicalim', xksi(:,:) )  
    156156      xksimax = xksi 
     
    162162# endif 
    163163 
    164 # if defined key_trc_pisces  
     164# if defined key_pisces  
    165165      !                                                         ! --------------------------- ! 
    166166      IF( cp_cfg == "orca" .AND. .NOT. lk_trccfg_1d ) THEN      ! ORCA condiguration (not 1D) ! 
     
    245245      ENDIF 
    246246 
    247 !#if defined key_trc_kriest 
     247!#if defined key_kriest 
    248248!      !! Initialize number of particles from a standart restart file 
    249249!      !! The name of big organic particles jpgoc has been only change 
     
    312312         END DO 
    313313 
    314 #if defined key_trc_lobster1 
     314#if defined key_lobster 
    315315         CALL iom_rstput( kt, nitrst, numrtw, 'SEDB'//ctrcnm(jpdet), sedpocb(:,:) ) 
    316316         CALL iom_rstput( kt, nitrst, numrtw, 'SEDN'//ctrcnm(jpdet), sedpocn(:,:) ) 
    317 #elif defined key_trc_pisces 
     317#elif defined key_pisces 
    318318         CALL iom_rstput( kt, nitrst, numrtw, 'Silicalim', xksi(:,:) ) 
    319319 
Note: See TracChangeset for help on using the changeset viewer.