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/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/LOCK_EXCHANGE/EXP00 – NEMO

source: branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/LOCK_EXCHANGE/EXP00/namelist_cfg @ 6914

Last change on this file since 6914 was 6914, checked in by gm, 8 years ago

#1692 - branch SIMPLIF_2_usrdef: final adjustment of OVERFLOW and LOCK-ECHANGE configuration

File size: 13.3 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  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_FCT2_flux_ubs"  !  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 in 'domain_cfg.nc" file
27   !                       !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
28   ln_write_cfg= .false.   !  (=T) create the domain configuration file
29   !
30   cp_cfg      = "lock"    !  name of the configuration
31   jp_cfg      =      0    !  resolution of the configuration
32   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present
33   !                       !  in netcdf input files, as the start j-row for reading
34/
35!-----------------------------------------------------------------------
36&namdom        !   space and time domain (bathymetry, mesh, timestep)
37!-----------------------------------------------------------------------
38   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
39   nn_closea   =    1      !  remove (=0) or keep (=1) closed seas and lakes (ORCA)
40   !
41   nn_msh      =    1      !  create (>0) a mesh file or not (=0)
42   rn_isfhmin  =    0.00   !  treshold (m) to discriminate grounding ice to floating ice
43   !
44   rn_rdt      =    1.     !  time step for the dynamics (and tracer if nn_acc=0)
45   rn_atfp     =    0.1    !  asselin time filter parameter
46   !
47   ln_crs      = .false.   !  Logical switch for coarsening module
48/
49!-----------------------------------------------------------------------
50&namtsd    !   data : Temperature  & Salinity
51!-----------------------------------------------------------------------
52   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
53   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
54/
55!-----------------------------------------------------------------------
56&namsbc        !   Surface Boundary Condition (surface module)
57!-----------------------------------------------------------------------
58  nn_fsbc     = 1         !  frequency of surface boundary condition computation
59                          !     (also = the frequency of sea-ice & iceberg model call)
60  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
61  nn_ice      = 0         !  =0 no ice boundary condition   
62  ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr )
63  ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
64  ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
65  nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
66/
67!-----------------------------------------------------------------------
68&namlbc        !   lateral momentum boundary condition
69!-----------------------------------------------------------------------
70!                         !  free slip  !   partial slip  !   no slip   ! strong slip
71  rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
72/
73!-----------------------------------------------------------------------
74&nambfr        !   bottom friction
75!-----------------------------------------------------------------------
76   nn_bfr      =    0      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
77                           !                              = 2 : nonlinear friction
78/
79!-----------------------------------------------------------------------
80&nambbc        !   bottom temperature boundary condition                (default: NO)
81!-----------------------------------------------------------------------
82/
83!-----------------------------------------------------------------------
84&nambbl        !   bottom boundary layer scheme                         ("key_trabbl")
85!-----------------------------------------------------------------------
86/
87!-----------------------------------------------------------------------
88&nameos        !   ocean physical parameters
89!-----------------------------------------------------------------------
90    nn_eos      =  1     !  type of equation of state and Brunt-Vaisala frequency
91                              !  =-1, TEOS-10
92                              !  = 0, EOS-80
93                              !  = 1, S-EOS   (simplified eos)
94   !                     ! S-EOS coefficients (nn_eos=1):
95   !                          !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
96   rn_a0       =  0.2         !  thermal expension coefficient (nn_eos= 1)
97   rn_b0       =  0.          !  saline  expension coefficient (nn_eos= 1)
98   rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos)
99   rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos)
100   rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos)
101   rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos)
102   rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos)
103/
104!-----------------------------------------------------------------------
105&namtra_adv    !   advection scheme for tracer
106!-----------------------------------------------------------------------
107   ln_traadv_cen = .false. !  2nd order centered scheme
108      nn_cen_h   =  4            !  =2/4, horizontal 2nd order CEN / 4th order CEN
109      nn_cen_v   =  4            !  =2/4, vertical   2nd order CEN / 4th order COMPACT
110   ln_traadv_fct = .true. !  FCT scheme
111      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order
112      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order
113      nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping
114      !                          !        (number of sub-timestep = nn_fct_zts)
115   ln_traadv_mus = .false. !  MUSCL scheme
116      ln_mus_ups = .false.       !  use upstream scheme near river mouths
117   ln_traadv_ubs = .false. !  UBS scheme
118      nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order
119   ln_traadv_qck = .false. !  QUICKEST scheme
120/
121!-----------------------------------------------------------------------
122&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO)
123!-----------------------------------------------------------------------
124/
125!-----------------------------------------------------------------------
126&namtra_ldf    !   lateral diffusion scheme for tracers
127!-----------------------------------------------------------------------
128   !                       !  Operator type:    both false = No lateral diffusion
129   ln_traldf_lap   =  .false.  !    laplacian operator
130   ln_traldf_blp   =  .false.  !  bilaplacian operator
131/
132!-----------------------------------------------------------------------
133&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO)
134!-----------------------------------------------------------------------
135/
136!-----------------------------------------------------------------------
137&namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES)
138!-----------------------------------------------------------------------
139   ln_tradmp   =  .false.   !  add a damping termn (T) or not (F)
140/
141!-----------------------------------------------------------------------
142&namdyn_adv    !   formulation of the momentum advection
143!-----------------------------------------------------------------------
144   ln_dynadv_vec = .false. !  vector form (T) or flux form (F)
145   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
146   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme
147   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme
148   ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection
149/
150!-----------------------------------------------------------------------
151&nam_vvl    !   vertical coordinate options                             (default: zstar)
152!-----------------------------------------------------------------------
153   ln_vvl_zstar  = .true.           !  zstar vertical coordinate
154/
155!-----------------------------------------------------------------------
156&namdyn_vor    !   option of physics/algorithm
157!-----------------------------------------------------------------------
158   ln_dynvor_ene = .false. !  enstrophy conserving scheme
159   ln_dynvor_ens = .true.  !  energy conserving scheme
160   ln_dynvor_mix = .false. !  mixed scheme
161   ln_dynvor_een = .false. !  energy & enstrophy scheme
162      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
163/
164!-----------------------------------------------------------------------
165&namdyn_hpg    !   Hydrostatic pressure gradient option
166!-----------------------------------------------------------------------
167   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation)
168   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
169/
170!-----------------------------------------------------------------------
171&namdyn_spg    !   Surface pressure gradient
172!-----------------------------------------------------------------------
173   ln_dynspg_ts  = .true.   ! explicit free surface
174      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
175      ln_bt_av      = .true.     ! Time filtering of barotropic variables
176         nn_bt_flt     = 1          ! Time filter choice  = 0 None
177         !                          !                     = 1 Boxcar over   nn_baro sub-steps
178         !                          !                     = 2 Boxcar over 2*nn_baro  "    "
179      ln_bt_auto    = .true.     ! Number of sub-step defined from:
180         nn_baro      =  1         ! =F : the number of sub-step in rn_rdt seconds
181/
182!-----------------------------------------------------------------------
183&namdyn_ldf    !   lateral diffusion on momentum
184!-----------------------------------------------------------------------
185   !                       !  Type of the operator :
186   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
187   ln_dynldf_lap =  .false.    !    laplacian operator
188   ln_dynldf_blp =  .false.    !  bilaplacian operator
189   !                       !  Direction of action  :
190   ln_dynldf_lev =  .false.     !  iso-level
191   ln_dynldf_hor =  .true.    !  horizontal (geopotential)
192   ln_dynldf_iso =  .false.    !  iso-neutral
193   !                       !  Coefficient
194   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef
195   !                                !  =-30  read in eddy_viscosity_3D.nc file
196   !                                !  =-20  read in eddy_viscosity_2D.nc file
197   !                                !  =  0  constant
198   !                                !  = 10  F(k)=c1d
199   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
200   !                                !  = 30  F(i,j,k)=c2d*c1d
201   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
202   rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s]
203   rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s]
204   rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s]
205/
206!-----------------------------------------------------------------------
207&namzdf        !   vertical physics
208!-----------------------------------------------------------------------
209   rn_avm0     =   1.e-4  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst")
210   rn_avt0     =   0.     !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst")
211   ln_zdfevd   = .false.  !  enhanced vertical diffusion (evd)
212   ln_zdfnpc   = .false.  !  Non-Penetrative Convective algorithm
213/
214!-----------------------------------------------------------------------
215&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
216!-----------------------------------------------------------------------
217/
218!-----------------------------------------------------------------------
219&namctl        !   Control prints & Benchmark
220!-----------------------------------------------------------------------
221/
Note: See TracBrowser for help on using the repository browser.