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

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/SHARED/namelist_trc_ref @ 9572

Last change on this file since 9572 was 9572, checked in by nicolasmartin, 6 years ago

Global renaming for reference configurations and test cases (./CONFIG): 2 steps for removing symbolic links

  • Folders
    • ORCA2_LIM3_PISCES -> ORCA2_SI3_PISCES
    • ORCA2_SAS_LIM3 -> ORCA2_SAS_SI3
  • CPP keys: key_lim3 -> key_si3
  • Namelists and XML
    • namelist_ice_lim3_ref -> namelist_ice_si3_ref
    • file_def_nemo-opa.xml -> file_def_nemo-oce.xml, file_def_nemo-lim.xml -> file_def_nemo-ice.xml
    • field_def_nemo-opa.xml -> field_def_nemo-oce.xml, field_def_nemo-lim.xml -> field_def_nemo-ice.xml
    • namp.zlim -> namp.zice
  • Cleaning of configurations list in cfg.txt
  • Property svn:mime-type set to text/x-fortran
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_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.