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 @ 9458

Last change on this file since 9458 was 9458, checked in by clem, 6 years ago

debug sas biper test case after the last commits

  • Property svn:mime-type set to text/x-fortran
File size: 21.9 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/
131!-----------------------------------------------------------------------
132&nam_tide      !   tide parameters
133!-----------------------------------------------------------------------
134/
135!-----------------------------------------------------------------------
136&nambdy        !  unstructured open boundaries                         
137!-----------------------------------------------------------------------
138/
139!-----------------------------------------------------------------------
140&nambdy_dta    !  open boundaries - external data                       
141!-----------------------------------------------------------------------
142/
143!-----------------------------------------------------------------------
144&nambdy_tide   !  tidal forcing at open boundaries
145!-----------------------------------------------------------------------
146/
147!-----------------------------------------------------------------------
148&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
149!-----------------------------------------------------------------------
150   ln_NONE    = .true.     !  free-slip       : Cd = 0                 
151/
152!-----------------------------------------------------------------------
153&namdrg_top    !   TOP friction                                         (ln_isfcav=T)
154!-----------------------------------------------------------------------
155/
156!-----------------------------------------------------------------------
157&namdrg_bot    !   BOTTOM friction                                 
158!-----------------------------------------------------------------------
159/
160!-----------------------------------------------------------------------
161&nambbc        !   bottom temperature boundary condition                (default: NO)
162!-----------------------------------------------------------------------
163/
164!-----------------------------------------------------------------------
165&nambbl        !   bottom boundary layer scheme                         (default: NO)
166!-----------------------------------------------------------------------
167/
168!-----------------------------------------------------------------------
169&nameos        !   ocean Equation Of Seawater                           (default: NO)
170!-----------------------------------------------------------------------
171   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
172/
173!-----------------------------------------------------------------------
174&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
175!-----------------------------------------------------------------------
176   ln_traadv_fct =  .true.    !  FCT scheme
177      nn_fct_h   =  4               !  =2/4, horizontal 2nd / 4th order
178      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
179/
180!-----------------------------------------------------------------------
181&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO)
182!-----------------------------------------------------------------------
183/
184!----------------------------------------------------------------------------------
185&namtra_ldf    !   lateral diffusion scheme for tracers
186!----------------------------------------------------------------------------------
187   !                       !  Operator type:
188   ln_traldf_lap   =  .true.   !    laplacian operator
189   ln_traldf_blp   =  .false.  !  bilaplacian operator
190   !                       !  Direction of action:
191   ln_traldf_lev   =  .false.  !  iso-level
192   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
193   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator)
194   ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator)
195   !
196   !                       !  iso-neutral options:       
197   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
198   rn_slpmax       =   0.01    !  slope limit                      (both operators)
199   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
200   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
201   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
202   !
203   !                       !  Coefficients:
204   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
205   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
206   !                                !   =  0           constant
207   !                                !   = 10 F(k)      =ldf_c1d
208   !                                !   = 20 F(i,j)    =ldf_c2d
209   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
210   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
211   !                                !   = 31 F(i,j,k,t)=F(local velocity)
212   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
213   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
214/
215!----------------------------------------------------------------------------------
216&namtra_ldfeiv !   eddy induced velocity param.
217!----------------------------------------------------------------------------------
218   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization
219   ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities
220   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s]
221   nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient
222   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
223   !                                !   =  0           constant
224   !                                !   = 10 F(k)      =ldf_c1d
225   !                                !   = 20 F(i,j)    =ldf_c2d
226   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
227   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
228/
229!-----------------------------------------------------------------------
230&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO)
231!-----------------------------------------------------------------------
232/
233!-----------------------------------------------------------------------
234&nam_vvl       !   vertical coordinate options                          (default: z-star)
235!-----------------------------------------------------------------------
236/
237!-----------------------------------------------------------------------
238&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
239!-----------------------------------------------------------------------
240   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection)
241   ln_dynadv_vec = .true. !  vector form - 2nd centered scheme
242     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
243   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme
244   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme
245/
246!-----------------------------------------------------------------------
247&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
248!-----------------------------------------------------------------------
249   ln_dynvor_ene = .false. !  enstrophy conserving scheme
250   ln_dynvor_ens = .false. !  energy conserving scheme
251   ln_dynvor_mix = .false. !  mixed scheme
252   ln_dynvor_een = .true.  !  energy & enstrophy scheme
253      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
254/
255!-----------------------------------------------------------------------
256&namdyn_hpg    !   Hydrostatic pressure gradient option
257!-----------------------------------------------------------------------
258   ln_hpg_zco  = .true.   !  z-coordinate - full steps
259/
260!-----------------------------------------------------------------------
261&namdyn_spg    !   surface pressure gradient
262!-----------------------------------------------------------------------
263   ln_dynspg_ts  = .true.  !  split-explicit free surface
264/
265!-----------------------------------------------------------------------
266&namdyn_ldf    !   lateral diffusion on momentum
267!-----------------------------------------------------------------------
268   !                       !  Type of the operator :
269   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
270   ln_dynldf_lap =  .true.     !    laplacian operator
271   ln_dynldf_blp =  .false.    !  bilaplacian operator
272   !                       !  Direction of action  :
273   ln_dynldf_lev =  .true.     !  iso-level
274   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
275   ln_dynldf_iso =  .false.    !  iso-neutral
276   !                       !  Coefficient
277   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef
278   !                                !  =-30  read in eddy_viscosity_3D.nc file
279   !                                !  =-20  read in eddy_viscosity_2D.nc file
280   !                                !  =  0  constant
281   !                                !  = 10  F(k)=c1d
282   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
283   !                                !  = 30  F(i,j,k)=c2d*c1d
284   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
285   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s]
286   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
287   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s]
288   !
289   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km)
290/
291!-----------------------------------------------------------------------
292&namzdf        !   vertical physics                                     (default: NO selection)
293!-----------------------------------------------------------------------
294   !                       ! type of vertical closure
295   ln_zdfcst   = .true.       !  constant mixing
296/
297!-----------------------------------------------------------------------
298&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
299!-----------------------------------------------------------------------
300/
301!-----------------------------------------------------------------------
302&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
303!-----------------------------------------------------------------------
304/
305!-----------------------------------------------------------------------
306&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
307!-----------------------------------------------------------------------
308/
309!-----------------------------------------------------------------------
310&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
311!-----------------------------------------------------------------------
312/
313!-----------------------------------------------------------------------
314&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
315!-----------------------------------------------------------------------
316/
317!-----------------------------------------------------------------------
318&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
319!-----------------------------------------------------------------------
320/
321!-----------------------------------------------------------------------
322&namctl        !   Control prints
323!-----------------------------------------------------------------------
324/
325!-----------------------------------------------------------------------
326&namsto        ! Stochastic parametrization of EOS                      (default: NO)
327!-----------------------------------------------------------------------
328/
329!-----------------------------------------------------------------------
330&namtrd        !   trend diagnostics                                    (default F)
331!-----------------------------------------------------------------------
332/
333!-----------------------------------------------------------------------
334&namptr        !   Poleward Transport Diagnostic                        (default F)
335!-----------------------------------------------------------------------
336/
337!-----------------------------------------------------------------------
338&namhsb        !  Heat and salt budgets                                 (default F)
339!-----------------------------------------------------------------------
340/
341!-----------------------------------------------------------------------
342&namdiu        !   Cool skin and warm layer models                      (default F)
343!-----------------------------------------------------------------------
344/
345!-----------------------------------------------------------------------
346&namflo        !   float parameters                                     ("key_float")
347!-----------------------------------------------------------------------
348/
349!-----------------------------------------------------------------------
350&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
351!-----------------------------------------------------------------------
352/
353!-----------------------------------------------------------------------
354&namdct        ! transports through some sections                       ("key_diadct")
355!-----------------------------------------------------------------------
356/
357!-----------------------------------------------------------------------
358&nam_diatmb    !  Top Middle Bottom Output                              (default F)
359!-----------------------------------------------------------------------
360/
361!-----------------------------------------------------------------------
362&nam_dia25h    !  25h Mean Output                                       (default F)
363!-----------------------------------------------------------------------
364/
365!-----------------------------------------------------------------------
366&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
367!-----------------------------------------------------------------------
368/
369!-----------------------------------------------------------------------
370&namobs        !  observation usage switch
371!-----------------------------------------------------------------------
372/
373!-----------------------------------------------------------------------
374&nam_asminc    !   assimilation increments                              ('key_asminc')
375!-----------------------------------------------------------------------
376/
377!-----------------------------------------------------------------------
378&namdta_dyn    !   offline dynamics read in files                       ("key_offline")
379!-----------------------------------------------------------------------
380/
Note: See TracBrowser for help on using the repository browser.