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 899 for trunk/NEMO/C1D_SRC/c1d.F90 – NEMO

Ignore:
Timestamp:
2008-04-22T18:15:19+02:00 (16 years ago)
Author:
rblod
Message:

First set of modifications related to 1D update : cometic changes, see ticket #117

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/C1D_SRC/c1d.F90

    r891 r899  
    44   !! Ocean state   :  1D initialization 
    55   !!===================================================================== 
    6 #if defined key_cfg_1d 
     6#if defined key_c1d 
    77   !!---------------------------------------------------------------------- 
    8    !!   'key_cfg_1d'               1D Configuration 
     8   !!   'key_cf1d'               1D Configuration 
    99   !!---------------------------------------------------------------------- 
    1010   !!   init_1d   : initial mask 
     
    1919 
    2020   !! * Share Module variables 
    21    LOGICAL, PUBLIC, PARAMETER ::  lk_cfg_1d = .TRUE.       !: 1D flag 
     21   LOGICAL, PUBLIC, PARAMETER ::  lk_c1d = .TRUE.       !: 1D flag 
    2222 
    2323   !! * Routine accessibility 
     
    6060   !!   Default key                                     NO 1D Config 
    6161   !!---------------------------------------------------------------------- 
    62    LOGICAL , PUBLIC, PARAMETER ::   lk_cfg_1d = .FALSE.    !: internal damping flag 
     62   LOGICAL , PUBLIC, PARAMETER ::   lk_c1d = .FALSE.    !: internal damping flag 
    6363CONTAINS 
    6464   SUBROUTINE init_1d       ! Empty routine 
Note: See TracChangeset for help on using the changeset viewer.