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/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00 – NEMO

source: branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/OVERFLOW/EXP00/namelist_cfg @ 8568

Last change on this file since 8568 was 8568, checked in by gm, 7 years ago

#1911 (ENHANCE-09): PART I.2 - _NONE option + remove zts + see associated wiki page

File size: 12.9 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  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      = .true.       ! z-partial-step coordinate
11   ln_sco      = .false.      ! 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_FCT2_flux_ubs"  !  experience name
21   nn_it000    =       1   !  first time step
22   !nn_itend    =    6120  ! here 17h of simulation  (=6120 time-step) abort after 5802 for zps: pb of physiques conditions
23   nn_itend    =    5760   ! here 16h of simulation  (=5760 time-step)
24   nn_istate   =       0   !  output the initial state (1) or not (0)
25   nn_stock    =    5760   !  frequency of creation of a restart file (modulo referenced to 1)
26   nn_write    =    5760   !  frequency of write in the output file   (modulo referenced to nn_it000)
27/
28!-----------------------------------------------------------------------
29&namcfg        !   parameters of the configuration
30!-----------------------------------------------------------------------
31/
32!-----------------------------------------------------------------------
33&namdom        !   space and time domain (bathymetry, mesh, timestep)
34!-----------------------------------------------------------------------
35   rn_rdt      =   10.     !  time step for the dynamics (and tracer if nn_acc=0)
36   rn_atfp     =    0.1    !  asselin time filter parameter
37/
38!-----------------------------------------------------------------------
39&namtsd    !   data : Temperature  & Salinity
40!-----------------------------------------------------------------------
41   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
42   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
43/
44!-----------------------------------------------------------------------
45&namsbc        !   Surface Boundary Condition (surface module)
46!-----------------------------------------------------------------------
47  nn_fsbc     = 1         !  frequency of surface boundary condition computation
48                          !     (also = the frequency of sea-ice & iceberg model call)
49  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
50  ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
51  nn_ice      = 0         !  =0 no ice boundary condition   
52  ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr )
53  ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
54  ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
55  nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
56/
57!-----------------------------------------------------------------------
58&namlbc        !   lateral momentum boundary condition
59!-----------------------------------------------------------------------
60!                         !  free slip  !   partial slip  !   no slip   ! strong slip
61  rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
62/
63!-----------------------------------------------------------------------
64&namdrg            !   top/bottom drag coefficient                      (default: NO selection)
65!-----------------------------------------------------------------------
66   ln_NONE    = .false.    !  free-slip       : Cd = 0                 
67/
68!-----------------------------------------------------------------------
69&nameos        !   ocean physical parameters
70!-----------------------------------------------------------------------
71   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS)
72   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
73   rn_a0       =  0.2         !  thermal expension coefficient (nn_eos= 1)
74   rn_b0       =  0.          !  saline  expension coefficient (nn_eos= 1)
75   rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos)
76   rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos)
77   rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos)
78   rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos)
79   rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos)
80/
81!-----------------------------------------------------------------------
82&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
83!-----------------------------------------------------------------------
84   ln_traadv_cen = .false. !  2nd order centered scheme
85      nn_cen_h   =  4            !  =2/4, horizontal 2nd order CEN / 4th order CEN
86      nn_cen_v   =  4            !  =2/4, vertical   2nd order CEN / 4th order COMPACT
87   ln_traadv_fct = .true. !  FCT scheme
88      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order
89      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order
90   ln_traadv_mus = .false. !  MUSCL scheme
91      ln_mus_ups = .false.       !  use upstream scheme near river mouths
92   ln_traadv_ubs = .false. !  UBS scheme
93      nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order
94   ln_traadv_qck = .false. !  QUICKEST scheme
95/
96!-----------------------------------------------------------------------
97&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO)
98!-----------------------------------------------------------------------
99/
100!-----------------------------------------------------------------------
101&namtra_ldf    !   lateral diffusion scheme for tracers
102!-----------------------------------------------------------------------
103   !                       !  Operator type:    both false = No lateral diffusion
104   ln_traldf_lap   =  .false.  !    laplacian operator
105   ln_traldf_blp   =  .false.  !  bilaplacian operator
106/
107!-----------------------------------------------------------------------
108&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO)
109!-----------------------------------------------------------------------
110/
111!-----------------------------------------------------------------------
112&namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES)
113!-----------------------------------------------------------------------
114   ln_tradmp   =  .false.   !  add a damping termn (T) or not (F)
115/
116!-----------------------------------------------------------------------
117&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
118!-----------------------------------------------------------------------
119   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection)
120   ln_dynadv_vec = .false. !  vector form (T) or flux form (F)
121   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
122   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme
123   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme
124/
125!-----------------------------------------------------------------------
126&nam_vvl    !   vertical coordinate options                             (default: zstar)
127!-----------------------------------------------------------------------
128   ln_vvl_zstar  = .true.           !  zstar vertical coordinate
129/
130!-----------------------------------------------------------------------
131&namdyn_vor    !   option of physics/algorithm
132!-----------------------------------------------------------------------
133   ln_dynvor_ene = .false. !  enstrophy conserving scheme
134   ln_dynvor_ens = .true.  !  energy conserving scheme
135   ln_dynvor_mix = .false. !  mixed scheme
136   ln_dynvor_een = .false. !  energy & enstrophy scheme
137      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
138/
139!-----------------------------------------------------------------------
140&namdyn_hpg    !   Hydrostatic pressure gradient option
141!-----------------------------------------------------------------------
142   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation)
143   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
144/
145!-----------------------------------------------------------------------
146&namdyn_spg    !   Surface pressure gradient
147!-----------------------------------------------------------------------
148   ln_dynspg_ts  = .true.   ! split-explicit free surface
149      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
150      ln_bt_av      = .true.     ! Time filtering of barotropic variables
151         nn_bt_flt     = 1          ! Time filter choice  = 0 None
152         !                          !                     = 1 Boxcar over   nn_baro sub-steps
153         !                          !                     = 2 Boxcar over 2*nn_baro  "    "
154      ln_bt_auto    = .true.     ! Number of sub-step defined from:
155         nn_baro      =  1         ! =F : the number of sub-step in rn_rdt seconds
156/
157!-----------------------------------------------------------------------
158&namdyn_ldf    !   lateral diffusion on momentum
159!-----------------------------------------------------------------------
160   !                       !  Type of the operator :
161   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
162   ln_dynldf_lap =  .false.    !    laplacian operator
163   ln_dynldf_blp =  .false.    !  bilaplacian operator
164   !                       !  Direction of action  :
165   ln_dynldf_lev =  .true.      !  iso-level
166   ln_dynldf_hor =  .false.     !  horizontal (geopotential)
167   ln_dynldf_iso =  .false.     !  iso-neutral
168   !                       !  Coefficient
169   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef
170   !                                !  =-30  read in eddy_viscosity_3D.nc file
171   !                                !  =-20  read in eddy_viscosity_2D.nc file
172   !                                !  =  0  constant
173   !                                !  = 10  F(k)=c1d
174   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
175   !                                !  = 30  F(i,j,k)=c2d*c1d
176   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
177   rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s]
178   rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s]
179   rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s]
180/
181!!======================================================================
182!!                     vertical physics namelists                     !!
183!!======================================================================
184!-----------------------------------------------------------------------
185&namzdf        !   vertical physics                                     (default: NO selection)
186!-----------------------------------------------------------------------
187   !                       ! type of vertical closure
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   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm
196   !
197   !                       ! coefficients
198   rn_avm0     =   1.e-4      !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
199   rn_avt0     =   0.         !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
200   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
201   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
202/
203!-----------------------------------------------------------------------
204&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
205!-----------------------------------------------------------------------
206/
207!-----------------------------------------------------------------------
208&namctl        !   Control prints & Benchmark
209!-----------------------------------------------------------------------
210/
Note: See TracBrowser for help on using the repository browser.