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_cfg in branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/ISOMIP/EXP00 – NEMO

source: branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/CONFIG/ISOMIP/EXP00/namelist_cfg @ 8870

Last change on this file since 8870 was 5282, checked in by diovino, 9 years ago

Dev. branch CMCC4_simplification ticket #1456

File size: 40.1 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  :  1 - run manager      (namrun, namcfg)
3!! namelists    2 - Domain           (namzgr, namzgr_sco, namdom, namtsd)
4!!              3 - Surface boundary (namsbc, namsbc_ana, namsbc_flx, namsbc_clio, namsbc_core, namsbc_sas
5!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf,
6!!                                    namsbc_apr, namsbc_ssr, namsbc_alb)
7!!              4 - lateral boundary (namlbc, namobc, namagrif, nambdy, nambdy_tide)
8!!              5 - bottom  boundary (nambfr, nambbc, nambbl)
9!!              6 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_dmp)
10!!              7 - dynamics         (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf)
11!!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_kpp, namzdf_ddm, namzdf_tmx)
12!!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namptr, namhsb)
13!!             10 - miscellaneous    (namsol, nammpp, namctl)
14!!             11 - Obs & Assim      (namobs, nam_asminc)
15!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
16
17!!======================================================================
18!!                   ***  Run management namelists  ***
19!!======================================================================
20!!   namrun        parameters of the run
21!!======================================================================
22!
23!-----------------------------------------------------------------------
24&namrun        !   parameters of the run
25!-----------------------------------------------------------------------
26   nn_no       =  1        !  job number (no more used...)
27   cn_exp      =  "ISOMIP" !  experience name
28   nn_it000    =  1        !  first time step
29   nn_itend    =  490560   !  last  time step (std 5475)
30   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
31   nn_leapy    =       0   !  Leap year calendar (1) or not (0)
32   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T)
33   nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=.true.
34   nn_rstctl   =       0   !  restart control => activated only if ln_rstart = T
35                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist
36                           !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart
37                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart
38   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input)
39   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output)
40   nn_istate   =       0   !  output the initial state (1) or not (0)
41   nn_stock    =  999999   !  frequency of creation of a restart file (modulo referenced to 1)
42   nn_write    =  999999   !  frequency of write in the output file   (modulo referenced to nn_it000)
43   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%)
44   ln_clobber  = .false.   !  clobber (overwrite) an existing file
45   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines)
46/
47!
48!-----------------------------------------------------------------------
49&namcfg     !   default parameters of the configuration     
50!-----------------------------------------------------------------------
51   cp_cfg      =  "isomip"            !  name of the configuration
52   cp_cfz      =         ''            !  name of the zoom of configuration
53   jp_cfg      =     0.3               !  resolution of the configuration
54   jpidta      =      51               !  1st lateral dimension ( >= jpi )
55   jpjdta      =     101               !  2nd    "         "    ( >= jpj )
56   jpkdta      =      31               !  number of levels      ( >= jpk )
57   jpiglo      =      51               !  1st dimension of global domain --> i =jpidta
58   jpjglo      =     101               !  2nd    -                  -    --> j  =jpjdta
59   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
60   jpjzoom     =       1               !  in data domain indices
61   jperio      =       0               !  lateral cond. type (between 0 and 6)
62                                       !  = 0 closed                 ;   = 1 cyclic East-West
63                                       !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot
64                                       !  = 4 cyclic East-West AND North fold T-point pivot
65                                       !  = 5 North fold F-point pivot
66                                       !  = 6 cyclic East-West AND North fold F-point pivot
67/
68!!======================================================================
69!!                      ***  Domain namelists  ***
70!!======================================================================
71!!   namzgr       vertical coordinate
72!!   namzgr_sco   s-coordinate or hybrid z-s-coordinate
73!!   namdom       space and time domain (bathymetry, mesh, timestep)
74!!   namtsd       data: temperature & salinity
75!!======================================================================
76!
77!-----------------------------------------------------------------------
78&namzgr        !   vertical coordinate
79!-----------------------------------------------------------------------
80   ln_zco      = .false.   !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined)
81   ln_zps      = .true.    !  z-coordinate - partial steps   (T/F)
82   ln_sco      = .false.   !  s- or hybrid z-s-coordinate    (T/F)
83   ln_isfcav   = .true.    !  ice shelf cavity
84/
85!-----------------------------------------------------------------------
86&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
87!-----------------------------------------------------------------------
88 
89!-----------------------------------------------------------------------
90&namdom        !   space and time domain (bathymetry, mesh, timestep)
91!-----------------------------------------------------------------------
92   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file
93   rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1
94   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA)
95   nn_msh      =    3      !  create (=1) a mesh file or not (=0)
96   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0)
97   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of
98   rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1
99                           !
100   rn_rdt      = 1800.     !  time step for the dynamics
101   rn_atfp     =    0.1    !  asselin time filter parameter
102   ln_crs      = .false.      !  Logical switch for coarsening module
103   jphgr_msh   =       1               !  type of horizontal mesh
104                                       !  = 0 curvilinear coordinate on the sphere read in coordinate.nc
105                                       !  = 1 geographical mesh on the sphere with regular grid-spacing
106                                       !  = 2 f-plane with regular grid-spacing
107                                       !  = 3 beta-plane with regular grid-spacing
108                                       !  = 4 Mercator grid with T/U point at the equator
109   ppglam0     =       0.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
110   ppgphi0     =     -80.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
111   ppe1_deg    =       0.3             !  zonal      grid-spacing (degrees)
112   ppe2_deg    =       0.1             !  meridional grid-spacing (degrees)
113   ppe1_m      =   999999.0            !  zonal      grid-spacing (degrees)
114   ppe2_m      =   999999.0            !  meridional grid-spacing (degrees)
115   ppsur       =   999999.0            !  ORCA r4, r2 and r05 coefficients
116   ppa0        =   999999.0            ! (default coefficients)
117   ppa1        =   999999.0            !
118   ppkth       =        0.0            !
119   ppacr       =        7.0            !
120   ppdzmin     =       30.             !  Minimum vertical spacing
121   pphmax      =      900.             !  Maximum depth
122   ldbletanh   =    .FALSE.            !  Use/do not use double tanf function for vertical coordinates
123   ppa2        =    999999.0           !  Double tanh function parameters
124   ppkth2      =    999999.0           !
125   ppacr2      =    999999.0           !
126/
127!-----------------------------------------------------------------------
128&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
129!-----------------------------------------------------------------------
130/
131!-----------------------------------------------------------------------
132&namcrs        !   Grid coarsening for dynamics output and/or
133               !   passive tracer coarsened online simulations
134!-----------------------------------------------------------------------
135/
136!-----------------------------------------------------------------------
137&namtsd    !   data : Temperature  & Salinity
138!-----------------------------------------------------------------------
139!-----------------------------------------------------------------------
140!          !  file name                            ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
141!          !                                       !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
142   sn_tem  = 'data_1m_potential_temperature_nomask',         -1        ,'votemper' ,    .true.    , .true. , 'yearly'   , ''       ,   ''    ,    ''
143   sn_sal  = 'data_1m_salinity_nomask'             ,         -1        ,'vosaline' ,    .true.    , .true. , 'yearly'   , ''       ,   ''    ,    ''
144   !
145   cn_dir        = './'     !  root directory for the location of the runoff files
146   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
147   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
148/
149!!======================================================================
150!!            ***  Surface Boundary Condition namelists  ***
151!!======================================================================
152!!   namsbc          surface boundary condition
153!!   namsbc_ana      analytical         formulation
154!!   namsbc_flx      flux               formulation
155!!   namsbc_clio     CLIO bulk formulae formulation
156!!   namsbc_core     CORE bulk formulae formulation
157!!   namsbc_mfs      MFS  bulk formulae formulation
158!!   namsbc_cpl      CouPLed            formulation                     ("key_coupled")
159!!   namsbc_sas      StAndalone Surface module
160!!   namtra_qsr      penetrative solar radiation
161!!   namsbc_rnf      river runoffs
162!!   namsbc_isf      ice shelf melting/freezing
163!!   namsbc_apr      Atmospheric Pressure
164!!   namsbc_ssr      sea surface restoring term (for T and/or S)
165!!   namsbc_alb      albedo parameters
166!!======================================================================
167!
168!-----------------------------------------------------------------------
169&namsbc        !   Surface Boundary Condition (surface module)
170!-----------------------------------------------------------------------
171   nn_fsbc     = 6         !  frequency of surface boundary condition computation
172                           !     (also = the frequency of sea-ice model call)
173   ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana )
174   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)
175   nn_ice      = 0         !  =0 no ice boundary condition   ,
176                           !  =1 use observed ice-cover      ,
177                           !  =2 ice-model used               
178   nn_ice_embd = 0         !  =0 levitating ice (no mass exchange, concentration/dilution effect)
179                           !  =1 levitating ice with mass and salt exchange but no presure effect
180                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure)
181   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
182   nn_isf      = 1         !  ice shelf melting/freezing                (/=0 => fill namsbc_isf)
183                           !  0 = no isf               / 1 = presence of ISF
184                           !  2 = bg03 parametrisation / 3 = rnf file for isf
185                           !  4 = ISF are prescribed
186                           !  options 1 and 4 need ln_isfcav = .true. (domzgr)
187   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
188   nn_fwb      = 1         !  FreshWater Budget: =0 unchecked
189                           !     =1 global mean of e-p-r set to zero at each time step
190                           !     =2 annual global mean of e-p-r set to zero
191/
192!-----------------------------------------------------------------------
193&namsbc_ana    !   analytical surface boundary condition
194!-----------------------------------------------------------------------
195   nn_tau000   =   0       !  gently increase the stress over the first ntau_rst time-steps
196   rn_utau0    =   0.e0    !  uniform value for the i-stress
197   rn_vtau0    =   0.e0    !  uniform value for the j-stress
198   rn_qns0     =   0.e0    !  uniform value for the total heat flux
199   rn_qsr0     =   0.e0    !  uniform value for the solar radiation
200   rn_emp0     =   0.e0    !  uniform value for the freswater budget (E-P)
201/
202!-----------------------------------------------------------------------
203&namsbc_flx    !   surface boundary condition : flux formulation
204!-----------------------------------------------------------------------
205/
206!-----------------------------------------------------------------------
207&namsbc_clio   !   namsbc_clio  CLIO bulk formulae
208!-----------------------------------------------------------------------
209/
210!-----------------------------------------------------------------------
211&namsbc_core   !   namsbc_core  CORE bulk formulae
212!-----------------------------------------------------------------------
213/
214!-----------------------------------------------------------------------
215&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae
216!-----------------------------------------------------------------------
217/
218!-----------------------------------------------------------------------
219&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled")
220!-----------------------------------------------------------------------
221/
222!-----------------------------------------------------------------------
223&namsbc_sas    !   analytical surface boundary condition
224!-----------------------------------------------------------------------
225/
226!-----------------------------------------------------------------------
227&namtra_qsr    !   penetrative solar radiation
228!-----------------------------------------------------------------------
229   ln_traqsr   = .false.    !  Light penetration (T) or not (F)
230/
231!-----------------------------------------------------------------------
232&namsbc_rnf    !   runoffs namelist surface boundary condition
233!-----------------------------------------------------------------------
234/
235!-----------------------------------------------------------------------
236&namsbc_isf    !  Top boundary layer (ISF)
237!-----------------------------------------------------------------------
238!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation !
239!              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  !
240! nn_isf == 4
241   sn_qisf      = 'rnfisf' ,         -12      ,'sohflisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   ''
242   sn_fwfisf    = 'rnfisf' ,         -12      ,'sowflisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   ''
243! nn_isf == 3
244   sn_rnfisf    = 'runoffs' ,         -12      ,'sofwfisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   ''
245! nn_isf == 2 and 3
246   sn_depmax_isf = 'runoffs' ,       -12        ,'sozisfmax' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   ''
247   sn_depmin_isf = 'runoffs' ,       -12        ,'sozisfmin' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   ''
248! nn_isf == 2
249   sn_Leff_isf = 'rnfisf' ,       0          ,'Leff'         ,   .false.  , .true.  , 'yearly'  ,  ''      ,   ''
250! for all case
251   ln_divisf   = .true.  ! apply isf melting as a mass flux or in the salinity trend. (maybe I should remove this option as for runoff?)
252! only for nn_isf = 1 or 2
253   rn_gammat0  = 1.0e-4   ! gammat coefficient used in blk formula
254   rn_gammas0  = 1.0e-4   ! gammas coefficient used in blk formula
255! only for nn_isf = 1
256   nn_isfblk   =  1       ! 1 ISOMIP ; 2 conservative (3 equation formulation, Jenkins et al. 1991 ??)
257   rn_hisf_tbl =  30.      ! thickness of the top boundary layer           (Losh et al. 2008)
258                          ! 0 => thickness of the tbl = thickness of the first wet cell
259   ln_conserve = .true.   ! conservative case (take into account meltwater advection)
260   nn_gammablk = 0        ! 0 = cst Gammat (= gammat/s)
261                          ! 1 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010)
262                          !     if you want to keep the cd as in global config, adjust rn_gammat0 to compensate
263                          ! 2 = velocity and stability dependent Gamma    Holland et al. 1999
264/
265!-----------------------------------------------------------------------
266&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
267!-----------------------------------------------------------------------
268/
269!-----------------------------------------------------------------------
270&namsbc_ssr    !   surface boundary condition : sea surface restoring
271!-----------------------------------------------------------------------
272/
273!-----------------------------------------------------------------------
274&namsbc_alb    !   albedo parameters
275!-----------------------------------------------------------------------
276/
277!-----------------------------------------------------------------------
278&namberg       !   iceberg parameters
279!-----------------------------------------------------------------------
280/
281
282!!======================================================================
283!!               ***  Lateral boundary condition  ***
284!!======================================================================
285!!   namlbc        lateral momentum boundary condition
286!!   namobc        open boundaries parameters                           ("key_obc")
287!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
288!!   nambdy        Unstructured open boundaries                         ("key_bdy")
289!!   namtide       Tidal forcing at open boundaries                     ("key_bdy_tides")
290!!======================================================================
291!
292!-----------------------------------------------------------------------
293&namlbc        !   lateral momentum boundary condition
294!-----------------------------------------------------------------------
295   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
296                           !  free slip  !   partial slip  !   no slip   ! strong slip
297/
298!-----------------------------------------------------------------------
299&namobc        !   open boundaries parameters                           ("key_obc")
300!-----------------------------------------------------------------------
301/
302!-----------------------------------------------------------------------
303&namagrif      !  AGRIF zoom                                            ("key_agrif")
304!-----------------------------------------------------------------------
305/
306!-----------------------------------------------------------------------
307&nam_tide      !   tide parameters (#ifdef key_tide)
308!-----------------------------------------------------------------------
309/
310!-----------------------------------------------------------------------
311&nambdy        !  unstructured open boundaries                          ("key_bdy")
312!-----------------------------------------------------------------------
313/
314!-----------------------------------------------------------------------
315&nambdy_dta      !  open boundaries - external data           ("key_bdy")
316!-----------------------------------------------------------------------
317/
318!-----------------------------------------------------------------------
319&nambdy_tide     ! tidal forcing at open boundaries
320!-----------------------------------------------------------------------
321/
322!!======================================================================
323!!                 ***  Bottom boundary condition  ***
324!!======================================================================
325!!   nambfr        bottom friction
326!!   nambbc        bottom temperature boundary condition
327!!   nambbl        bottom boundary layer scheme                         ("key_trabbl")
328!!======================================================================
329!
330!-----------------------------------------------------------------------
331&nambfr        !   bottom/top friction
332!-----------------------------------------------------------------------
333   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
334                           !                              = 2 : nonlinear friction
335   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case)
336   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case). Minimum coeft if ln_loglayer=T
337   rn_bfri2_max =   1.e-1  !  max. bottom drag coefficient (non linear case and ln_loglayer=T)
338   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2)
339   rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T
340   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file )
341   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T)
342   rn_tfri1    =    4.e-4  !  top drag coefficient (linear case)
343   rn_tfri2    =    2.5e-3 !  top drag coefficient (non linear case). Minimum coeft if ln_loglayer=T
344   rn_tfri2_max =   1.e-1  !  max. top drag coefficient (non linear case and ln_loglayer=T)
345   rn_tfeb2    =    0.0    !  top turbulent kinetic energy background  (m2/s2)
346   rn_tfrz0    =    3.e-3  !  top roughness [m] if ln_loglayer=T
347   ln_tfr2d    = .false.   !  horizontal variation of the top friction coef (read a 2D mask file )
348   rn_tfrien   =    50.    !  local multiplying factor of tfr (ln_tfr2d=T)
349
350   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true)
351   ln_loglayer = .false.   !  logarithmic formulation (non linear case)
352/
353!-----------------------------------------------------------------------
354&nambbc        !   bottom temperature boundary condition
355!-----------------------------------------------------------------------
356   ln_trabbc   = .false.    !  Apply a geothermal heating at the ocean bottom
357/
358!-----------------------------------------------------------------------
359&nambbl        !   bottom boundary layer scheme
360!-----------------------------------------------------------------------
361   nn_bbl_ldf  =  0      !  diffusive bbl (=1)   or not (=0)
362   nn_bbl_adv  =  0      !  advective bbl (=1/2) or not (=0)
363/
364
365!!======================================================================
366!!                        Tracer (T & S ) namelists
367!!======================================================================
368!!   nameos        equation of state
369!!   namtra_adv    advection scheme
370!!   namtra_ldf    lateral diffusion scheme
371!!   namtra_dmp    T & S newtonian damping
372!!======================================================================
373!
374!-----------------------------------------------------------------------
375&nameos        !   ocean physical parameters
376!-----------------------------------------------------------------------
377/
378!-----------------------------------------------------------------------
379&namtra_adv    !   advection scheme for tracer
380!-----------------------------------------------------------------------
381/
382!-----------------------------------------------------------------------
383&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param)
384!-----------------------------------------------------------------------
385   ln_mle    = .false.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation
386/
387!----------------------------------------------------------------------------------
388&namtra_ldf    !   lateral diffusion scheme for tracers
389!----------------------------------------------------------------------------------
390   !                       !  Operator type:
391   ln_traldf_lap    =  .true.   !  laplacian operator
392   ln_traldf_bilap  =  .false.  !  bilaplacian operator
393   !                       !  Direction of action:
394   ln_traldf_level  =  .false.  !  iso-level
395   ln_traldf_hor    =  .true.   !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T)
396   ln_traldf_iso    =  .false   !  iso-neutral                 (needs "key_ldfslp")
397   !                 !  Griffies parameters              (all need "key_ldfslp")
398   ln_traldf_grif   =  .false.  !  use griffies triads
399   ln_traldf_gdia   =  .false.  !  output griffies eddy velocities
400   ln_triad_iso     =  .false.  !  pure lateral mixing in ML
401   ln_botmix_grif   =  .false.  !  lateral mixing on bottom
402   !                       !  Coefficients
403   ! Eddy-induced (GM) advection always used with Griffies; otherwise needs "key_traldf_eiv"
404   ! Value rn_aeiv_0 is ignored unless = 0 with Held-Larichev spatially varying aeiv
405   !                                  (key_traldf_c2d & key_traldf_eiv & key_orca_r2, _r1 or _r05)
406   rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s]
407   rn_aht_0         =   100.    !  horizontal eddy diffusivity for tracers [m2/s]
408   rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s]
409   !                                           (normally=0; not used with Griffies)
410   rn_slpmax        =     0.01  !  slope limit
411   rn_aht_m         =   100.    !  upper limit or stability criteria for lateral eddy diffusivity (m2/s)
412/
413!-----------------------------------------------------------------------
414&namtra_dmp    !   tracer: T & S newtonian damping
415!-----------------------------------------------------------------------
416   ln_tradmp   =  .false.   !  add a damping termn (T) or not (F)
417/
418
419!!======================================================================
420!!                      ***  Dynamics namelists  ***
421!!======================================================================
422!!   namdyn_adv    formulation of the momentum advection
423!!   namdyn_vor    advection scheme
424!!   namdyn_hpg    hydrostatic pressure gradient
425!!   namdyn_spg    surface pressure gradient                            (CPP key only)
426!!   namdyn_ldf    lateral diffusion scheme
427!!======================================================================
428!
429!-----------------------------------------------------------------------
430&namdyn_adv    !   formulation of the momentum advection
431!-----------------------------------------------------------------------
432/
433!-----------------------------------------------------------------------
434&nam_vvl    !   vertical coordinate options
435!-----------------------------------------------------------------------
436   ln_vvl_zstar  = .false.           !  zstar vertical coordinate                   
437/
438!-----------------------------------------------------------------------
439&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
440!-----------------------------------------------------------------------
441/
442!-----------------------------------------------------------------------
443&namdyn_hpg    !   Hydrostatic pressure gradient option
444!-----------------------------------------------------------------------
445   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
446   ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation)
447   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T)
448                                 !           centered      time scheme  (F)
449/
450!-----------------------------------------------------------------------
451!namdyn_spg    !   surface pressure gradient   (CPP key only)
452!-----------------------------------------------------------------------
453!                          !  explicit free surface                     ("key_dynspg_exp")
454!                          !  filtered free surface                     ("key_dynspg_flt")
455!                          !  split-explicit free surface               ("key_dynspg_ts")
456
457!-----------------------------------------------------------------------
458&namdyn_ldf    !   lateral diffusion on momentum
459!-----------------------------------------------------------------------
460   !                       !  Type of the operator :
461   ln_dynldf_lap    =  .true.   !  laplacian operator
462   ln_dynldf_bilap  =  .false.  !  bilaplacian operator
463   !                       !  Direction of action  :
464   ln_dynldf_level  =  .false.  !  iso-level
465   ln_dynldf_hor    =  .true.   !  horizontal (geopotential)            (require "key_ldfslp" in s-coord.)
466   ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp")
467   !                       !  Coefficient
468   rn_ahm_0_lap     =   600.    !  horizontal laplacian eddy viscosity   [m2/s]
469   rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s]
470   rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s]
471   rn_ahm_m_blp     =    -1.e12 !  upper limit for bilap  abs(ahm) < min( dx^4/128rdt, rn_ahm_m_blp)
472   rn_ahm_m_lap     =   600.    !  upper limit for lap  ahm < min(dx^2/16rdt, rn_ahm_m_lap)
473/
474
475!!======================================================================
476!!             Tracers & Dynamics vertical physics namelists
477!!======================================================================
478!!    namzdf        vertical physics
479!!    namzdf_ric    richardson number dependent vertical mixing         ("key_zdfric")
480!!    namzdf_tke    TKE dependent vertical mixing                       ("key_zdftke")
481!!    namzdf_kpp    KPP dependent vertical mixing                       ("key_zdfkpp")
482!!    namzdf_ddm    double diffusive mixing parameterization            ("key_zdfddm")
483!!    namzdf_tmx    tidal mixing parameterization                       ("key_zdftmx")
484!!======================================================================
485!
486!-----------------------------------------------------------------------
487&namzdf        !   vertical physics
488!-----------------------------------------------------------------------
489   rn_avm0     =   1.0e-3  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst")
490   rn_avt0     =   5.0e-5  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst")
491   nn_avb      =    0      !  profile for background avt & avm (=1) or not (=0)
492   nn_havtb    =    0      !  horizontal shape for avtb (=1) or not (=0)
493   ln_zdfevd   = .true.    !  enhanced vertical diffusion (evd) (T) or not (F)
494   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
495   rn_avevd    =   0.1     !  evd mixing coefficient [m2/s]
496   ln_zdfnpc   = .false.   !  Non-Penetrative Convective algorithm (T) or not (F)
497   nn_npc      =    1            !  frequency of application of npc
498   nn_npcp     =  365            !  npc control print frequency
499   ln_zdfexp   = .false.   !  time-stepping: split-explicit (T) or implicit (F) time stepping
500   nn_zdfexp   =    3            !  number of sub-timestep for ln_zdfexp=T
501/
502!-----------------------------------------------------------------------
503&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
504!-----------------------------------------------------------------------
505/
506!-----------------------------------------------------------------------
507&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
508!-----------------------------------------------------------------------
509/
510!------------------------------------------------------------------------
511&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally:
512!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb")
513/
514!-----------------------------------------------------------------------
515&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
516!-----------------------------------------------------------------------
517/
518!-----------------------------------------------------------------------
519&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
520!-----------------------------------------------------------------------
521/
522!-----------------------------------------------------------------------
523&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
524!-----------------------------------------------------------------------
525/
526
527!!======================================================================
528!!                  ***  Miscellaneous namelists  ***
529!!======================================================================
530!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi)
531!!   namctl            Control prints & Benchmark
532!!   namsol            elliptic solver / island / free surface
533!!======================================================================
534!
535!-----------------------------------------------------------------------
536&namsol        !   elliptic solver / island / free surface
537!-----------------------------------------------------------------------
538/
539!-----------------------------------------------------------------------
540&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
541!-----------------------------------------------------------------------
542   cn_mpi_send =  'I'      !  mpi send/recieve type   ='S', 'B', or 'I' for standard send,
543                           !  buffer blocking send or immediate non-blocking sends, resp.
544   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation
545   ln_nnogather=  .false.  !  activate code to avoid mpi_allgather use at the northfold
546   jpni        =   0       !  jpni   number of processors following i (set automatically if < 1)
547   jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1)
548   jpnij       =   0       !  jpnij  number of local domains (set automatically if < 1)
549/
550!-----------------------------------------------------------------------
551&namctl        !   Control prints & Benchmark
552!-----------------------------------------------------------------------
553   ln_ctl      = .false.   !  trends control print (expensive!)
554   nn_print    =    0      !  level of print (0 no extra print)
555   nn_ictls    =    0      !  start i indice of control sum (use to compare mono versus
556   nn_ictle    =    0      !  end   i indice of control sum        multi processor runs
557   nn_jctls    =    0      !  start j indice of control               over a subdomain)
558   nn_jctle    =    0      !  end   j indice of control
559   nn_isplt    =    1      !  number of processors in i-direction
560   nn_jsplt    =    1      !  number of processors in j-direction
561   nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench
562                           !     (no physical validity of the results)
563   nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0)
564/
565!-----------------------------------------------------------------------
566&namc1d        !   1D configuration options                             ("key_c1d")
567!-----------------------------------------------------------------------
568/
569!-----------------------------------------------------------------------
570&namc1d_uvd    !   data: U & V currents                                 ("key_c1d")
571!-----------------------------------------------------------------------
572/
573!-----------------------------------------------------------------------
574&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d")
575!-----------------------------------------------------------------------
576   ln_dyndmp   =  .false.  !  add a damping term (T) or not (F)
577/
578!!======================================================================
579!!                  ***  Diagnostics namelists  ***
580!!======================================================================
581!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
582!!   namtrd       dynamics and/or tracer trends                         ("key_trddyn","key_trdtra","key_trdmld")
583!!   namflo       float parameters                                      ("key_float")
584!!   namptr       Poleward Transport Diagnostics
585!!   namhsb       Heat and salt budgets
586!!======================================================================
587!
588!-----------------------------------------------------------------------
589&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
590!-----------------------------------------------------------------------
591   nn_nchunks_i=   4       !  number of chunks in i-dimension
592   nn_nchunks_j=   4       !  number of chunks in j-dimension
593   nn_nchunks_k=   31      !  number of chunks in k-dimension
594                           !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which
595                           !  is optimal for postprocessing which works exclusively with horizontal slabs
596   ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression
597                           !  (F) ignore chunking information and produce netcdf3-compatible files
598/
599!-----------------------------------------------------------------------
600&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
601!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
602!-----------------------------------------------------------------------
603/
604!-----------------------------------------------------------------------
605&namflo       !   float parameters                                      ("key_float")
606!-----------------------------------------------------------------------
607/
608!-----------------------------------------------------------------------
609&namptr       !   Poleward Transport Diagnostic
610!-----------------------------------------------------------------------
611/
612!-----------------------------------------------------------------------
613&namhsb       !  Heat and salt budgets
614!-----------------------------------------------------------------------
615   ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F)
616/
617!-----------------------------------------------------------------------
618&nam_diaharm   !   Harmonic analysis of tidal constituents ('key_diaharm')
619!-----------------------------------------------------------------------
620/
621!-----------------------------------------------------------------------
622&namdct        ! transports through sections
623!-----------------------------------------------------------------------
624/
625
626!!======================================================================
627!!            ***  Observation & Assimilation namelists ***
628!!======================================================================
629!!   namobs       observation and model comparison                      ('key_diaobs')
630!!   nam_asminc   assimilation increments                               ('key_asminc')
631!!======================================================================
632!
633!-----------------------------------------------------------------------
634&namobs       !  observation usage switch                               ('key_diaobs')
635!-----------------------------------------------------------------------
636/
637!-----------------------------------------------------------------------
638&nam_asminc   !   assimilation increments                               ('key_asminc')
639!-----------------------------------------------------------------------
640/
641!-----------------------------------------------------------------------
642&namsbc_wave   ! External fields from wave model
643!-----------------------------------------------------------------------
644/
Note: See TracBrowser for help on using the repository browser.