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

source: branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg @ 7003

Last change on this file since 7003 was 6982, checked in by flavoni, 8 years ago

update SETTE, SAS, AMM12 and namelists to run simplif-2 branch

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