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

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_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: 25.0 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  : GYRE_PISCES Configuration namelist to overwrite reference dynamical namelist
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namusr_def    !   GYRE user defined namelist 
6!-----------------------------------------------------------------------
7   nn_GYRE     =     1     !  GYRE resolution [1/degrees]
8   ln_bench    = .false.   !  ! =T benchmark with gyre: the gridsize is kept constant
9   jpkglo      =    31     !  number of model levels
10/
11!!======================================================================
12!!                   ***  Run management namelists  ***
13!!======================================================================
14!-----------------------------------------------------------------------
15&namrun        !   parameters of the run
16!-----------------------------------------------------------------------
17   cn_exp      =  "GYRE"   !  experience name
18   nn_it000    =       1   !  first time step
19   nn_itend    =    4320   !  last  time step
20   nn_leapy    =      30   !  Leap year calendar (1) or not (0)
21   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1)
22   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000)
23/
24!!======================================================================
25!!                      ***  Domain namelists  ***
26!!======================================================================
27!-----------------------------------------------------------------------
28&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
29!-----------------------------------------------------------------------
30   ln_read_cfg = .false.   !  (=T) read the domain configuration file
31      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
32   ln_write_cfg= .false.   !  (=T) create the domain configuration file
33      !
34/
35!-----------------------------------------------------------------------
36&namdom        !   time and space domain
37!-----------------------------------------------------------------------
38   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time
39   !
40   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0)
41/
42!-----------------------------------------------------------------------
43&namtsd        !   data : Temperature  & Salinity
44!-----------------------------------------------------------------------
45!              !  file name                 ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
46!              !                            !  (if <0  months)  !   name   !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
47   cn_dir        = './'      !  root directory for the location of the runoff files
48   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
49   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
50/
51!-----------------------------------------------------------------------
52&namwad        !   Wetting and drying  default is no WAD
53!-----------------------------------------------------------------------
54/
55!-----------------------------------------------------------------------
56&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
57!-----------------------------------------------------------------------
58/
59!-----------------------------------------------------------------------
60&namc1d        !   1D configuration options                             ("key_c1d")
61!-----------------------------------------------------------------------
62/
63!-----------------------------------------------------------------------
64&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d")
65!-----------------------------------------------------------------------
66/
67!-----------------------------------------------------------------------
68&namc1d_uvd    !   data: U & V currents                                 ("key_c1d")
69!-----------------------------------------------------------------------
70/
71
72!!======================================================================
73!!            ***  Surface Boundary Condition namelists  ***
74!!======================================================================
75!-----------------------------------------------------------------------
76&namsbc        !   Surface Boundary Condition (surface module)
77!-----------------------------------------------------------------------
78   nn_fsbc     = 1         !  frequency of surface boundary condition computation
79                           !     (also = the frequency of sea-ice model call)
80   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
81   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
82   nn_ice      = 0         !  =0 no ice boundary condition   ,
83   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
84   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
85   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
86/
87!-----------------------------------------------------------------------
88&namsbc_flx    !   surface boundary condition : flux formulation
89!-----------------------------------------------------------------------
90/
91!-----------------------------------------------------------------------
92&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
93!-----------------------------------------------------------------------
94/
95!-----------------------------------------------------------------------
96&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
97!-----------------------------------------------------------------------
98/
99!-----------------------------------------------------------------------
100&namsbc_sas    !   Stand-Alone Surface boundary condition
101!-----------------------------------------------------------------------
102/
103!-----------------------------------------------------------------------
104&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
105!-----------------------------------------------------------------------
106/
107!-----------------------------------------------------------------------
108&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
109!-----------------------------------------------------------------------
110   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
111   ln_qsr_2bd  = .true.    !  2 bands              light penetration
112   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
113/
114!-----------------------------------------------------------------------
115&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T)
116!-----------------------------------------------------------------------
117/
118!-----------------------------------------------------------------------
119&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0)
120!-----------------------------------------------------------------------
121/
122!-----------------------------------------------------------------------
123&namsbc_iscpl  !   land ice / ocean coupling option                     
124!-----------------------------------------------------------------------
125/
126!-----------------------------------------------------------------------
127&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
128!-----------------------------------------------------------------------
129/
130!-----------------------------------------------------------------------
131&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
132!-----------------------------------------------------------------------
133/
134!-----------------------------------------------------------------------
135&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
136!-----------------------------------------------------------------------
137/
138!-----------------------------------------------------------------------
139&namberg       !   iceberg parameters                                   (default: No iceberg)
140!-----------------------------------------------------------------------
141/
142!-----------------------------------------------------------------------
143&namlbc        !   lateral momentum boundary condition
144!-----------------------------------------------------------------------
145   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
146/
147!-----------------------------------------------------------------------
148&namagrif      !  AGRIF zoom                                            ("key_agrif")
149!-----------------------------------------------------------------------
150/
151!-----------------------------------------------------------------------
152&nam_tide      !   tide parameters
153!-----------------------------------------------------------------------
154/
155!-----------------------------------------------------------------------
156&nambdy        !  unstructured open boundaries                         
157!-----------------------------------------------------------------------
158/
159!-----------------------------------------------------------------------
160&nambdy_dta    !  open boundaries - external data                       
161!-----------------------------------------------------------------------
162/
163!-----------------------------------------------------------------------
164&nambdy_tide   !  tidal forcing at open boundaries
165!-----------------------------------------------------------------------
166/
167!-----------------------------------------------------------------------
168&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
169!-----------------------------------------------------------------------
170   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U|
171/
172!-----------------------------------------------------------------------
173&namdrg_top    !   TOP friction                                         (ln_isfcav=T)
174!-----------------------------------------------------------------------
175/
176!-----------------------------------------------------------------------
177&namdrg_bot    !   BOTTOM friction                                 
178!-----------------------------------------------------------------------
179/
180!-----------------------------------------------------------------------
181&nambbc        !   bottom temperature boundary condition                (default: NO)
182!-----------------------------------------------------------------------
183/
184!-----------------------------------------------------------------------
185&nambbl        !   bottom boundary layer scheme                         (default: NO)
186!-----------------------------------------------------------------------
187/
188!-----------------------------------------------------------------------
189&nameos        !   ocean Equation Of Seawater                           (default: NO)
190!-----------------------------------------------------------------------
191   ln_eos80    = .true.         !  = Use EOS80 equation of state
192/
193!-----------------------------------------------------------------------
194&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
195!-----------------------------------------------------------------------
196   ln_traadv_fct =  .true.   !  FCT scheme
197      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
198      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
199/
200!-----------------------------------------------------------------------
201&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO)
202!-----------------------------------------------------------------------
203/
204!-----------------------------------------------------------------------
205&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
206!-----------------------------------------------------------------------
207   !                       !  Operator type:
208   ln_traldf_NONE  =  .false.  !           No operator (no explicit advection)
209   ln_traldf_lap   =  .true.   !    laplacian operator
210   ln_traldf_blp   =  .false.  !  bilaplacian operator
211   !
212   !                       !  Direction of action:
213   ln_traldf_lev   =  .false.  !  iso-level
214   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
215   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator)
216   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator)
217   !
218   !                       !  iso-neutral options:       
219   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
220   rn_slpmax       =   0.01    !  slope limit                      (both operators)
221   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
222   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
223   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
224   !
225   !                       !  Coefficients:
226   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
227   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
228   !                                !   =  0           constant
229   !                                !   = 10 F(k)      =ldf_c1d
230   !                                !   = 20 F(i,j)    =ldf_c2d
231   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
232   !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d
233   !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing)
234   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
235   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
236/
237!-----------------------------------------------------------------------
238&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO)
239!-----------------------------------------------------------------------
240   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
241/
242!-----------------------------------------------------------------------
243&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO)
244!-----------------------------------------------------------------------
245   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
246/
247!-----------------------------------------------------------------------
248&nam_vvl       !   vertical coordinate options                          (default: z-star)
249!-----------------------------------------------------------------------
250/
251!-----------------------------------------------------------------------
252&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
253!-----------------------------------------------------------------------
254   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
255     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
256/
257!-----------------------------------------------------------------------
258&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO)
259!-----------------------------------------------------------------------
260   ln_dynvor_ene = .true.  !  enstrophy conserving scheme
261   ln_dynvor_ens = .false. !  energy conserving scheme
262   ln_dynvor_mix = .false. !  mixed scheme
263   ln_dynvor_een = .false. !  energy & enstrophy scheme
264      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
265/
266!-----------------------------------------------------------------------
267&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
268!-----------------------------------------------------------------------
269   ln_hpg_zco  = .true.    !  z-coordinate - full steps
270   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
271/
272!-----------------------------------------------------------------------
273&namdyn_spg    !   surface pressure gradient                            (default: NO)
274!-----------------------------------------------------------------------
275   ln_dynspg_ts  = .true.  !  split-explicit free surface
276/
277!-----------------------------------------------------------------------
278&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
279!-----------------------------------------------------------------------
280   !                       !  Type of the operator :
281   ln_dynldf_NONE=  .false.    !           No operator (no explicit diffusion)
282   ln_dynldf_lap =  .true.     !    laplacian operator
283   ln_dynldf_blp =  .false.    !  bilaplacian operator
284   !                       !  Direction of action  :
285   ln_dynldf_lev =  .true.     !  iso-level
286   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
287   ln_dynldf_iso =  .false.    !  iso-neutral
288   !                       !  Coefficient
289   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
290   !                                !  =-30  read in eddy_viscosity_3D.nc file
291   !                                !  =-20  read in eddy_viscosity_2D.nc file
292   !                                !  =  0  constant
293   !                                !  = 10  F(k)=c1d
294   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
295   !                                !  = 30  F(i,j,k)=c2d*c1d
296   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
297   rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s]
298   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
299   rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s]
300/
301
302!!======================================================================
303!!                     vertical physics namelists                     !!
304!!======================================================================
305!-----------------------------------------------------------------------
306&namzdf        !   vertical physics                                     (default: NO selection)
307!-----------------------------------------------------------------------
308   !                       ! type of vertical closure (required)
309   ln_zdfcst   = .false.      !  constant mixing
310   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric)
311   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
312   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls)
313   ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm)
314   !
315   !                       ! convection
316   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme
317      nn_evdm  =    1            !  evd apply on tracer (=0) or on tracer and momentum (=1)
318      rn_evd   =  100.           !  evd mixing coefficient [m2/s]
319   !
320   ln_zdfddm   = .false.   ! double diffusive mixing
321      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
322      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
323   !
324   !                       ! gravity wave-driven vertical mixing
325   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
326   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T )
327   !
328   !                       !  Coefficients
329   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
330   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
331   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
332   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
333   !
334/
335!-----------------------------------------------------------------------
336&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
337!-----------------------------------------------------------------------
338/
339!-----------------------------------------------------------------------
340&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
341!-----------------------------------------------------------------------
342   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
343/
344!-----------------------------------------------------------------------
345&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
346!-----------------------------------------------------------------------
347/
348!-----------------------------------------------------------------------
349&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
350!-----------------------------------------------------------------------
351/
352!-----------------------------------------------------------------------
353&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
354!-----------------------------------------------------------------------
355/
356!-----------------------------------------------------------------------
357&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
358!-----------------------------------------------------------------------
359/
360!-----------------------------------------------------------------------
361&namctl        !   Control prints
362!-----------------------------------------------------------------------
363/
364!-----------------------------------------------------------------------
365&namsto        ! Stochastic parametrization of EOS                      (default: NO)
366!-----------------------------------------------------------------------
367/
368!-----------------------------------------------------------------------
369&namtrd        !   trend diagnostics                                    (default F)
370!-----------------------------------------------------------------------
371/
372!-----------------------------------------------------------------------
373&namptr        !   Poleward Transport Diagnostic                        (default F)
374!-----------------------------------------------------------------------
375/
376!-----------------------------------------------------------------------
377&namhsb        !  Heat and salt budgets                                 (default F)
378!-----------------------------------------------------------------------
379/
380!-----------------------------------------------------------------------
381&namdiu        !   Cool skin and warm layer models                      (default F)
382!-----------------------------------------------------------------------
383/
384!-----------------------------------------------------------------------
385&namflo        !   float parameters                                     ("key_float")
386!-----------------------------------------------------------------------
387/
388!-----------------------------------------------------------------------
389&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
390!-----------------------------------------------------------------------
391/
392!-----------------------------------------------------------------------
393&namdct        ! transports through some sections                       ("key_diadct")
394!-----------------------------------------------------------------------
395    nn_dct      = 60       !  time step frequency for transports computing
396    nn_dctwri   = 60       !  time step frequency for transports writing
397    nn_secdebug = 0        !      0 : no section to debug
398/
399!-----------------------------------------------------------------------
400&nam_diatmb    !  Top Middle Bottom Output                              (default F)
401!-----------------------------------------------------------------------
402/
403!-----------------------------------------------------------------------
404&nam_dia25h    !  25h Mean Output                                       (default F)
405!-----------------------------------------------------------------------
406/
407!-----------------------------------------------------------------------
408&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
409!-----------------------------------------------------------------------
410/
411!-----------------------------------------------------------------------
412&namobs        !  observation usage switch
413!-----------------------------------------------------------------------
414/
415!-----------------------------------------------------------------------
416&nam_asminc    !   assimilation increments                              ('key_asminc')
417!-----------------------------------------------------------------------
418/
419!-----------------------------------------------------------------------
420&namdta_dyn    !   offline dynamics read in files                       ("key_offline")
421!-----------------------------------------------------------------------
422/
Note: See TracBrowser for help on using the repository browser.