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 in branches/CNRS/dev_r4826_PISCES_QUOTA/NEMOGCM/CONFIG/ORCA2_OFF_PISCES_QUOTA/EXP00 – NEMO

source: branches/CNRS/dev_r4826_PISCES_QUOTA/NEMOGCM/CONFIG/ORCA2_OFF_PISCES_QUOTA/EXP00/namelist_top @ 5267

Last change on this file since 5267 was 5267, checked in by cetlod, 9 years ago

PISCES_QUOTA : create a new config, see ticket #1516

  • Property svn:executable set to *
File size: 13.2 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/TOP1 :   - tracer run information                (namtrc_run)
3!!               - tracer definition                     (namtrc    )
4!!               - tracer data initialisation            (namtrc_dta)
5!!               - tracer advection                      (namtrc_adv)
6!!               - tracer lateral diffusion              (namtrc_ldf)
7!!               - tracer vertical physics               (namtrc_zdf)
8!!               - tracer newtonian damping              (namtrc_dmp)
9!!               - dynamical tracer trends               (namtrc_trd)
10!!               - tracer output diagonstics             (namtrc_dia)
11!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
12!-----------------------------------------------------------------------
13&namtrc_run     !   run information
14!-----------------------------------------------------------------------
15   nn_dttrc      =  1        !  time step frequency for passive sn_tracers
16   nn_writetrc   =  5475     !  time step frequency for sn_tracer outputs
17   ln_top_euler  = .true.    !  use Euler time-stepping for TOP
18   ln_rsttr      = .true.    !  start from a restart file (T) or not (F)
19   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value
20                           !                  = 1 do not use the value in the restart file
21                           !                  = 2 calendar parameters read in the restart file
22   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input)
23   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output)
24/
25!-----------------------------------------------------------------------
26&namtrc     !   tracers definition
27!-----------------------------------------------------------------------
28   ln_trcdta     =   .true.  !  Initialisation from data input file (T) or not (F)
29   ln_trcdmp     =  .false.  !  add a damping termn (T) or not (F)
30   ln_trcdmp_clo =  .false.  !  damping term (T) or not (F) on closed seas
31   sn_tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'mol-C/L' ,  .true.     ,  .true.
32   sn_tracer(2)   = 'Alkalini' , 'Total Alkalinity Concentration         ',  'eq/L '   ,  .true.     ,  .true.
33   sn_tracer(3)   = 'O2      ' , 'Dissolved Oxygen Concentration         ',  'mol-C/L' ,  .true.     ,  .true.
34   sn_tracer(4)   = 'CaCO3   ' , 'Calcite Concentration                  ',  'mol-C/L' ,  .false.    ,  .true.
35   sn_tracer(5)   = 'PO4     ' , 'Phosphate Concentration                ',  'mol-C/L' ,  .true.     ,  .true.
36   sn_tracer(6)   = 'POC     ' , 'Small organic carbon Concentration     ',  'mol-C/L' ,  .false.    ,  .true.
37   sn_tracer(7)   = 'Si      ' , 'Silicate Concentration                 ',  'mol-C/L' ,  .true.     ,  .true.
38   sn_tracer(8)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'mol-C/L' ,  .false.    ,  .true.
39   sn_tracer(9)   = 'ZOO     ' , 'Microzooplankton Concentration         ',  'mol-C/L' ,  .false.    ,  .true.
40   sn_tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'mol-C/L' ,  .true.    ,  .true.
41   sn_tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'mol-C/L' ,  .false.    ,  .true.
42   sn_tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'mol-C/L' ,  .false.    ,  .true.
43   sn_tracer(13)  = 'DSi     ' , 'Diatoms Silicate Concentration         ',  'mol-C/L' ,  .false.    ,  .true.
44   sn_tracer(14)  = 'Fer     ' , 'Dissolved Iron Concentration           ',  'mol-C/L' ,  .true.     ,  .true.
45   sn_tracer(15)  = 'BFe     ' , 'Big iron particles Concentration       ',  'mol-C/L' ,  .false.    ,  .true.
46   sn_tracer(16)  = 'GOC     ' , 'Big organic carbon Concentration       ',  'mol-C/L' ,  .false.    ,  .true.
47   sn_tracer(17)  = 'SFe     ' , 'Small iron particles Concentration     ',  'mol-C/L' ,  .false.    ,  .true.
48   sn_tracer(18)  = 'DFe     ' , 'Diatoms iron  Concentration            ',  'mol-C/L' ,  .false.    ,  .true.
49   sn_tracer(19)  = 'GSi     ' , 'Sinking biogenic Silicate Concentration',  'mol-C/L' ,  .false.    ,  .true.
50   sn_tracer(20)  = 'NFe     ' , 'Nano iron Concentration                ',  'mol-C/L' ,  .false.    ,  .true.
51   sn_tracer(21)  = 'NCHL    ' , 'Nano chlorophyl Concentration          ',  'mol-C/L' ,  .false.    ,  .true.
52   sn_tracer(22)  = 'DCHL    ' , 'Diatoms chlorophyl Concentration       ',  'mol-C/L' ,  .false.    ,  .true.
53   sn_tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'mol-C/L' ,  .true.     ,  .true.
54   sn_tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'mol-C/L' ,  .false.    ,  .true.
55   sn_tracer(25)  = 'DON     ' , 'Dissolved Organic N Concentration      ',  'mol-C/L' ,  .true.    ,  .true.
56   sn_tracer(26)  = 'DOP     ' , 'Dissolved organic P Concentration      ',  'mol-C/L' ,  .true.    ,  .true.
57   sn_tracer(27)  = 'PON     ' , 'Small PON Concentration                ',  'mol-C/L' ,  .false.    ,  .true.
58   sn_tracer(28)  = 'POP     ' , 'Small POP Concentration                ',  'mol-C/L' ,  .false.    ,  .true.
59   sn_tracer(29)  = 'GON     ' , 'Big PON Concentration                  ',  'mol-C/L' ,  .false.    ,  .true.
60   sn_tracer(30)  = 'GOP     ' , 'Big POP Concentration                  ',  'mol-C/L' ,  .false.    ,  .true.
61   sn_tracer(31)  = 'PHYN    ' , 'PHYN Concentration                     ',  'mol-C/L' ,  .false.    ,  .true.
62   sn_tracer(32)  = 'PHYP    ' , 'PHYN Concentration                     ',  'mol-C/L' ,  .false.    ,  .true.
63   sn_tracer(33)  = 'DIAN    ' , 'PHYN Concentration                     ',  'mol-C/L' ,  .false.    ,  .true.
64   sn_tracer(34)  = 'DIAP    ' , 'PHYN Concentration                     ',  'mol-C/L' ,  .false.    ,  .true.
65   sn_tracer(35)  = 'PIC    ' , 'PICO Concentration                     ',  'mol-C/L' ,  .false.    ,  .true.
66   sn_tracer(36)  = 'PICN    ' , 'PICO N Concentration                  ',  'mol-C/L' ,  .false.    ,  .true.
67   sn_tracer(37)  = 'PICP    ' , 'PICO P Concentration                  ',  'mol-C/L' ,  .false.    ,  .true.
68   sn_tracer(38)  = 'PFe    ' , 'PICO Fe Concentration                  ',  'mol-C/L' ,  .false.    ,  .true.
69   sn_tracer(39)  = 'PCHL    ' , 'PICO Chl Concentration                ',  'mol-C/L' ,  .false.    ,  .true.
70
71/
72!-----------------------------------------------------------------------
73&namtrc_dta      !    Initialisation from data input file
74!-----------------------------------------------------------------------
75!
76   sn_trcdta(1)  = 'data_1m_DIC_nomask'        ,        -1        ,  'DIC'     ,    .false.   , .true. , 'yearly'  , ''       , ''  , ''
77   sn_trcdta(2)  = 'data_1m_Alkalini_nomask'   ,        -1        ,  'Alkalini',    .false.   , .true. , 'yearly'  , ''       , ''  , ''
78   sn_trcdta(3)  = 'data_1m_O2_nomask'      ,        -1         ,  'O2'      ,    .true.    , .true. , 'yearly'  , ''       , ''  , ''
79   sn_trcdta(5)  = 'data_1m_PO4_nomask'     ,        -1         ,  'PO4'     ,    .true.    , .true. , 'yearly'  , ''       , ''  , ''
80   sn_trcdta(7)  = 'data_1m_Si_nomask'      ,        -1         ,  'Si'      ,    .true.    , .true. , 'yearly'  , ''       , ''  , ''
81   sn_trcdta(10) = 'data_1m_DOC_nomask'      ,        -1         ,  'DOC'      ,    .true.    , .true. , 'yearly'  , ''       , ''  , ''
82   sn_trcdta(14) = 'data_1m_Fer_nomask'        ,        -1        ,  'Fer'     ,    .true.   , .true. , 'yearly'  , ''       , ''  , ''
83   sn_trcdta(23) = 'data_1m_NO3_nomask'     ,        -1         ,  'NO3'     ,    .true.    , .true. , 'yearly'  , ''       , ''  , ''
84   sn_trcdta(25) = 'data_1m_DOC_nomask'     ,        -1         ,  'DOC'     ,    .true.    , .true. , 'yearly'  , ''       , ''  , ''
85   sn_trcdta(26) = 'data_1m_DOC_nomask'     ,        -1         ,  'DOC'     ,    .true.    , .true. , 'yearly'  , ''       , ''  , ''
86   cn_dir        =  './'      !  root directory for the location of the data files
87   rn_trfac(1)   =   1.0e-06  !  multiplicative factor
88   rn_trfac(2)   =   1.0e-06  !  -      -      -     -
89   rn_trfac(3)   =  44.6e-06  !  -      -      -     -
90   rn_trfac(5)   = 122.0e-06  !  -      -      -     -
91   rn_trfac(7)   =   1.0e-06  !  -      -      -     -
92   rn_trfac(10)  =   1.0      !  -      -      -     -
93   rn_trfac(14)  =   1.0      !  -      -      -     -
94   rn_trfac(23)  =   7.6e-06  !  -      -      -     -
95   rn_trfac(25)  =   1.0      !  -      -      -     -
96   rn_trfac(26)  =   1.0      !  -      -      -     -
97/
98!-----------------------------------------------------------------------
99&namtrc_adv    !   advection scheme for passive tracer
100!-----------------------------------------------------------------------
101   ln_trcadv_cen2    =  .false.  !  2nd order centered scheme   
102   ln_trcadv_tvd     =  .false.  !  TVD scheme
103   ln_trcadv_muscl   =  .true.   !  MUSCL scheme
104   ln_trcadv_muscl2  =  .false.  !  MUSCL2 scheme + cen2 at boundaries
105   ln_trcadv_ubs     =  .false.  !  UBS scheme
106   ln_trcadv_qck     =  .false.  !  QUICKEST scheme
107   ln_trcadv_msc_ups =  .false.  !  use upstream scheme within muscl
108/
109!-----------------------------------------------------------------------
110&namtrc_ldf    !   lateral diffusion scheme for passive tracer
111!-----------------------------------------------------------------------
112   ln_trcldf_diff   =  .true.   !  performs lateral diffusion (T) or not (F)
113!                               !  Type of the operator :
114   ln_trcldf_lap    =  .true.   !     laplacian operator       
115   ln_trcldf_bilap  =  .false.  !     bilaplacian operator     
116                                !  Direction of action  :
117   ln_trcldf_level  =  .false.  !     iso-level               
118   ln_trcldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T)
119   ln_trcldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp")
120!                               !  Coefficient
121   rn_ahtrc_0       =  1000.    !  horizontal eddy diffusivity for tracers [m2/s]
122   rn_ahtrb_0       =     0.    !     background eddy diffusivity for ldf_iso [m2/s]
123/
124!-----------------------------------------------------------------------
125&namtrc_zdf        !   vertical physics
126!-----------------------------------------------------------------------
127   ln_trczdf_exp   =  .false.  !  split explicit (T) or implicit (F) time stepping
128   nn_trczdf_exp   =   3       !  number of sub-timestep for ln_trczdfexp=T
129/
130!-----------------------------------------------------------------------
131&namtrc_rad        !  treatment of negative concentrations
132!-----------------------------------------------------------------------
133   ln_trcrad   =  .true.  !  artificially correct negative concentrations (T) or not (F)
134/
135!-----------------------------------------------------------------------
136&namtrc_dmp    !   passive tracer newtonian damping   
137!-----------------------------------------------------------------------
138   nn_hdmp_tr  =   -1      !  horizontal shape =-1, damping in Med and Red Seas only
139                           !                   =XX, damping poleward of XX degrees (XX>0)
140                           !                      + F(distance-to-coast) + Red and Med Seas
141   nn_zdmp_tr  =    1      !  vertical   shape =0    damping throughout the water column
142                           !                   =1 no damping in the mixing layer (kz  criteria)
143                           !                   =2 no damping in the mixed  layer (rho crieria)
144   rn_surf_tr  =   50.     !  surface time scale of damping   [days]
145   rn_bot_tr   =  360.     !  bottom  time scale of damping   [days]
146   rn_dep_tr   =  800.     !  depth of transition between rn_surf and rn_bot [meters]
147   nn_file_tr  =    0      !  create a damping.coeff NetCDF file (=1) or not (=0)
148/
149!-----------------------------------------------------------------------
150&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc')
151!                          or mixed-layer trends          ('key_trdmld_trc')
152!----------------------------------------------------------------------
153   nn_trd_trc  =  5475      !  time step frequency and tracers trends
154   nn_ctls_trc =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk)
155   rn_ucf_trc  =   1        !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
156   ln_trdmld_trc_restart = .false.  !  restart for ML diagnostics
157   ln_trdmld_trc_instant = .true.  !  flag to diagnose trends of instantantaneous or mean ML T/S
158   ln_trdtrc(1)  =   .true.
159   ln_trdtrc(2)  =   .true.
160   ln_trdtrc(23) =   .true.
161/
162!-----------------------------------------------------------------------
163&namtrc_dia       !   parameters for passive tracer additional diagnostics
164!----------------------------------------------------------------------
165   ln_diatrc     =  .true.   !  save additional diag. (T) or not (F)
166   ln_diabio     =  .true.   !  output biological trends
167   nn_writedia   =  3650     !  time step frequency for diagnostics
168   nn_writebio   =    10     !: frequency of biological outputs
169/
170!----------------------------------------------------------------------
171! namtrc_bc       !   data for boundary conditions
172!-----------------------------------------------------------------------
173&namtrc_bc
174!
175   cn_dir        =  './'      !  root directory for the location of the data files
176/
Note: See TracBrowser for help on using the repository browser.