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_top_cfg in NEMO/branches/CNRS/dev_r6526_PISCES_ISO/NEMOGCM/CONFIG/ORCA2_OFF_PISCES_ISO/EXP00 – NEMO

source: NEMO/branches/CNRS/dev_r6526_PISCES_ISO/NEMOGCM/CONFIG/ORCA2_OFF_PISCES_ISO/EXP00/namelist_top_cfg @ 9693

Last change on this file since 9693 was 6534, checked in by cetlod, 8 years ago

1st implementation of PISCES + isotopes

File size: 8.7 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/TOP1 : ORCA2_OFF_PISCES configuration namelist used to overwrite SHARED/namelist_top
3!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namtrc_run     !   run information
6!-----------------------------------------------------------------------
7   nn_writetrc   =  1460     !  time step frequency for sn_tracer outputs
8/
9!-----------------------------------------------------------------------
10&namtrc     !   tracers definition
11!-----------------------------------------------------------------------
12!
13!              !    name   !           title of the field              !   units    ! initial data ! save   !
14!              !           !                                           !            ! from file    ! or not !
15!              !           !                                           !            ! or not       !        !
16   sn_tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'mol-C/L' ,  .true.     ,  .true.
17   sn_tracer(2)   = 'Alkalini' , 'Total Alkalinity Concentration         ',  'eq/L '   ,  .true.     ,  .true.
18   sn_tracer(3)   = 'O2      ' , 'Dissolved Oxygen Concentration         ',  'mol-C/L' ,  .true.     ,  .true.
19   sn_tracer(4)   = 'CaCO3   ' , 'Calcite Concentration                  ',  'mol-C/L' ,  .false.    ,  .true.
20   sn_tracer(5)   = 'PO4     ' , 'Phosphate Concentration                ',  'mol-C/L' ,  .true.     ,  .true.
21   sn_tracer(6)   = 'POC     ' , 'Small organic carbon Concentration     ',  'mol-C/L' ,  .false.    ,  .true.
22   sn_tracer(7)   = 'Si      ' , 'Silicate Concentration                 ',  'mol-C/L' ,  .true.     ,  .true.
23   sn_tracer(8)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'mol-C/L' ,  .false.    ,  .true.
24   sn_tracer(9)   = 'ZOO     ' , 'Microzooplankton Concentration         ',  'mol-C/L' ,  .false.    ,  .true.
25   sn_tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'mol-C/L' ,  .false.    ,  .true.
26   sn_tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'mol-C/L' ,  .false.    ,  .true.
27   sn_tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'mol-C/L' ,  .false.    ,  .true.
28   sn_tracer(13)  = 'DSi     ' , 'Diatoms Silicate Concentration         ',  'mol-C/L' ,  .false.    ,  .true.
29   sn_tracer(14)  = 'Fer     ' , 'Dissolved Iron Concentration           ',  'mol-C/L' ,  .true.     ,  .true.
30   sn_tracer(15)  = 'BFe     ' , 'Big iron particles Concentration       ',  'mol-C/L' ,  .false.    ,  .true.
31   sn_tracer(16)  = 'GOC     ' , 'Big organic carbon Concentration       ',  'mol-C/L' ,  .false.    ,  .true.
32   sn_tracer(17)  = 'SFe     ' , 'Small iron particles Concentration     ',  'mol-C/L' ,  .false.    ,  .true.
33   sn_tracer(18)  = 'DFe     ' , 'Diatoms iron  Concentration            ',  'mol-C/L' ,  .false.    ,  .true.
34   sn_tracer(19)  = 'GSi     ' , 'Sinking biogenic Silicate Concentration',  'mol-C/L' ,  .false.    ,  .true.
35   sn_tracer(20)  = 'NFe     ' , 'Nano iron Concentration                ',  'mol-C/L' ,  .false.    ,  .true.
36   sn_tracer(21)  = 'NCHL    ' , 'Nano chlorophyl Concentration          ',  'mol-C/L' ,  .false.    ,  .true.
37   sn_tracer(22)  = 'DCHL    ' , 'Diatoms chlorophyl Concentration       ',  'mol-C/L' ,  .false.    ,  .true.
38   sn_tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'mol-C/L' ,  .true.     ,  .true.
39   sn_tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'mol-C/L' ,  .false.    ,  .true.
40   sn_tracer(25)  = 'POC_15  ' , 'N15 Small organic carbon Concentration ',  'mol-C/L' ,  .false.    ,  .true.
41   sn_tracer(26)  = 'PHY_15  ' , 'N15 Nanophytoplankton Concentration    ',  'mol-C/L' ,  .false.    ,  .true.
42   sn_tracer(27)  = 'ZOO_15  ' , 'N15 Microzooplankton Concentration     ',  'mol-C/L' ,  .false.    ,  .true.
43   sn_tracer(28)  = 'DOC_15  ' , 'N15 Dissolved organic Concentration    ',  'mol-C/L' ,  .false.    ,  .true.
44   sn_tracer(29)  = 'PHY2_15 ' , 'N15 Diatoms Concentration              ',  'mol-C/L' ,  .false.    ,  .true.
45   sn_tracer(30)  = 'ZOO2_15 ' , 'N15 Mesozooplankton Concentration      ',  'mol-C/L' ,  .false.    ,  .true.
46   sn_tracer(31)  = 'GOC_15  ' , 'N15 Big organic carbon Concentration   ',  'mol-C/L' ,  .false.    ,  .true.
47   sn_tracer(32)  = 'NO3_15  ' , 'N15 Nitrates Concentration             ',  'mol-C/L' ,  .false.    ,  .true.
48   sn_tracer(33)  = 'NH4_15  ' , 'N15 Ammonium Concentration             ',  'mol-C/L' ,  .false.    ,  .true.
49   sn_tracer(34)  = 'DIC_13  ' , 'C13 Dissolved inorganic carbon Conc    ',  'mol-C/L' ,  .false.    ,  .true.
50   sn_tracer(35)  = 'CaCO3_13' , 'C13 Calcite Concentration              ',  'mol-C/L' ,  .false.    ,  .true.
51   sn_tracer(36)  = 'POC_13  ' , 'C13 Small organic carbon Concentration ',  'mol-C/L' ,  .false.    ,  .true.
52   sn_tracer(37)  = 'PHY_13  ' , 'C13 Nanophytoplankton Concentration    ',  'mol-C/L' ,  .false.    ,  .true.
53   sn_tracer(38)  = 'ZOO_13  ' , 'C13 Microzooplankton Concentration     ',  'mol-C/L' ,  .false.    ,  .true.
54   sn_tracer(39)  = 'DOC_13  ' , 'C13 Dissolved organic Concentration    ',  'mol-C/L' ,  .false.    ,  .true.
55   sn_tracer(40)  = 'PHY2_13 ' , 'C13 Diatoms Concentration              ',  'mol-C/L' ,  .false.    ,  .true.
56   sn_tracer(41)  = 'ZOO2_13 ' , 'C13 Mesozooplankton Concentration      ',  'mol-C/L' ,  .false.    ,  .true.
57   sn_tracer(42)  = 'GOC_13  ' , 'C13 Big organic carbon Concentration   ',  'mol-C/L' ,  .false.    ,  .true.
58/
59!-----------------------------------------------------------------------
60&namtrc_dta      !    Initialisation from data input file
61!-----------------------------------------------------------------------
62!
63!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
64!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
65   sn_trcdta(1)  = 'data_DIC_nomask'        ,        -12        ,  'DIC'     ,    .false.   , .true. , 'yearly'  , ''       , ''  , ''
66   sn_trcdta(2)  = 'data_Alkalini_nomask'   ,        -12        ,  'Alkalini',    .false.   , .true. , 'yearly'  , ''       , ''  , ''
67   sn_trcdta(3)  = 'data_O2_nomask'      ,        -1         ,  'O2'      ,    .true.    , .true. , 'yearly'  , ''       , ''  , ''
68   sn_trcdta(5)  = 'data_PO4_nomask'     ,        -1         ,  'PO4'     ,    .true.    , .true. , 'yearly'  , ''       , ''  , ''
69   sn_trcdta(7)  = 'data_Si_nomask'      ,        -1         ,  'Si'      ,    .true.    , .true. , 'yearly'  , ''       , ''  , ''
70   sn_trcdta(14) = 'data_Fer_nomask'        ,        -12        ,  'Fer'     ,    .false.   , .true. , 'yearly'  , ''       , ''  , ''
71   sn_trcdta(23) = 'data_NO3_nomask'     ,        -1         ,  'NO3'     ,    .true.    , .true. , 'yearly'  , ''       , ''  , ''
72!
73   cn_dir        =  './'      !  root directory for the location of the data files
74   rn_trfac(1)   =   1.0e-06  !  multiplicative factor
75   rn_trfac(2)   =   1.0e-06  !  -      -      -     -
76   rn_trfac(3)   =  44.6e-06  !  -      -      -     -
77   rn_trfac(5)   = 122.0e-06  !  -      -      -     -
78   rn_trfac(7)   =   1.0e-06  !  -      -      -     -
79   rn_trfac(14)  =   1.0      !  -      -      -     -
80   rn_trfac(23)  =   7.6e-06  !  -      -      -     -
81/
82!-----------------------------------------------------------------------
83&namtrc_adv    !   advection scheme for passive tracer
84!-----------------------------------------------------------------------
85   ln_trcadv_tvd     =  .false.  !  TVD scheme
86   ln_trcadv_muscl   =  .true.   !  MUSCL scheme
87/
88!-----------------------------------------------------------------------
89&namtrc_ldf    !   lateral diffusion scheme for passive tracer
90!-----------------------------------------------------------------------
91/
92!-----------------------------------------------------------------------
93&namtrc_zdf        !   vertical physics
94!-----------------------------------------------------------------------
95/
96!-----------------------------------------------------------------------
97&namtrc_rad        !  treatment of negative concentrations
98!-----------------------------------------------------------------------
99/
100!-----------------------------------------------------------------------
101&namtrc_dia       !   parameters for passive tracer additional diagnostics
102!----------------------------------------------------------------------
103   nn_writedia   =  1460     !  time step frequency for diagnostics
104/
105!----------------------------------------------------------------------
106&namtrc_bc        !   data for boundary conditions
107!-----------------------------------------------------------------------
108/
Note: See TracBrowser for help on using the repository browser.