source: CMIP6/ScenarioMIP/CM61-LR-scen-ssp245-r3/PARAM/namelist_top_ORCA2pdC_cfg @ 4773

Last change on this file since 4773 was 4773, checked in by tlurton, 4 years ago

Added experiment ssp245-r3.

File size: 7.0 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/TOP1 :  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_top_ref
3!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namtrc_run     !   run information
6!-----------------------------------------------------------------------
7   ln_rsttr      = _AUTO_
8   nn_rsttr      = _AUTO_
9   ln_top_euler  = .true.
10/
11!-----------------------------------------------------------------------
12&namtrc     !   tracers definition
13!-----------------------------------------------------------------------
14   ln_trcdta     =   .true.  !  Initialisation from data input file (T) or not (F)
15   ln_trcdmp_clo =  .true.   !  restoring on closed seas (T) or not (F)
16
17!                !    name   !           title of the field              ! initial data ! initial data ! save   !
18!                !           !                                           !  units       ! from file    ! or not !
19!                !           !                                           !              ! or not       !        !
20   sn_tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'mol-C/L' ,  .true.     ,  .true.
21   sn_tracer(2)   = 'Alkalini' , 'Total Alkalinity Concentration         ',  'eq/L '   ,  .true.     ,  .true.
22   sn_tracer(3)   = 'O2      ' , 'Dissolved Oxygen Concentration         ',  'mol-C/L' ,  .true.     ,  .true.
23   sn_tracer(4)   = 'CaCO3   ' , 'Calcite Concentration                  ',  'mol-C/L' ,  .false.    ,  .true.
24   sn_tracer(5)   = 'PO4     ' , 'Phosphate Concentration                ',  'mol-C/L' ,  .true.     ,  .true.
25   sn_tracer(6)   = 'POC     ' , 'Small organic carbon Concentration     ',  'mol-C/L' ,  .false.    ,  .true.
26   sn_tracer(7)   = 'Si      ' , 'Silicate Concentration                 ',  'mol-C/L' ,  .true.     ,  .true.
27   sn_tracer(8)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'mol-C/L' ,  .false.    ,  .true.
28   sn_tracer(9)   = 'ZOO     ' , 'Microzooplankton Concentration         ',  'mol-C/L' ,  .false.    ,  .true.
29   sn_tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'mol-C/L' ,  .true.     ,  .true.
30   sn_tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'mol-C/L' ,  .false.    ,  .true.
31   sn_tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'mol-C/L' ,  .false.    ,  .true.
32   sn_tracer(13)  = 'DSi     ' , 'Diatoms Silicate Concentration         ',  'mol-C/L' ,  .false.    ,  .true.
33   sn_tracer(14)  = 'Fer     ' , 'Dissolved Iron Concentration           ',  'mol-C/L' ,  .true.     ,  .true.
34   sn_tracer(15)  = 'BFe     ' , 'Big iron particles Concentration       ',  'mol-C/L' ,  .false.    ,  .true.
35   sn_tracer(16)  = 'GOC     ' , 'Big organic carbon Concentration       ',  'mol-C/L' ,  .false.    ,  .true.
36   sn_tracer(17)  = 'SFe     ' , 'Small iron particles Concentration     ',  'mol-C/L' ,  .false.    ,  .true.
37   sn_tracer(18)  = 'DFe     ' , 'Diatoms iron  Concentration            ',  'mol-C/L' ,  .false.    ,  .true.
38   sn_tracer(19)  = 'GSi     ' , 'Sinking biogenic Silicate Concentration',  'mol-C/L' ,  .false.    ,  .true.
39   sn_tracer(20)  = 'NFe     ' , 'Nano iron Concentration                ',  'mol-C/L' ,  .false.    ,  .true.
40   sn_tracer(21)  = 'NCHL    ' , 'Nano chlorophyl Concentration          ',  'mol-C/L' ,  .false.    ,  .true.
41   sn_tracer(22)  = 'DCHL    ' , 'Diatoms chlorophyl Concentration       ',  'mol-C/L' ,  .false.    ,  .true.
42   sn_tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'mol-C/L' ,  .true.     ,  .true.
43   sn_tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'mol-C/L' ,  .false.    ,  .true.
44/
45!-----------------------------------------------------------------------
46&namtrc_dta      !    Initialisation from data input file
47!-----------------------------------------------------------------------
48!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
49!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
50   sn_trcdta(1)  = 'data_DIC_nomask'        ,        -12        ,  'DIC'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , ''
51   sn_trcdta(2)  = 'data_Alkalini_nomask'   ,        -12        ,  'Alkalini',    .false.   , .true. , 'yearly'  , ''       , ''   , ''
52   sn_trcdta(3)  = 'data_O2_nomask'         ,        -1         ,  'O2'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , ''
53   sn_trcdta(5)  = 'data_PO4_nomask'        ,        -1         ,  'PO4'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , ''
54   sn_trcdta(7)  = 'data_Si_nomask'         ,        -1         ,  'Si'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , ''
55   sn_trcdta(10) = 'data_DOC_nomask'        ,        -12        ,  'DOC'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , ''
56   sn_trcdta(14) = 'data_Fer_nomask'        ,        -12        ,  'Fer'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , ''
57   sn_trcdta(23) = 'data_NO3_nomask'        ,        -1         ,  'NO3'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , ''
58   rn_trfac(1)   =   1.0e-06  !  multiplicative factor
59   rn_trfac(2)   =   1.0e-06  !  -      -      -     -
60   rn_trfac(3)   =  44.6e-06  !  -      -      -     -
61   rn_trfac(5)   = 122.0e-06  !  -      -      -     -
62   rn_trfac(7)   =   1.0e-06  !  -      -      -     -
63   rn_trfac(10)  =   1.0      !  -      -      -     -
64   rn_trfac(14)  =   1.0      !  -      -      -     -
65   rn_trfac(23)  =   7.6e-06  !  -      -      -     -
66/
67!-----------------------------------------------------------------------
68&namtrc_adv    !   advection scheme for passive tracer
69!-----------------------------------------------------------------------
70   ln_trcadv_tvd     =  .false.  !  TVD scheme
71   ln_trcadv_muscl   =  .true.   !  MUSCL scheme
72/
73!-----------------------------------------------------------------------
74&namtrc_ldf    !   lateral diffusion scheme for passive tracer
75!-----------------------------------------------------------------------
76/
77!-----------------------------------------------------------------------
78&namtrc_zdf        !   vertical physics
79!-----------------------------------------------------------------------
80/
81!-----------------------------------------------------------------------
82&namtrc_rad        !  treatment of negative concentrations
83!-----------------------------------------------------------------------
84/
85!-----------------------------------------------------------------------
86&namtrc_dia       !   parameters for passive tracer additional diagnostics
87!----------------------------------------------------------------------
88/
89!----------------------------------------------------------------------
90&namtrc_bc        !   data for boundary conditions
91!-----------------------------------------------------------------------
92/
Note: See TracBrowser for help on using the repository browser.