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_merge_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00 – NEMO

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/namelist_cfg @ 9427

Last change on this file since 9427 was 9356, checked in by acc, 6 years ago

Branch: 2017/dev_merge_2017. Cosmetic (hopefully) changes to namelist files to enforce more consistency between reference and configuration namelists. Changes in all reference configurations (SETTE tested) and most TEST_CASES (untested). OVERFLOW and LOCK_EXCHANGE still to do. See new file: NEMOGCM/CONFIG/SHARED/README.namelists for the conventions used.

  • Property svn:mime-type set to text/x-fortran
File size: 22.0 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namusr_def    !   SAS_BIPER user defined namelist
6!-----------------------------------------------------------------------
7   rn_dx       =    3000.   ! horizontal resolution in meters
8   rn_dy       =    3000.   ! horizontal resolution in meters
9/
10!-----------------------------------------------------------------------
11&namrun        !   parameters of the run
12!-----------------------------------------------------------------------
13   nn_no       =       0      !  job number (no more used...)
14   cn_exp      =  "SASBIPER"  !  experience name
15   nn_it000    =       1      !  first time step
16   nn_itend    =     500      !  last  time step (std 5475)
17   nn_istate   =       1      !  output the initial state (1) or not (0)
18/
19!-----------------------------------------------------------------------
20&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
21!-----------------------------------------------------------------------
22   ln_read_cfg = .false.    !  (=T) read the domain configuration file
23      !                     !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
24      cn_domcfg = "SASBIPER_domcfg"    ! domain configuration filename
25/
26!-----------------------------------------------------------------------
27&namdom        !   time and space domain
28!-----------------------------------------------------------------------
29   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time
30   !
31   rn_rdt      = 1200.     !  time step for the dynamics (and tracer if nn_acc=0)
32   !
33   ln_meshmask = .true.   !  =T  create a mesh file
34/
35!-----------------------------------------------------------------------
36&namtsd        !   data : Temperature  & Salinity
37!-----------------------------------------------------------------------
38/
39!-----------------------------------------------------------------------
40&namwad        !   Wetting and drying  default is no WAD
41!-----------------------------------------------------------------------
42/
43!-----------------------------------------------------------------------
44&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
45!-----------------------------------------------------------------------
46/
47!-----------------------------------------------------------------------
48&namc1d        !   1D configuration options                             ("key_c1d")
49!-----------------------------------------------------------------------
50/
51!-----------------------------------------------------------------------
52&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d")
53!-----------------------------------------------------------------------
54/
55!-----------------------------------------------------------------------
56&namc1d_uvd    !   data: U & V currents                                 ("key_c1d")
57!-----------------------------------------------------------------------
58/
59!-----------------------------------------------------------------------
60&namsbc        !   Surface Boundary Condition (surface module)
61!-----------------------------------------------------------------------
62   ln_usr      = .true.   !  user defined formulation                  (T => check usrdef_sbc)
63   ln_blk      = .false.  !  Bulk formulation                          (T => fill namsbc_blk )
64   nn_fsbc     =  1       !  frequency of surface boundary condition computation
65   nn_ice      =  2       !  sea-ice model
66/
67!-----------------------------------------------------------------------
68&namsbc_flx    !   surface boundary condition : flux formulation
69!-----------------------------------------------------------------------
70/
71!-----------------------------------------------------------------------
72&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
73!-----------------------------------------------------------------------
74/
75!-----------------------------------------------------------------------
76&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
77!-----------------------------------------------------------------------
78/
79!-----------------------------------------------------------------------
80&namsbc_sas    !   Stand-Alone Surface boundary condition
81!-----------------------------------------------------------------------
82   l_sasread   = .false.   ! Read fields in a file if .TRUE. , or initialize to 0. in sbcssm.F90 if .FALSE.
83/
84!-----------------------------------------------------------------------
85&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
86!-----------------------------------------------------------------------
87/
88!-----------------------------------------------------------------------
89&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
90!-----------------------------------------------------------------------
91/
92!-----------------------------------------------------------------------
93&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T)
94!-----------------------------------------------------------------------
95/
96!-----------------------------------------------------------------------
97&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0)
98!-----------------------------------------------------------------------
99/
100!-----------------------------------------------------------------------
101&namsbc_iscpl  !   land ice / ocean coupling option                     
102!-----------------------------------------------------------------------
103/
104!-----------------------------------------------------------------------
105&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
106!-----------------------------------------------------------------------
107/
108!-----------------------------------------------------------------------
109&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
110!-----------------------------------------------------------------------
111/
112!-----------------------------------------------------------------------
113&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
114!-----------------------------------------------------------------------
115/
116!-----------------------------------------------------------------------
117&namberg       !   iceberg parameters                                   (default: No iceberg)
118!-----------------------------------------------------------------------
119   ln_bergdia               = .false.               ! Calculate budgets
120/
121!-----------------------------------------------------------------------
122&namlbc        !   lateral momentum boundary condition
123!-----------------------------------------------------------------------
124   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
125                           !  free slip  !   partial slip  !   no slip   ! strong slip
126/
127!-----------------------------------------------------------------------
128&namagrif      !  AGRIF zoom                                            ("key_agrif")
129!-----------------------------------------------------------------------
130   nn_cln_update =    1    !  baroclinic update frequency
131/
132!-----------------------------------------------------------------------
133&nam_tide      !   tide parameters
134!-----------------------------------------------------------------------
135/
136!-----------------------------------------------------------------------
137&nambdy        !  unstructured open boundaries                         
138!-----------------------------------------------------------------------
139/
140!-----------------------------------------------------------------------
141&nambdy_dta    !  open boundaries - external data                       
142!-----------------------------------------------------------------------
143/
144!-----------------------------------------------------------------------
145&nambdy_tide   !  tidal forcing at open boundaries
146!-----------------------------------------------------------------------
147/
148!-----------------------------------------------------------------------
149&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
150!-----------------------------------------------------------------------
151   ln_NONE    = .true.     !  free-slip       : Cd = 0                 
152/
153!-----------------------------------------------------------------------
154&namdrg_top    !   TOP friction                                         (ln_isfcav=T)
155!-----------------------------------------------------------------------
156/
157!-----------------------------------------------------------------------
158&namdrg_bot    !   BOTTOM friction                                 
159!-----------------------------------------------------------------------
160/
161!-----------------------------------------------------------------------
162&nambbc        !   bottom temperature boundary condition                (default: NO)
163!-----------------------------------------------------------------------
164/
165!-----------------------------------------------------------------------
166&nambbl        !   bottom boundary layer scheme                         (default: NO)
167!-----------------------------------------------------------------------
168/
169!-----------------------------------------------------------------------
170&nameos        !   ocean Equation Of Seawater                           (default: NO)
171!-----------------------------------------------------------------------
172   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
173/
174!-----------------------------------------------------------------------
175&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
176!-----------------------------------------------------------------------
177   ln_traadv_fct =  .true.    !  FCT scheme
178      nn_fct_h   =  4               !  =2/4, horizontal 2nd / 4th order
179      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
180/
181!-----------------------------------------------------------------------
182&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO)
183!-----------------------------------------------------------------------
184/
185!----------------------------------------------------------------------------------
186&namtra_ldf    !   lateral diffusion scheme for tracers
187!----------------------------------------------------------------------------------
188   !                       !  Operator type:
189   ln_traldf_lap   =  .true.   !    laplacian operator
190   ln_traldf_blp   =  .false.  !  bilaplacian operator
191   !                       !  Direction of action:
192   ln_traldf_lev   =  .false.  !  iso-level
193   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
194   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator)
195   ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator)
196   !
197   !                       !  iso-neutral options:       
198   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
199   rn_slpmax       =   0.01    !  slope limit                      (both operators)
200   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
201   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
202   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
203   !
204   !                       !  Coefficients:
205   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
206   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
207   !                                !   =  0           constant
208   !                                !   = 10 F(k)      =ldf_c1d
209   !                                !   = 20 F(i,j)    =ldf_c2d
210   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
211   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
212   !                                !   = 31 F(i,j,k,t)=F(local velocity)
213   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
214   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
215/
216!----------------------------------------------------------------------------------
217&namtra_ldfeiv !   eddy induced velocity param.
218!----------------------------------------------------------------------------------
219   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization
220   ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities
221   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s]
222   nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient
223   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
224   !                                !   =  0           constant
225   !                                !   = 10 F(k)      =ldf_c1d
226   !                                !   = 20 F(i,j)    =ldf_c2d
227   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
228   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
229/
230!-----------------------------------------------------------------------
231&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO)
232!-----------------------------------------------------------------------
233/
234!-----------------------------------------------------------------------
235&nam_vvl       !   vertical coordinate options                          (default: z-star)
236!-----------------------------------------------------------------------
237/
238!-----------------------------------------------------------------------
239&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
240!-----------------------------------------------------------------------
241   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection)
242   ln_dynadv_vec = .true. !  vector form - 2nd centered scheme
243     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
244   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme
245   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme
246/
247!-----------------------------------------------------------------------
248&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
249!-----------------------------------------------------------------------
250   ln_dynvor_ene = .false. !  enstrophy conserving scheme
251   ln_dynvor_ens = .false. !  energy conserving scheme
252   ln_dynvor_mix = .false. !  mixed scheme
253   ln_dynvor_een = .true.  !  energy & enstrophy scheme
254      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
255/
256!-----------------------------------------------------------------------
257&namdyn_hpg    !   Hydrostatic pressure gradient option
258!-----------------------------------------------------------------------
259   ln_hpg_zco  = .true.   !  z-coordinate - full steps
260/
261!-----------------------------------------------------------------------
262&namdyn_spg    !   surface pressure gradient
263!-----------------------------------------------------------------------
264   ln_dynspg_ts  = .true.  !  split-explicit free surface
265/
266!-----------------------------------------------------------------------
267&namdyn_ldf    !   lateral diffusion on momentum
268!-----------------------------------------------------------------------
269   !                       !  Type of the operator :
270   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
271   ln_dynldf_lap =  .true.     !    laplacian operator
272   ln_dynldf_blp =  .false.    !  bilaplacian operator
273   !                       !  Direction of action  :
274   ln_dynldf_lev =  .true.     !  iso-level
275   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
276   ln_dynldf_iso =  .false.    !  iso-neutral
277   !                       !  Coefficient
278   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef
279   !                                !  =-30  read in eddy_viscosity_3D.nc file
280   !                                !  =-20  read in eddy_viscosity_2D.nc file
281   !                                !  =  0  constant
282   !                                !  = 10  F(k)=c1d
283   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
284   !                                !  = 30  F(i,j,k)=c2d*c1d
285   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
286   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s]
287   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
288   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s]
289   !
290   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km)
291/
292!-----------------------------------------------------------------------
293&namzdf        !   vertical physics                                     (default: NO selection)
294!-----------------------------------------------------------------------
295   !                       ! type of vertical closure
296   ln_zdfcst   = .true.       !  constant mixing
297/
298!-----------------------------------------------------------------------
299&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
300!-----------------------------------------------------------------------
301/
302!-----------------------------------------------------------------------
303&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
304!-----------------------------------------------------------------------
305/
306!-----------------------------------------------------------------------
307&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
308!-----------------------------------------------------------------------
309/
310!-----------------------------------------------------------------------
311&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
312!-----------------------------------------------------------------------
313/
314!-----------------------------------------------------------------------
315&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
316!-----------------------------------------------------------------------
317/
318!-----------------------------------------------------------------------
319&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
320!-----------------------------------------------------------------------
321/
322!-----------------------------------------------------------------------
323&namctl        !   Control prints
324!-----------------------------------------------------------------------
325/
326!-----------------------------------------------------------------------
327&namsto        ! Stochastic parametrization of EOS                      (default: NO)
328!-----------------------------------------------------------------------
329/
330!-----------------------------------------------------------------------
331&namtrd        !   trend diagnostics                                    (default F)
332!-----------------------------------------------------------------------
333/
334!-----------------------------------------------------------------------
335&namptr        !   Poleward Transport Diagnostic                        (default F)
336!-----------------------------------------------------------------------
337/
338!-----------------------------------------------------------------------
339&namhsb        !  Heat and salt budgets                                 (default F)
340!-----------------------------------------------------------------------
341/
342!-----------------------------------------------------------------------
343&namdiu        !   Cool skin and warm layer models                      (default F)
344!-----------------------------------------------------------------------
345/
346!-----------------------------------------------------------------------
347&namflo        !   float parameters                                     ("key_float")
348!-----------------------------------------------------------------------
349/
350!-----------------------------------------------------------------------
351&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
352!-----------------------------------------------------------------------
353/
354!-----------------------------------------------------------------------
355&namdct        ! transports through some sections                       ("key_diadct")
356!-----------------------------------------------------------------------
357/
358!-----------------------------------------------------------------------
359&nam_diatmb    !  Top Middle Bottom Output                              (default F)
360!-----------------------------------------------------------------------
361/
362!-----------------------------------------------------------------------
363&nam_dia25h    !  25h Mean Output                                       (default F)
364!-----------------------------------------------------------------------
365/
366!-----------------------------------------------------------------------
367&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
368!-----------------------------------------------------------------------
369/
370!-----------------------------------------------------------------------
371&namobs        !  observation usage switch
372!-----------------------------------------------------------------------
373/
374!-----------------------------------------------------------------------
375&nam_asminc    !   assimilation increments                              ('key_asminc')
376!-----------------------------------------------------------------------
377/
378!-----------------------------------------------------------------------
379&namdta_dyn    !   offline dynamics read in files                       ("key_offline")
380!-----------------------------------------------------------------------
381/
Note: See TracBrowser for help on using the repository browser.