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/2017/dev_merge_2017/NEMOGCM/CONFIG/AMM12/EXP00 – NEMO

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg @ 9356

Last change on this file since 9356 was 9356, checked in by acc, 6 years ago

Branch: 2017/dev_merge_2017. Cosmetic (hopefully) changes to namelist files to enforce more consistency between reference and configuration namelists. Changes in all reference configurations (SETTE tested) and most TEST_CASES (untested). OVERFLOW and LOCK_EXCHANGE still to do. See new file: NEMOGCM/CONFIG/SHARED/README.namelists for the conventions used.

  • Property svn:mime-type set to text/x-fortran
File size: 30.5 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  : AMM12 configuration namelist used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      =  "AMM12"  !  experience name
8   nn_it000    =       1   !  first time step
9   nn_itend    =    1296   !  last  time step (std 1 day = 144)
10   nn_date0    =  20120102 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
11   nn_leapy    =       1   !  Leap year calendar (1) or not (0)
12   ln_rstart   =  .true.  !  start from rest (F) or from a restart file (T)
13   nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=.true.
14   cn_ocerst_in   = "amm12_restart_oce"   !  suffix of ocean restart name (input)
15   cn_ocerst_out  = "restart"             !  suffix of ocean restart name (input)
16   nn_stock    =    1296   !  frequency of creation of a restart file (modulo referenced to 1)
17   nn_write    =     144   !  frequency of write in the output file   (modulo referenced to nit000)
18/
19!-----------------------------------------------------------------------
20&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
21!-----------------------------------------------------------------------
22   ln_read_cfg = .true.   !  (=T) read the domain configuration file
23      !                   !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
24   cn_domcfg   = "AMM_R12_sco_domcfg"     ! domain configuration filename
25/
26!-----------------------------------------------------------------------
27&namdom        !   time and space domain
28!-----------------------------------------------------------------------
29   rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0)
30/
31!-----------------------------------------------------------------------
32&namtsd        !   data : Temperature  & Salinity
33!-----------------------------------------------------------------------
34   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
35   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
36/
37!-----------------------------------------------------------------------
38&namwad        !   Wetting and drying  default is no WAD
39!-----------------------------------------------------------------------
40/
41!-----------------------------------------------------------------------
42&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
43!-----------------------------------------------------------------------
44/
45!-----------------------------------------------------------------------
46&namc1d        !   1D configuration options                             ("key_c1d")
47!-----------------------------------------------------------------------
48/
49!-----------------------------------------------------------------------
50&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d")
51!-----------------------------------------------------------------------
52/
53!-----------------------------------------------------------------------
54&namc1d_uvd    !   data: U & V currents                                 ("key_c1d")
55!-----------------------------------------------------------------------
56/
57!-----------------------------------------------------------------------
58&namsbc        !   Surface Boundary Condition (surface module)
59!-----------------------------------------------------------------------
60   nn_fsbc     = 1         !  frequency of surface boundary condition computation
61                           !     (also = the frequency of sea-ice model call)
62   ln_flx      = .true.    !  flux formulation                          (T => fill namsbc_flx )
63   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
64   nn_ice      = 0         !  =0 no ice boundary condition
65   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
66   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
67   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr )
68   ln_traqsr   = .false.   !  Light penetration (T) or not (F)
69/
70!-----------------------------------------------------------------------
71&namsbc_flx    !   surface boundary condition : flux formulation
72!-----------------------------------------------------------------------
73!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
74!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
75   sn_utau = 'amm12_utau',          1        , 'utau'    ,  .false.     , .false., 'daily'   ,  ''      ,  ''      , ''
76   sn_vtau = 'amm12_vtau',          1        , 'vtau'    ,  .false.     , .false., 'daily'   ,  ''      ,  ''      , ''
77   sn_qtot = 'amm12_flx' ,          3        , 'sonsfldo',  .true.      , .false., 'daily'   ,  ''      ,  ''      , ''
78   sn_qsr  = 'amm12_flx' ,          3        , 'soshfldo',  .true.      , .false., 'daily'   ,  ''      ,  ''      , ''
79   sn_emp  = 'amm12_flx' ,          3        , 'sowafldo',  .true.      , .false., 'daily'   ,  ''      ,  ''      , ''
80   cn_dir  = './fluxes/'        !  root directory for the location of the flux files
81/
82!-----------------------------------------------------------------------
83&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
84!-----------------------------------------------------------------------
85/
86!-----------------------------------------------------------------------
87&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
88!-----------------------------------------------------------------------
89/
90!-----------------------------------------------------------------------
91&namsbc_sas    !   Stand-Alone Surface boundary condition
92!-----------------------------------------------------------------------
93/
94!-----------------------------------------------------------------------
95&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
96!-----------------------------------------------------------------------
97/
98!-----------------------------------------------------------------------
99&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
100!-----------------------------------------------------------------------
101   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
102/
103!-----------------------------------------------------------------------
104&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T)
105!-----------------------------------------------------------------------
106!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
107!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
108   sn_rnf      = 'amm12_rivers'       ,        24         , 'rorunoff',   .false.    , .true. , 'yearly'  , ''       , ''  , ''
109   sn_cnf      = 'runoff_1m_nomask'   ,         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''  , ''
110   sn_s_rnf    = 'amm12_rivers'       ,        24         , 'rosaline',   .false.    , .true. , 'yearly'  , ''       , ''  , ''
111   sn_t_rnf    = 'amm12_rivers'       ,        24         , 'rotemper',   .false.    , .true. , 'yearly'  , ''       , ''  , ''
112   sn_dep_rnf  = 'amm12_rivers'       ,        24         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''  , ''
113   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
114   ln_rnf_depth = .true.    !  read in depth information for runoff
115   ln_rnf_tem   = .true.    !  read in temperature information for runoff
116   ln_rnf_sal   = .true.    !  read in salinity information for runoff
117/
118!-----------------------------------------------------------------------
119&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0)
120!-----------------------------------------------------------------------
121/
122!-----------------------------------------------------------------------
123&namsbc_iscpl  !   land ice / ocean coupling option                     
124!-----------------------------------------------------------------------
125/
126!-----------------------------------------------------------------------
127&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
128!-----------------------------------------------------------------------
129!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
130!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
131   sn_apr     = 'amm12_mslp'     ,          1        ,  'p_msl'      , .false.      , .false. , 'daily'   ,  ''      ,  ''  , ''
132
133   cn_dir      = './fluxes/' !  root directory for the location of the bulk files
134   rn_pref     = 101000.     !  reference atmospheric pressure   [N/m2]/
135   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F)
136   ln_apr_obc  = .true.    !  inverse barometer added to OBC ssh data
137/
138!-----------------------------------------------------------------------
139&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
140!-----------------------------------------------------------------------
141!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
142!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
143   sn_sst      = 'amm12_sstref'    ,        24         ,  'sst'     ,     .true.     , .false. , 'daily'   , .false. , ''       , '' , ''
144   sn_sss      = 'sss_data'        ,        -1         ,  'sss'     ,     .true.     , .true.  , 'yearly'  , .false. , ''       , '' , ''
145
146   cn_dir      = 'fluxes/' !  root directory for the location of the runoff files
147   nn_sstr     =     1     !  add a retroaction term in the surface heat       flux (=1) or not (=0)
148   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2)
149                           !  or to SSS only (=1) or no damping term (=0)
150   rn_deds     =  -27.7    !  magnitude of the damping on salinity   [mm/day]
151/
152!-----------------------------------------------------------------------
153&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
154!-----------------------------------------------------------------------
155/
156!-----------------------------------------------------------------------
157&namberg       !   iceberg parameters                                   (default: No iceberg)
158!-----------------------------------------------------------------------
159/
160!-----------------------------------------------------------------------
161&namlbc        !   lateral momentum boundary condition
162!-----------------------------------------------------------------------
163   rn_shlat    =     0     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
164                           !  free slip  !   partial slip  !   no slip   ! strong slip
165/
166!-----------------------------------------------------------------------
167&namagrif      !  AGRIF zoom                                            ("key_agrif")
168!-----------------------------------------------------------------------
169/
170!-----------------------------------------------------------------------
171&nam_tide      !   tide parameters
172!-----------------------------------------------------------------------
173   ln_tide     = .true.
174   clname(1)     =   'Q1'   !  name of constituent
175   clname(2)     =   'O1'
176   clname(3)     =   'P1'
177   clname(4)     =   'S1'
178   clname(5)     =   'K1'
179   clname(6)     =   '2N2'
180   clname(7)     =   'MU2'
181   clname(8)     =   'N2'
182   clname(9)     =   'NU2'
183   clname(10)    =   'M2'
184   clname(11)    =   'L2'
185   clname(12)    =   'T2'
186   clname(13)    =   'S2'
187   clname(14)    =   'K2'
188   clname(15)    =   'M4'
189/
190!-----------------------------------------------------------------------
191&nambdy        !  unstructured open boundaries                         
192!-----------------------------------------------------------------------
193    ln_bdy         = .true.
194    nb_bdy         =  1
195    cn_dyn2d       = 'flather'
196    nn_dyn2d_dta   =  3
197    cn_tra         =  'frs'
198    nn_tra_dta    =   1 
199/
200!-----------------------------------------------------------------------
201&nambdy_dta    !  open boundaries - external data                       
202!-----------------------------------------------------------------------
203!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
204!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
205   bn_ssh =     'amm12_bdyT_dyn2d' ,         24        , 'sossheig' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
206   bn_u2d =     'amm12_bdyU_dyn2d' ,         24        , 'vobtcrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
207   bn_v2d =     'amm12_bdyV_dyn2d' ,         24        , 'vobtcrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
208   bn_u3d  =    'amm12_bdyU_dyn3d' ,         24        , 'vozocrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
209   bn_v3d  =    'amm12_bdyV_dyn3d' ,         24        , 'vomecrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
210   bn_tem  =    'amm12_bdyT_tra'   ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
211   bn_sal  =    'amm12_bdyT_tra'   ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
212   cn_dir  =    './bdydta/'
213   ln_full_vel = .false.
214/
215!-----------------------------------------------------------------------
216&nambdy_tide   !  tidal forcing at open boundaries
217!-----------------------------------------------------------------------
218   filtide      = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files
219/
220!-----------------------------------------------------------------------
221&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
222!-----------------------------------------------------------------------
223   ln_NONE    = .false.    !  free-slip       : Cd = 0                  (F => fill namdrg_bot
224   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top)
225   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U|
226   ln_loglayer= .true.     !  logarithmic drag: Cd = vkarmn/log(z/z0) |U|
227   !
228   ln_drgimp  = .true.     !  implicit top/bottom friction flag
229/
230!-----------------------------------------------------------------------
231&namdrg_top    !   TOP friction                                         (ln_isfcav=T)
232!-----------------------------------------------------------------------
233/
234!-----------------------------------------------------------------------
235&namdrg_bot    !   BOTTOM friction                                 
236!-----------------------------------------------------------------------
237   rn_Cd0     =  2.5e-3   !  drag coefficient [-]
238   rn_Uc0     =  0.4      !  ref. velocity [m/s] (linear drag=Cd0*Uc0)
239   rn_Cdmax   =  0.1      !  drag value maximum [-] (logarithmic drag)
240   rn_ke0     =  0.0e0    !  background kinetic energy  [m2/s2] (non-linear cases)
241   rn_z0      =  0.003    !  roughness [m]  (ln_loglayer=T)
242   ln_boost   = .false.   !  =T regional boost of Cd0 ; =F constant
243   rn_boost   =  50.      !  local boost factor  [-]
244/
245!-----------------------------------------------------------------------
246&nambbc        !   bottom temperature boundary condition                (default: NO)
247!-----------------------------------------------------------------------
248/
249!-----------------------------------------------------------------------
250&nambbl        !   bottom boundary layer scheme                         (default: NO)
251!-----------------------------------------------------------------------
252/
253!-----------------------------------------------------------------------
254&nameos        !   ocean Equation Of Seawater                           (default: NO)
255!-----------------------------------------------------------------------
256   ln_teos10   = .true.         !  = Use TEOS-10 equation of state
257/
258!-----------------------------------------------------------------------
259&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
260!-----------------------------------------------------------------------
261   ln_traadv_fct =  .true.   !  FCT scheme
262      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
263      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
264/
265!-----------------------------------------------------------------------
266&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO)
267!-----------------------------------------------------------------------
268/
269!-----------------------------------------------------------------------
270&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
271!-----------------------------------------------------------------------
272   !                       !  Operator type:
273   ln_traldf_NONE  = .false.   !           No operator (no explicit diffusion)
274   ln_traldf_lap   =  .true.   !    laplacian operator
275   ln_traldf_blp   =  .false.  !  bilaplacian operator
276   !                       !  Direction of action:
277   ln_traldf_lev   =  .false.  !  iso-level
278   ln_traldf_hor   =  .true.   !  horizontal (geopotential)
279   ln_traldf_iso   =  .false.  !  iso-neutral
280   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads
281   !
282   !                       !  iso-neutral options:       
283   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
284   rn_slpmax       =   0.01    !  slope limit                      (both operators)
285   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only)
286   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
287   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only)
288   !
289   !                       !  Coefficients:
290   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
291   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
292   !                                !   =  0           constant
293   !                                !   = 10 F(k)      =ldf_c1d
294   !                                !   = 20 F(i,j)    =ldf_c2d
295   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
296   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
297   !                                !   = 31 F(i,j,k,t)=F(local velocity)
298   rn_aht_0        =   50.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
299   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
300/
301!-----------------------------------------------------------------------
302&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO)
303!-----------------------------------------------------------------------
304   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
305/
306!-----------------------------------------------------------------------
307&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO)
308!-----------------------------------------------------------------------
309   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
310/
311!-----------------------------------------------------------------------
312&nam_vvl       !   vertical coordinate options                          (default: z-star)
313!-----------------------------------------------------------------------
314/
315!-----------------------------------------------------------------------
316&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
317!-----------------------------------------------------------------------
318   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
319     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
320/
321!-----------------------------------------------------------------------
322&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO)
323!-----------------------------------------------------------------------
324   ln_dynvor_ene = .false. !  enstrophy conserving scheme
325   ln_dynvor_ens = .false. !  energy conserving scheme
326   ln_dynvor_mix = .false. !  mixed scheme
327   ln_dynvor_een = .true.  !  energy & enstrophy scheme
328      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
329/
330!-----------------------------------------------------------------------
331&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
332!-----------------------------------------------------------------------
333   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
334   ln_hpg_prj  = .true.    !  s-coordinate (Pressure Jacobian scheme)
335/
336!-----------------------------------------------------------------------
337&namdyn_spg    !   surface pressure gradient                            (default: NO)
338!-----------------------------------------------------------------------
339   ln_dynspg_ts = .true.   ! split-explicit free surface
340   ln_bt_auto   = .false.  ! Number of sub-step defined from:
341   nn_baro      = 30       ! =F : the number of sub-step in rn_rdt seconds
342/
343!-----------------------------------------------------------------------
344&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
345!-----------------------------------------------------------------------
346   !                       !  Type of the operator :
347   ln_dynldf_NONE=  .false.    !           No operator (no explicit diffusion)
348   ln_dynldf_lap =  .false.    !    laplacian operator
349   ln_dynldf_blp =  .true.     !  bilaplacian operator
350   !                       !  Direction of action  :
351   ln_dynldf_lev =  .true.     !  iso-level
352   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
353   ln_dynldf_iso =  .false.    !  iso-neutral
354   !                       !  Coefficient
355   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
356   !                                !  =-30  read in eddy_viscosity_3D.nc file
357   !                                !  =-20  read in eddy_viscosity_2D.nc file
358   !                                !  =  0  constant
359   !                                !  = 10  F(k)=c1d
360   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
361   !                                !  = 30  F(i,j,k)=c2d*c1d
362   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
363   rn_ahm_0      =     60.     !  horizontal laplacian eddy viscosity   [m2/s]
364   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
365   rn_bhm_0      = 1.0e+10     !  horizontal bilaplacian eddy viscosity [m4/s]
366   !
367   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km)
368/
369!-----------------------------------------------------------------------
370&namzdf        !   vertical physics                                     (default: NO selection)
371!-----------------------------------------------------------------------
372   !                       ! type of vertical closure
373   ln_zdfcst   = .false.      !  constant mixing
374   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric)
375   ln_zdftke   = .false.      !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
376   ln_zdfgls   = .true.       !  Generic Length Scale closure           (T =>   fill namzdf_gls)
377   ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm)
378   !
379   !                       ! convection
380   ln_zdfevd   = .false.      !  enhanced vertical diffusion
381      nn_evdm     =    0         ! apply on tracer (=0) or on tracer and momentum (=1)
382      rn_evd      =  100.        ! mixing coefficient [m2/s]
383   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm
384      nn_npc      =    1         ! frequency of application of npc
385      nn_npcp     =  365         ! npc control print frequency
386   !
387   ln_zdfddm   = .false.   ! double diffusive mixing
388      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
389      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
390   !
391   !                       ! gravity wave-driven vertical mixing
392   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
393   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T )
394   !
395   !                       ! coefficients
396   rn_avm0     =   0.1e-6     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
397   rn_avt0     =   0.1e-6     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
398   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
399   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
400/
401!-----------------------------------------------------------------------
402&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
403!-----------------------------------------------------------------------
404/
405!-----------------------------------------------------------------------
406&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
407!-----------------------------------------------------------------------
408/
409!-----------------------------------------------------------------------
410&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
411!-----------------------------------------------------------------------
412   rn_charn =  100000.     !  Charnock constant for wb induced roughness length
413   nn_z0_met = 1           !  Method for surface roughness computation (0/1/2)
414/
415!-----------------------------------------------------------------------
416&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
417!-----------------------------------------------------------------------
418/
419!-----------------------------------------------------------------------
420&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
421!-----------------------------------------------------------------------
422/
423!-----------------------------------------------------------------------
424&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
425!-----------------------------------------------------------------------
426/
427!-----------------------------------------------------------------------
428&namctl        !   Control prints
429!-----------------------------------------------------------------------
430/
431!-----------------------------------------------------------------------
432&namsto        ! Stochastic parametrization of EOS                      (default: NO)
433!-----------------------------------------------------------------------
434/
435!-----------------------------------------------------------------------
436&namtrd        !   trend diagnostics                                    (default F)
437!-----------------------------------------------------------------------
438/
439!-----------------------------------------------------------------------
440&namptr        !   Poleward Transport Diagnostic                        (default F)
441!-----------------------------------------------------------------------
442/
443!-----------------------------------------------------------------------
444&namhsb        !  Heat and salt budgets                                 (default F)
445!-----------------------------------------------------------------------
446/
447!-----------------------------------------------------------------------
448&namdiu        !   Cool skin and warm layer models                      (default F)
449!-----------------------------------------------------------------------
450/
451!-----------------------------------------------------------------------
452&namflo        !   float parameters                                     ("key_float")
453!-----------------------------------------------------------------------
454/
455!-----------------------------------------------------------------------
456&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
457!-----------------------------------------------------------------------
458/
459!-----------------------------------------------------------------------
460&namdct        ! transports through some sections                       ("key_diadct")
461!-----------------------------------------------------------------------
462/
463!-----------------------------------------------------------------------
464&nam_diatmb    !  Top Middle Bottom Output                              (default F)
465!-----------------------------------------------------------------------
466   ln_diatmb  = .true.    !  Choose Top Middle and Bottom output or not
467/
468!-----------------------------------------------------------------------
469&nam_dia25h    !  25h Mean Output                                       (default F)
470!-----------------------------------------------------------------------
471   ln_dia25h  = .true.    ! Choose 25h mean output or not
472/
473!-----------------------------------------------------------------------
474&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
475!-----------------------------------------------------------------------
476/
477!-----------------------------------------------------------------------
478&namobs        !  observation usage switch
479!-----------------------------------------------------------------------
480/
481!-----------------------------------------------------------------------
482&nam_asminc    !   assimilation increments                              ('key_asminc')
483!-----------------------------------------------------------------------
484/
485!-----------------------------------------------------------------------
486&namdta_dyn    !   offline dynamics read in files                       ("key_offline")
487!-----------------------------------------------------------------------
488/
Note: See TracBrowser for help on using the repository browser.