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/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/CONFIG/ISOMIP/EXP00 – NEMO

source: branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/CONFIG/ISOMIP/EXP00/namelist_cfg @ 4666

Last change on this file since 4666 was 4666, checked in by mathiot, 10 years ago

#1331 : add ISOMIP config files + ice shelf code

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