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 7103 for branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/SHARED/namelist_top_ref – NEMO

Ignore:
Timestamp:
2016-10-26T12:52:54+02:00 (8 years ago)
Author:
cetlod
Message:

new top interface : move namelist age from namelist_top to namelist_trc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/SHARED/namelist_top_ref

    r7097 r7103  
    2929! 
    3030   ln_pisces     =  .false.     !  Run PISCES BGC model  
     31   ln_my_trc     =  .false.     !  Run MY_TRC BGC model 
    3132   ln_age        =  .false.     !  Run the sea water age tracer 
    3233   ln_cfc11      =  .false.     !  Run the CFC11 passive tracer 
    3334   ln_cfc12      =  .false.     !  Run the CFC12 passive tracer 
    3435   ln_c14        =  .false.     !  Run the Radiocarbon passive tracer 
    35    ln_my_trc     =  .false.     !  Run MY_TRC BGC model 
    3636! 
    3737   ln_trcdta     =  .false.  !  Initialisation from data input file (T) or not (F) 
     
    4141!                !    name   !           title of the field            !   units    ! initial data from file or not !  
    4242!  sn_tracer(1)  = 'tracer  ' , 'Tracer  Concentration                 ',   ' - '    ,           .false. 
     43/ 
     44!----------------------------------------------------------------------- 
     45&namage         !   AGE  
     46!----------------------------------------------------------------------- 
     47   rn_age_depth      = 10            ! depth over which age tracer reset to zero 
     48   rn_age_kill_rate  = -0.000138888  !  = -1/7200 recip of relaxation timescale (s) for  age tracer shallower than age_depth 
    4349/ 
    4450!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.