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_sco_FCT4_flux_cen-ahm1000_cfg in NEMO/trunk/tests/OVERFLOW/EXPREF – NEMO

source: NEMO/trunk/tests/OVERFLOW/EXPREF/namelist_sco_FCT4_flux_cen-ahm1000_cfg @ 13558

Last change on this file since 13558 was 13558, checked in by smasson, 3 years ago

trunk: pass sette tests with debugging option -init=arrays,snan,huge, see #2535

File size: 13.4 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namusr_def    !   User defined :   OVERFLOW configuration
7!-----------------------------------------------------------------------
8   !                       !  type of vertical coordinate
9   ln_zco      = .false.      ! z-coordinate
10   ln_zps      = .false.      ! z-partial-step coordinate
11   ln_sco      = .true.       ! s-coordinate   
12   rn_dx       =   1000.   !  horizontal resolution   [meters]
13   rn_dz       =     20.   !  vertical   resolution   [meters]
14/
15!
16!-----------------------------------------------------------------------
17&namrun        !   parameters of the run
18!-----------------------------------------------------------------------
19   nn_no       =       0   !  job number (no more used...)
20   cn_exp      =   "OVF_sco_FCT4_flux_cen-ahm1000"  !  experience name
21   nn_it000    =       1   !  first time step
22   nn_itend    =    6120  ! here 17h of simulation  (=6120 time-step)
23   nn_istate   =       0   !  output the initial state (1) or not (0)
24   nn_stock    =    6120   !  frequency of creation of a restart file (modulo referenced to 1)
25   nn_write    =    6120   !  frequency of write in the output file   (modulo referenced to nn_it000)
26/
27!-----------------------------------------------------------------------
28&namcfg        !   parameters of the configuration
29!-----------------------------------------------------------------------
30/
31!-----------------------------------------------------------------------
32&namdom        !   space and time domain (bathymetry, mesh, timestep)
33!-----------------------------------------------------------------------
34   rn_Dt      =   10.     !  time step for the dynamics (and tracer if nn_acc=0)
35   rn_atfp     =    0.1    !  asselin time filter parameter
36/
37!-----------------------------------------------------------------------
38&namtsd    !   data : Temperature  & Salinity
39!-----------------------------------------------------------------------
40/
41!-----------------------------------------------------------------------
42&namsbc        !   Surface Boundary Condition (surface module)
43!-----------------------------------------------------------------------
44  nn_fsbc     = 1         !  frequency of surface boundary condition computation
45                          !     (also = the frequency of sea-ice & iceberg model call)
46  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
47  ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
48  nn_ice      = 0         !  =0 no ice boundary condition   
49  ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr )
50  ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
51  ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
52  nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
53/
54!-----------------------------------------------------------------------
55&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
56!-----------------------------------------------------------------------
57   rn_shlat    =    0.     !  free slip
58/
59!!======================================================================
60!!                ***  Top/Bottom boundary condition  ***             !!
61!!======================================================================
62!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
63!!   namdrg_top    top    friction                                      (ln_isfcav=T)
64!!   namdrg_bot    bottom friction
65!!   nambbc        bottom temperature boundary condition                (default: OFF)
66!!   nambbl        bottom boundary layer scheme                         (default: OFF)
67!!======================================================================
68!
69!-----------------------------------------------------------------------
70&namdrg            !   top/bottom drag coefficient                      (default: NO selection)
71!-----------------------------------------------------------------------
72   ln_drg_OFF = .true.    !  free-slip       : Cd = 0                  (F => fill namdrg_bot
73   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top)
74   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U|
75   ln_loglayer = .false.    !  logarithmic drag: Cd = vkarmn/log(z/z0) |U|
76   !
77   ln_drgimp  = .true.     !  implicit top/bottom friction flag
78/
79!-----------------------------------------------------------------------
80&nameos        !   ocean physical parameters
81!-----------------------------------------------------------------------
82   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS)
83   !                             !  rd(T,S,Z)*rho0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
84   rn_a0       =  0.2         !  thermal expension coefficient (for simplified equation of state)
85   rn_b0       =  0.          !  saline  expension coefficient (for simplified equation of state)
86   rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos)
87   rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos)
88   rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos)
89   rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos)
90   rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos)
91/
92!-----------------------------------------------------------------------
93&namtra_adv    !   advection scheme for tracer
94!-----------------------------------------------------------------------
95   ln_traadv_cen = .false. !  2nd order centered scheme
96      nn_cen_h   =  4            !  =2/4, horizontal 2nd order CEN / 4th order CEN
97      nn_cen_v   =  4            !  =2/4, vertical   2nd order CEN / 4th order COMPACT
98   ln_traadv_fct = .true. !  FCT scheme
99      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order
100      nn_fct_v   =  4            !  =2/4, vertical   2nd / COMPACT 4th order
101   ln_traadv_mus = .false. !  MUSCL scheme
102      ln_mus_ups = .false.       !  use upstream scheme near river mouths
103   ln_traadv_ubs = .false. !  UBS scheme
104      nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order
105   ln_traadv_qck = .false. !  QUICKEST scheme
106/
107!-----------------------------------------------------------------------
108&namtra_ldf    !   lateral diffusion scheme for tracers
109!-----------------------------------------------------------------------
110   !                       !  Operator type:    both false = No lateral diffusion
111   ln_traldf_OFF   =  .true.  !  No explicit diffusion
112   ln_traldf_lap   =  .false.  !    laplacian operator
113   ln_traldf_blp   =  .false.  !  bilaplacian operator
114/
115
116!!======================================================================
117!!                      ***  Dynamics namelists  ***                  !!
118!!======================================================================
119!
120!-----------------------------------------------------------------------
121&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
122!-----------------------------------------------------------------------
123   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection)
124   ln_dynadv_vec = .false. !  vector form (T) or flux form (F)
125   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
126   ln_dynadv_cen2 = .true.  !  flux form - 2nd order centered scheme
127   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme
128/
129!-----------------------------------------------------------------------
130&nam_vvl    !   vertical coordinate options                             (default: zstar)
131!-----------------------------------------------------------------------
132   ln_vvl_zstar  = .true.           !  zstar vertical coordinate
133/
134!-----------------------------------------------------------------------
135&namdyn_vor    !   option of physics/algorithm
136!-----------------------------------------------------------------------
137   ln_dynvor_ene = .false. !  enstrophy conserving scheme
138   ln_dynvor_ens = .true.  !  energy conserving scheme
139   ln_dynvor_mix = .false. !  mixed scheme
140   ln_dynvor_een = .false. !  energy & enstrophy scheme
141      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
142/
143!-----------------------------------------------------------------------
144&namdyn_hpg    !   Hydrostatic pressure gradient option
145!-----------------------------------------------------------------------
146   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation)
147   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
148/
149!-----------------------------------------------------------------------
150&namdyn_spg    !   Surface pressure gradient
151!-----------------------------------------------------------------------
152   ln_dynspg_ts  = .true.   ! split-explicit free surface
153      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
154      ln_bt_av      = .true.     ! Time filtering of barotropic variables
155         nn_bt_flt     = 1          ! Time filter choice  = 0 None
156         !                          !                     = 1 Boxcar over   nn_e sub-steps
157         !                          !                     = 2 Boxcar over 2*nn_e  "    "
158      ln_bt_auto    = .true.     ! Number of sub-step defined from:
159         nn_e      =  1         ! =F : the number of sub-step in rn_Dt seconds
160/
161!-----------------------------------------------------------------------
162&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
163!-----------------------------------------------------------------------
164   !                       !  Type of the operator :
165   ln_dynldf_OFF =  .false.    !  No operator (i.e. no explicit diffusion)
166   ln_dynldf_lap =  .true.     !    laplacian operator
167   ln_dynldf_blp =  .false.    !  bilaplacian operator
168   !                       !  Direction of action  :
169   ln_dynldf_lev =  .true.     !  iso-level
170   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
171   ln_dynldf_iso =  .false.    !  iso-neutral
172   !                       !  Coefficient
173   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
174      !                             !  =  0  constant
175      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)
176      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case)
177      rn_Uv      = 2.0              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30)
178      rn_Lv      = 1000.            !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10)
179/
180
181!!======================================================================
182!!                     vertical physics namelists                     !!
183!!======================================================================
184!-----------------------------------------------------------------------
185&namzdf        !   vertical physics                                     (default: NO selection)
186!-----------------------------------------------------------------------
187   !                       ! type of vertical closure (required)
188   ln_zdfcst   = .true.      !  constant mixing
189   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric)
190   ln_zdftke   = .false.      !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
191   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls)
192   !
193   !                       ! convection
194   ln_zdfevd   = .false.      !  enhanced vertical diffusion
195      nn_evdm     =    0         ! apply on tracer (=0) or on tracer and momentum (=1)
196      rn_evd      =  100.        ! mixing coefficient [m2/s]
197   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm
198      nn_npc      =    1         ! frequency of application of npc
199      nn_npcp     =  365         ! npc control print frequency
200   !
201   ln_zdfddm   = .false.   ! double diffusive mixing
202      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
203      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
204   !
205   !                       ! gravity wave-driven vertical mixing
206   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
207   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T )
208   !
209   !                       ! coefficients
210   rn_avm0     =   1.e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
211   rn_avt0     =   0.0e      !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
212   nn_avb      =    0        !  profile for background avt & avm (=1) or not (=0)
213   nn_havtb    =    0        !  horizontal shape for avtb (=1) or not (=0)
214/
215!-----------------------------------------------------------------------
216&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
217!-----------------------------------------------------------------------
218/
219!-----------------------------------------------------------------------
220&namctl        !   Control prints & Benchmark
221!-----------------------------------------------------------------------
222/
Note: See TracBrowser for help on using the repository browser.