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/ROMS_WAD_7832/NEMOGCM/CONFIG/TEST_CASES/WAD/EXP00 – NEMO

source: branches/UKMO/ROMS_WAD_7832/NEMOGCM/CONFIG/TEST_CASES/WAD/EXP00/namelist_cfg @ 8865

Last change on this file since 8865 was 8865, checked in by deazer, 6 years ago

Moving Changes from CS15mini config into NEMO main src
Updating TEST configs to run wit this version of the code
all sette tests pass at this revision other than AGRIF
Includes updates to dynnxt and tranxt required for 3D rives in WAD case to be conservative.

Next commit will update naming conventions and tidy the code.

  • Property svn:mime-type set to text/x-fortran
File size: 26.9 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         = .false.           
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  = 50
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_tc7' ,         1        , 'sshbdy',     .true.     , .true.  ,  'daily'  ,    ''    ,   ''     , ''
194   bn_u2d =     'bdyuv_tc7'  ,         1        , 'ubdy'  ,     .true.     , .true.  ,  'daily'  ,    ''    ,   ''     , ''
195   bn_v2d =     'bdyuv_tc7'  ,         1        , 'vbdy'  ,     .true.     , .true.  ,  'daily'  ,    ''    ,   ''     , ''
196   cn_dir      =    './'   !  root directory for the location of the bulk files
197   ln_full_vel = .false.        !
198/
199!-----------------------------------------------------------------------
200&nambdy_tide     ! tidal forcing at open boundaries
201!-----------------------------------------------------------------------
202/
203!-----------------------------------------------------------------------
204&nambfr        !   bottom friction
205!-----------------------------------------------------------------------
206   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
207   !rn_bfri2    =    1.e-5  !  bottom drag coefficient (non linear case). Minimum coeft if ln_loglayer=T
208   !rn_bfri2_max =   1.e-4  !  max. bottom drag coefficient (non linear case and ln_loglayer=T)
209   rn_bfri2    =    1.e-5  !  bottom drag coefficient (non linear case). Minimum coeft if ln_loglayer=T
210   rn_bfri2_max =   1.e-4  !  max. bottom drag coefficient (non linear case and ln_loglayer=T)
211   !rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2)
212   !rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T
213   ln_loglayer = .true.    !  logarithmic formulation (non linear case)
214/
215!-----------------------------------------------------------------------
216&nambbc        !   bottom temperature boundary condition
217!-----------------------------------------------------------------------
218   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
219   nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux
220/
221!-----------------------------------------------------------------------
222&nambbl        !   bottom boundary layer scheme
223!-----------------------------------------------------------------------
224/
225!-----------------------------------------------------------------------
226&nameos        !   ocean physical parameters
227!-----------------------------------------------------------------------
228   ln_teos10   = .false.         !  = Use TEOS-10 equation of state
229   ln_eos80    = .false.         !  = Use EOS80 equation of state
230   ln_seos     = .true.          !  = Use simplified equation of state (S-EOS)
231                                 !
232   !                     ! S-EOS coefficients (ln_seos=T):
233   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
234   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1)
235   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1)
236   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos)
237   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos)
238   rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos)
239   rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos)
240   rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos)
241!!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2)
242!!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2)
243!!org  caution  now a0 = alpha / rau0   with rau0 = 1026
244/
245!-----------------------------------------------------------------------
246&namtra_adv    !   advection scheme for tracer
247!-----------------------------------------------------------------------
248   ln_traadv_cen =  .false.  !  2nd order centered scheme
249   ln_traadv_mus =  .false.  !  MUSCL scheme
250   ln_traadv_fct =  .true.   !  FCT scheme
251      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
252      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
253      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
254      !                             !        (number of sub-timestep = nn_fct_zts)
255/
256!-----------------------------------------------------------------------
257&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
258!-----------------------------------------------------------------------
259/
260!----------------------------------------------------------------------------------
261&namtra_ldf    !   lateral diffusion scheme for tracers
262!----------------------------------------------------------------------------------
263   !                       !  Operator type:
264   ln_traldf_lap   =  .true.   !    laplacian operator
265   ln_traldf_blp   =  .false.  !  bilaplacian operator
266   !                       !  Direction of action:
267   ln_traldf_lev   =  .false.  !  iso-level
268   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
269   ln_traldf_iso   =  .true.   !  iso-neutral
270   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads
271   !
272   !                       !  iso-neutral options:       
273   ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators)
274   rn_slpmax       =   0.01    !  slope limit                      (both operators)
275   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only)
276   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
277   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only)
278   !
279   !                       !  Coefficients:
280   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
281   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
282   !                                !   =  0           constant
283   !                                !   = 10 F(k)      =ldf_c1d
284   !                                !   = 20 F(i,j)    =ldf_c2d
285   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
286   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
287   !                                !   = 31 F(i,j,k,t)=F(local velocity)
288   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
289   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
290/
291!----------------------------------------------------------------------------------
292&namtra_ldfeiv !   eddy induced velocity param.
293!----------------------------------------------------------------------------------
294   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
295/
296!-----------------------------------------------------------------------
297&namtra_dmp    !   tracer: T & S newtonian damping
298!-----------------------------------------------------------------------
299   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
300/
301!-----------------------------------------------------------------------
302&namdyn_adv    !   formulation of the momentum advection
303!-----------------------------------------------------------------------
304/
305!-----------------------------------------------------------------------
306&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
307!-----------------------------------------------------------------------
308   ln_dynvor_ene = .false. !  enstrophy conserving scheme
309   ln_dynvor_ens = .false. !  energy conserving scheme
310   ln_dynvor_mix = .false. !  mixed scheme
311   ln_dynvor_een = .true.  !  energy & enstrophy scheme
312      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
313/
314!-----------------------------------------------------------------------
315&namdyn_hpg    !   Hydrostatic pressure gradient option
316!-----------------------------------------------------------------------
317   ln_hpg_zco  = .false.   !  z-coordinate - full steps
318   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
319   ln_hpg_sco  = .true.    !  s-coordinate
320/
321!-----------------------------------------------------------------------
322&namdyn_spg    !   surface pressure gradient
323!-----------------------------------------------------------------------
324   ln_dynspg_ts  = .true.  !  split-explicit free surface
325   ln_bt_auto    = .false. ! Number of sub-step defined from:
326   nn_baro       =  12     ! =F : the number of sub-step in rn_rdt seconds
327/
328!-----------------------------------------------------------------------
329&namdyn_ldf    !   lateral diffusion on momentum
330!-----------------------------------------------------------------------
331   !                       !  Type of the operator :
332   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
333   ln_dynldf_lap =  .true.     !    laplacian operator
334   ln_dynldf_blp =  .false.    !  bilaplacian operator
335   !                       !  Direction of action  :
336   ln_dynldf_lev =  .true.     !  iso-level
337   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
338   ln_dynldf_iso =  .false.    !  iso-neutral
339   !                       !  Coefficient
340   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
341   !                                !  =-30  read in eddy_viscosity_3D.nc file
342   !                                !  =-20  read in eddy_viscosity_2D.nc file
343   !                                !  =  0  constant
344   !                                !  = 10  F(k)=c1d
345   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
346   !                                !  = 30  F(i,j,k)=c2d*c1d
347   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
348   rn_ahm_0      = 1000.        !  horizontal laplacian eddy viscosity   [m2/s]
349   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
350   rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s]
351/
352!-----------------------------------------------------------------------
353&namzdf        !   vertical physics
354!-----------------------------------------------------------------------
355   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
356/
357!-----------------------------------------------------------------------
358&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
359!-----------------------------------------------------------------------
360/
361!-----------------------------------------------------------------------
362&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
363!-----------------------------------------------------------------------
364   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
365/
366!-----------------------------------------------------------------------
367&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
368!-----------------------------------------------------------------------
369/
370!-----------------------------------------------------------------------
371&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
372!-----------------------------------------------------------------------
373/
374!-----------------------------------------------------------------------
375&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
376!-----------------------------------------------------------------------
377   ln_tmx_itf  = .false.   !  ITF specific parameterisation
378/
379!-----------------------------------------------------------------------
380&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
381!-----------------------------------------------------------------------
382/
383!-----------------------------------------------------------------------
384&namctl        !   Control prints & Benchmark
385!-----------------------------------------------------------------------
386/
387!-----------------------------------------------------------------------
388&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
389!-----------------------------------------------------------------------
390/
391!-----------------------------------------------------------------------
392&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
393!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
394!-----------------------------------------------------------------------
395   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE
396   ln_dyn_trd  = .false.   ! (T) 3D momentum trend output
397   ln_dyn_mxl  = .FALSE.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet)
398   ln_vor_trd  = .FALSE.   ! (T) 2D barotropic vorticity trends (not coded yet)
399   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends
400   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends
401   ln_tra_trd  = .false.    ! (T) 3D tracer trend output
402   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet)
403   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step)
404/
405!!gm   nn_ctls     =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk)
406!!gm   rn_ucf      =   1.      !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
407!!gm   cn_trdrst_in      = "restart_mld"   ! suffix of ocean restart name (input)
408!!gm   cn_trdrst_out     = "restart_mld"   ! suffix of ocean restart name (output)
409!!gm   ln_trdmld_restart = .false.         !  restart for ML diagnostics
410!!gm   ln_trdmld_instant = .false.         !  flag to diagnose trends of instantantaneous or mean ML T/S
411!!gm
412!-----------------------------------------------------------------------
413&namflo       !   float parameters                                      ("key_float")
414!-----------------------------------------------------------------------
415/
416!-----------------------------------------------------------------------
417&namptr       !   Poleward Transport Diagnostic
418!-----------------------------------------------------------------------
419/
420!-----------------------------------------------------------------------
421&namhsb       !  Heat and salt budgets
422!-----------------------------------------------------------------------
423/
424!-----------------------------------------------------------------------
425&namdct        ! transports through sections
426!-----------------------------------------------------------------------
427    nn_dct      = 60       !  time step frequency for transports computing
428    nn_dctwri   = 60       !  time step frequency for transports writing
429    nn_secdebug = 0        !      0 : no section to debug
430/
431!-----------------------------------------------------------------------
432&namobs       !  observation usage switch                               ('key_diaobs')
433!-----------------------------------------------------------------------
434/
435!-----------------------------------------------------------------------
436&nam_asminc   !   assimilation increments                               ('key_asminc')
437!-----------------------------------------------------------------------
438/
439!-----------------------------------------------------------------------
440&namsbc_wave   ! External fields from wave model
441!-----------------------------------------------------------------------
442/
443!-----------------------------------------------------------------------
444&namwad  !   Wetting and drying
445!-----------------------------------------------------------------------
446   ln_wd             = .false  ! T/F activation of NOC  wetting and drying scheme
447   ln_rwd            = .true.   ! T/F activation of ROMS wetting and drying scheme
448   ln_rwd_bc         = .true.
449   ln_rwd_rmp        = .true.   ! Turn on the limiter
450   ln_wd_diag        = .false.   ! T/F activation of diagnostics for ROMS wd scheme
451   rn_wdmin0         =  0.30     ! Minimum wet depth on dried cells
452   rn_wdmin1         =  0.2     ! Minimum wet depth on dried cells
453   rn_wdmin2         =  0.0001  ! Tolerance of min wet depth on dried cells
454   rn_wdld           =  2.5     ! Land elevation below which wetting/drying is allowed
455   nn_wdit           =   20     ! Max iterations for W/D limiter
456   jn_wd_i           =  22      ! i index of diagnostics
457   jn_wd_j           =   3      ! j index of diagnostics
458 
459/
Note: See TracBrowser for help on using the repository browser.