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.
1_namelist_cfg in NEMO/branches/UKMO/dev_r9950_old_tidal_mixing/tests/VORTEX/EXPREF – NEMO

source: NEMO/branches/UKMO/dev_r9950_old_tidal_mixing/tests/VORTEX/EXPREF/1_namelist_cfg @ 10324

Last change on this file since 10324 was 10324, checked in by davestorkey, 5 years ago

UKMO/dev_r9950_old_tidal_mixing: Update to be relative to rev 10321 of NEMO4_beta_mirror branch.

File size: 20.6 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!                         VORTEX 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 :   VORTEX configuration: Flat bottom, beta-plane
21!-----------------------------------------------------------------------
22   rn_dx       =  30000.   !  x horizontal resolution   [meters]
23   rn_dy       =  30000.   !  y horizontal resolution   [meters]
24   rn_dz       =    500.   !  z vertical resolution [meters]
25   rn_ppgphi0  =   38.5    !  Reference latitude [degrees]
26/
27!-----------------------------------------------------------------------
28&namrun        !   parameters of the run
29!-----------------------------------------------------------------------
30   nn_no       =       0   !  job number (no more used...)
31   cn_exp      = "VORTEX"  !  experience name
32   nn_it000    =       1   !  first time step
33   nn_itend    =   18000   !  last time step
34   nn_istate   =       0   !  output the initial state (1) or not (0)
35   nn_stock    =   99999   !  frequency of creation of a restart file (modulo referenced to 1)
36   nn_write    =   99999   !  frequency of write in the output file   (modulo referenced to nn_it000)
37/
38!-----------------------------------------------------------------------
39&namdom        !   time and space domain
40!-----------------------------------------------------------------------
41   ln_linssh   =  .false.  !  =T  linear free surface  ==>>  model level are fixed in time
42   rn_rdt      =    480.   !  time step for the dynamics (and tracer if nn_acc=0)
43   rn_atfp     =   0.05    !  asselin time filter parameter
44/
45!-----------------------------------------------------------------------
46&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
47!-----------------------------------------------------------------------
48/
49!!======================================================================
50!!            ***  Surface Boundary Condition namelists  ***          !!
51!!                                                                    !!
52!!   namsbc          surface boundary condition manager                 (default: NO selection)
53!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
54!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
55!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
56!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
57!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
58!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
59!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
60!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
61!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
62!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
63!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
64!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
65!!   namberg         iceberg floats                                     (ln_icebergs=T)
66!!======================================================================
67!
68!-----------------------------------------------------------------------
69&namsbc        !   Surface Boundary Condition (surface module)
70!-----------------------------------------------------------------------
71  nn_fsbc     = 1         !  frequency of surface boundary condition computation
72                          !     (also = the frequency of sea-ice & iceberg model call)
73  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
74  ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
75  nn_ice      = 0         !  =0 no ice boundary condition   
76  ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr )
77  ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
78  ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
79  nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
80/
81!!======================================================================
82!!               ***  Lateral boundary condition  ***                 !!
83!!                                                                    !!
84!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
85!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
86!!   nam_tide      Tidal forcing                                        (default: OFF)
87!!   nambdy        Unstructured open boundaries                         (default: OFF)
88!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
89!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
90!!======================================================================
91!
92!-----------------------------------------------------------------------
93&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
94!-----------------------------------------------------------------------
95  rn_shlat     =    0.    !  free slip
96/
97!-----------------------------------------------------------------------
98&namagrif      !  AGRIF zoom                                            ("key_agrif")
99!-----------------------------------------------------------------------
100   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics
101   rn_sponge_tra =  800.   !  coefficient for tracer   sponge layer [m2/s]
102   rn_sponge_dyn =  800.   !  coefficient for dynamics sponge layer [m2/s]
103   ln_chk_bathy  = .FALSE. !
104/
105!!======================================================================
106!!                ***  Top/Bottom boundary condition  ***             !!
107!!                                                                    !!
108!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
109!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
110!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
111!!   nambbc        bottom temperature boundary condition                (default: OFF)
112!!   nambbl        bottom boundary layer scheme                         (default: OFF)
113!!======================================================================
114!
115!-----------------------------------------------------------------------
116&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
117!-----------------------------------------------------------------------
118   ln_OFF     = .true.    !  free-slip       : Cd = 0
119/
120!!======================================================================
121!!                        Tracer (T-S) namelists                      !!
122!!                                                                    !!
123!!   nameos        equation of state                                    (default: NO selection)
124!!   namtra_adv    advection scheme                                     (default: NO selection)
125!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
126!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
127!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
128!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
129!!======================================================================
130!
131!-----------------------------------------------------------------------
132&nameos        !   ocean Equation Of Seawater                           (default: OFF)
133!-----------------------------------------------------------------------
134   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS)
135      !                            !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
136      rn_a0       =  0.28        !  thermal expension coefficient (for simplified equation of state)
137      rn_b0       =  0.          !  saline  expension coefficient (for simplified equation of state)
138      rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos)
139      rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos)
140      rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos)
141      rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos)
142      rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos)
143/
144!-----------------------------------------------------------------------
145&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
146!-----------------------------------------------------------------------
147   ln_traadv_cen = .false. !  2nd order centered scheme
148      nn_cen_h   =  4            !  =2/4, horizontal 2nd order CEN / 4th order CEN
149      nn_cen_v   =  4            !  =2/4, vertical   2nd order CEN / 4th order COMPACT
150   ln_traadv_fct = .true.  !  FCT scheme
151      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order
152      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order
153   ln_traadv_mus = .false. !  MUSCL scheme
154      ln_mus_ups = .false.       !  use upstream scheme near river mouths
155   ln_traadv_ubs = .false. !  UBS scheme
156      nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order
157   ln_traadv_qck = .false. !  QUICKEST scheme
158/
159!-----------------------------------------------------------------------
160&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
161!-----------------------------------------------------------------------
162   !                       !  Operator type:
163   ln_traldf_OFF   =  .true.  !  No explicit diffusion
164   ln_traldf_lap   =  .false.  !    laplacian operator
165   ln_traldf_blp   =  .false.  !  bilaplacian operator
166/
167!!======================================================================
168!!                      ***  Dynamics namelists  ***                  !!
169!!                                                                    !!
170!!   nam_vvl       vertical coordinate options                          (default: z-star)
171!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
172!!   namdyn_vor    advection scheme                                     (default: NO selection)
173!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
174!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
175!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
176!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
177!!======================================================================
178!
179!-----------------------------------------------------------------------
180&nam_vvl       !   vertical coordinate options                          (default: z-star)
181!-----------------------------------------------------------------------
182   ln_vvl_zstar  = .true.           !  zstar vertical coordinate
183/
184!-----------------------------------------------------------------------
185&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
186!-----------------------------------------------------------------------
187   ln_dynadv_vec = .false. !  vector form (T) or flux form (F)
188   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
189   ln_dynadv_cen2 = .false. !  flux form - 2nd order centered scheme
190   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme
191/
192!-----------------------------------------------------------------------
193&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: OFF)
194!-----------------------------------------------------------------------
195   ln_dynvor_ene = .false. !  enstrophy conserving scheme
196   ln_dynvor_ens = .false. !  energy conserving scheme
197   ln_dynvor_mix = .false. !  mixed scheme
198   ln_dynvor_een = .true.  !  energy & enstrophy scheme
199      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
200/
201!-----------------------------------------------------------------------
202&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
203!-----------------------------------------------------------------------
204   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation)
205   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
206/
207!-----------------------------------------------------------------------
208&namdyn_spg    !   surface pressure gradient                            (default: OFF)
209!-----------------------------------------------------------------------
210   ln_dynspg_exp  = .false.
211   ln_dynspg_ts  = .true.   ! split-explicit free surface
212      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
213      ln_bt_av      = .true.     ! Time filtering of barotropic variables
214         nn_bt_flt     = 1          ! Time filter choice  = 0 None
215         !                          !                     = 1 Boxcar over   nn_baro sub-steps
216         !                          !                     = 2 Boxcar over 2*nn_baro  "    "
217      ln_bt_auto    = .false.    ! Number of sub-step defined from:
218         nn_baro      =  24         ! =F : the number of sub-step in rn_rdt seconds
219/
220!-----------------------------------------------------------------------
221&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
222!-----------------------------------------------------------------------
223   !                       !  Type of the operator :
224   ln_dynldf_OFF =  .true.     !  No operator (i.e. no explicit diffusion)
225   ln_dynldf_lap =  .false.    !    laplacian operator
226   ln_dynldf_blp =  .false.    !  bilaplacian operator
227   !                       !  Direction of action  :
228   ln_dynldf_lev =  .false.    !  iso-level
229   ln_dynldf_hor =  .true.     !  horizontal (geopotential)
230   ln_dynldf_iso =  .false.    !  iso-neutral
231   !                       !  Coefficient
232   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
233      !                             !  =  0  constant
234      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)
235      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case)
236      rn_Uv      = 0.1              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30)
237      rn_Lv      = 30.e+3           !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10)
238/
239!!======================================================================
240!!                     vertical physics namelists                     !!
241!!                                                                    !!
242!!    namzdf        vertical physics manager                            (default: NO selection)
243!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
244!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
245!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
246!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
247!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
248!!======================================================================
249!
250!-----------------------------------------------------------------------
251&namzdf        !   vertical physics                                     (default: NO selection)
252!-----------------------------------------------------------------------
253   !                       ! type of vertical closure
254   ln_zdfcst   = .true.       !  constant mixing
255   !
256   !                       ! convection
257   ln_zdfevd   = .false.      !  enhanced vertical diffusion
258   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm
259   !
260   !                       ! coefficients
261   rn_avm0     =   1.e-4      !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
262   rn_avt0     =   0.e0       !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
263   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
264   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
265/
266!!======================================================================
267!!                  ***  Diagnostics namelists  ***                   !!
268!!                                                                    !!
269!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
270!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
271!!   namhsb       Heat and salt budgets                                 (default: OFF)
272!!   namdiu       Cool skin and warm layer models                       (default: OFF)
273!!   namdiu       Cool skin and warm layer models                       (default: OFF)
274!!   namflo       float parameters                                      ("key_float")
275!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm")
276!!   namdct       transports through some sections                      ("key_diadct")
277!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF)
278!!   nam_dia25h   25h Mean Output                                       (default: OFF)
279!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
280!!======================================================================
281!
282!!======================================================================
283!!               ***  Observation & Assimilation  ***                 !!
284!!                                                                    !!
285!!   namobs       observation and model comparison                      (default: OFF)
286!!   nam_asminc   assimilation increments                               ('key_asminc')
287!!======================================================================
288!
289!!======================================================================
290!!                  ***  Miscellaneous namelists  ***                 !!
291!!                                                                    !!
292!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
293!!   namctl            Control prints                                   (default: OFF)
294!!   namsto            Stochastic parametrization of EOS                (default: OFF)
295!!======================================================================
296!
297!-----------------------------------------------------------------------
298&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
299!-----------------------------------------------------------------------
300/
301!-----------------------------------------------------------------------
302&namctl        !   Control prints                                       (default: OFF)
303!-----------------------------------------------------------------------
304/
305!-----------------------------------------------------------------------
306&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
307!-----------------------------------------------------------------------
308/
Note: See TracBrowser for help on using the repository browser.