source: CONFIG/UNIFORM/v6/IPSLCM6.5/GENERAL/PARAM/namelist_top_ORCA1_cfg @ 5066

Last change on this file since 5066 was 5066, checked in by cetlod, 4 years ago

First step towards IPSLCM6.5 with the use of NEMOv4 model

File size: 8.6 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_top_euler  = .true.    !  use Euler time-stepping for TOP
8   ln_rsttr      = _AUTO_   !  AUTO - start from a restart file (T) or not (F)
9   nn_rsttr      = _AUTO_   !  AUTO - restart control = 0 initial time step is not compared to the restart file value
10                             !                  = 1 do not use the value in the restart file
11                             !                  = 2 calendar parameters read in the restart file
12   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input)
13   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output)
14/
15!-----------------------------------------------------------------------
16&namtrc          !   tracers definition
17!-----------------------------------------------------------------------
18   jp_bgc        =  24
19!
20   ln_pisces     =  .true.
21   ln_my_trc     =  .false.
22   ln_age        =  _AUTO_
23   ln_cfc11      =  _AUTO_
24   ln_cfc12      =  _AUTO_
25   ln_c14        =  .false.
26
27   ln_trcdta     =  .true.  !  Initialisation from data input file (T) or not (F)
28   ln_trcdmp_clo =  .true.  !  damping term (T) or not (F) on closed seas
29!                 !           !                                          !             !
30!                 !    name   !           title of the field             !   units     ! initial data from file or not !
31!                 !           !                                          !             !
32   sn_tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'mol-C/L' ,  .true.
33   sn_tracer(2)   = 'Alkalini' , 'Total Alkalinity Concentration         ',  'eq/L '   ,  .true.
34   sn_tracer(3)   = 'O2      ' , 'Dissolved Oxygen Concentration         ',  'mol-C/L' ,  .true.
35   sn_tracer(4)   = 'CaCO3   ' , 'Calcite Concentration                  ',  'mol-C/L' ,  .false.
36   sn_tracer(5)   = 'PO4     ' , 'Phosphate Concentration                ',  'mol-C/L' ,  .true.
37   sn_tracer(6)   = 'POC     ' , 'Small organic carbon Concentration     ',  'mol-C/L' ,  .false.
38   sn_tracer(7)   = 'Si      ' , 'Silicate Concentration                 ',  'mol-C/L' ,  .true.
39   sn_tracer(8)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'mol-C/L' ,  .false.
40   sn_tracer(9)   = 'ZOO     ' , 'Microzooplankton Concentration         ',  'mol-C/L' ,  .false.
41   sn_tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'mol-C/L' ,  .true.
42   sn_tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'mol-C/L' ,  .false.
43   sn_tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'mol-C/L' ,  .false.
44   sn_tracer(13)  = 'DSi     ' , 'Diatoms Silicate Concentration         ',  'mol-C/L' ,  .false.
45   sn_tracer(14)  = 'Fer     ' , 'Dissolved Iron Concentration           ',  'mol-C/L' ,  .true.
46   sn_tracer(15)  = 'BFe     ' , 'Big iron particles Concentration       ',  'mol-C/L' ,  .false.
47   sn_tracer(16)  = 'GOC     ' , 'Big organic carbon Concentration       ',  'mol-C/L' ,  .false.
48   sn_tracer(17)  = 'SFe     ' , 'Small iron particles Concentration     ',  'mol-C/L' ,  .false.
49   sn_tracer(18)  = 'DFe     ' , 'Diatoms iron  Concentration            ',  'mol-C/L' ,  .false.
50   sn_tracer(19)  = 'GSi     ' , 'Sinking biogenic Silicate Concentration',  'mol-C/L' ,  .false.
51   sn_tracer(20)  = 'NFe     ' , 'Nano iron Concentration                ',  'mol-C/L' ,  .false.
52   sn_tracer(21)  = 'NCHL    ' , 'Nano chlorophyl Concentration          ',  'mol-C/L' ,  .false.
53   sn_tracer(22)  = 'DCHL    ' , 'Diatoms chlorophyl Concentration       ',  'mol-C/L' ,  .false.
54   sn_tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'mol-C/L' ,  .true.
55   sn_tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'mol-C/L' ,  .false.
56/
57!-----------------------------------------------------------------------
58&namage          !   AGE
59!-----------------------------------------------------------------------
60/
61!-----------------------------------------------------------------------
62&namtrc_dta      !    Initialisation from data input file
63!-----------------------------------------------------------------------
64!                !  file name          ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
65!                !                     !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
66   sn_trcdta(1)  = 'data_DIC_nomask.nc',        -12        ,  'PiDIC'   ,    .false.   , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
67   sn_trcdta(2)  = 'data_ALK_nomask.nc',        -12        ,  'TALK'    ,    .false.   , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
68   sn_trcdta(3)  = 'data_OXY_nomask.nc',        -12        ,  'O2'      ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
69   sn_trcdta(5)  = 'data_PO4_nomask.nc',        -12        ,  'PO4'     ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
70   sn_trcdta(7)  = 'data_SIL_nomask.nc',        -12        ,  'Si'      ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
71   sn_trcdta(10) = 'data_DOC_nomask.nc',        -1         ,  'DOC'     ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
72   sn_trcdta(14) = 'data_FER_nomask.nc',        -12        ,  'Fer'     ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
73   sn_trcdta(23) = 'data_NO3_nomask.nc',        -12        ,  'NO3'     ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
74   rn_trfac(1)   =   1.028e-06  !  multiplicative factor
75   rn_trfac(2)   =   1.028e-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(10)  =   1.0e-06  !  -      -      -     -
80   rn_trfac(14)  =   1.0e-06  !  -      -      -     -
81   rn_trfac(23)  =   7.6e-06  !  -      -      -     -
82/
83!-----------------------------------------------------------------------
84&namtrc_adv      !   advection scheme for passive tracer                (default: NO selection)
85!-----------------------------------------------------------------------
86   ln_trcadv_mus =  .true.  !  MUSCL scheme
87      ln_mus_ups =  .false.         !  use upstream scheme near river mouths
88/
89!-----------------------------------------------------------------------
90&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection)
91!-----------------------------------------------------------------------
92   ln_trcldf_tra   = .true.      !  use active tracer setting
93   rn_fact_lap     =     15.    !     enhanced zonal eddy diffusivity
94/
95!-----------------------------------------------------------------------
96&namtrc_rad      !  treatment of negative concentrations
97!-----------------------------------------------------------------------
98/
99!-----------------------------------------------------------------------
100&namtrc_snk      !  sedimentation of particles
101!-----------------------------------------------------------------------
102/
103!-----------------------------------------------------------------------
104&namtrc_dmp      !   passive tracer newtonian damping   
105!-----------------------------------------------------------------------
106/
107!-----------------------------------------------------------------------
108&namtrc_ice      !    Representation of sea ice growth & melt effects
109!-----------------------------------------------------------------------
110/
111!-----------------------------------------------------------------------
112&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
113!----------------------------------------------------------------------
114/
115!----------------------------------------------------------------------
116&namtrc_bc       !   data for boundary conditions
117!-----------------------------------------------------------------------
118/
119!----------------------------------------------------------------------
120&namtrc_bdy      !   Setup of tracer boundary conditions
121!-----------------------------------------------------------------------
122/
Note: See TracBrowser for help on using the repository browser.