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 768 for branches/dev_001_GM/NEMO/TOP_SRC/trc.F90 – NEMO

Ignore:
Timestamp:
2007-12-16T15:46:18+01:00 (16 years ago)
Author:
gm
Message:

dev_001_GM - create 1 trclsm_ module by trc model (CFC, LOBSTER, PISCES..) + some bug corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_GM/NEMO/TOP_SRC/trc.F90

    r763 r768  
    1010   !!---------------------------------------------------------------------- 
    1111   !! NEMO/TOP 1.0 , LOCEAN-IPSL (2005)  
    12    !! $Id:$  
     12   !! $Id$  
    1313   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    1414   !!---------------------------------------------------------------------- 
     
    139139# endif 
    140140 
    141   !!  1D configuration 
    142   !! -------------------------------------------------- 
    143 # if defined key_cfg_1d 
    144       LOGICAL, PARAMETER ::   lk_trccfg_1d   = .TRUE.   !: 1D pass. tracer configuration flag 
    145 # else    
    146       LOGICAL, PARAMETER ::   lk_trccfg_1d   = .FALSE.  !: 1D pass. tracer configuration flag 
    147 # endif 
    148  
    149141#else 
    150142   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.