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

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

#2075 - dev_merge_2017: scale-aware setting of lateral viscous and diffusive coefficient

  • Property svn:mime-type set to text/x-fortran
File size: 16.8 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
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_ldf    !   lateral diffusion scheme for tracers
182!----------------------------------------------------------------------------------
183   ln_traldf_NONE   =  .true.   !    laplacian operator
184/
185
186!-----------------------------------------------------------------------
187&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
188!-----------------------------------------------------------------------
189   ln_dynadv_NONE= .true. !  linear dynamics (no momentum advection)
190/
191!-----------------------------------------------------------------------
192&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
193!-----------------------------------------------------------------------
194/
195!-----------------------------------------------------------------------
196&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
197!-----------------------------------------------------------------------
198   ln_hpg_zco  = .true.   !  z-coordinate - full steps
199/
200!-----------------------------------------------------------------------
201&namdyn_spg    !   surface pressure gradient
202!-----------------------------------------------------------------------
203   ln_dynspg_ts  = .true.  !  split-explicit free surface
204/
205!-----------------------------------------------------------------------
206&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
207!-----------------------------------------------------------------------
208   ln_dynldf_NONE= .true.     !  No operator (i.e. no explicit diffusion)
209/
210!-----------------------------------------------------------------------
211&namzdf        !   vertical physics                                     (default: NO selection)
212!-----------------------------------------------------------------------
213   ln_zdfcst   = .true.       !  constant mixing
214/
215!-----------------------------------------------------------------------
216&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
217!-----------------------------------------------------------------------
218/
219!-----------------------------------------------------------------------
220&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
221!-----------------------------------------------------------------------
222/
223!-----------------------------------------------------------------------
224&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
225!-----------------------------------------------------------------------
226/
227!-----------------------------------------------------------------------
228&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
229!-----------------------------------------------------------------------
230/
231!-----------------------------------------------------------------------
232&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
233!-----------------------------------------------------------------------
234/
235!-----------------------------------------------------------------------
236&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
237!-----------------------------------------------------------------------
238/
239!-----------------------------------------------------------------------
240&namctl        !   Control prints
241!-----------------------------------------------------------------------
242/
243!-----------------------------------------------------------------------
244&namsto        ! Stochastic parametrization of EOS                      (default: NO)
245!-----------------------------------------------------------------------
246/
247!-----------------------------------------------------------------------
248&namtrd        !   trend diagnostics                                    (default F)
249!-----------------------------------------------------------------------
250/
251!-----------------------------------------------------------------------
252&namptr        !   Poleward Transport Diagnostic                        (default F)
253!-----------------------------------------------------------------------
254/
255!-----------------------------------------------------------------------
256&namhsb        !  Heat and salt budgets                                 (default F)
257!-----------------------------------------------------------------------
258/
259!-----------------------------------------------------------------------
260&namdiu        !   Cool skin and warm layer models                      (default F)
261!-----------------------------------------------------------------------
262/
263!-----------------------------------------------------------------------
264&namflo        !   float parameters                                     ("key_float")
265!-----------------------------------------------------------------------
266/
267!-----------------------------------------------------------------------
268&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
269!-----------------------------------------------------------------------
270/
271!-----------------------------------------------------------------------
272&namdct        ! transports through some sections                       ("key_diadct")
273!-----------------------------------------------------------------------
274/
275!-----------------------------------------------------------------------
276&nam_diatmb    !  Top Middle Bottom Output                              (default F)
277!-----------------------------------------------------------------------
278/
279!-----------------------------------------------------------------------
280&nam_dia25h    !  25h Mean Output                                       (default F)
281!-----------------------------------------------------------------------
282/
283!-----------------------------------------------------------------------
284&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
285!-----------------------------------------------------------------------
286/
287!-----------------------------------------------------------------------
288&namobs        !  observation usage switch
289!-----------------------------------------------------------------------
290/
291!-----------------------------------------------------------------------
292&nam_asminc    !   assimilation increments                              ('key_asminc')
293!-----------------------------------------------------------------------
294/
295!-----------------------------------------------------------------------
296&namdta_dyn    !   offline dynamics read in files                       ("key_offline")
297!-----------------------------------------------------------------------
298/
Note: See TracBrowser for help on using the repository browser.