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_merge_2016/NEMOGCM/CONFIG/WAD_TEST_CASES/EXP00 – NEMO

source: branches/2016/dev_merge_2016/NEMOGCM/CONFIG/WAD_TEST_CASES/EXP00/namelist_cfg @ 7547

Last change on this file since 7547 was 7547, checked in by acc, 8 years ago

Branch dev_merge_2016. Added WAD documentation (temporary location) and tidied WAD_TEST_CASES module usrdef_nam.F90

File size: 27.0 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namusr_def
7!-----------------------------------------------------------------------
8   rn_dx = 1000.0
9   rn_dz = 1.0
10   nn_wad_test = 1
11/
12!-----------------------------------------------------------------------
13&namrun        !   parameters of the run
14!-----------------------------------------------------------------------
15   cn_exp      =  "WAD"    !  experience name
16   nn_it000    =       1   !  first time step
17   nn_itend    =      3840  !  last  time step
18   !nn_itend    =         6  !  last  time step
19   nn_leapy    =      30   !  Leap year calendar (1) or not (0)
20   nn_stock    =    48000  !  frequency of creation of a restart file (modulo referenced to 1)
21
22   ln_clobber  = .true.    !  clobber (overwrite) an existing file
23   nn_istate   =       0   !  output the initial state (1) or not (0)
24
25/
26!-----------------------------------------------------------------------
27&namcfg     !   parameters of the configuration
28!-----------------------------------------------------------------------
29   ln_read_cfg = .false.   !  (=T) read the domain configuration file
30      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
31   ln_write_cfg= .true.    !  (=T) create the domain configuration file
32/
33!-----------------------------------------------------------------------
34&namzgr        !   vertical coordinate
35!-----------------------------------------------------------------------
36   ln_zps      = .false.   !  z-coordinate - partial steps
37   ln_sco      = .true.    !  s-coordinate
38/
39!-----------------------------------------------------------------------
40&namdom        !   space and time domain (bathymetry, mesh, timestep)
41!-----------------------------------------------------------------------
42   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
43   !
44   nn_msh      =    1      !  create (>0) a mesh file or not (=0)
45   rn_rdt      =    18.    !  time step for the dynamics
46/
47!-----------------------------------------------------------------------
48&namcrs        !   Grid coarsening for dynamics output and/or
49               !   passive tracer coarsened online simulations
50!-----------------------------------------------------------------------
51/
52!-----------------------------------------------------------------------
53&namtsd    !   data : Temperature  & Salinity
54!-----------------------------------------------------------------------
55   cn_dir        = './'      !  root directory for the location of the runoff files
56   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
57   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
58/
59!-----------------------------------------------------------------------
60&namsbc        !   Surface Boundary Condition (surface module)
61!-----------------------------------------------------------------------
62   nn_fsbc     = 1         !  frequency of surface boundary condition computation
63   !                       !     (also = the frequency of sea-ice model call)
64   ln_usr      = .true.    !  analytical formulation                    (T => fill namsbc_ana )
65   ln_blk      = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)
66   nn_ice      = 0         !  =0 no ice boundary condition   ,
67   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
68   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
69   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
70/
71!-----------------------------------------------------------------------
72&namsbc_ana    !   analytical surface boundary condition
73!-----------------------------------------------------------------------
74   nn_tau000   =   100     !  gently increase the stress over the first ntau_rst time-steps
75   rn_utau0    =   0.0e0   !  uniform value for the i-stress
76/
77!-----------------------------------------------------------------------
78&namsbc_flx    !   surface boundary condition : flux formulation
79!-----------------------------------------------------------------------
80/
81!-----------------------------------------------------------------------
82&namsbc_clio   !   namsbc_clio  CLIO bulk formulae
83!-----------------------------------------------------------------------
84/
85!-----------------------------------------------------------------------
86&namsbc_core   !   namsbc_core  CORE bulk formulae
87!-----------------------------------------------------------------------
88/
89!-----------------------------------------------------------------------
90&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae
91!-----------------------------------------------------------------------
92/
93!-----------------------------------------------------------------------
94&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
95!-----------------------------------------------------------------------
96/
97!-----------------------------------------------------------------------
98&namtra_qsr    !   penetrative solar radiation
99!-----------------------------------------------------------------------
100   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
101   ln_qsr_2bd  = .true.    !  2 bands              light penetration
102   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
103/
104!-----------------------------------------------------------------------
105&namsbc_rnf    !   runoffs namelist surface boundary condition
106!-----------------------------------------------------------------------
107   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
108/
109!-----------------------------------------------------------------------
110&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
111!-----------------------------------------------------------------------
112/
113!-----------------------------------------------------------------------
114&namsbc_ssr    !   surface boundary condition : sea surface restoring
115!-----------------------------------------------------------------------
116   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2)
117   rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day]
118   ln_sssr_bnd =   .false. !  flag to bound erp term (associated with nn_sssr=2)
119/
120!-----------------------------------------------------------------------
121&namsbc_alb    !   albedo parameters
122!-----------------------------------------------------------------------
123/
124!-----------------------------------------------------------------------
125&namberg       !   iceberg parameters
126!-----------------------------------------------------------------------
127/
128!-----------------------------------------------------------------------
129&namlbc        !   lateral momentum boundary condition
130!-----------------------------------------------------------------------
131   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
132/
133!-----------------------------------------------------------------------
134&namagrif      !  AGRIF zoom                                            ("key_agrif")
135!-----------------------------------------------------------------------
136/
137!-----------------------------------------------------------------------
138&nam_tide      !    tide parameters (#ifdef key_tide)
139!-----------------------------------------------------------------------
140/
141!-----------------------------------------------------------------------
142&nambdy        !  unstructured open boundaries
143!-----------------------------------------------------------------------
144    ln_bdy         = .true.             
145    nb_bdy         = 0                    !  number of open boundary sets
146    ln_coords_file = .false.              !  =T : read bdy coordinates from file
147    cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files
148    ln_mask_file   = .false.              !  =T : read mask from file
149    cn_mask_file   = ''                   !  name of mask file (if ln_mask_file=.TRUE.)
150    cn_dyn2d       = 'flather'            !
151    nn_dyn2d_dta   =  1                   !  = 0, bdy data are equal to the initial state
152                                          !  = 1, bdy data are read in 'bdydata   .nc' files
153                                          !  = 2, use tidal harmonic forcing data from files
154                                          !  = 3, use external data AND tidal harmonic forcing
155    cn_dyn3d      =  'none'               !
156    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state
157                                          !  = 1, bdy data are read in 'bdydata   .nc' files
158    cn_tra        =  'frs'                !
159    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state
160                                          !  = 1, bdy data are read in 'bdydata   .nc' files
161    cn_ice_lim      =  'none'             !
162    nn_ice_lim_dta  =  0                  !  = 0, bdy data are equal to the initial state
163                                          !  = 1, bdy data are read in 'bdydata   .nc' files
164    rn_ice_tem      = 270.                !  lim3 only: arbitrary temperature of incoming sea ice
165    rn_ice_sal      = 10.                 !  lim3 only:      --   salinity           --
166    rn_ice_age      = 30.                 !  lim3 only:      --   age                --
167
168    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers
169    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities
170    rn_time_dmp   =  1.                   ! Damping time scale in days
171    rn_time_dmp_out =  1.                 ! Outflow damping time scale
172    nn_rimwidth   = 10                    !  width of the relaxation zone
173    ln_vol        = .false.               !  total volume correction (see nn_volctl parameter)
174    nn_volctl     = 1                     !  = 0, the total water flux across open boundaries is zero
175/
176!-----------------------------------------------------------------------
177&nambdy_index
178!-----------------------------------------------------------------------
179    ctypebdy = 'E'
180    nbdyind  = 49
181    nbdybeg  = 1
182    nbdyend  = 34
183    !ctypebdy = 'W'
184    !nbdyind  = 2
185    !nbdybeg  = 1
186    !nbdyend  = 34
187/
188!-----------------------------------------------------------------------
189&nambdy_dta      !  open boundaries - external data
190!-----------------------------------------------------------------------
191!              !  file name      ! frequency (hours) ! variable  ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
192!              !                 !  (if <0  months)  !   name    !  (logical)   !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      !
193   bn_ssh =     'bdyssh_2.5_slow_stop' ,         1        , 'sshbdy',       .true.   , .true.  ,  'daily'  ,    ''    ,   ''     , ''
194   bn_u2d =     'bdyuv_2.5_slow'  ,         1        , 'ubdy'  ,     .true.     , .true.  ,  'daily'  ,    ''    ,   ''     , ''
195   bn_v2d =     'bdyuv_2.5_slow'  ,         1        , 'vbdy'  ,     .true.     , .true.  ,  'daily'  ,    ''    ,   ''     , ''
196!   bn_u3d  =    'amm12_bdyU_u3d' ,         24        , 'vozocrtx',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , ''
197!   bn_v3d  =    'amm12_bdyV_u3d' ,         24        , 'vomecrty',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , ''
198!   bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , ''
199!   bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , ''
200   cn_dir      =    './'   !  root directory for the location of the bulk files
201   ln_full_vel = .false.        !
202/
203!-----------------------------------------------------------------------
204&nambdy_tide     ! tidal forcing at open boundaries
205!-----------------------------------------------------------------------
206/
207!-----------------------------------------------------------------------
208&nambfr        !   bottom friction
209!-----------------------------------------------------------------------
210   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
211   !rn_bfri2    =    1.e-5  !  bottom drag coefficient (non linear case). Minimum coeft if ln_loglayer=T
212   !rn_bfri2_max =   1.e-4  !  max. bottom drag coefficient (non linear case and ln_loglayer=T)
213   rn_bfri2    =    1.e-5  !  bottom drag coefficient (non linear case). Minimum coeft if ln_loglayer=T
214   rn_bfri2_max =   1.e-4  !  max. bottom drag coefficient (non linear case and ln_loglayer=T)
215   !rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2)
216   !rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T
217   ln_loglayer = .true.    !  logarithmic formulation (non linear case)
218/
219!-----------------------------------------------------------------------
220&nambbc        !   bottom temperature boundary condition
221!-----------------------------------------------------------------------
222   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
223   nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux
224/
225!-----------------------------------------------------------------------
226&nambbl        !   bottom boundary layer scheme
227!-----------------------------------------------------------------------
228/
229!-----------------------------------------------------------------------
230&nameos        !   ocean physical parameters
231!-----------------------------------------------------------------------
232   ln_teos10   = .false.         !  = Use TEOS-10 equation of state
233   ln_eos80    = .false.         !  = Use EOS80 equation of state
234   ln_seos     = .true.          !  = Use simplified equation of state (S-EOS)
235                                 !
236   !                     ! S-EOS coefficients (ln_seos=T):
237   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
238   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1)
239   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1)
240   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos)
241   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos)
242   rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos)
243   rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos)
244   rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos)
245!!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2)
246!!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2)
247!!org  caution  now a0 = alpha / rau0   with rau0 = 1026
248/
249!-----------------------------------------------------------------------
250&namtra_adv    !   advection scheme for tracer
251!-----------------------------------------------------------------------
252   ln_traadv_cen =  .false.  !  2nd order centered scheme
253   ln_traadv_mus =  .false.  !  MUSCL scheme
254   ln_traadv_fct =  .true.   !  FCT scheme
255      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
256      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
257      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
258      !                             !        (number of sub-timestep = nn_fct_zts)
259/
260!-----------------------------------------------------------------------
261&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
262!-----------------------------------------------------------------------
263/
264!----------------------------------------------------------------------------------
265&namtra_ldf    !   lateral diffusion scheme for tracers
266!----------------------------------------------------------------------------------
267   !                       !  Operator type:
268   ln_traldf_lap   =  .true.   !    laplacian operator
269   ln_traldf_blp   =  .false.  !  bilaplacian operator
270   !                       !  Direction of action:
271   ln_traldf_lev   =  .false.  !  iso-level
272   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
273   ln_traldf_iso   =  .true.   !  iso-neutral
274   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads
275   !
276   !                       !  iso-neutral options:       
277   ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators)
278   rn_slpmax       =   0.01    !  slope limit                      (both operators)
279   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only)
280   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
281   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only)
282   !
283   !                       !  Coefficients:
284   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
285   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
286   !                                !   =  0           constant
287   !                                !   = 10 F(k)      =ldf_c1d
288   !                                !   = 20 F(i,j)    =ldf_c2d
289   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
290   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
291   !                                !   = 31 F(i,j,k,t)=F(local velocity)
292   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
293   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
294/
295!----------------------------------------------------------------------------------
296&namtra_ldfeiv !   eddy induced velocity param.
297!----------------------------------------------------------------------------------
298   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
299/
300!-----------------------------------------------------------------------
301&namtra_dmp    !   tracer: T & S newtonian damping
302!-----------------------------------------------------------------------
303   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
304/
305!-----------------------------------------------------------------------
306&namdyn_adv    !   formulation of the momentum advection
307!-----------------------------------------------------------------------
308/
309!-----------------------------------------------------------------------
310&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
311!-----------------------------------------------------------------------
312   ln_dynvor_ene = .false. !  enstrophy conserving scheme
313   ln_dynvor_ens = .false. !  energy conserving scheme
314   ln_dynvor_mix = .false. !  mixed scheme
315   ln_dynvor_een = .true.  !  energy & enstrophy scheme
316      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
317/
318!-----------------------------------------------------------------------
319&namdyn_hpg    !   Hydrostatic pressure gradient option
320!-----------------------------------------------------------------------
321   ln_hpg_zco  = .false.   !  z-coordinate - full steps
322   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
323   ln_hpg_sco  = .true.    !  s-coordinate
324/
325!-----------------------------------------------------------------------
326&namdyn_spg    !   surface pressure gradient
327!-----------------------------------------------------------------------
328   ln_dynspg_ts  = .true.  !  split-explicit free surface
329   ln_bt_auto    = .false. ! Number of sub-step defined from:
330   nn_baro       =  12     ! =F : the number of sub-step in rn_rdt seconds
331/
332!-----------------------------------------------------------------------
333&namdyn_ldf    !   lateral diffusion on momentum
334!-----------------------------------------------------------------------
335   !                       !  Type of the operator :
336   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
337   ln_dynldf_lap =  .true.     !    laplacian operator
338   ln_dynldf_blp =  .false.    !  bilaplacian operator
339   !                       !  Direction of action  :
340   ln_dynldf_lev =  .true.     !  iso-level
341   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
342   ln_dynldf_iso =  .false.    !  iso-neutral
343   !                       !  Coefficient
344   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
345   !                                !  =-30  read in eddy_viscosity_3D.nc file
346   !                                !  =-20  read in eddy_viscosity_2D.nc file
347   !                                !  =  0  constant
348   !                                !  = 10  F(k)=c1d
349   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
350   !                                !  = 30  F(i,j,k)=c2d*c1d
351   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
352   rn_ahm_0      = 1000.        !  horizontal laplacian eddy viscosity   [m2/s]
353   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
354   rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s]
355/
356!-----------------------------------------------------------------------
357&namzdf        !   vertical physics
358!-----------------------------------------------------------------------
359   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
360/
361!-----------------------------------------------------------------------
362&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
363!-----------------------------------------------------------------------
364/
365!-----------------------------------------------------------------------
366&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
367!-----------------------------------------------------------------------
368   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
369/
370!-----------------------------------------------------------------------
371&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
372!-----------------------------------------------------------------------
373/
374!-----------------------------------------------------------------------
375&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
376!-----------------------------------------------------------------------
377/
378!-----------------------------------------------------------------------
379&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
380!-----------------------------------------------------------------------
381   ln_tmx_itf  = .false.   !  ITF specific parameterisation
382/
383!-----------------------------------------------------------------------
384&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
385!-----------------------------------------------------------------------
386/
387!-----------------------------------------------------------------------
388&namctl        !   Control prints & Benchmark
389!-----------------------------------------------------------------------
390/
391!-----------------------------------------------------------------------
392&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
393!-----------------------------------------------------------------------
394/
395!-----------------------------------------------------------------------
396&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
397!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
398!-----------------------------------------------------------------------
399   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE
400   ln_dyn_trd  = .false.   ! (T) 3D momentum trend output
401   ln_dyn_mxl  = .FALSE.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet)
402   ln_vor_trd  = .FALSE.   ! (T) 2D barotropic vorticity trends (not coded yet)
403   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends
404   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends
405   ln_tra_trd  = .false.    ! (T) 3D tracer trend output
406   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet)
407   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step)
408/
409!!gm   nn_ctls     =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk)
410!!gm   rn_ucf      =   1.      !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
411!!gm   cn_trdrst_in      = "restart_mld"   ! suffix of ocean restart name (input)
412!!gm   cn_trdrst_out     = "restart_mld"   ! suffix of ocean restart name (output)
413!!gm   ln_trdmld_restart = .false.         !  restart for ML diagnostics
414!!gm   ln_trdmld_instant = .false.         !  flag to diagnose trends of instantantaneous or mean ML T/S
415!!gm
416!-----------------------------------------------------------------------
417&namflo       !   float parameters                                      ("key_float")
418!-----------------------------------------------------------------------
419/
420!-----------------------------------------------------------------------
421&namptr       !   Poleward Transport Diagnostic
422!-----------------------------------------------------------------------
423/
424!-----------------------------------------------------------------------
425&namhsb       !  Heat and salt budgets
426!-----------------------------------------------------------------------
427/
428!-----------------------------------------------------------------------
429&namdct        ! transports through sections
430!-----------------------------------------------------------------------
431    nn_dct      = 60       !  time step frequency for transports computing
432    nn_dctwri   = 60       !  time step frequency for transports writing
433    nn_secdebug = 0        !      0 : no section to debug
434/
435!-----------------------------------------------------------------------
436&namobs       !  observation usage switch                               ('key_diaobs')
437!-----------------------------------------------------------------------
438/
439!-----------------------------------------------------------------------
440&nam_asminc   !   assimilation increments                               ('key_asminc')
441!-----------------------------------------------------------------------
442/
443!-----------------------------------------------------------------------
444&namsbc_wave   ! External fields from wave model
445!-----------------------------------------------------------------------
446/
447!-----------------------------------------------------------------------
448&namwad  !   Wetting and drying
449!-----------------------------------------------------------------------
450   ln_wd             = .true.   ! T/F activation of wetting and drying
451   rn_wdmin1         =  0.35    ! Minimum wet depth on dried cells
452   rn_wdmin2         =  0.0001  ! Tolerance of min wet depth on dried cells
453   rn_wdld           =  2.5     ! Land elevation below which wetting/drying is allowed
454   nn_wdit           =  50      ! Max iterations for W/D limiter
455/
Note: See TracBrowser for help on using the repository browser.