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

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/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:mime-type set to text/x-fortran
File size: 21.9 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  :  ORCA2_OFF_PISCES configuration namelist used ot overwrite SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      =  "PISCES"  !  experience name
8   nn_it000    =       1    !  first time step
9   nn_itend    =    1460    !  last  time step (std 5475)
10   nn_stock    =    1460    !  frequency of creation of a restart file (modulo referenced to 1)
11/
12!-----------------------------------------------------------------------
13&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
14!-----------------------------------------------------------------------
15   ln_read_cfg = .true.    !  (=T) read the domain configuration file
16      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
17      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename
18/
19!-----------------------------------------------------------------------
20&namdom        !   time and space domain
21!-----------------------------------------------------------------------
22   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
23   !
24   rn_rdt      = 21600.     !  time step for the dynamics (and tracer if nn_acc=0)
25/
26!-----------------------------------------------------------------------
27&namtsd        !   data : Temperature  & Salinity
28!-----------------------------------------------------------------------
29/
30!-----------------------------------------------------------------------
31&namwad        !   Wetting and drying  default is no WAD
32!-----------------------------------------------------------------------
33/
34!-----------------------------------------------------------------------
35&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
36!-----------------------------------------------------------------------
37/
38!-----------------------------------------------------------------------
39&namc1d        !   1D configuration options                             ("key_c1d")
40!-----------------------------------------------------------------------
41/
42!-----------------------------------------------------------------------
43&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d")
44!-----------------------------------------------------------------------
45/
46!-----------------------------------------------------------------------
47&namc1d_uvd    !   data: U & V currents                                 ("key_c1d")
48!-----------------------------------------------------------------------
49/
50!-----------------------------------------------------------------------
51&namsbc        !   Surface Boundary Condition (surface module)
52!-----------------------------------------------------------------------
53   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
54   nn_fsbc     = 1         !  frequency of surface boundary condition computation
55   ln_rnf      = .false.   !  runoffs
56   ln_traqsr   = .false.   !  Light penetration (T) or not (F)
57/
58!-----------------------------------------------------------------------
59&namsbc_flx    !   surface boundary condition : flux formulation
60!-----------------------------------------------------------------------
61/
62!-----------------------------------------------------------------------
63&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
64!-----------------------------------------------------------------------
65   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008)
66/
67!-----------------------------------------------------------------------
68&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
69!-----------------------------------------------------------------------
70/
71!-----------------------------------------------------------------------
72&namsbc_sas    !   Stand-Alone Surface boundary condition
73!-----------------------------------------------------------------------
74/
75!-----------------------------------------------------------------------
76&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
77!-----------------------------------------------------------------------
78/
79!-----------------------------------------------------------------------
80&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
81!-----------------------------------------------------------------------
82/
83!-----------------------------------------------------------------------
84&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T)
85!-----------------------------------------------------------------------
86/
87!-----------------------------------------------------------------------
88&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0)
89!-----------------------------------------------------------------------
90/
91!-----------------------------------------------------------------------
92&namsbc_iscpl  !   land ice / ocean coupling option                     
93!-----------------------------------------------------------------------
94/
95!-----------------------------------------------------------------------
96&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
97!-----------------------------------------------------------------------
98/
99!-----------------------------------------------------------------------
100&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
101!-----------------------------------------------------------------------
102/
103!-----------------------------------------------------------------------
104&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
105!-----------------------------------------------------------------------
106/
107!-----------------------------------------------------------------------
108&namberg       !   iceberg parameters                                   (default: No iceberg)
109!-----------------------------------------------------------------------
110/
111!-----------------------------------------------------------------------
112&namlbc        !   lateral momentum boundary condition
113!-----------------------------------------------------------------------
114   !                       !  free slip  !   partial slip  !   no slip   ! strong slip
115   rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
116   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical Eqs.
117/
118!-----------------------------------------------------------------------
119&namagrif      !  AGRIF zoom                                            ("key_agrif")
120!-----------------------------------------------------------------------
121/
122!-----------------------------------------------------------------------
123&nam_tide      !   tide parameters
124!-----------------------------------------------------------------------
125/
126!-----------------------------------------------------------------------
127&nambdy        !  unstructured open boundaries                         
128!-----------------------------------------------------------------------
129/
130!-----------------------------------------------------------------------
131&nambdy_dta    !  open boundaries - external data                       
132!-----------------------------------------------------------------------
133/
134!-----------------------------------------------------------------------
135&nambdy_tide   !  tidal forcing at open boundaries
136!-----------------------------------------------------------------------
137/
138!-----------------------------------------------------------------------
139&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
140!-----------------------------------------------------------------------
141/
142!-----------------------------------------------------------------------
143&namdrg_top    !   TOP friction                                         (ln_isfcav=T)
144!-----------------------------------------------------------------------
145/
146!-----------------------------------------------------------------------
147&namdrg_bot    !   BOTTOM friction                                 
148!-----------------------------------------------------------------------
149/
150!-----------------------------------------------------------------------
151&nambbc        !   bottom temperature boundary condition                (default: NO)
152!-----------------------------------------------------------------------
153/
154!-----------------------------------------------------------------------
155&nambbl        !   bottom boundary layer scheme                         (default: NO)
156!-----------------------------------------------------------------------
157   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
158   nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0)
159   nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0)
160   rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s]
161   rn_gambbl   =  10.      !  advective bbl coefficient                 [s]
162/
163!-----------------------------------------------------------------------
164&nameos        !   ocean Equation Of Seawater                           (default: NO)
165!-----------------------------------------------------------------------
166   ln_teos10   = .false.         !  = Use TEOS-10
167   ln_eos80    = .true.         !  = Use EOS80
168   ln_seos     = .false.        !  = Use S-EOS (simplified Eq.)
169/
170!-----------------------------------------------------------------------
171&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
172!-----------------------------------------------------------------------
173/
174!-----------------------------------------------------------------------
175&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO)
176!-----------------------------------------------------------------------
177/
178!-----------------------------------------------------------------------
179&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
180!-----------------------------------------------------------------------
181   !                       !  Operator type:
182   ln_traldf_NONE  =  .false.  !  No explicit diffusion
183   ln_traldf_lap   =  .true.   !    laplacian operator
184   ln_traldf_blp   =  .false.  !  bilaplacian operator
185   !                       !  Direction of action:
186   ln_traldf_lev   =  .false.  !  iso-level
187   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
188   ln_traldf_iso   =  .true.   !  iso-neutral
189   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator)
190   !
191   !                       !  iso-neutral options:       
192   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
193   rn_slpmax       =   0.01    !  slope limit                      (both operators)
194   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
195   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
196   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
197   !
198   !                       !  Coefficients:
199   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
200   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
201   !                                !   =  0           constant
202   !                                !   = 10 F(k)      =ldf_c1d
203   !                                !   = 20 F(i,j)    =ldf_c2d
204   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
205   !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d
206   !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing)
207   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
208   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
209/
210!-----------------------------------------------------------------------
211&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO)
212!-----------------------------------------------------------------------
213   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization
214   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s]
215   nn_aei_ijk_t  = 0       ! space/time variation of the eiv coeficient
216   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
217   !                                !   =  0           constant
218   !                                !   = 10 F(k)      =ldf_c1d
219   !                                !   = 20 F(i,j)    =ldf_c2d
220   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
221   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
222   ln_ldfeiv_dia =.false.  ! diagnose eiv stream function and velocities
223/
224!-----------------------------------------------------------------------
225&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO)
226!-----------------------------------------------------------------------
227/
228!-----------------------------------------------------------------------
229&nam_vvl       !   vertical coordinate options                          (default: z-star)
230!-----------------------------------------------------------------------
231/
232!-----------------------------------------------------------------------
233&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
234!-----------------------------------------------------------------------
235/
236!-----------------------------------------------------------------------
237&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO)
238!-----------------------------------------------------------------------
239/
240!-----------------------------------------------------------------------
241&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
242!-----------------------------------------------------------------------
243/
244!-----------------------------------------------------------------------
245&namdyn_spg    !   surface pressure gradient                            (default: NO)
246!-----------------------------------------------------------------------
247/
248!-----------------------------------------------------------------------
249&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
250!-----------------------------------------------------------------------
251/
252!-----------------------------------------------------------------------
253&namzdf        !   vertical physics                                     (default: NO selection)
254!-----------------------------------------------------------------------
255/
256!-----------------------------------------------------------------------
257&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
258!-----------------------------------------------------------------------
259/
260!-----------------------------------------------------------------------
261&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
262!-----------------------------------------------------------------------
263/
264!-----------------------------------------------------------------------
265&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
266!-----------------------------------------------------------------------
267/
268!-----------------------------------------------------------------------
269&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
270!-----------------------------------------------------------------------
271/
272!-----------------------------------------------------------------------
273&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
274!-----------------------------------------------------------------------
275/
276!-----------------------------------------------------------------------
277&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
278!-----------------------------------------------------------------------
279/
280!-----------------------------------------------------------------------
281&namctl        !   Control prints
282!-----------------------------------------------------------------------
283/
284!-----------------------------------------------------------------------
285&namsto        ! Stochastic parametrization of EOS                      (default: NO)
286!-----------------------------------------------------------------------
287/
288!-----------------------------------------------------------------------
289&namtrd        !   trend diagnostics                                    (default F)
290!-----------------------------------------------------------------------
291/
292!-----------------------------------------------------------------------
293&namptr        !   Poleward Transport Diagnostic                        (default F)
294!-----------------------------------------------------------------------
295/
296!-----------------------------------------------------------------------
297&namhsb        !  Heat and salt budgets                                 (default F)
298!-----------------------------------------------------------------------
299/
300!-----------------------------------------------------------------------
301&namdiu        !   Cool skin and warm layer models                      (default F)
302!-----------------------------------------------------------------------
303/
304!-----------------------------------------------------------------------
305&namflo        !   float parameters                                     ("key_float")
306!-----------------------------------------------------------------------
307/
308!-----------------------------------------------------------------------
309&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
310!-----------------------------------------------------------------------
311/
312!-----------------------------------------------------------------------
313&namdct        ! transports through some sections                       ("key_diadct")
314!-----------------------------------------------------------------------
315/
316!-----------------------------------------------------------------------
317&nam_diatmb    !  Top Middle Bottom Output                              (default F)
318!-----------------------------------------------------------------------
319/
320!-----------------------------------------------------------------------
321&nam_dia25h    !  25h Mean Output                                       (default F)
322!-----------------------------------------------------------------------
323/
324!-----------------------------------------------------------------------
325&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
326!-----------------------------------------------------------------------
327/
328!-----------------------------------------------------------------------
329&namobs        !  observation usage switch
330!-----------------------------------------------------------------------
331/
332!-----------------------------------------------------------------------
333&nam_asminc    !   assimilation increments                              ('key_asminc')
334!-----------------------------------------------------------------------
335/
336!-----------------------------------------------------------------------
337&namdta_dyn    !   offline dynamics read in files                       ("key_offline")
338!-----------------------------------------------------------------------
339!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
340!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
341   sn_tem  = 'dyna_grid_T' ,    120            , 'votemper' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
342   sn_sal  = 'dyna_grid_T' ,    120            , 'vosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
343   sn_mld  = 'dyna_grid_T' ,    120            , 'somixhgt' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
344   sn_emp  = 'dyna_grid_T' ,    120            , 'sowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
345   sn_fmf  = 'dyna_grid_T' ,    120            , 'iowaflup' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
346   sn_ice  = 'dyna_grid_T' ,    120            , 'soicecov' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
347   sn_qsr  = 'dyna_grid_T' ,    120            , 'soshfldo' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
348   sn_wnd  = 'dyna_grid_T' ,    120            , 'sowindsp' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
349   sn_uwd  = 'dyna_grid_U' ,    120            , 'uocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
350   sn_vwd  = 'dyna_grid_V' ,    120            , 'vocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
351   sn_wwd  = 'dyna_grid_W' ,    120            , 'wocetr_eff' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
352   sn_avt  = 'dyna_grid_W' ,    120            , 'voddmavs' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
353   sn_ubl  = 'dyna_grid_U' ,    120            , 'sobblcox' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
354   sn_vbl  = 'dyna_grid_V' ,    120            , 'sobblcoy' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , ''
355!
356   cn_dir          = './'       !  root directory for the location of the dynamical files
357   ln_dynrnf       =  .false.   !  runoffs option enabled (T) or not (F)
358   ln_dynrnf_depth =  .false.   ! runoffs is spread in vertical (T) or not (F)
359!   fwbcorr      = 3.786e-06    ! annual global mean of empmr for ssh correction
360/
Note: See TracBrowser for help on using the repository browser.