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_skel_marsaleix in NEMO/branches/2021/dev_r14318_RK3_stage1_tsplit/tests/SEICHE/EXPREF – NEMO

source: NEMO/branches/2021/dev_r14318_RK3_stage1_tsplit/tests/SEICHE/EXPREF/namelist_cfg_skel_marsaleix @ 14597

Last change on this file since 14597 was 14597, checked in by jchanut, 3 years ago

#2634: Implement Marsaleix (2008) and Demange (2019) test case (an external SEICHE over a 2DV stratified ocean and a seamount). One can optionnaly retrieve a standard external or 2 layer internal Seiche with a flat bottom.

File size: 22.2 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!                             SEICHE configuration                   !!
5!!======================================================================
6!!              ***  Domain & Run management namelists  ***           !!
7!!                                                                    !!
8!!   namrun       parameters of the run
9!!   namdom       space and time domain
10!!   namcfg       parameters of the configuration                       (default: user defined GYRE)
11!!   namwad       Wetting and drying                                    (default: OFF)
12!!   namtsd       data: temperature & salinity                          (default: OFF)
13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
14!!   namc1d       1D configuration options                              ("key_c1d")
15!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d")
16!!   namc1d_uvd   1D data (currents)                                    ("key_c1d")
17!!======================================================================
18!
19!-----------------------------------------------------------------------
20&namusr_def    !   User defined :   SEICHE configuration
21!-----------------------------------------------------------------------
22   nn_test     =   2          ! test number
23                                  ! =0, free surface seiche
24                                  ! =1, 2 layer internal seiche
25                                  ! =2, free surface seiche with seamount
26   ln_zco      = .false.      ! z-coordinate
27   ln_zps      = .false.      ! z-partial-step coordinate
28   ln_sco      = .true.       ! s-coordinate
29   rn_nn       = 1.4e-3       ! N (s-1)           (if nn_test=2)
30   rn_dinc     = 5.           ! Density increment (if nn_test=1)
31   rn_a        = 1.           ! sea level or interface  amplitude (m)
32   rn_L        = 4800.        ! Domain length (km)
33   rn_H        = 5000.        ! Domain depth (m)
34   rn_hbump    = 1000.        ! Bump height (m)
35   nn_pts      = NPTS         ! Number of points
36   nn_lev      = NLEV         ! Number of vertical levels
37/
38!
39!-----------------------------------------------------------------------
40&namrun        !   parameters of the run
41!-----------------------------------------------------------------------
42   nn_no       =       0   !  job number (no more used...)
43   cn_exp      =    EXPNAME  !  experience name
44   nn_it000    =       1   !  first time step
45   nn_itend    =     NSTEP  ! here 17h of simulation  (=6120 time-step)
46   nn_istate   =       0   !  output the initial state (1) or not (0)
47   nn_stock    =       0   !  frequency of creation of a restart file (modulo referenced to 1)
48   nn_write    =       0   !  frequency of write in the output file   (modulo referenced to nn_it000)
49/
50!-----------------------------------------------------------------------
51&namcfg        !   parameters of the configuration
52!-----------------------------------------------------------------------
53/
54!-----------------------------------------------------------------------
55&namdom        !   time and space domain
56!-----------------------------------------------------------------------
57   ln_linssh   = .false.  !  =T  linear free surface  ==>>  model level are fixed in time
58   rn_Dt       =   RDT    !  time step for the dynamics (and tracer if nn_acc=0)
59   rn_atfp     =    ASS   !  asselin time filter parameter
60   ln_meshmask = .false.  !  =T create a mesh file
61/
62!-----------------------------------------------------------------------
63&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
64!-----------------------------------------------------------------------
65/
66!!======================================================================
67!!            ***  Surface Boundary Condition namelists  ***          !!
68!!                                                                    !!
69!!   namsbc          surface boundary condition manager                 (default: NO selection)
70!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
71!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
72!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
73!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
74!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
75!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
76!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
77!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
78!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
79!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
80!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
81!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
82!!   namberg         iceberg floats                                     (ln_icebergs=T)
83!!======================================================================
84!
85!-----------------------------------------------------------------------
86&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
87!-----------------------------------------------------------------------
88  nn_fsbc     = 1         !  frequency of surface boundary condition computation
89                          !     (also = the frequency of sea-ice & iceberg model call)
90  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
91  ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
92  nn_ice      = 0         !  =0 no ice boundary condition   
93  ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr )
94  ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
95  ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
96  nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
97/
98!!======================================================================
99!!               ***  Lateral boundary condition  ***                 !!
100!!                                                                    !!
101!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
102!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
103!!   nam_tide      Tidal forcing                                        (default: OFF)
104!!   nambdy        Unstructured open boundaries                         (default: OFF)
105!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
106!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
107!!======================================================================
108!
109!-----------------------------------------------------------------------
110&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
111!-----------------------------------------------------------------------
112   rn_shlat    =    0.     !  free slip
113/
114!!======================================================================
115!!                ***  Top/Bottom boundary condition  ***             !!
116!!                                                                    !!
117!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
118!!   namdrg_top    top    friction                                      (ln_drg_OFF=F & ln_isfcav=T)
119!!   namdrg_bot    bottom friction                                      (ln_drg_OFF=F)
120!!   nambbc        bottom temperature boundary condition                (default: OFF)
121!!   nambbl        bottom boundary layer scheme                         (default: OFF)
122!!======================================================================
123!
124!-----------------------------------------------------------------------
125&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
126!-----------------------------------------------------------------------
127   ln_drg_OFF = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot
128   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top)
129   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U|
130   ln_loglayer = .false.    !  logarithmic drag: Cd = vkarmn/log(z/z0) |U|
131   !
132   ln_drgimp  = .true.     !  implicit top/bottom friction flag
133/
134!!======================================================================
135!!                        Tracer (T-S) namelists                      !!
136!!                                                                    !!
137!!   nameos        equation of state                                    (default: NO selection)
138!!   namtra_adv    advection scheme                                     (default: NO selection)
139!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
140!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
141!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
142!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
143!!======================================================================
144!
145!-----------------------------------------------------------------------
146&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
147!-----------------------------------------------------------------------
148   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS)
149   !                             !  rd(T,S,Z)*rho0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
150   rn_a0       =  0.2         !  thermal expension coefficient (for simplified equation of state)
151   rn_b0       =  0.          !  saline  expension coefficient (for simplified equation of state)
152   rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos)
153   rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos)
154   rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos)
155   rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos)
156   rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos)
157/
158!-----------------------------------------------------------------------
159&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
160!-----------------------------------------------------------------------
161   ln_traadv_cen = .false. !  2nd order centered scheme
162      nn_cen_h   =  2            !  =2/4, horizontal 2nd order CEN / 4th order CEN
163      nn_cen_v   =  2            !  =2/4, vertical   2nd order CEN / 4th order COMPACT
164   ln_traadv_fct = .true.  !  FCT scheme
165      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order
166      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order
167   ln_traadv_mus = .false. !  MUSCL scheme
168      ln_mus_ups = .false.       !  use upstream scheme near river mouths
169   ln_traadv_ubs = .false. !  UBS scheme
170      nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order
171   ln_traadv_qck = .false. !  QUICKEST scheme
172/
173!-----------------------------------------------------------------------
174&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
175!-----------------------------------------------------------------------
176   !                       !  Operator type:    both false = No lateral diffusion
177   ln_traldf_OFF   =  .true.  !  No explicit diffusion
178   ln_traldf_lap   =  .false.  !    laplacian operator
179   ln_traldf_blp   =  .false.  !  bilaplacian operator
180/
181!!======================================================================
182!!                      ***  Dynamics namelists  ***                  !!
183!!                                                                    !!
184!!   nam_vvl       vertical coordinate options                          (default: z-star)
185!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
186!!   namdyn_vor    advection scheme                                     (default: NO selection)
187!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
188!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
189!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
190!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
191!!======================================================================
192!
193!-----------------------------------------------------------------------
194&nam_vvl    !   vertical coordinate options                             (default: zstar)
195!-----------------------------------------------------------------------
196   ln_vvl_zstar  = .true.          !  zstar vertical coordinate
197   ln_vvl_layer  = .false.         !  full layer vertical coordinate
198/
199!-----------------------------------------------------------------------
200&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
201!-----------------------------------------------------------------------
202   ln_dynadv_OFF = .false.  !  linear dynamics (no momentum advection)
203   ln_dynadv_vec = .false.  !  vector form (T) or flux form (F)
204   nn_dynkeg     = 0        !  scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
205   ln_dynadv_cen2 = .false. !  flux form - 2nd order centered scheme
206   ln_dynadv_ubs = .true.   !  flux form - 3rd order UBS      scheme
207/
208!-----------------------------------------------------------------------
209&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
210!-----------------------------------------------------------------------
211   ln_dynvor_ene = .false. !  enstrophy conserving scheme
212   ln_dynvor_ens = .true.  !  energy conserving scheme
213   ln_dynvor_mix = .false. !  mixed scheme
214   ln_dynvor_een = .false. !  energy & enstrophy scheme
215/
216!-----------------------------------------------------------------------
217&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
218!-----------------------------------------------------------------------
219   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation)
220   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
221/
222!-----------------------------------------------------------------------
223&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
224!-----------------------------------------------------------------------
225   ln_dynspg_exp  = .false.   ! explicit free surface
226   ln_dynspg_ts   = .true.    ! split-explicit free surface
227      ln_bt_fw      = BTFW       ! Forward integration of barotropic Eqs.
228      ln_bt_av      = BTAV       ! Time filtering of barotropic variables
229      ln_bt_auto    = .false.    ! Number of sub-step defined from:
230         rn_bt_cmax   =  0.8        ! =T : the Maximum Courant Number allowed
231         nn_e         = NBARO       ! =F : the number of sub-step in rn_Dt seconds
232      rn_bt_alpha   = RALPHA        ! Temporal diffusion parameter (if ln_bt_av=F)
233/
234!-----------------------------------------------------------------------
235&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
236!-----------------------------------------------------------------------
237   !                       !  Type of the operator :
238   ln_dynldf_OFF =  .true.     !  No operator (i.e. no explicit diffusion)
239   ln_dynldf_lap =  .false.    !    laplacian operator
240   ln_dynldf_blp =  .false.    !  bilaplacian operator
241   !                       !  Direction of action  :
242   ln_dynldf_lev =  .false.    !  iso-level
243   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
244   ln_dynldf_iso =  .false.    !  iso-neutral
245   !                       !  Coefficient
246   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
247      !                             !  =  0  constant
248      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)
249      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case)
250      rn_Uv      = 2.0              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30)
251      rn_Lv      = 1000.            !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10)
252/
253!!======================================================================
254!!                     vertical physics namelists                     !!
255!!                                                                    !!
256!!    namzdf        vertical physics manager                            (default: NO selection)
257!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
258!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
259!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
260!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
261!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
262!!======================================================================
263!
264!-----------------------------------------------------------------------
265&namzdf        !   vertical physics manager                             (default: NO selection)
266!-----------------------------------------------------------------------
267   !                       ! adaptive-implicit vertical advection
268   ln_zad_Aimp = .false.      !  Courant number dependent scheme (Shchepetkin 2015)
269   !
270   !                       ! type of vertical closure (required)
271   ln_zdfcst   = .true.      !  constant mixing
272   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric)
273   ln_zdftke   = .false.      !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
274   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls)
275   !   
276   !                       ! convection
277   ln_zdfevd   = .false.      !  enhanced vertical diffusion
278      nn_evdm     =    0         ! apply on tracer (=0) or on tracer and momentum (=1)
279      rn_evd      =  100.        ! mixing coefficient [m2/s]
280   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm
281      nn_npc      =    1         ! frequency of application of npc
282      nn_npcp     =  365         ! npc control print frequency
283   !   
284   ln_zdfddm   = .false.   ! double diffusive mixing
285      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
286      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
287   !   
288   !                       ! gravity wave-driven vertical mixing
289   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
290   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T )
291   !   
292   !                       ! coefficients
293   rn_avm0     =   1.e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
294   rn_avt0     =   0.0       !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
295   nn_avb      =    0        !  profile for background avt & avm (=1) or not (=0)
296   nn_havtb    =    0        !  horizontal shape for avtb (=1) or not (=0)
297/
298!!======================================================================
299!!                  ***  Diagnostics namelists  ***                   !!
300!!                                                                    !!
301!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
302!!   namhsb       Heat and salt budgets                                 (default: OFF)
303!!   namdiu       Cool skin and warm layer models                       (default: OFF)
304!!   namdiu       Cool skin and warm layer models                       (default: OFF)
305!!   namflo       float parameters                                      (default: OFF)
306!!   nam_diadct   transports through some sections                      (default: OFF)
307!!   nam_dia25h   25h Mean Output                                       (default: OFF)
308!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
309!!======================================================================
310!
311!!======================================================================
312!!               ***  Observation & Assimilation  ***                 !!
313!!                                                                    !!
314!!   namobs       observation and model comparison                      (default: OFF)
315!!   nam_asminc   assimilation increments                               ('key_asminc')
316!!======================================================================
317!
318!!======================================================================
319!!                  ***  Miscellaneous namelists  ***                 !!
320!!                                                                    !!
321!!   nammpp            Massively Parallel Processing
322!!   namctl            Control prints                                   (default: OFF)
323!!   namsto            Stochastic parametrization of EOS                (default: OFF)
324!!======================================================================
325!
326!-----------------------------------------------------------------------
327&nammpp        !   Massively Parallel Processing
328!-----------------------------------------------------------------------
329/
330!-----------------------------------------------------------------------
331&namctl        !   Control prints                                       (default: OFF)
332!-----------------------------------------------------------------------
333ln_diacfl   = .false.
334/
335!-----------------------------------------------------------------------
336&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
337!-----------------------------------------------------------------------
338/
Note: See TracBrowser for help on using the repository browser.