source: CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/PARAM/namelist_ORCA025_cfg @ 4795

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

CM6.2 : update MR025 configuration according to latest results within QUEST project

File size: 28.2 KB
Line 
1
2!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
3!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
4!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
5!
6!-----------------------------------------------------------------------
7&namrun        !   parameters of the run
8!-----------------------------------------------------------------------
9   cn_exp      = _AUTOBLOCKER_    !  Experience name
10   nn_it000    = _AUTOBLOCKER_    !  First time step
11   nn_itend    = _AUTOBLOCKER_    !  Last  time step
12   nn_date0    = _AUTOBLOCKER_    !  Date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
13   nn_leapy    = _AUTOBLOCKER_    !  Leap year calendar (1) or not (0)
14   ln_rstart   = _AUTOBLOCKER_    !  start from rest (F) or from a restart file (T)
15   ln_rstart_ts = _AUTOBLOCKER_   !  start from rest for current only (F) or from a restart file (T)
16   nn_rstctl   = _AUTOBLOCKER_    !  Restart control => activated only if ln_rstart = T
17                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist
18                           !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart
19                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart
20   cn_ocerst_in  = "restartopa"   !  Suffix of ocean restart name (input)
21   cn_ocerst_indir = "."       !  directory from which to read input ocean restarts
22   cn_ocerst_out = "restart"      !  Suffix of ocean restart name (output)
23   cn_ocerst_outdir = "."      !  directory in which to write output ocean restarts
24   nn_istate   =       0   !  Output the initial state (1) or not (0)
25   nn_stock    =  _AUTOBLOCKER_   !  Frequency of creation of a restart file (modulo referenced to 1)
26   nn_write    =    5475   !  Requency of write in the output file   (modulo referenced to nn_it000)
27   ln_mskland  = .true.    !  Masks land points in NetCDF outputs
28   ln_mskutil  = .true.    !  Outputs without halos
29   ln_cfmeta   = .true.    !  output additional data to netCDF files required for compliance with the CF metadata standard
30/
31!-----------------------------------------------------------------------
32&namcfg        !   parameters of the configuration
33!-----------------------------------------------------------------------
34   cp_cfg      =  "orca"               !  name of the configuration
35   jp_cfg      =     025               !  resolution of the configuration
36   jpidta      =    1442               !  1st lateral dimension ( >= jpi )
37   jpjdta      =    1207               !  2nd    "         "    ( >= jpj )
38   jpkdta      =      75               !  number of levels      ( >= jpk )
39   jpiglo      =    1442               !  1st dimension of global domain --> i =jpidta
40   jpjglo      =    1207               !  2nd    -                  -    --> j  =jpjdta
41   jperio      =       6               !  lateral cond. type (between 0 and 6)
42/
43!-----------------------------------------------------------------------
44&namzgr        !   vertical coordinate
45!-----------------------------------------------------------------------
46/
47!-----------------------------------------------------------------------
48&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
49!-----------------------------------------------------------------------
50/
51!-----------------------------------------------------------------------
52&namdom        !   space and time domain (bathymetry, mesh, timestep)
53!-----------------------------------------------------------------------
54   nn_closea    =   1      !  remove (=0) or keep (=1) closed seas and lakes (ORCA)
55   ln_clodyn    =  _AUTOBLOCKER_      ! 
56   !
57   jphgr_msh   =       0               !  type of horizontal mesh
58   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
59   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
60   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
61   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
62   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
63   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
64   ppsur       =   -3958.951371276829  !  ORCA r4, r2 and r05 coefficients
65   ppa0        =     103.9530096000000 ! (default coefficients)
66   ppa1        =       2.415951269000000   !
67   ppkth       =      15.35101370000000    !
68   ppacr       =       7.0             !
69   ppdzmin     =  999999.0             !  Minimum vertical spacing
70   pphmax      =  999999.0             !  Maximum depth
71   ppa2        =     100.7609285000000 !  Double tanh function parameters
72   ppkth2      =      48.02989372000000    !
73   ppacr2      =      13.00000000000   !
74   rn_rdt      =  600.     !  time step for the dynamics (and tracer if nn_acc=0)
75   rn_hmin     =   10.     !  min depth of the ocean (>0) or min number of ocean level (<0)
76   rn_e3zps_min=   25.     !  partial step thickness is set larger than the minimum of
77   rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1
78   nn_msh = _AUTO_   !  AUTO - Create (=1) a mesh file or not (=0)
79/
80!-----------------------------------------------------------------------
81&namsplit       
82!-----------------------------------------------------------------------
83   ln_bt_fw      =    .FALSE.          !  leap-frog integration of barotropic equations
84   ln_bt_av      =    .TRUE.           !  Time filtering of barotropic variables
85   ln_bt_nn_auto =    .TRUE.           !  Set nn_baro automatically to be just below
86                                       !  a user defined maximum courant number (rn_bt_cmax)
87   nn_baro       =    80               !  Number of iterations of barotropic mode
88                                       !  during rn_rdt seconds. Only used if ln_bt_nn_auto=F
89   rn_bt_cmax    =    0.8              !  Maximum courant number allowed if ln_bt_nn_auto=T
90   nn_bt_flt     =    1                !  Time filter choice
91                                       !  = 0 None
92                                       !  = 1 Boxcar over   nn_baro barotropic steps
93                                       !  = 2 Boxcar over 2*nn_baro     "       
94/
95!-----------------------------------------------------------------------
96&namcrs        !   Grid coarsening for dynamics output and/or
97               !   passive tracer coarsened online simulations
98!-----------------------------------------------------------------------
99/
100!-----------------------------------------------------------------------
101&namtsd    !   data : Temperature  & Salinity
102!-----------------------------------------------------------------------
103   ln_tsd_tradmp = .false.  !  damping of ocean T & S toward T &S input data (T) or not (F)
104   sn_tem = 'conservative_temperature_WOA13_decav_Reg1L75_clim' , -1,  'votemper',  .false.       , .true., 'yearly'   , 'weights_3D_WOA13d1_2_eorca025_bilinear.nc', ' ' ,''  !
105   sn_sal = 'absolute_salinity_WOA13_decav_Reg1L75_clim'        , -1,  'vosaline',  .false.       , .true., 'yearly'   , 'weights_3D_WOA13d1_2_eorca025_bilinear.nc', ' ' ,''  !
106/
107!-----------------------------------------------------------------------
108&namsbc        !   Surface Boundary Condition (surface module)
109!-----------------------------------------------------------------------
110   nn_fsbc     =  2        !  frequency of surface boundary condition computation
111                           !     (also = the frequency of sea-ice model call)
112   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)
113   ln_cpl      = .true.    !  atmosphere coupled   formulation          ( requires key_oasis3 )
114   nn_limflx =   2         !  LIM3 Multi-category heat flux formulation (use -1 if LIM3 is not used)
115                           !  =-1  Use per-category fluxes, bypass redistributor, forced mode only, not yet implemented coupled
116                           !  = 0  Average per-category fluxes (forced and coupled mode)
117                           !  = 1  Average and redistribute per-category fluxes, forced mode only, not yet implemented coupled
118                           !  = 2  Redistribute a single flux over categories (coupled mode only)
119   nn_ice_embd = 1         !  AUTO -
120                           !  =0 levitating ice (no mass exchange, concentration/dilution effect)
121                           !  =1 levitating ice with mass and salt exchange but no presure effect
122                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure)
123   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
124   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
125   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
126   nn_isf      = 3         !  ice shelf melting/freezing                (/=0 => fill namsbc_isf)
127                           !  3 = rnf file for isf
128!-----------------------------------------------------------------------
129&namsbc_core   !   namsbc_core  CORE bulk formulae
130!-----------------------------------------------------------------------
131/
132!-----------------------------------------------------------------------
133&namtra_qsr    !   penetrative solar radiation
134!-----------------------------------------------------------------------
135   sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_eorca025_bilinear.nc' , '' , ''
136   ln_traqsr   = .true.    !  Light penetration (T) or not (F)
137   ln_qsr_rgb  = .true.    !  RGB (Red-Green-Blue) light penetration
138   ln_qsr_2bd  = .false.   !  2 bands              light penetration
139/
140!-----------------------------------------------------------------------
141&namsbc_rnf    !   runoffs namelist surface boundary condition
142!-----------------------------------------------------------------------
143!              !  file name           ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
144!              !                      !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
145   sn_rnf      = 'eORCA_R025_runoff_v1.2',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''  , ''
146   sn_i_rnf    = 'eORCA_R025_runoff_v1.2',        -1         , 'Icb_flux',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
147   sn_cnf      = 'eORCA_R025_runoff_v1.2',         0         , 'socoefr' ,   .false.    , .true. , 'yearly'  , ''       , ''  , ''
148   sn_s_rnf    = 'eORCA_R025_runoff_v1.2',        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''  , ''
149   sn_t_rnf    = 'eORCA_R025_runoff_v1.2',        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''  , ''
150   sn_dep_rnf  = 'eORCA_R025_runoff_v1.2',         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''  , ''
151!
152   ln_rnf_icb   = .false.    !  read in iceberg flux
153   ln_rnf_mouth = .false.    !  specific treatment at rivers mouths
154   ln_rnf_depth = .false.     !  read in depth information for runoff
155   ln_rnf_tem   = .false.    !  read in temperature information for runoff
156   ln_rnf_sal   = .false.    !  read in salinity information for runoff
157   ln_rnf_depth_ini = .true. !  compute depth at initialisation from runoff file
158   rn_rnf_max   = 0.027394   !  max value of the runoff climatology over global domain ( if ln_rnf_depth_ini = .true )
159   rn_dep_max = 150.         !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true )
160   nn_rnf_depth_file = _AUTO_  ! create (=1) a runoff depth file or not (=0)
161/
162!-----------------------------------------------------------------------
163&namsbc_isf    !  Top boundary layer (ISF)
164!-----------------------------------------------------------------------
165!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation !
166!              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  !
167!              !
168   sn_rnfisf     = 'eORCA_R025_runoff_v1.2' ,   -12      ,'sornfisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   ''
169   sn_depmax_isf = 'eORCA_R025_runoff_v1.2' ,   -12      ,'sodepmax_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   ''
170   sn_depmin_isf = 'eORCA_R025_runoff_v1.2' ,   -12      ,'sodepmin_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   ''
171/
172!-----------------------------------------------------------------------
173&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
174!-----------------------------------------------------------------------
175/
176!-----------------------------------------------------------------------
177&namsbc_ssr    !   surface boundary condition : sea surface restoring
178!-----------------------------------------------------------------------
179!              !   file name  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation !
180!              !              !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  !
181/
182!-----------------------------------------------------------------------
183&namsbc_alb    !   albedo parameters
184!-----------------------------------------------------------------------
185   nn_ice_alb   =    1   !  parameterization of ice/snow albedo
186                         !     0: Shine & Henderson-Sellers (JGR 1985), giving clear-sky albedo
187                         !     1: "home made" based on Brandt et al. (JClim 2005) and Grenfell & Perovich (JGR 2004),
188                         !        giving cloud-sky albedo
189   rn_alb_sdry  =  0.87  !  dry snow albedo         : 0.80 (nn_ice_alb = 0); 0.85 (nn_ice_alb = 1); obs 0.85-0.87 (cloud-sky)
190   rn_alb_smlt  =  0.82  !  melting snow albedo     : 0.65 ( '' )          ; 0.75 ( '' )          ; obs 0.72-0.82 ( '' )
191   rn_alb_idry  =  0.65  !  dry ice albedo          : 0.72 ( '' )          ; 0.60 ( '' )          ; obs 0.54-0.65 ( '' )
192   rn_alb_imlt  =  0.58  !  bare puddled ice albedo : 0.53 ( '' )          ; 0.50 ( '' )          ; obs 0.49-0.58 ( '' )
193/
194!-----------------------------------------------------------------------
195&namsbc_cpl    !   coupling parameters
196!-----------------------------------------------------------------------
197!                    !     description       !  multiple  !    vector   !      vector          ! vector !
198!                    !                       ! categories !  reference  !    orientation       ! grids  !
199! send
200sn_snd_temp   =       'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   ''
201sn_snd_alb    =       'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   ''
202sn_snd_thick  =       'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
203sn_snd_crt    =       'mixed oce-ice'        ,    'no'    , 'cartesian' , 'eastward-northward' ,  'T'
204sn_snd_co2    =       'none'              ,    'no'    ,     ''      ,         ''           ,   ''
205! receive
206sn_rcv_w10m   =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
207sn_rcv_taumod =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
208sn_rcv_tau    =       'mixed oce-ice'        ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V'
209sn_rcv_dqnsdt =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
210sn_rcv_qsr    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   ''
211sn_rcv_qns    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   ''
212sn_rcv_emp    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   ''
213sn_rcv_rnf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
214sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
215sn_rcv_co2    =       'none'              ,    'no'    ,     ''      ,         ''          ,   ''
216sn_rcv_icb    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
217sn_rcv_isf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
218
219/
220!-----------------------------------------------------------------------
221&namberg       !   iceberg parameters
222!-----------------------------------------------------------------------
223/
224!-----------------------------------------------------------------------
225&namlbc        !   lateral momentum boundary condition
226!-----------------------------------------------------------------------
227   rn_shlat    =    0.0    !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
228   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical eqs.
229   ln_shlat2d  = .true.    !  use 2D file for shlat
230!              !  file name    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
231!              !               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
232   sn_shlat2d  =  'shlat2d.nc' ,  -12             , 'shlat2d' ,  .false.    , .true.  ,  'yearly' , ''       , ''
233/
234!-----------------------------------------------------------------------
235&namcla        !   cross land advection
236!-----------------------------------------------------------------------
237   nn_cla      =    0      !  advection between 2 ocean pts separates by land
238/
239!-----------------------------------------------------------------------
240&nambfr        !   bottom friction
241!-----------------------------------------------------------------------
242   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
243                           !                              = 2 : nonlinear friction
244   ln_bfr2d    = .true.    !  horizontal variation of the bottom friction coef (read a 2D mask file )
245   rn_bfrien   =    10.    !  local multiplying factor of bfr (ln_bfr2d=T)
246   ln_bfrimp   = .false.   !  implicit bottom friction (requires ln_zdfexp = .false. if true)
247/
248!-----------------------------------------------------------------------
249&nambbc        !   bottom temperature boundary condition
250!-----------------------------------------------------------------------
251   sn_qgh      ='Goutorbe_ghflux.nc',  -12.  , 'gh_flux'    ,   .false.     , .true. , 'yearly'  , 'weights_Goutorbe1_2_eorca025_bilinear.nc'       , ''       , ''
252   !
253   cn_dir      = './'      !  root directory for the location of the runoff files
254   nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux
255/
256!-----------------------------------------------------------------------
257&nambbl        !   bottom boundary layer scheme
258!-----------------------------------------------------------------------
259   nn_bbl_ldf  =  1      !  diffusive bbl (=1)   or not (=0)
260   nn_bbl_adv  =  1      !  advective bbl (=1/2) or not (=0)
261   rn_ahtbbl   =  1000.  !  lateral mixing coefficient in the bbl  [m2/s]
262   rn_gambbl   =  10.    !  advective bbl coefficient                 [s]
263/
264!-----------------------------------------------------------------------
265&nameos        !   ocean physical parameters
266!-----------------------------------------------------------------------
267/
268!-----------------------------------------------------------------------
269&namtra_adv    !   advection scheme for tracer
270!-----------------------------------------------------------------------
271   ln_traadv_tvd    =  .true.   !  TVD scheme
272/
273!-----------------------------------------------------------------------
274&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
275!-----------------------------------------------------------------------
276   ln_mle    = .true.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation
277   rn_ce     = 0.3        ! magnitude of the MLE (typical value: 0.06 to 0.08)
278/
279!----------------------------------------------------------------------------------
280&namtra_ldf    !   lateral diffusion scheme for tracers
281!----------------------------------------------------------------------------------
282   !                       !  Coefficients
283   rn_aeiv_0        =  1000.     !  eddy induced velocity coefficient [m2/s]
284   rn_aht_0         =  300.     !  horizontal eddy diffusivity for tracers [m2/s]
285   rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s]
286/
287!-----------------------------------------------------------------------
288&namtra_dmp    !   tracer: T & S newtonian damping
289!-----------------------------------------------------------------------
290   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
291/
292!-----------------------------------------------------------------------
293&namdyn_adv    !   formulation of the momentum advection
294!-----------------------------------------------------------------------
295   ln_dynadv_vec = .false.  !  vector form (T) or flux form (F)
296   nn_dynkeg     = 1       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
297   ln_dynadv_ubs = .true. !  flux form - 3rd order UBS      scheme
298/
299!-----------------------------------------------------------------------
300&nam_vvl    !   vertical coordinate options
301!-----------------------------------------------------------------------
302/
303!-----------------------------------------------------------------------
304&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
305!-----------------------------------------------------------------------
306   ln_dynvor_ene = .true. !  enstrophy conserving scheme
307   ln_dynvor_een = .false. !  enstrophy conserving scheme
308/
309!-----------------------------------------------------------------------
310&namdyn_hpg    !   Hydrostatic pressure gradient option
311!-----------------------------------------------------------------------
312   ln_hpg_zps  = .false.    !  s-coordinate (standard jacobian formulation)
313   ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation)
314                           !           centered      time scheme  (F)
315/
316!-----------------------------------------------------------------------
317&namdyn_ldf    !   lateral diffusion on momentum
318!-----------------------------------------------------------------------
319   !                       !  Type of the operator :
320   ln_dynldf_lap    =  .false.  !  laplacian operator
321   ln_dynldf_bilap  =  .true.   !  bilaplacian operator
322   !                       !  Direction of action  :
323   ln_dynldf_hor    =  .true.   !  horizontal (geopotential)            (require "key_ldfslp" in s-coord.)
324   !                       !  Coefficient
325   rn_ahm_0_blp     =    -6.4e11  !  horizontal bilaplacian eddy viscosity [m4/s]
326   rn_cmsh          =     0.    !  1 or 0 , if 0 -use only shear for Smagorinsky viscosity
327   rn_ahm_m_blp     =    -1.e12 !  upper limit for bilap  abs(ahm) < min( dx^4/128rdt, rn_ahm_m_blp)
328/
329!-----------------------------------------------------------------------
330&namzdf        !   vertical physics
331!-----------------------------------------------------------------------
332   rn_avm0     =   1.e-4   !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst")
333   rn_avt0     =   1.e-5   !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst")
334   nn_havtb    =    1      !  horizontal shape for avtb (=1) or not (=0)
335   ln_zdfevd   = .true.    !  enhanced vertical diffusion (evd) (T) or not (F)
336   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
337   rn_avevd    =   10.     !  evd mixing coefficient [m2/s]
338/
339!-----------------------------------------------------------------------
340&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
341!-----------------------------------------------------------------------
342  nn_etau     = 0         !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
343                          !    = 0 no penetration
344                          !    = 1 add a tke source below the ML
345                          !    = 2 add a tke source just at the base of the ML
346                          !    = 3 as = 1 applied on HF part of the stress    ("key_oasis3")
347  nn_mxl0     = 2         ! type of scaling under sea-ice
348                          !    = 0 no scaling under sea-ice
349                          !    = 1 scaling with constant sea-ice thickness
350                          !    = 2  scaling with mean sea-ice thickness
351                          !    = 3  scaling with maximum sea-ice thickness
352  rn_hice    = 10.        ! max constant ice thickness value when scaling under sea-ice ( nn_mxl0=1)
353  ln_lc      = .true.     !  Langmuir cell parameterisation (Axell 2002)
354  rn_lc      =  0.20      !  coef. associated to Langmuir cells
355/
356!-----------------------------------------------------------------------
357&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
358!-----------------------------------------------------------------------
359/
360!-----------------------------------------------------------------------
361&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
362!-----------------------------------------------------------------------
363/
364!-----------------------------------------------------------------------
365&namzdf_tmx_new    !   new tidal mixing parameterization                ("key_zdftmx_new")
366!-----------------------------------------------------------------------
367   nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2)
368   ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency
369   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F)
370/
371!-----------------------------------------------------------------------
372&namsol        !   elliptic solver / island / free surface
373!-----------------------------------------------------------------------
374/
375!-----------------------------------------------------------------------
376&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
377!-----------------------------------------------------------------------
378   ln_nnogather=  .true.   !
379    jpni        =   86      !  jpni   number of processors following i (set automatically if < 1)
380    jpnj        =   58      !  jpnj   number of processors following j (set automatically if < 1)
381    jpnij       =  3064     !  jpnij  number of local domains (set automatically if < 1)
382/
383!-----------------------------------------------------------------------
384&namctl        !   Control prints & Benchmark
385!-----------------------------------------------------------------------
386/
387!-----------------------------------------------------------------------
388&namptr       !   Poleward Transport Diagnostic
389!-----------------------------------------------------------------------
390   ln_diaptr  = .true.      !  Poleward heat and salt transport (T) or not (F)
391   ln_subbas  = .true.      !  Atlantic/Pacific/Indian basins computation (T) or not
392                            !  (orca configuration only, need input basins mask file named "subbasins.nc"
393/
394!-----------------------------------------------------------------------
395&namhsb       !  Heat and salt budgets
396!-----------------------------------------------------------------------
397   ln_diahsb  = .false. 
398/
399!-----------------------------------------------------------------------
400&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
401!-----------------------------------------------------------------------
402/
403!-----------------------------------------------------------------------
404&nam_vvl    !   vertical coordinate options
405!-----------------------------------------------------------------------
406/
407!-----------------------------------------------------------------------
408&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
409!-----------------------------------------------------------------------
410/
411!-----------------------------------------------------------------------
412&namtrd        !   diagnostics on dynamics and/or tracer trends
413!              !       and/or mixed-layer trends and/or barotropic vorticity
414!-----------------------------------------------------------------------
415/
416!-----------------------------------------------------------------------
417&namsto       ! Stochastic parametrization of EOS
418!-----------------------------------------------------------------------
419/
Note: See TracBrowser for help on using the repository browser.