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_FCT4_vect_eenH_cfg in NEMO/trunk/tests/LOCK_EXCHANGE/EXPREF – NEMO

source: NEMO/trunk/tests/LOCK_EXCHANGE/EXPREF/namelist_FCT4_vect_eenH_cfg @ 10073

Last change on this file since 10073 was 10073, checked in by nicolasmartin, 6 years ago

Switch to test cases folder and apply previous modifications

  • Property svn:mime-type set to text/x-fortran
File size: 11.6 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namusr_def    !   LOCK_EXCHANGE user defined namelist
7!-----------------------------------------------------------------------
8   rn_dx       =    500.   ! horizontal resolution in meters
9   rn_dz       =      1.   ! vertical   resolution in meters
10/
11!
12!-----------------------------------------------------------------------
13&namrun        !   parameters of the run
14!-----------------------------------------------------------------------
15   nn_no       =       0   !  job number (no more used...)
16   cn_exp      =   "LOCK_FCT4_vect_eenH"  !  experience name
17   nn_it000    =       1   !  first time step
18   nn_itend    =   61200   ! for 17h of simulation  (=61200 time-step)
19   nn_istate   =       0   !  output the initial state (1) or not (0)
20   nn_stock    =   61200   !  frequency of creation of a restart file (modulo referenced to 1)
21   nn_write    =   61200   !  frequency of write in the output file   (modulo referenced to nn_it000)
22/
23!-----------------------------------------------------------------------
24&namcfg        !   parameters of the configuration
25!-----------------------------------------------------------------------
26   ln_read_cfg = .false.   !  (=T) read the domain configuration file
27      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
28   ln_write_cfg= .false.   !  (=T) create the domain configuration file
29/
30!-----------------------------------------------------------------------
31&namdom        !   space and time domain (bathymetry, mesh, timestep)
32!-----------------------------------------------------------------------
33   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
34   !
35   rn_isfhmin  =    0.00   !  treshold (m) to discriminate grounding ice to floating ice
36   !
37   rn_rdt      =    1.     !  time step for the dynamics (and tracer if nn_acc=0)
38   rn_atfp     =    0.1    !  asselin time filter parameter
39   !
40   ln_crs      = .false.   !  Logical switch for coarsening module
41   !
42   ln_meshmask = .false.   !  =T create a mesh file
43/
44!-----------------------------------------------------------------------
45&namtsd    !   data : Temperature  & Salinity
46!-----------------------------------------------------------------------
47/
48!-----------------------------------------------------------------------
49&namsbc        !   Surface Boundary Condition (surface module)
50!-----------------------------------------------------------------------
51  nn_fsbc     = 1         !  frequency of surface boundary condition computation
52                          !     (also = the frequency of sea-ice & iceberg model call)
53  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
54  ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
55  nn_ice      = 0         !  =0 no ice boundary condition   
56  ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr )
57  ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
58  ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
59  nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
60/
61!-----------------------------------------------------------------------
62&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
63!-----------------------------------------------------------------------
64   rn_shlat    =    0.     !  free slip
65/
66!-----------------------------------------------------------------------
67&namdrg            !   top/bottom drag coefficient                      (default: NO selection)
68!-----------------------------------------------------------------------
69   ln_OFF     = .true.    !  free-slip       : Cd = 0                 
70/
71!-----------------------------------------------------------------------
72&nameos        !   ocean physical parameters
73!-----------------------------------------------------------------------
74   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS)
75   !                     ! S-EOS coefficients (nn_eos=1):
76   !                          !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
77   rn_a0       =  0.2         !  thermal expension coefficient (nn_eos= 1)
78   rn_b0       =  0.          !  saline  expension coefficient (nn_eos= 1)
79   rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos)
80   rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos)
81   rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos)
82   rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos)
83   rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos)
84/
85!-----------------------------------------------------------------------
86&namtra_adv    !   advection scheme for tracer
87!-----------------------------------------------------------------------
88   ln_traadv_cen = .false. !  2nd order centered scheme
89      nn_cen_h   =  4            !  =2/4, horizontal 2nd order CEN / 4th order CEN
90      nn_cen_v   =  4            !  =2/4, vertical   2nd order CEN / 4th order COMPACT
91   ln_traadv_fct = .true. !  FCT scheme
92      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order
93      nn_fct_v   =  4            !  =2/4, vertical   2nd / COMPACT 4th order
94   ln_traadv_mus = .false. !  MUSCL scheme
95      ln_mus_ups = .false.       !  use upstream scheme near river mouths
96   ln_traadv_ubs = .false. !  UBS scheme
97      nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order
98   ln_traadv_qck = .false. !  QUICKEST scheme
99/
100!-----------------------------------------------------------------------
101&namtra_ldf    !   lateral diffusion scheme for tracers
102!-----------------------------------------------------------------------
103  !                       !  Operator type:
104   ln_traldf_OFF   =  .true.  !  No explicit diffusion
105   ln_traldf_lap   =  .false.  !    laplacian operator
106   ln_traldf_blp   =  .false.  !  bilaplacian operator
107/
108
109!!======================================================================
110!!                      ***  Dynamics namelists  ***                  !!
111!!======================================================================
112!
113!-----------------------------------------------------------------------
114&namdyn_adv    !   formulation of the momentum advection
115!-----------------------------------------------------------------------
116   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F)
117   nn_dynkeg     = 1       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
118   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme
119   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme
120/
121!-----------------------------------------------------------------------
122&nam_vvl    !   vertical coordinate options                             (default: zstar)
123!-----------------------------------------------------------------------
124   ln_vvl_zstar  = .true.           !  zstar vertical coordinate
125/
126!-----------------------------------------------------------------------
127&namdyn_vor    !   option of physics/algorithm
128!-----------------------------------------------------------------------
129   ln_dynvor_ene = .false. !  enstrophy conserving scheme
130   ln_dynvor_ens = .false. !  energy conserving scheme
131   ln_dynvor_mix = .false. !  mixed scheme
132   ln_dynvor_een = .true. !  energy & enstrophy scheme
133      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
134/
135!-----------------------------------------------------------------------
136&namdyn_hpg    !   Hydrostatic pressure gradient option
137!-----------------------------------------------------------------------
138   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation)
139   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
140/
141!-----------------------------------------------------------------------
142&namdyn_spg    !   Surface pressure gradient
143!-----------------------------------------------------------------------
144   ln_dynspg_ts  = .true.   ! explicit free surface
145      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
146      ln_bt_av      = .true.     ! Time filtering of barotropic variables
147         nn_bt_flt     = 1          ! Time filter choice  = 0 None
148         !                          !                     = 1 Boxcar over   nn_baro sub-steps
149         !                          !                     = 2 Boxcar over 2*nn_baro  "    "
150      ln_bt_auto    = .true.     ! Number of sub-step defined from:
151         nn_baro      =  1         ! =F : the number of sub-step in rn_rdt seconds
152/
153!-----------------------------------------------------------------------
154&namdyn_ldf    !   lateral diffusion on momentum
155!-----------------------------------------------------------------------
156   !                       !  Type of the operator :
157   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
158   ln_dynldf_lap =  .true.     !    laplacian operator
159   ln_dynldf_blp =  .false.    !  bilaplacian operator
160   !                       !  Direction of action  :
161   ln_dynldf_lev =  .false.     !  iso-level
162   ln_dynldf_hor =  .true.    !  horizontal (geopotential)
163   ln_dynldf_iso =  .false.    !  iso-neutral
164   !                       !  Coefficient
165   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef
166      !                             !  =  0  constant
167      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)
168      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case)
169      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30)
170      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10)
171/
172!!======================================================================
173!!                     vertical physics namelists                     !!
174!!======================================================================
175!-----------------------------------------------------------------------
176&namzdf        !   vertical physics                                     (default: NO selection)
177!-----------------------------------------------------------------------
178   !                       ! type of vertical closure
179   ln_zdfcst   = .true.       !  constant mixing
180   !
181   !                       ! convection
182   ln_zdfevd   = .false.      !  enhanced vertical diffusion
183   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm
184   !
185   !                       ! coefficients
186   rn_avm0     =   1.e-4      !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
187   rn_avt0     =   0.e0       !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
188   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
189   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
190/
191!-----------------------------------------------------------------------
192&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
193!-----------------------------------------------------------------------
194/
195!-----------------------------------------------------------------------
196&namctl        !   Control prints & Benchmark
197!-----------------------------------------------------------------------
198/
Note: See TracBrowser for help on using the repository browser.