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_trc_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_trc_ref

    r7041 r7103  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    22!! Inert tracers reference namelist  
    3 !!       1  - AGE                (namage) 
    43!!       1  - CFC                (namcfc) 
    54!!       2  - C14               (namc14_typ, namc14_sbc, namc14_fcg) 
    65!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    7 !''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    8 &namage         !   AGE - dates 
    9 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
    10    rn_age_depth      = 10            ! depth over which age tracer reset to zero 
    11    rn_age_kill_rate  = -0.000138888  !  = -1/7200 recip of relaxation timescale (s) for  age tracer shallower than age_depth 
    12 / 
    13 !''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     6!----------------------------------------------------------------------- 
    147&namcfc     !   CFC  
    15 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
     8!----------------------------------------------------------------------- 
    169   ndate_beg  = 300101    !  datedeb1 
    1710   nyear_res  = 1932      !  iannee1 
    1811/ 
    1912! 
    20 !''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     13!----------------------------------------------------------------------- 
    2114&namc14_typ     !  C14 - type of C14 tracer, default values of C14/C and pco2 
    22 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
     15!----------------------------------------------------------------------- 
    2316   kc14typ  = 0          ! Type of C14 tracer (0=equilibrium; 1=bomb transient; 2=past transient) 
    2417   rc14at   = 1.0        ! Default value for atmospheric C14/C (used for equil run) 
     
    2720/ 
    2821! 
    29 !''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     22!----------------------------------------------------------------------- 
    3023&namc14_sbc     !  C14 - surface BC 
    31 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
     24!----------------------------------------------------------------------- 
    3225   ln_chemh = .true.     ! Chemical enhancement in piston vel.: yes/no 
    3326   xkwind   = 0.360      ! Coefficient for gas exchange velocity 
     
    3528/ 
    3629! 
    37 !''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
     30!----------------------------------------------------------------------- 
    3831&namc14_fcg     !  files & dates 
    3932!               !  For Paleo-historical: specify tyrc14_beg in yr BP 
    4033!               !  For Bomb: tyrc14_beg=0 
    41 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
     34!----------------------------------------------------------------------- 
    4235   cfileco2    = 'splco2.dat'  !  atmospheric co2 - Bomb 
    4336   cfilec14    = 'atmc14.dat'  !  atmospheric c14 - Bomb 
Note: See TracChangeset for help on using the changeset viewer.