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

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_SAS_LIM3/EXP00/namelist_cfg @ 9356

Last change on this file since 9356 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:executable set to *
  • Property svn:mime-type set to text/x-fortran
File size: 16.3 KB
Line 
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      =  "ORCA2_SAS"  !  experience name
10   nn_it000    =       1   !  first time step
11   nn_itend    =     100   !  last  time step (std 5475)
12/
13!-----------------------------------------------------------------------
14&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
15!-----------------------------------------------------------------------
16   ln_read_cfg = .true.    !  (=T) read the domain configuration file
17      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
18      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename
19/
20!-----------------------------------------------------------------------
21&namdom        !   time and space domain
22!-----------------------------------------------------------------------
23   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
24/
25!-----------------------------------------------------------------------
26&namtsd        !   data : Temperature  & Salinity
27!-----------------------------------------------------------------------
28/
29!-----------------------------------------------------------------------
30&namwad        !   Wetting and drying  default is no WAD
31!-----------------------------------------------------------------------
32/
33!-----------------------------------------------------------------------
34&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
35!-----------------------------------------------------------------------
36/
37!-----------------------------------------------------------------------
38&namc1d        !   1D configuration options                             ("key_c1d")
39!-----------------------------------------------------------------------
40/
41!-----------------------------------------------------------------------
42&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d")
43!-----------------------------------------------------------------------
44/
45!-----------------------------------------------------------------------
46&namc1d_uvd    !   data: U & V currents                                 ("key_c1d")
47!-----------------------------------------------------------------------
48/
49!-----------------------------------------------------------------------
50&namsbc        !   Surface Boundary Condition (surface module)
51!-----------------------------------------------------------------------
52   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
53/
54!-----------------------------------------------------------------------
55&namsbc_flx    !   surface boundary condition : flux formulation
56!-----------------------------------------------------------------------
57/
58!-----------------------------------------------------------------------
59&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
60!-----------------------------------------------------------------------
61   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008)
62/
63!-----------------------------------------------------------------------
64&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
65!-----------------------------------------------------------------------
66/
67!-----------------------------------------------------------------------
68&namsbc_sas    !   Stand-Alone Surface boundary condition
69!-----------------------------------------------------------------------
70/
71!-----------------------------------------------------------------------
72&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
73!-----------------------------------------------------------------------
74/
75!-----------------------------------------------------------------------
76&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
77!-----------------------------------------------------------------------
78/
79!-----------------------------------------------------------------------
80&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T)
81!-----------------------------------------------------------------------
82/
83!-----------------------------------------------------------------------
84&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0)
85!-----------------------------------------------------------------------
86/
87!-----------------------------------------------------------------------
88&namsbc_iscpl  !   land ice / ocean coupling option                     
89!-----------------------------------------------------------------------
90/
91!-----------------------------------------------------------------------
92&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
93!-----------------------------------------------------------------------
94/
95!-----------------------------------------------------------------------
96&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
97!-----------------------------------------------------------------------
98/
99!-----------------------------------------------------------------------
100&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
101!-----------------------------------------------------------------------
102/
103!-----------------------------------------------------------------------
104&namberg       !   iceberg parameters                                   (default: No iceberg)
105!-----------------------------------------------------------------------
106/
107!-----------------------------------------------------------------------
108&namlbc        !   lateral momentum boundary condition
109!-----------------------------------------------------------------------
110/
111!-----------------------------------------------------------------------
112&namagrif      !  AGRIF zoom                                            ("key_agrif")
113!-----------------------------------------------------------------------
114/
115!-----------------------------------------------------------------------
116&nam_tide      !   tide parameters
117!-----------------------------------------------------------------------
118/
119!-----------------------------------------------------------------------
120&nambdy        !  unstructured open boundaries                         
121!-----------------------------------------------------------------------
122/
123!-----------------------------------------------------------------------
124&nambdy_dta    !  open boundaries - external data                       
125!-----------------------------------------------------------------------
126/
127!-----------------------------------------------------------------------
128&nambdy_tide   !  tidal forcing at open boundaries
129!-----------------------------------------------------------------------
130/
131!-----------------------------------------------------------------------
132&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
133!-----------------------------------------------------------------------
134/
135!-----------------------------------------------------------------------
136&namdrg_top    !   TOP friction                                         (ln_isfcav=T)
137!-----------------------------------------------------------------------
138/
139!-----------------------------------------------------------------------
140&namdrg_bot    !   BOTTOM friction                                 
141!-----------------------------------------------------------------------
142/
143!-----------------------------------------------------------------------
144&nambbc        !   bottom temperature boundary condition                (default: NO)
145!-----------------------------------------------------------------------
146/
147!-----------------------------------------------------------------------
148&nambbl        !   bottom boundary layer scheme                         (default: NO)
149!-----------------------------------------------------------------------
150/
151!-----------------------------------------------------------------------
152&nameos        !   ocean Equation Of Seawater                           (default: NO)
153!-----------------------------------------------------------------------
154   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
155/
156!-----------------------------------------------------------------------
157&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
158!-----------------------------------------------------------------------
159   ln_traadv_NONE =  .true.    !  No advection
160/
161!-----------------------------------------------------------------------
162&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO)
163!-----------------------------------------------------------------------
164/
165!-----------------------------------------------------------------------
166&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
167!-----------------------------------------------------------------------
168   ln_traldf_lap  =  .NONE.   ! No explicit diffusion
169/
170!-----------------------------------------------------------------------
171&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO)
172!-----------------------------------------------------------------------
173/
174!-----------------------------------------------------------------------
175&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO)
176!-----------------------------------------------------------------------
177/
178!-----------------------------------------------------------------------
179&nam_vvl       !   vertical coordinate options                          (default: z-star)
180!-----------------------------------------------------------------------
181/
182!-----------------------------------------------------------------------
183&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
184!-----------------------------------------------------------------------
185   ln_dynadv_NONE =  .true.    !  No advection
186/
187!-----------------------------------------------------------------------
188&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO)
189!-----------------------------------------------------------------------
190/
191!-----------------------------------------------------------------------
192&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
193!-----------------------------------------------------------------------
194/
195!-----------------------------------------------------------------------
196&namdyn_spg    !   surface pressure gradient                            (default: NO)
197!-----------------------------------------------------------------------
198/
199!-----------------------------------------------------------------------
200&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
201!-----------------------------------------------------------------------
202/
203!-----------------------------------------------------------------------
204&namzdf        !   vertical physics                                     (default: NO selection)
205!-----------------------------------------------------------------------
206/
207!-----------------------------------------------------------------------
208&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
209!-----------------------------------------------------------------------
210/
211!-----------------------------------------------------------------------
212&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
213!-----------------------------------------------------------------------
214/
215!-----------------------------------------------------------------------
216&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
217!-----------------------------------------------------------------------
218/
219!-----------------------------------------------------------------------
220&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
221!-----------------------------------------------------------------------
222/
223!-----------------------------------------------------------------------
224&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
225!-----------------------------------------------------------------------
226/
227!-----------------------------------------------------------------------
228&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
229!-----------------------------------------------------------------------
230/
231!-----------------------------------------------------------------------
232&namctl        !   Control prints
233!-----------------------------------------------------------------------
234/
235!-----------------------------------------------------------------------
236&namsto        ! Stochastic parametrization of EOS                      (default: NO)
237!-----------------------------------------------------------------------
238/
239!-----------------------------------------------------------------------
240&namtrd        !   trend diagnostics                                    (default F)
241!-----------------------------------------------------------------------
242/
243!-----------------------------------------------------------------------
244&namptr        !   Poleward Transport Diagnostic                        (default F)
245!-----------------------------------------------------------------------
246/
247!-----------------------------------------------------------------------
248&namhsb        !  Heat and salt budgets                                 (default F)
249!-----------------------------------------------------------------------
250/
251!-----------------------------------------------------------------------
252&namdiu        !   Cool skin and warm layer models                      (default F)
253!-----------------------------------------------------------------------
254/
255!-----------------------------------------------------------------------
256&namflo        !   float parameters                                     ("key_float")
257!-----------------------------------------------------------------------
258/
259!-----------------------------------------------------------------------
260&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
261!-----------------------------------------------------------------------
262/
263!-----------------------------------------------------------------------
264&namdct        ! transports through some sections                       ("key_diadct")
265!-----------------------------------------------------------------------
266/
267!-----------------------------------------------------------------------
268&nam_diatmb    !  Top Middle Bottom Output                              (default F)
269!-----------------------------------------------------------------------
270/
271!-----------------------------------------------------------------------
272&nam_dia25h    !  25h Mean Output                                       (default F)
273!-----------------------------------------------------------------------
274/
275!-----------------------------------------------------------------------
276&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
277!-----------------------------------------------------------------------
278/
279!-----------------------------------------------------------------------
280&namobs        !  observation usage switch
281!-----------------------------------------------------------------------
282/
283!-----------------------------------------------------------------------
284&nam_asminc    !   assimilation increments                              ('key_asminc')
285!-----------------------------------------------------------------------
286/
287!-----------------------------------------------------------------------
288&namdta_dyn    !   offline dynamics read in files                       ("key_offline")
289!-----------------------------------------------------------------------
290/
Note: See TracBrowser for help on using the repository browser.