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/OVERFLOW/EXP00 – NEMO

source: branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/OVERFLOW/EXP00/namelist_cfg @ 6895

Last change on this file since 6895 was 6895, checked in by flavoni, 8 years ago

commit usrdef routines for OVERFLOW

File size: 18.7 KB
RevLine 
[6878]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namrun        !   parameters of the run
7!-----------------------------------------------------------------------
8   nn_no       =       0   !  job number (no more used...)
9   cn_exp      =   "overfl-FCT2-flux-ubs-ens"  !  experience name
10   nn_it000    =       1   !  first time step
11   nn_itend    =   12240   ! for 34h of simulation   
12   nn_istate   =       0   !  output the initial state (1) or not (0)
13   nn_stock    =   12240   !  frequency of creation of a restart file (modulo referenced to 1)
14   nn_write    =   12240   !  frequency of write in the output file   (modulo referenced to nn_it000)
15/
16!-----------------------------------------------------------------------
17&namcfg        !   parameters of the configuration
18!-----------------------------------------------------------------------
[6895]19   ln_read_cfg = .false.   !  (=T) read the domain configuration in 'domain_cfg.nc" file
[6878]20   !                       !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
[6895]21   ln_write_cfg= .false.   !  (=T) create the domain configuration file
[6878]22   !
23   cp_cfg      = "overflow" !  name of the configuration
24   jp_cfg      =      0    !  resolution of the configuration
25   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present
26   !                       !  in netcdf input files, as the start j-row for reading
27/
28!-----------------------------------------------------------------------
29&namdom        !   space and time domain (bathymetry, mesh, timestep)
30!-----------------------------------------------------------------------
31   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
32   nn_closea   =    1      !  remove (=0) or keep (=1) closed seas and lakes (ORCA)
33   !
34   nn_msh      =    1      !  create (>0) a mesh file or not (=0)
35   rn_isfhmin  =    0.00   !  treshold (m) to discriminate grounding ice to floating ice
36   !
37   rn_rdt      =   10.     !  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!-----------------------------------------------------------------------
43&namcrs        !   Grid coarsening for dynamics output and/or
44               !   passive tracer coarsened online simulations
45!-----------------------------------------------------------------------
46/
47!-----------------------------------------------------------------------
48&namtsd    !   data : Temperature  & Salinity
49!-----------------------------------------------------------------------
50!          !  file name            ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
51!          !                       !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
52   sn_tem  = 'output.init_0000'    ,          1        ,'votemper' ,    .true.    , .true. , 'yearly'   , ''       ,   ''    ,    ''
53   sn_sal  = 'output.init_0000'    ,          1        ,'vosaline' ,    .true.    , .true. , 'yearly'   , ''       ,   ''    ,    ''
54   !
55   cn_dir        = './'     !  root directory for the location of the runoff files
56   ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
57   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
58/
59!-----------------------------------------------------------------------
60&namsbc        !   Surface Boundary Condition (surface module)
61!-----------------------------------------------------------------------
62  nn_fsbc     = 1         !  frequency of surface boundary condition computation
63                          !     (also = the frequency of sea-ice & iceberg model call)
64  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
65  nn_ice      = 0         !  =0 no ice boundary condition   
66  ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr )
67  ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
68  ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
69  nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
70/
71!-----------------------------------------------------------------------
72&namtra_qsr    !   penetrative solar radiation
73!-----------------------------------------------------------------------
74/
75!-----------------------------------------------------------------------
76&namsbc_rnf    !   runoffs namelist surface boundary condition
77!-----------------------------------------------------------------------
78/
79!-----------------------------------------------------------------------
80&namsbc_ssr    !   surface boundary condition : sea surface restoring
81!-----------------------------------------------------------------------
82/
83!-----------------------------------------------------------------------
84&namsbc_alb    !   albedo parameters
85!-----------------------------------------------------------------------
86/
87!-----------------------------------------------------------------------
88&namberg       !   iceberg parameters
89!-----------------------------------------------------------------------
90/
91!-----------------------------------------------------------------------
92&namlbc        !   lateral momentum boundary condition
93!-----------------------------------------------------------------------
94!                         !  free slip  !   partial slip  !   no slip   ! strong slip
95  rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
96/
97!-----------------------------------------------------------------------
98&nambfr        !   bottom friction
99!-----------------------------------------------------------------------
100   nn_bfr      =    0      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
101                           !                              = 2 : nonlinear friction
102/
103!-----------------------------------------------------------------------
104&nambbc        !   bottom temperature boundary condition                (default: NO)
105!-----------------------------------------------------------------------
106   ln_trabbc   = .false.    !  Apply a geothermal heating at the ocean bottom
107/
108!-----------------------------------------------------------------------
109&nambbl        !   bottom boundary layer scheme
110!-----------------------------------------------------------------------
111/
112!-----------------------------------------------------------------------
113&nameos        !   ocean physical parameters
114!-----------------------------------------------------------------------
115    nn_eos      =  1     !  type of equation of state and Brunt-Vaisala frequency
116                                 !  =-1, TEOS-10
117                                 !  = 0, EOS-80
118                                 !  = 1, S-EOS   (simplified eos)
119   !                            ! S-EOS coefficients (ln_seos=T):
120   !                            !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
121   rn_a0       =  2.e-1      !  thermal expension coefficient (nn_eos= 1)
122   rn_b0       =  8.e-1      !  saline  expension coefficient (nn_eos= 1)
123   rn_lambda1  =  0.      !  cabbeling coeff in T^2  (=0 for linear eos)
124   rn_lambda2  =  0.      !  cabbeling coeff in S^2  (=0 for linear eos)
125   rn_mu1      =  0.      !  thermobaric coeff. in T (=0 for linear eos)
126   rn_mu2      =  0.      !  thermobaric coeff. in S (=0 for linear eos)
127   rn_nu       =  0.      !  cabbeling coeff in T*S  (=0 for linear eos)
128/
129!-----------------------------------------------------------------------
130&namtra_adv    !   advection scheme for tracer
131!-----------------------------------------------------------------------
132   ln_traadv_cen = .false. !  2nd order centered scheme
133      nn_cen_h   =  4            !  =2/4, horizontal 2nd order CEN / 4th order CEN
134      nn_cen_v   =  4            !  =2/4, vertical   2nd order CEN / 4th order COMPACT
135   ln_traadv_fct = .true. !  FCT scheme
136      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order
137      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order
138      nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping
139      !                          !        (number of sub-timestep = nn_fct_zts)
140   ln_traadv_mus = .false. !  MUSCL scheme
141      ln_mus_ups = .false.       !  use upstream scheme near river mouths
142   ln_traadv_ubs = .false. !  UBS scheme
143      nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order
144   ln_traadv_qck = .false. !  QUICKEST scheme
145/
146!-----------------------------------------------------------------------
147&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
148!-----------------------------------------------------------------------
149  ln_mle      = .false.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation
150/
151!----------------------------------------------------------------------------------
152&namtra_ldf    !   lateral diffusion scheme for tracers
153!----------------------------------------------------------------------------------
154   !                       !  Operator type:
155   ln_traldf_lap   =  .true.   !    laplacian operator
156   ln_traldf_blp   =  .false.  !  bilaplacian operator
157   !                       !  Direction of action:
158   ln_traldf_lev   =  .false.  !  iso-level
159   ln_traldf_hor   =  .true.  !  horizontal (geopotential)
160   ln_traldf_iso   =  .false.   !  iso-neutral (standard operator)
161   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator)
162   !
163   !                       !  iso-neutral options:       
164   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
165   rn_slpmax       =   0.01    !  slope limit                      (both operators)
166   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
167   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
168   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
169   !
170   !                       !  Coefficients:
171   nn_aht_ijk_t    = 0        !  space/time variation of eddy coef
172   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
173   !                                !   =  0           constant
174   !                                !   = 10 F(k)      =ldf_c1d
175   !                                !   = 20 F(i,j)    =ldf_c2d
176   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
177   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
178   !                                !   = 31 F(i,j,k,t)=F(local velocity)
179   rn_aht_0        = 0.    !  lateral eddy diffusivity   (lap. operator) [m2/s]
180   rn_bht_0        = 0.    !  lateral eddy diffusivity (bilap. operator) [m4/s]
181/
182!----------------------------------------------------------------------------------
183&namtra_ldfeiv !   eddy induced velocity param.
184!----------------------------------------------------------------------------------
185   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
186   ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities
187   rn_aeiv_0     = 0.   ! eddy induced velocity coefficient   [m2/s]
188   nn_aei_ijk_t  = 0      ! space/time variation of the eiv coeficient
189   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
190   !                                !   =  0           constant
191   !                                !   = 10 F(k)      =ldf_c1d
192   !                                !   = 20 F(i,j)    =ldf_c2d
193   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
194   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
195/
196!-----------------------------------------------------------------------
197&namtra_dmp    !   tracer: T & S newtonian damping
198!-----------------------------------------------------------------------
199   ln_tradmp   =  .false.   !  add a damping termn (T) or not (F)
200/
201!-----------------------------------------------------------------------
202&namdyn_adv    !   formulation of the momentum advection
203!-----------------------------------------------------------------------
204   ln_dynadv_vec = .false. !  vector form (T) or flux form (F)
205   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
206   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme
207   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme
208   ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection
209/
210!-----------------------------------------------------------------------
211&nam_vvl    !   vertical coordinate options                             (default: zstar)
212!-----------------------------------------------------------------------
213   ln_vvl_zstar  = .true.           !  zstar vertical coordinate
214!-----------------------------------------------------------------------
215&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
216!-----------------------------------------------------------------------
217   ln_dynvor_ene = .false. !  enstrophy conserving scheme
218   ln_dynvor_ens = .true.  !  energy conserving scheme
219   ln_dynvor_mix = .false. !  mixed scheme
220   ln_dynvor_een = .false. !  energy & enstrophy scheme
221      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
222/
223!-----------------------------------------------------------------------
224&namdyn_hpg    !   Hydrostatic pressure gradient option
225!-----------------------------------------------------------------------
226   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation)
227   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
228/
229!-----------------------------------------------------------------------
230&namdyn_spg    !   Surface pressure gradient
231!-----------------------------------------------------------------------
232   ln_dynspg_ts  = .true.   ! explicit free surface
233      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
234      ln_bt_av      = .true.     ! Time filtering of barotropic variables
235         nn_bt_flt     = 1          ! Time filter choice  = 0 None
236         !                          !                     = 1 Boxcar over   nn_baro sub-steps
237         !                          !                     = 2 Boxcar over 2*nn_baro  "    "
238      ln_bt_auto    = .true.     ! Number of sub-step defined from:
239         nn_baro      =  1         ! =F : the number of sub-step in rn_rdt seconds
240/
241!-----------------------------------------------------------------------
242&namdyn_ldf    !   lateral diffusion on momentum
243!-----------------------------------------------------------------------
244   !                       !  Type of the operator :
245   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
246   ln_dynldf_lap =  .true.     !    laplacian operator
247   ln_dynldf_blp =  .false.    !  bilaplacian operator
248   !                       !  Direction of action  :
249   ln_dynldf_lev =  .false.     !  iso-level
250   ln_dynldf_hor =  .true.    !  horizontal (geopotential)
251   ln_dynldf_iso =  .false.    !  iso-neutral
252   !                       !  Coefficient
253   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef
254   !                                !  =-30  read in eddy_viscosity_3D.nc file
255   !                                !  =-20  read in eddy_viscosity_2D.nc file
256   !                                !  =  0  constant
257   !                                !  = 10  F(k)=c1d
258   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
259   !                                !  = 30  F(i,j,k)=c2d*c1d
260   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
261   rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s]
262   rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s]
263   rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s]
264/
265!-----------------------------------------------------------------------
266&namzdf        !   vertical physics
267!-----------------------------------------------------------------------
268   rn_avm0     =   1.e-4  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst")
269   rn_avt0     =   0.     !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst")
270   ln_zdfevd   = .false.  !  enhanced vertical diffusion (evd) (T) or not (F)
271   ln_zdfnpc   = .false.  !  Non-Penetrative Convective algorithm (T) or not (F)
272/
273!-----------------------------------------------------------------------
274&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
275!-----------------------------------------------------------------------
276/
277!-----------------------------------------------------------------------
278&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
279!-----------------------------------------------------------------------
280/
281!-----------------------------------------------------------------------
282&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
283!-----------------------------------------------------------------------
284/
285!-----------------------------------------------------------------------
286&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
287!-----------------------------------------------------------------------
288/
289!-----------------------------------------------------------------------
290&namctl        !   Control prints & Benchmark
291!-----------------------------------------------------------------------
292/
293!-----------------------------------------------------------------------
294&namptr       !   Poleward Transport Diagnostic
295!-----------------------------------------------------------------------
296/
297!-----------------------------------------------------------------------
298&namhsb       !  Heat and salt budgets
299!-----------------------------------------------------------------------
300/
301!-----------------------------------------------------------------------
302&namobs       !  observation usage
303!-----------------------------------------------------------------------
304/
305!-----------------------------------------------------------------------
306&nam_asminc   !   assimilation increments                               ('key_asminc')
307!-----------------------------------------------------------------------
308/
Note: See TracBrowser for help on using the repository browser.