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 7068 for branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_top_cfg – NEMO

Ignore:
Timestamp:
2016-10-21T17:38:13+02:00 (8 years ago)
Author:
cetlod
Message:

ROBUST5_CNRS : implementation of part I of new TOP interface - 1st step -, see ticket #1782

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_top_cfg

    r7050 r7068  
    55&namtrc_run     !   run information 
    66!----------------------------------------------------------------------- 
    7    jptra         =  24        ! Total number of tracers 
    87   ln_top_euler  = .true. 
    98/ 
     
    1110&namtrc     !   tracers definition 
    1211!----------------------------------------------------------------------- 
     12   jptra        =  24 
     13! 
     14   ln_pisces     =  .true. 
    1315   ln_age        =  .false. 
    1416   ln_cfc11      =  .false. 
    1517   ln_cfc12      =  .false. 
    1618   ln_c14        =  .false. 
     19   ln_my_trc     =  .false. 
     20! 
    1721   ln_trcdta     =  .true.  !  Initialisation from data input file (T) or not (F) 
    1822!                 !           !                                          !             ! 
     
    8589/ 
    8690!----------------------------------------------------------------------- 
    87 &namtrc_dia       !   parameters for passive tracer additional diagnostics 
     91&namtrc_dmp      !   passive tracer newtonian damping 
     92!----------------------------------------------------------------------- 
     93/ 
     94!----------------------------------------------------------------------- 
     95&namtrc_ice      !    Representation of sea ice growth & melt effects 
     96!----------------------------------------------------------------------- 
     97/ 
     98!----------------------------------------------------------------------- 
     99&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc') 
     100!                          or mixed-layer trends                        ('key_trdmld_trc') 
    88101!---------------------------------------------------------------------- 
    89102/ 
    90103!---------------------------------------------------------------------- 
    91 &namtrc_bc        !   data for boundary conditions 
     104&namtrc_bc       !   data for boundary conditions 
    92105!----------------------------------------------------------------------- 
    93106/ 
     107!---------------------------------------------------------------------- 
     108&namtrc_bdy      !   Setup of tracer boundary conditions 
     109!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.