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/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/AMM12/EXP00 – NEMO

source: branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg @ 7243

Last change on this file since 7243 was 7243, checked in by flavoni, 7 years ago

fix namelists

File size: 27.1 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_oce_out"   !  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
21!-----------------------------------------------------------------------
22   cp_cfg      =  "amm"                !  name of the configuration
23   jp_cfg      =     011               !  resolution of the configuration
24   jpidta      =     198               !  1st lateral dimension ( >= jpi )
25   jpjdta      =     224               !  2nd    "         "    ( >= jpj )
26   jpkdta      =      51               !  number of levels      ( >= jpk )
27   jpiglo      =     198               !  1st dimension of global domain --> i =jpidta
28   jpjglo      =     224               !  2nd    -                  -    --> j  =jpjdta
29   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
30   jpjzoom     =       1               !  in data domain indices
31   jperio      =       0               !  lateral cond. type (between 0 and 6)
32/
33!-----------------------------------------------------------------------
34&namzgr        !   vertical coordinate
35!-----------------------------------------------------------------------
36   ln_sco      = .true.    !  s- or hybrid z-s-coordinate
37/
38!-----------------------------------------------------------------------
39&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
40!-----------------------------------------------------------------------
41   ln_s_sh94   = .false.   !  Song & Haidvogel 1994 hybrid S-sigma   (T)|
42   ln_s_sf12   = .true.    !  Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied
43   ln_sigcrit  = .true.    !  use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch
44                           !  stretching coefficients for all functions
45   rn_hc       =   50.0    !  critical depth for transition to stretched coordinates
46/
47!-----------------------------------------------------------------------
48&namdom        !   space and time domain (bathymetry, mesh, timestep)
49!-----------------------------------------------------------------------
50   rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0)
51   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
52   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
53   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
54   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
55   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
56   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
57   ppsur       =  999999.0             !  ORCA r4, r2 and r05 coefficients
58   ppa0        =  999999.0             ! (default coefficients)
59   ppa1        =  999999.0             !
60   ppkth       =      23.563           !
61   ppacr       =       9.0             !
62   ppdzmin     =       6.0             !  Minimum vertical spacing
63   pphmax      =    5720.              !  Maximum depth
64   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
65   ppa2        =  999999.              !  Double tanh function parameters
66   ppkth2      =  999999.              !
67   ppacr2      =  999999.
68/
69!-----------------------------------------------------------------------
70&namcrs        !   Grid coarsening for dynamics output and/or
71               !   passive tracer coarsened online simulations
72!-----------------------------------------------------------------------
73/
74!-----------------------------------------------------------------------
75&namtsd    !   data : Temperature  & Salinity
76!-----------------------------------------------------------------------
77   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
78   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
79/
80!-----------------------------------------------------------------------
81&namsbc        !   Surface Boundary Condition (surface module)
82!-----------------------------------------------------------------------
83   nn_fsbc     = 1         !  frequency of surface boundary condition computation
84                           !     (also = the frequency of sea-ice model call)
85   ln_flx      = .true.    !  flux formulation       (T => fill namsbc_flx )
86   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
87   nn_ice      = 0         !  =0 no ice boundary condition
88   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
89   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
90   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr )
91   ln_traqsr   = .false.   !  Light penetration (T) or not (F)
92/
93!-----------------------------------------------------------------------
94&namsbc_flx    !   surface boundary condition : flux formulation
95!-----------------------------------------------------------------------
96!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
97!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
98   sn_utau = 'amm12_utau',          1        , 'utau'    ,  .false.     , .false., 'daily'   ,  ''      ,  ''      , ''
99   sn_vtau = 'amm12_vtau',          1        , 'vtau'    ,  .false.     , .false., 'daily'   ,  ''      ,  ''      , ''
100   sn_qtot = 'amm12_flx' ,          3        , 'sonsfldo',  .true.      , .false., 'daily'   ,  ''      ,  ''      , ''
101   sn_qsr  = 'amm12_flx' ,          3        , 'soshfldo',  .true.      , .false., 'daily'   ,  ''      ,  ''      , ''
102   sn_emp  = 'amm12_flx' ,          3        , 'sowafldo',  .true.      , .false., 'daily'   ,  ''      ,  ''      , ''
103   cn_dir  = './fluxes/'        !  root directory for the location of the flux files
104/
105!-----------------------------------------------------------------------
106&namtra_qsr    !   penetrative solar radiation
107!-----------------------------------------------------------------------
108   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
109/
110!-----------------------------------------------------------------------
111&namsbc_rnf    !   runoffs namelist surface boundary condition
112!-----------------------------------------------------------------------
113!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
114!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
115   sn_rnf      = 'amm12_rivers'       ,        24         , 'rorunoff',   .false.    , .true. , 'yearly'  , ''       , ''  , ''
116   sn_cnf      = 'runoff_1m_nomask'   ,         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''  , ''
117   sn_s_rnf    = 'amm12_rivers'       ,        24         , 'rosaline',   .false.    , .true. , 'yearly'  , ''       , ''  , ''
118   sn_t_rnf    = 'amm12_rivers'       ,        24         , 'rotemper',   .false.    , .true. , 'yearly'  , ''       , ''  , ''
119   sn_dep_rnf  = 'amm12_rivers'       ,        24         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''  , ''
120   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
121   ln_rnf_depth = .true.    !  read in depth information for runoff
122   ln_rnf_tem   = .true.    !  read in temperature information for runoff
123   ln_rnf_sal   = .true.    !  read in salinity information for runoff
124/
125!-----------------------------------------------------------------------
126&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
127!-----------------------------------------------------------------------
128!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
129!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
130   sn_apr     = 'amm12_mslp'     ,          1        ,  'p_msl'      , .false.      , .false. , 'daily'   ,  ''      ,  ''  , ''
131
132   cn_dir      = './fluxes/' !  root directory for the location of the bulk files
133   rn_pref     = 101000.     !  reference atmospheric pressure   [N/m2]/
134   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F)
135   ln_apr_obc  = .true.    !  inverse barometer added to OBC ssh data
136/
137!-----------------------------------------------------------------------
138&namsbc_ssr    !   surface boundary condition : sea surface restoring
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_sst      = 'amm12_sstref'    ,        24         ,  'sst'     ,     .true.     , .false. , 'daily'   , .false. , ''       , '' , ''
143   sn_sss      = 'sss_data'        ,        -1         ,  'sss'     ,     .true.     , .true.  , 'yearly'  , .false. , ''       , '' , ''
144
145   cn_dir      = 'fluxes/' !  root directory for the location of the runoff files
146   nn_sstr     =     1     !  add a retroaction term in the surface heat       flux (=1) or not (=0)
147   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2)
148                           !  or to SSS only (=1) or no damping term (=0)
149   rn_deds     =  -27.7    !  magnitude of the damping on salinity   [mm/day]
150/
151!-----------------------------------------------------------------------
152&namsbc_alb    !   albedo parameters
153!-----------------------------------------------------------------------
154/
155!-----------------------------------------------------------------------
156&namberg       !   iceberg parameters
157!-----------------------------------------------------------------------
158/
159!-----------------------------------------------------------------------
160&namlbc        !   lateral momentum boundary condition
161!-----------------------------------------------------------------------
162   rn_shlat    =     0     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
163                           !  free slip  !   partial slip  !   no slip   ! strong slip
164/
165!-----------------------------------------------------------------------
166&namagrif      !  AGRIF zoom                                            ("key_agrif")
167!-----------------------------------------------------------------------
168/
169!-----------------------------------------------------------------------
170&nam_tide      !   tide parameters (#ifdef key_tide)
171!-----------------------------------------------------------------------
172   clname(1)     =   'Q1'   !  name of constituent
173   clname(2)     =   'O1'
174   clname(3)     =   'P1'
175   clname(4)     =   'S1'
176   clname(5)     =   'K1'
177   clname(6)     =   '2N2'
178   clname(7)     =   'MU2'
179   clname(8)     =   'N2'
180   clname(9)     =   'NU2'
181   clname(10)    =   'M2'
182   clname(11)    =   'L2'
183   clname(12)    =   'T2'
184   clname(13)    =   'S2'
185   clname(14)    =   'K2'
186   clname(15)    =   'M4'
187/
188!-----------------------------------------------------------------------
189&nambdy        !  unstructured open boundaries                          ("key_bdy")
190    nb_bdy         =  1
191    cn_dyn2d       = 'flather'
192    nn_dyn2d_dta   =  3
193    cn_tra         =  'frs'
194    nn_tra_dta    =   1
195/
196!-----------------------------------------------------------------------
197&nambdy_dta      !  open boundaries - external data           ("key_bdy")
198!-----------------------------------------------------------------------
199!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
200!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
201   bn_ssh =     'amm12_bdyT_dyn2d' ,         24        , 'sossheig' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
202   bn_u2d =     'amm12_bdyU_dyn2d' ,         24        , 'vobtcrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
203   bn_v2d =     'amm12_bdyV_dyn2d' ,         24        , 'vobtcrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
204   bn_u3d  =    'amm12_bdyU_dyn3d' ,         24        , 'vozocrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
205   bn_v3d  =    'amm12_bdyV_dyn3d' ,         24        , 'vomecrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
206   bn_tem  =    'amm12_bdyT_tra'   ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
207   bn_sal  =    'amm12_bdyT_tra'   ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
208   cn_dir  =    './bdydta/'
209   ln_full_vel = .false.
210/
211!-----------------------------------------------------------------------
212&nambdy_tide     ! tidal forcing at open boundaries
213!-----------------------------------------------------------------------
214   filtide      = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files
215/
216!-----------------------------------------------------------------------
217&nambfr        !   bottom friction
218!-----------------------------------------------------------------------
219   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
220                           !                              = 2 : nonlinear friction
221   rn_bfri2    =    2.5e-3 !  bottom drag coefficient (non linear case)
222   rn_bfeb2    =    0.0e0  !  bottom turbulent kinetic energy background  (m2/s2)
223   ln_loglayer =    .true. !  loglayer bottom friction (only effect when nn_bfr = 2)
224   rn_bfrz0    =    0.003  !  bottom roughness (only effect when ln_loglayer = .true.)
225/
226!-----------------------------------------------------------------------
227&nambbc        !   bottom temperature boundary condition                (default: NO)
228!-----------------------------------------------------------------------
229/
230!-----------------------------------------------------------------------
231&nambbl        !   bottom boundary layer scheme
232!-----------------------------------------------------------------------
233   nn_bbl_ldf  =  0      !  diffusive bbl (=1)   or not (=0)
234/
235!-----------------------------------------------------------------------
236&nameos        !   ocean physical parameters
237!-----------------------------------------------------------------------
238   ln_teos10   = .true.         !  = Use TEOS-10 equation of state
239/
240!-----------------------------------------------------------------------
241&namtra_adv    !   advection scheme for tracer
242!-----------------------------------------------------------------------
243   ln_traadv_fct =  .true.   !  FCT scheme
244      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
245      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
246      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
247      !                             !        (number of sub-timestep = nn_fct_zts)
248/
249!-----------------------------------------------------------------------
250&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
251!-----------------------------------------------------------------------
252/
253!----------------------------------------------------------------------------------
254&namtra_ldf    !   lateral diffusion scheme for tracers
255!----------------------------------------------------------------------------------
256   !                       !  Operator type:
257   ln_traldf_lap   =  .true.   !    laplacian operator
258   ln_traldf_blp   =  .false.  !  bilaplacian operator
259   !                       !  Direction of action:
260   ln_traldf_lev   =  .false.  !  iso-level
261   ln_traldf_hor   =  .true.   !  horizontal (geopotential)
262   ln_traldf_iso   =  .false.  !  iso-neutral
263   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads
264   !
265   !                       !  iso-neutral options:       
266   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
267   rn_slpmax       =   0.01    !  slope limit                      (both operators)
268   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only)
269   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
270   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only)
271   !
272   !                       !  Coefficients:
273   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
274   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
275   !                                !   =  0           constant
276   !                                !   = 10 F(k)      =ldf_c1d
277   !                                !   = 20 F(i,j)    =ldf_c2d
278   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
279   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
280   !                                !   = 31 F(i,j,k,t)=F(local velocity)
281   rn_aht_0        =   50.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
282   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
283/
284!----------------------------------------------------------------------------------
285&namtra_ldfeiv !   eddy induced velocity param.
286!----------------------------------------------------------------------------------
287   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
288/
289!-----------------------------------------------------------------------
290&namtra_dmp    !   tracer: T & S newtonian damping
291!-----------------------------------------------------------------------
292   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
293/
294!-----------------------------------------------------------------------
295&namdyn_adv    !   formulation of the momentum advection
296!-----------------------------------------------------------------------
297/
298!-----------------------------------------------------------------------
299&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
300!-----------------------------------------------------------------------
301   ln_dynvor_ene = .false. !  enstrophy conserving scheme
302   ln_dynvor_ens = .false. !  energy conserving scheme
303   ln_dynvor_mix = .false. !  mixed scheme
304   ln_dynvor_een = .true.  !  energy & enstrophy scheme
305      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
306/
307!-----------------------------------------------------------------------
308&namdyn_hpg    !   Hydrostatic pressure gradient option
309!-----------------------------------------------------------------------
310   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
311   ln_hpg_prj  = .true.   !  s-coordinate (Pressure Jacobian scheme)
312/
313!-----------------------------------------------------------------------
314&namdyn_spg    !   surface pressure gradient
315!-----------------------------------------------------------------------
316   ln_dynspg_ts = .true.    ! split-explicit free surface
317      ln_bt_auto    = .false.  ! Number of sub-step defined from:
318         nn_baro       = 30       ! =F : the number of sub-step in rn_rdt seconds
319/
320!-----------------------------------------------------------------------
321&namdyn_ldf    !   lateral diffusion on momentum
322!-----------------------------------------------------------------------
323   !                       !  Type of the operator :
324   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
325   ln_dynldf_lap =  .false.    !    laplacian operator
326   ln_dynldf_blp =  .true.     !  bilaplacian operator
327   !                       !  Direction of action  :
328   ln_dynldf_lev =  .true.     !  iso-level
329   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
330   ln_dynldf_iso =  .false.    !  iso-neutral
331   !                       !  Coefficient
332   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
333   !                                !  =-30  read in eddy_viscosity_3D.nc file
334   !                                !  =-20  read in eddy_viscosity_2D.nc file
335   !                                !  =  0  constant
336   !                                !  = 10  F(k)=c1d
337   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
338   !                                !  = 30  F(i,j,k)=c2d*c1d
339   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
340   rn_ahm_0      =     60.     !  horizontal laplacian eddy viscosity   [m2/s]
341   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
342   rn_bhm_0      = 1.0e+10     !  horizontal bilaplacian eddy viscosity [m4/s]
343   !
344   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km)
345/
346!-----------------------------------------------------------------------
347&namzdf        !   vertical physics
348!-----------------------------------------------------------------------
349   rn_avm0     =   0.1e-6  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst")
350   rn_avt0     =   0.1e-6  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst")
351   ln_zdfevd   = .false.   !  enhanced vertical diffusion (evd) (T) or not (F)
352   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
353/
354!-----------------------------------------------------------------------
355&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
356!-----------------------------------------------------------------------
357/
358!-----------------------------------------------------------------------
359&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
360!-----------------------------------------------------------------------
361/
362!-----------------------------------------------------------------------
363&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
364!-----------------------------------------------------------------------
365   rn_charn =  100000.     !  Charnock constant for wb induced roughness length
366   nn_z0_met = 1           !  Method for surface roughness computation (0/1/2)
367/
368!-----------------------------------------------------------------------
369&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
370!-----------------------------------------------------------------------
371/
372!-----------------------------------------------------------------------
373&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
374!-----------------------------------------------------------------------
375   ln_tmx_itf  = .FALSE.   !  ITF specific parameterisation
376/
377!-----------------------------------------------------------------------
378&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
379!-----------------------------------------------------------------------
380/
381!-----------------------------------------------------------------------
382&namctl        !   Control prints & Benchmark
383!-----------------------------------------------------------------------
384/
385!-----------------------------------------------------------------------
386&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
387!-----------------------------------------------------------------------
388/
389!-----------------------------------------------------------------------
390&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
391!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
392!-----------------------------------------------------------------------
393/
394!-----------------------------------------------------------------------
395&namflo       !   float parameters                                      ("key_float")
396!-----------------------------------------------------------------------
397/
398!-----------------------------------------------------------------------
399&namptr       !   Poleward Transport Diagnostic
400!-----------------------------------------------------------------------
401/
402&namhsb       !  Heat and salt budgets
403!-----------------------------------------------------------------------
404/
405!-----------------------------------------------------------------------
406&nam_diaharm   !   Harmonic analysis of tidal constituents ('key_diaharm')
407!-----------------------------------------------------------------------
408/
409!-----------------------------------------------------------------------
410&namdct        ! transports through sections
411!-----------------------------------------------------------------------
412/
413!-----------------------------------------------------------------------
414&namobs       !  observation usage switch                               ('key_diaobs')
415!-----------------------------------------------------------------------
416/
417!-----------------------------------------------------------------------
418&nam_asminc   !   assimilation increments                               ('key_asminc')
419!-----------------------------------------------------------------------
420/
421!-----------------------------------------------------------------------
422&namsbc_wave   ! External fields from wave model
423!-----------------------------------------------------------------------
424/
425!-----------------------------------------------------------------------
426&nam_diatmb  !  Top Middle Bottom Output
427!-----------------------------------------------------------------------
428   ln_diatmb  = .true.    !  Choose Top Middle and Bottom output or not
429/
430!-----------------------------------------------------------------------
431&nam_dia25h  !  25h Mean Output
432!-----------------------------------------------------------------------
433   ln_dia25h  = .true.    ! Choose 25h mean output or not
434/
435
Note: See TracBrowser for help on using the repository browser.