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 439 for trunk/NEMO/TOP_SRC/trc.F90 – NEMO

Ignore:
Timestamp:
2006-04-11T15:52:28+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_045 : CT : modifications to be able to run 1D on-line & off-line passive tracers configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/trc.F90

    r433 r439  
    198198#endif 
    199199 
     200  !!  1D configuration 
     201  !! -------------------------------------------------- 
     202#if defined key_cfg_1d 
     203      LOGICAL, PARAMETER ::   lk_trccfg_1d   = .TRUE.   !: 1D pass. tracer configuration flag 
     204#else    
     205      LOGICAL, PARAMETER ::   lk_trccfg_1d   = .FALSE.  !: 1D pass. tracer configuration flag 
     206#endif 
     207 
     208 
    200209#else 
    201210   !!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.