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/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED – NEMO

source: branches/2017/dev_r8183_ICEMODEL/NEMOGCM/CONFIG/SHARED/namelist_trc_ref @ 8516

Last change on this file since 8516 was 7646, checked in by timgraham, 7 years ago

Merge of dev_merge_2016 into trunk. UPDATE TO ARCHFILES NEEDED for XIOS2.
LIM_SRC_s/limrhg.F90 to follow in next commit due to change of kind (I'm unable to do it in this commit).
Merged using the following steps:

1) svn merge --reintegrate svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk .
2) Resolve minor conflicts in sette.sh and namelist_cfg for ORCA2LIM3 (due to a change in trunk after branch was created)
3) svn commit
4) svn switch svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
5) svn merge svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2016/dev_merge_2016 .
6) At this stage I checked out a clean copy of the branch to compare against what is about to be committed to the trunk.
6) svn commit #Commit code to the trunk

In this commit I have also reverted a change to Fcheck_archfile.sh which was causing problems on the Paris machine.

  • Property svn:executable set to *
File size: 2.3 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   ! Formatted file of annual hemisperic CFCs concentration in the atmosphere (ppt)
13   clname     = 'CFCs_in_air_CMIP6.dat'
14/
15!
16!-----------------------------------------------------------------------
17&namc14_typ     !  C14 - type of C14 tracer, default values of C14/C and pco2
18!-----------------------------------------------------------------------
19   kc14typ  = 0          ! Type of C14 tracer (0=equilibrium; 1=bomb transient; 2=past transient)
20   rc14at   = 1.0        ! Default value for atmospheric C14/C (used for equil run)
21   pco2at   = 280.0      ! Default value for atmospheric pcO2 [atm] (used for equil run)
22   rc14init = 0.85       ! Default value for initialization of ocean C14/C (when no restart)
23/
24!
25!-----------------------------------------------------------------------
26&namc14_sbc     !  C14 - surface BC
27!-----------------------------------------------------------------------
28   ln_chemh = .true.     ! Chemical enhancement in piston vel.: yes/no
29   xkwind   = 0.360      ! Coefficient for gas exchange velocity
30   xdicsur  = 2.0        ! Reference DIC surface concentration (mol/m3)
31/
32!
33!-----------------------------------------------------------------------
34&namc14_fcg     !  files & dates
35!               !  For Paleo-historical: specify tyrc14_beg in yr BP
36!               !  For Bomb: tyrc14_beg=0
37!-----------------------------------------------------------------------
38   cfileco2    = 'splco2.dat'  !  atmospheric co2 - Bomb
39   cfilec14    = 'atmc14.dat'  !  atmospheric c14 - Bomb
40   tyrc14_beg  = 0.00          !  starting year of experiment - Bomb
41!   cfileco2    = 'ByrdEdcCO2.txt' !  atmospheric co2 - Paleo
42!   cfilec14    = 'intcal13.14c'   !  atmospheric c14 - Paleo
43!   tyrc14_beg  =  35000.00        !  starting year of experiment - Paleo (yr BP)
44/
45!
Note: See TracBrowser for help on using the repository browser.