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/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00 – NEMO

source: branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/namelist_cfg @ 6634

Last change on this file since 6634 was 6634, checked in by rfurner, 8 years ago

updates to outputting, and namelist

File size: 26.6 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      =  "AMMSURGE"  !  experience name
8   nn_it000    =       1   !  first time step
9   nn_itend    =   52560   !  last  time step (std 1 day = 144)
10   nn_date0    =  20130101 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
11   nn_time0    =       0   !  initial time of day in hhmm
12   nn_leapy    =       1   !  Leap year calendar (1) or not (0)
13   ln_rstart   =  .false.  !  start from rest (F) or from a restart file (T)
14   nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=.true.
15   cn_ocerst_in   = "ammsurge_restart_oce"   !  suffix of ocean restart name (input)
16   cn_ocerst_out  = "restart_oce_out"   !  suffix of ocean restart name (input)
17   nn_istate   =       0   !  output the initial state (1) or not (0)
18   nn_stock    =   52560   !  frequency of creation of a restart file (modulo referenced to 1)
19   nn_write    =   52560   !  frequency of write in the output file   (modulo referenced to nit000)
20/
21!-----------------------------------------------------------------------
22&namcfg        !   parameters of the configuration
23!-----------------------------------------------------------------------
24   cp_cfg      =  "amm"                !  name of the configuration
25   jp_cfg      =     011               !  resolution of the configuration
26   jpidta      =     297               !  1st lateral dimension ( >= jpi )
27   jpjdta      =     375               !  2nd    "         "    ( >= jpj )
28   jpkdta      =       2               !  number of levels      ( >= jpk )
29   jpiglo      =     297               !  1st dimension of global domain --> i =jpidta
30   jpjglo      =     375               !  2nd    -                  -    --> j  =jpjdta
31   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
32   jpjzoom     =       1               !  in data domain indices
33   jperio      =       0               !  lateral cond. type (between 0 and 6)
34/
35!-----------------------------------------------------------------------
36&namzgr        !   vertical coordinate
37!-----------------------------------------------------------------------
38   ln_zps      = .false.   !  z-coordinate - partial steps   (T/F)
39   ln_sco      = .true.    !  s- or hybrid z-s-coordinate    (T/F)
40/
41!-----------------------------------------------------------------------
42&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
43!-----------------------------------------------------------------------
44   rn_sbot_min =    6.0    !  minimum depth of s-bottom surface (>0) (m)
45   rn_hc       =    0.0    !  critical depth for transition to stretched coordinates
46   rn_rmax     =    1.0    !  maximum cut-off r-value allowed (0<r_max<1)
47   rn_theta    =    0.0    !  surface control parameter (0<=theta<=20)
48/
49!-----------------------------------------------------------------------
50&namdom        !   space and time domain (bathymetry, mesh, timestep)
51!-----------------------------------------------------------------------
52   rn_rdt      =   450.    !  time step for the dynamics (and tracer if nn_acc=0)
53   rn_rdtmin   =   600.          !  minimum time step on tracers (used if nn_acc=1)
54   rn_rdtmax   =   600.          !  maximum time step on tracers (used if nn_acc=1)
55   rn_rdth     =   600.          !  depth variation of tracer time step  (used if nn_acc=1)
56   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
57   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
58   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
59   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
60   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
61   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
62   ppsur       =  999999.0             !  ORCA r4, r2 and r05 coefficients
63   ppa0        =  999999.0             ! (default coefficients)
64   ppa1        =  999999.0             !
65   ppkth       =      23.563           !
66   ppacr       =       9.0             !
67   ppdzmin     =       6.0             !  Minimum vertical spacing
68   pphmax      =    5720.              !  Maximum depth
69   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
70   ppa2        =  999999.              !  Double tanh function parameters
71   ppkth2      =  999999.              !
72   ppacr2      =  999999.
73/
74!-----------------------------------------------------------------------
75&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
76!-----------------------------------------------------------------------
77   ln_bt_nn_auto =    .true.           !  Set nn_baro automatically to be just below
78                                       !  a user defined maximum courant number (rn_bt_cmax)
79   nn_baro       =    30               !  Number of iterations of barotropic mode
80/
81!-----------------------------------------------------------------------
82&namcrs        !   Grid coarsening for dynamics output and/or
83               !   passive tracer coarsened online simulations
84!-----------------------------------------------------------------------
85/
86!-----------------------------------------------------------------------
87&namtsd    !   data : Temperature  & Salinity
88!-----------------------------------------------------------------------
89   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
90   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
91/
92!-----------------------------------------------------------------------
93&namsbc        !   Surface Boundary Condition (surface module)
94!-----------------------------------------------------------------------
95   nn_fsbc     = 1         !  frequency of surface boundary condition computation
96                           !     (also = the frequency of sea-ice model call)
97   ln_sbcsurge = .true.    !  flux formulation       (T => fill namsbc_flx )
98   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)
99   ln_apr_dyn  = .true.    !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr )
100   nn_ice      = 0         !  =0 no ice boundary condition   ,
101   ln_rnf      = .false.   !  Runoffs                                   (T => fill namsbc_rnf)
102   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
103   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
104/
105!-----------------------------------------------------------------------
106&namsbc_ana    !   analytical surface boundary condition
107!-----------------------------------------------------------------------
108   rn_utau0    =   0.0     !  uniform value for the i-stress
109/
110!-----------------------------------------------------------------------
111&namsbc_flx    !   surface boundary condition : flux formulation
112!-----------------------------------------------------------------------
113/
114!-----------------------------------------------------------------------
115&namsbc_clio   !   namsbc_clio  CLIO bulk formulae
116!-----------------------------------------------------------------------
117/
118!-----------------------------------------------------------------------
119&namsbc_core   !   namsbc_core  CORE bulk formulae
120!-----------------------------------------------------------------------
121!              !  file name              ! frequency (hours)! variable  ! time interp. !  clim  ! 'yearly'/ !          weights             ! rotation !
122!              !                         !  (if <0  months) !   name    !   (logical)  !  (T/F) ! 'monthly' !          filename            ! pairing  !
123   sn_wndi     = 'CUT_ERAI_INCLUDE_MSLP' ,       3          , 'U10'     ,   .true.     ,.false. ,  'daily'  ,'weights_erai_amm7_bicubic.nc',    ''    ,'CUT_ERAI_LSM.nc'
124   sn_wndj     = 'CUT_ERAI_INCLUDE_MSLP' ,       3          , 'V10'     ,   .true.     ,.false. ,  'daily'  ,'weights_erai_amm7_bicubic.nc',    ''    ,'CUT_ERAI_LSM.nc'
125   sn_qsr      = 'CUT_ERAI_INCLUDE_MSLP' ,       3          , 'SSRD'    ,   .true.     ,.false. ,  'daily'  ,'weights_erai_amm7_bicubic.nc',    ''    ,'CUT_ERAI_LSM.nc'
126   sn_qlw      = 'CUT_ERAI_INCLUDE_MSLP' ,       3          , 'STRD'    ,   .true.     ,.false. ,  'daily'  ,'weights_erai_amm7_bicubic.nc',    ''    ,'CUT_ERAI_LSM.nc'
127   sn_tair     = 'CUT_ERAI_INCLUDE_MSLP' ,       3          , 'T2'      ,   .true.     ,.false. ,  'daily'  ,'weights_erai_amm7_bicubic.nc',    ''    ,'CUT_ERAI_LSM.nc'
128   sn_humi     = 'CUT_ERAI_INCLUDE_MSLP' ,       3          , 'Q2'      ,   .true.     ,.false. ,  'daily'  ,'weights_erai_amm7_bicubic.nc',    ''    ,'CUT_ERAI_LSM.nc'
129   sn_prec     = 'CUT_ERAI_INCLUDE_MSLP' ,       3          , 'TP'      ,   .true.     ,.false. ,  'daily'  ,'weights_erai_amm7_bicubic.nc',    ''    ,'CUT_ERAI_LSM.nc'
130   sn_snow     = 'CUT_ERAI_INCLUDE_MSLP' ,       3          , 'SF'      ,   .true.     ,.false. ,  'daily'  ,'weights_erai_amm7_bicubic.nc',    ''    ,'CUT_ERAI_LSM.nc'
131
132   cn_dir      = './fluxes'!  root directory for the location of the bulk files
133   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data
134   rn_zqt      = 2.
135   rn_zu       = 10.
136   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow)
137   rn_vfac     = 1.
138/
139!-----------------------------------------------------------------------
140&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae
141!-----------------------------------------------------------------------
142/
143!-----------------------------------------------------------------------
144&namsbc_surge  !   namsbc_surge   surge model fluxes
145!-----------------------------------------------------------------------
146!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
147!              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
148   sn_wndi     = 'windspd_u_amm7'              ,       1           ,'10mwind_u',   .true.     , .false. , 'daily'  ,'' , ''
149   sn_wndj     = 'windspd_v_amm7'              ,       1           ,'10mwind_v',   .true.     , .false. , 'daily'  ,'' , ''
150   cn_dir      = './fluxes/'          !  root directory for the location of the bulk files
151   rn_vfac     = 1.                   !  multiplicative factor for ocean/ice velocity
152                                      !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds)
153   rn_charn_const = 0.0275
154/
155!-----------------------------------------------------------------------
156&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled")
157!-----------------------------------------------------------------------
158/
159!-----------------------------------------------------------------------
160&namtra_qsr    !   penetrative solar radiation
161!-----------------------------------------------------------------------
162   ln_traqsr   = .false.   !  Light penetration (T) or not (F)
163   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
164/
165!-----------------------------------------------------------------------
166&namsbc_rnf    !   runoffs namelist surface boundary condition
167!-----------------------------------------------------------------------
168/
169!-----------------------------------------------------------------------
170&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
171!-----------------------------------------------------------------------
172!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
173!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
174   sn_apr= 'pressure_amm7',        3         ,   'p_msl' ,    .true.    , .false., 'daily'   ,  ''      ,   ''     ,  ''
175   cn_dir      = './fluxes/'!  root directory for the location of the bulk files
176   rn_pref     = 101200.    !  reference atmospheric pressure   [N/m2]/
177   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F)
178   ln_apr_obc  = .true.     !  inverse barometer added to OBC ssh data
179/
180!-----------------------------------------------------------------------
181&namsbc_ssr    !   surface boundary condition : sea surface restoring
182!-----------------------------------------------------------------------
183/
184!-----------------------------------------------------------------------
185&namsbc_alb    !   albedo parameters
186!-----------------------------------------------------------------------
187/
188!-----------------------------------------------------------------------
189&namberg       !   iceberg parameters
190!-----------------------------------------------------------------------
191/
192!-----------------------------------------------------------------------
193&namlbc        !   lateral momentum boundary condition
194!-----------------------------------------------------------------------
195   rn_shlat    =     0     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
196                           !  free slip  !   partial slip  !   no slip   ! strong slip
197/
198!-----------------------------------------------------------------------
199&namcla        !   cross land advection
200!-----------------------------------------------------------------------
201/
202!-----------------------------------------------------------------------
203&namobc        !   open boundaries parameters                           ("key_obc")
204!-----------------------------------------------------------------------
205/
206!-----------------------------------------------------------------------
207&namagrif      !  AGRIF zoom                                            ("key_agrif")
208!-----------------------------------------------------------------------
209/
210!-----------------------------------------------------------------------
211&nam_tide      !   tide parameters (#ifdef key_tide)
212!-----------------------------------------------------------------------
213   clname(1)     =   'Q1'   !  name of constituent
214   clname(2)     =   'O1'
215   clname(3)     =   'P1'
216   clname(4)     =   'K1'
217   clname(5)     =   '2N2'
218   clname(6)     =   'MU2'
219   clname(7)     =   'N2'
220   clname(8)     =   'NU2'
221   clname(9)     =   'M2'
222   clname(10)    =   'L2'
223   clname(11)    =   'T2'
224   clname(12)    =   'S2'
225   clname(13)    =   'K2'
226   clname(14)    =   'M4'
227   clname(15)    =   '2MK6'
228   clname(16)    =   '2MS6'
229   clname(17)    =   '2SM2'
230   clname(18)    =   '3M2S2'
231   clname(19)    =   'Lam2'
232   clname(20)    =   'M6'
233   clname(21)    =   'MK3'
234   clname(22)    =   'MN4'
235   clname(23)    =   'MNS2'
236   clname(24)    =   'MO3'
237   clname(25)    =   'MS4'
238   clname(26)    =   'MSN2'
239/
240!-----------------------------------------------------------------------
241&nambdy        !  unstructured open boundaries                          ("key_bdy")
242!-----------------------------------------------------------------------
243   nb_bdy         = 1                    !  number of open boundary sets
244   cn_dyn2d       = 'flather'            !
245   nn_dyn2d_dta   =  2                   !  = 0, bdy data are equal to the initial state
246                                         !  = 1, bdy data are read in 'bdydata   .nc' files
247                                         !  = 2, use tidal harmonic forcing data from files
248                                         !  = 3, use external data AND tidal harmonic forcing
249   cn_tra        =  'frs'                !
250   nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state
251                                         !  = 1, bdy data are read in 'bdydata   .nc' files
252/
253!-----------------------------------------------------------------------
254&nambdy_dta      !  open boundaries - external data           ("key_bdy")
255!-----------------------------------------------------------------------
256/
257!-----------------------------------------------------------------------
258&nambdy_tide     ! tidal forcing at open boundaries
259!-----------------------------------------------------------------------
260   filtide      = 'bdydta/amm7_bdytide_'         !  file name root of tidal forcing files
261   ln_bdytide_2ddta = .true.
262/
263!-----------------------------------------------------------------------
264&nambfr        !   bottom friction
265!-----------------------------------------------------------------------
266   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
267                           !                              = 2 : nonlinear friction
268   rn_bfri2    =    2.4e-3 !  bottom drag coefficient (non linear case)
269   rn_bfeb2    =    0.0e0  !  bottom turbulent kinetic energy background  (m2/s2)
270   ln_loglayer =   .false. !  loglayer bottom friction (only effect when nn_bfr = 2)
271   rn_bfrz0    =    0.003  !  bottom roughness (only effect when ln_loglayer = .true.)
272/
273!-----------------------------------------------------------------------
274&nambbc        !   bottom temperature boundary condition
275!-----------------------------------------------------------------------
276   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
277/
278!-----------------------------------------------------------------------
279&nambbl        !   bottom boundary layer scheme
280!-----------------------------------------------------------------------
281   nn_bbl_ldf  =  0      !  diffusive bbl (=1)   or not (=0)
282/
283!-----------------------------------------------------------------------
284&nameos        !   ocean physical parameters
285!-----------------------------------------------------------------------
286/
287!-----------------------------------------------------------------------
288&namtra_adv    !   advection scheme for tracer
289!-----------------------------------------------------------------------
290/
291!-----------------------------------------------------------------------
292&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
293!-----------------------------------------------------------------------
294/
295!----------------------------------------------------------------------------------
296&namtra_ldf    !   lateral diffusion scheme for tracers
297!----------------------------------------------------------------------------------
298/
299!-----------------------------------------------------------------------
300&namtra_dmp    !   tracer: T & S newtonian damping
301!-----------------------------------------------------------------------
302/
303!-----------------------------------------------------------------------
304&namdyn_adv    !   formulation of the momentum advection
305!-----------------------------------------------------------------------
306/
307!-----------------------------------------------------------------------
308&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
309!-----------------------------------------------------------------------
310/
311!-----------------------------------------------------------------------
312&namdyn_hpg    !   Hydrostatic pressure gradient option
313!-----------------------------------------------------------------------
314   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
315   ln_hpg_sco  = .true.    !  s-coordinate (Pressure Jacobian scheme)
316/
317!-----------------------------------------------------------------------
318!namdyn_spg    !   surface pressure gradient   (CPP key only)
319!-----------------------------------------------------------------------
320!                          !  explicit free surface                     ("key_dynspg_exp")
321!                          !  filtered free surface                     ("key_dynspg_flt")
322!                          !  split-explicit free surface               ("key_dynspg_ts")
323
324!-----------------------------------------------------------------------
325&namdyn_ldf    !   lateral diffusion on momentum
326!-----------------------------------------------------------------------
327   !                       !  Type of the operator :
328   ln_dynldf_bilap  =  .true.   !  bilaplacian operator
329   ln_dynldf_lap    =  .false.  !  bilaplacian operator
330   !                       !  Direction of action  :
331   ln_dynldf_level  =  .true.   !  iso-level
332   ln_dynldf_hor    =  .false.  !  horizontal (geopotential)            (require "key_ldfslp" in s-coord.)
333                           !  Coefficient
334   rn_ahm_0_lap     = 60.0      !  horizontal laplacian eddy viscosity   [m2/s]
335   rn_ahm_0_blp     = -1.0e+9   !  horizontal bilaplacian eddy viscosity [m4/s]
336/
337!-----------------------------------------------------------------------
338&namzdf        !   vertical physics
339!-----------------------------------------------------------------------
340   rn_avm0     =   0.1e-6  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst")
341   rn_avt0     =   0.1e-6  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst")
342   ln_zdfevd   = .false.   !  enhanced vertical diffusion (evd) (T) or not (F)
343   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
344/
345!-----------------------------------------------------------------------
346&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
347!-----------------------------------------------------------------------
348/
349!-----------------------------------------------------------------------
350&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
351!-----------------------------------------------------------------------
352/
353!------------------------------------------------------------------------
354&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally:
355!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb")
356/
357!-----------------------------------------------------------------------
358&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
359!-----------------------------------------------------------------------
360/
361!-----------------------------------------------------------------------
362&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
363!-----------------------------------------------------------------------
364/
365!-----------------------------------------------------------------------
366&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
367!-----------------------------------------------------------------------
368/
369!-----------------------------------------------------------------------
370&namsol        !   elliptic solver / island / free surface
371!-----------------------------------------------------------------------
372/
373!-----------------------------------------------------------------------
374&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
375!-----------------------------------------------------------------------
376/
377!-----------------------------------------------------------------------
378&namctl        !   Control prints & Benchmark
379!-----------------------------------------------------------------------
380/
381!-----------------------------------------------------------------------
382&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
383!-----------------------------------------------------------------------
384/
385!-----------------------------------------------------------------------
386&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
387!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
388!-----------------------------------------------------------------------
389/
390!-----------------------------------------------------------------------
391&namflo       !   float parameters                                      ("key_float")
392!-----------------------------------------------------------------------
393/
394!-----------------------------------------------------------------------
395&namptr       !   Poleward Transport Diagnostic
396!-----------------------------------------------------------------------
397/
398!-----------------------------------------------------------------------
399&namhsb       !  Heat and salt budgets
400!-----------------------------------------------------------------------
401/
402!-----------------------------------------------------------------------
403&nam_diaharm   !   Harmonic analysis of tidal constituents ('key_diaharm')
404!-----------------------------------------------------------------------
405    nit000_han = 52560     ! First time step used for harmonic analysis
406    nitend_han =105120     ! Last time step used for harmonic analysis
407    nstep_han  = 1         ! Time step frequency for harmonic analysis
408    tname(1)   = 'M2'      ! Name of tidal constituents
409    tname(2)   = 'S2'
410/
411!-----------------------------------------------------------------------
412&namdct        ! transports through sections
413!-----------------------------------------------------------------------
414/
415!-----------------------------------------------------------------------
416&namobs       !  observation usage switch                               ('key_diaobs')
417!-----------------------------------------------------------------------
418/
419!-----------------------------------------------------------------------
420&nam_asminc   !   assimilation increments                               ('key_asminc')
421!-----------------------------------------------------------------------
422/
423!-----------------------------------------------------------------------
424&namsbc_wave   ! External fields from wave model
425!-----------------------------------------------------------------------
426/
427!-----------------------------------------------------------------------
428&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
429!-----------------------------------------------------------------------
430/
431!-----------------------------------------------------------------------
432&namwad       !   Wetting and Drying namelist
433!-----------------------------------------------------------------------
434   ln_wd = .false.   !: key to turn on/off wetting/drying (T: on, F: off)
435   rn_wdmin1=0.1     !: minimum water depth on dried cells
436   rn_wdmin2 = 0.01  !: tolerrance of minimum water depth on dried cells
437   rn_wdld   = 20.0  !: land elevation below which wetting/drying will be considered
438   nn_wdit   =   10  !: maximum number of iteration for W/D limiter
439/
Note: See TracBrowser for help on using the repository browser.