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.
namelist_trc_ref in branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/SHARED – NEMO

source: branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/SHARED/namelist_trc_ref @ 7103

Last change on this file since 7103 was 7103, checked in by cetlod, 7 years ago

new top interface : move namelist age from namelist_top to namelist_trc

  • Property svn:executable set to *
File size: 2.2 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! Inert tracers reference namelist
3!!       1  - CFC                (namcfc)
4!!       2  - C14               (namc14_typ, namc14_sbc, namc14_fcg)
5!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
6!-----------------------------------------------------------------------
7&namcfc     !   CFC
8!-----------------------------------------------------------------------
9   ndate_beg  = 300101    !  datedeb1
10   nyear_res  = 1932      !  iannee1
11/
12!
13!-----------------------------------------------------------------------
14&namc14_typ     !  C14 - type of C14 tracer, default values of C14/C and pco2
15!-----------------------------------------------------------------------
16   kc14typ  = 0          ! Type of C14 tracer (0=equilibrium; 1=bomb transient; 2=past transient)
17   rc14at   = 1.0        ! Default value for atmospheric C14/C (used for equil run)
18   pco2at   = 280.0      ! Default value for atmospheric pcO2 [atm] (used for equil run)
19   rc14init = 0.85       ! Default value for initialization of ocean C14/C (when no restart)
20/
21!
22!-----------------------------------------------------------------------
23&namc14_sbc     !  C14 - surface BC
24!-----------------------------------------------------------------------
25   ln_chemh = .true.     ! Chemical enhancement in piston vel.: yes/no
26   xkwind   = 0.360      ! Coefficient for gas exchange velocity
27   xdicsur  = 2.0        ! Reference DIC surface concentration (mol/m3)
28/
29!
30!-----------------------------------------------------------------------
31&namc14_fcg     !  files & dates
32!               !  For Paleo-historical: specify tyrc14_beg in yr BP
33!               !  For Bomb: tyrc14_beg=0
34!-----------------------------------------------------------------------
35   cfileco2    = 'splco2.dat'  !  atmospheric co2 - Bomb
36   cfilec14    = 'atmc14.dat'  !  atmospheric c14 - Bomb
37   tyrc14_beg  = 0.00          !  starting year of experiment - Bomb
38!   cfileco2    = 'ByrdEdcCO2.txt' !  atmospheric co2 - Paleo
39!   cfilec14    = 'intcal13.14c'   !  atmospheric c14 - Paleo
40!   tyrc14_beg  =  35000.00        !  starting year of experiment - Paleo (yr BP)
41/
42!
Note: See TracBrowser for help on using the repository browser.