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

source: branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg @ 8568

Last change on this file since 8568 was 8568, checked in by gm, 7 years ago

#1911 (ENHANCE-09): PART I.2 - _NONE option + remove zts + see associated wiki page

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