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

Last change on this file since 9527 was 9527, checked in by gm, 6 years ago

dev_merge_2017: NO selection for lateral momentum boundary condition

  • Property svn:mime-type set to text/x-fortran
File size: 16.7 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.  ! =T Read in file ;  =F set all to 0. (see sbcssm.F90)
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                  (default: NO selection)
123!-----------------------------------------------------------------------
124   rn_shlat    =    0.     !  free slip
125/
126!-----------------------------------------------------------------------
127&namagrif      !  AGRIF zoom                                            ("key_agrif")
128!-----------------------------------------------------------------------
129/
130!-----------------------------------------------------------------------
131&nam_tide      !   tide parameters
132!-----------------------------------------------------------------------
133/
134!-----------------------------------------------------------------------
135&nambdy        !  unstructured open boundaries                         
136!-----------------------------------------------------------------------
137/
138!-----------------------------------------------------------------------
139&nambdy_dta    !  open boundaries - external data                       
140!-----------------------------------------------------------------------
141/
142!-----------------------------------------------------------------------
143&nambdy_tide   !  tidal forcing at open boundaries
144!-----------------------------------------------------------------------
145/
146!-----------------------------------------------------------------------
147&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
148!-----------------------------------------------------------------------
149   ln_OFF     = .true.     !  free-slip       : Cd = 0                 
150/
151!-----------------------------------------------------------------------
152&namdrg_top    !   TOP friction                                         (ln_isfcav=T)
153!-----------------------------------------------------------------------
154/
155!-----------------------------------------------------------------------
156&namdrg_bot    !   BOTTOM friction                                 
157!-----------------------------------------------------------------------
158/
159!-----------------------------------------------------------------------
160&nambbc        !   bottom temperature boundary condition                (default: OFF)
161!-----------------------------------------------------------------------
162/
163!-----------------------------------------------------------------------
164&nambbl        !   bottom boundary layer scheme                         (default: OFF)
165!-----------------------------------------------------------------------
166/
167!-----------------------------------------------------------------------
168&nameos        !   ocean Equation Of Seawater                           (default: OFF)
169!-----------------------------------------------------------------------
170   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
171/
172!-----------------------------------------------------------------------
173&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
174!-----------------------------------------------------------------------
175   ln_traadv_fct =  .true.    !  FCT scheme
176      nn_fct_h   =  4               !  =2/4, horizontal 2nd / 4th order
177      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
178/
179!----------------------------------------------------------------------------------
180&namtra_ldf    !   lateral diffusion scheme for tracers
181!----------------------------------------------------------------------------------
182   ln_traldf_OFF    =  .true.   !    laplacian operator
183/
184
185!-----------------------------------------------------------------------
186&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
187!-----------------------------------------------------------------------
188   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection)
189/
190!-----------------------------------------------------------------------
191&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
192!-----------------------------------------------------------------------
193/
194!-----------------------------------------------------------------------
195&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
196!-----------------------------------------------------------------------
197   ln_hpg_zco  = .true.   !  z-coordinate - full steps
198/
199!-----------------------------------------------------------------------
200&namdyn_spg    !   surface pressure gradient
201!-----------------------------------------------------------------------
202   ln_dynspg_ts  = .true.  !  split-explicit free surface
203/
204!-----------------------------------------------------------------------
205&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
206!-----------------------------------------------------------------------
207   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion)
208/
209!-----------------------------------------------------------------------
210&namzdf        !   vertical physics                                     (default: NO selection)
211!-----------------------------------------------------------------------
212   ln_zdfcst   = .true.       !  constant mixing
213/
214!-----------------------------------------------------------------------
215&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
216!-----------------------------------------------------------------------
217/
218!-----------------------------------------------------------------------
219&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
220!-----------------------------------------------------------------------
221/
222!-----------------------------------------------------------------------
223&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
224!-----------------------------------------------------------------------
225/
226!-----------------------------------------------------------------------
227&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
228!-----------------------------------------------------------------------
229/
230!-----------------------------------------------------------------------
231&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
232!-----------------------------------------------------------------------
233/
234!-----------------------------------------------------------------------
235&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
236!-----------------------------------------------------------------------
237/
238!-----------------------------------------------------------------------
239&namctl        !   Control prints
240!-----------------------------------------------------------------------
241/
242!-----------------------------------------------------------------------
243&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
244!-----------------------------------------------------------------------
245/
246!-----------------------------------------------------------------------
247&namtrd        !   trend diagnostics                                    (default F)
248!-----------------------------------------------------------------------
249/
250!-----------------------------------------------------------------------
251&namptr        !   Poleward Transport Diagnostic                        (default F)
252!-----------------------------------------------------------------------
253/
254!-----------------------------------------------------------------------
255&namhsb        !  Heat and salt budgets                                 (default F)
256!-----------------------------------------------------------------------
257/
258!-----------------------------------------------------------------------
259&namdiu        !   Cool skin and warm layer models                      (default F)
260!-----------------------------------------------------------------------
261/
262!-----------------------------------------------------------------------
263&namflo        !   float parameters                                     ("key_float")
264!-----------------------------------------------------------------------
265/
266!-----------------------------------------------------------------------
267&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
268!-----------------------------------------------------------------------
269/
270!-----------------------------------------------------------------------
271&namdct        ! transports through some sections                       ("key_diadct")
272!-----------------------------------------------------------------------
273/
274!-----------------------------------------------------------------------
275&nam_diatmb    !  Top Middle Bottom Output                              (default F)
276!-----------------------------------------------------------------------
277/
278!-----------------------------------------------------------------------
279&nam_dia25h    !  25h Mean Output                                       (default F)
280!-----------------------------------------------------------------------
281/
282!-----------------------------------------------------------------------
283&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
284!-----------------------------------------------------------------------
285/
286!-----------------------------------------------------------------------
287&namobs        !  observation usage switch
288!-----------------------------------------------------------------------
289/
290!-----------------------------------------------------------------------
291&nam_asminc    !   assimilation increments                              ('key_asminc')
292!-----------------------------------------------------------------------
293/
294!-----------------------------------------------------------------------
295&namdta_dyn    !   offline dynamics read in files                       ("key_offline")
296!-----------------------------------------------------------------------
297/
Note: See TracBrowser for help on using the repository browser.