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/PISCES/trclsm_pisces.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/PISCES/trclsm_pisces.F90

    r768 r772  
    88   !!             2.0  !  2007-12  (C. Ethe, G. Madec) from trclsm.pisces.h90 
    99   !!---------------------------------------------------------------------- 
    10 #if defined key_trc_pisces 
    11    !!---------------------------------------------------------------------- 
    12    !!   'key_trc_pisces'   :                               PISCES bio-model 
     10#if defined key_pisces 
     11   !!---------------------------------------------------------------------- 
     12   !!   'key_pisces'   :                                   PISCES bio-model 
    1313   !!---------------------------------------------------------------------- 
    1414   !! trc_lsm_pisces       : PISCES model namelist read 
     
    4040      !! ** input   :   file 'namelist.trc.sms' containing the following 
    4141      !!             namelist: natext, natbio, natsms 
    42       !!                       natkriest ("key_trc_kriest") 
     42      !!                       natkriest ("key_kriest") 
    4343      !!---------------------------------------------------------------------- 
    4444      CHARACTER (len=32) ::   clname 
     
    5757         &             chlcnm,chlcdm, sedfeinput 
    5858      NAMELIST/natsms/bdustfer, briver, bndepo, bsedinput 
    59 #if defined key_trc_kriest 
     59#if defined key_kriest 
    6060      NAMELIST/natkriest/ xkr_eta  , xkr_zeta , xkr_sfact, xkr_mass_min, xkr_mass_max,   & 
    6161         &                xkr_dnano, xkr_ddiat, xkr_dmeso, xkr_daggr   , xkr_stick 
     
    170170      ENDIF 
    171171 
    172 #if defined key_trc_kriest 
     172#if defined key_kriest 
    173173 
    174174      !                               ! natkriest : kriest parameters 
Note: See TracChangeset for help on using the changeset viewer.