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 NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining/tests/ICB/EXPREF – NEMO

source: NEMO/branches/2021/dev_r14122_HPC-08_Mueller_OSMOSIS_streamlining/tests/ICB/EXPREF/namelist_cfg @ 14856

Last change on this file since 14856 was 14856, checked in by smueller, 3 years ago

Synchronizing with /NEMO/trunk@14854 (ticket #2353)

File size: 29.2 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!                         ISOMIP configuration                       !!
5!!======================================================================
6!!              ***  Domain & Run management namelists  ***           !!
7!!                                                                    !!
8!!   namrun       parameters of the run
9!!   namdom       space and time domain
10!!   namcfg       parameters of the configuration                       (default: user defined GYRE)
11!!   namwad       Wetting and drying                                    (default: OFF)
12!!   namtsd       data: temperature & salinity                          (default: OFF)
13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
14!!   namc1d       1D configuration options                              ("key_c1d")
15!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d")
16!!   namc1d_uvd   1D data (currents)                                    ("key_c1d")
17!!======================================================================
18!
19!-----------------------------------------------------------------------
20&namrun        !   parameters of the run
21!-----------------------------------------------------------------------
22   cn_exp      =  "ICB" !  experience name
23   nn_it000    =       1   !  first time step
24   nn_itend    =     480   !  last  time step
25   nn_leapy    =       0   !  Leap year calendar (1) or not (0)
26   ln_clobber  = .true.    !  clobber (overwrite) an existing file
27   nn_istate   =       0   !  output the initial state (1) or not (0)
28   nn_stock    =  99999999 !  frequency of creation of a restart file (modulo referenced to 1)
29   nn_write    =      48   !  frequency of write in the output file   (modulo referenced to nn_it000)
30   nn_istate   =       0   !  output the initial state (1) or not (0)
31/
32!-----------------------------------------------------------------------
33&namusr_def    !   ISOMIP user defined namelist 
34!-----------------------------------------------------------------------
35   ln_zps      = .false.   ! z-partial-step coordinate
36   ln_zco      = .true.    ! z-full-step coordinate
37   ln_sco      = .false.   ! s-coordinate
38   rn_dx       =   1000    !  zonal      grid-spacing (degrees)
39   rn_dy       =   1000    !  meridional grid-spacing (degrees)
40   rn_e3       =   10.     !  vertical resolution
41/
42!-----------------------------------------------------------------------
43&namdom        !   time and space domain
44!-----------------------------------------------------------------------
45   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
46   rn_Dt       =  180.     !  time step for the dynamics (and tracer if nn_acc=0)
47/
48!-----------------------------------------------------------------------
49&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
50!-----------------------------------------------------------------------
51/
52!-----------------------------------------------------------------------
53&namtile        !   parameters of the tiling
54!-----------------------------------------------------------------------
55/
56!-----------------------------------------------------------------------
57&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
58!-----------------------------------------------------------------------
59   
60/
61!-----------------------------------------------------------------------
62&namwad        !   Wetting and Drying (WaD)                             (default: OFF)
63!-----------------------------------------------------------------------
64/
65!-----------------------------------------------------------------------
66&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
67!-----------------------------------------------------------------------
68/
69!-----------------------------------------------------------------------
70&namc1d        !   1D configuration options                             ("key_c1d" default: PAPA station)
71!-----------------------------------------------------------------------
72/
73!-----------------------------------------------------------------------
74&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: OFF)
75!-----------------------------------------------------------------------
76/
77!-----------------------------------------------------------------------
78&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: OFF)
79!-----------------------------------------------------------------------
80
81/
82
83!!======================================================================
84!!            ***  Surface Boundary Condition namelists  ***          !!
85!!                                                                    !!
86!!   namsbc          surface boundary condition manager                 (default: NO selection)
87!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
88!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
89!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
90!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
91!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
92!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
93!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
94!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
95!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
96!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
97!!   namberg         iceberg floats                                     (ln_icebergs=T)
98!!======================================================================
99!
100!-----------------------------------------------------------------------
101&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
102!-----------------------------------------------------------------------
103   nn_fsbc     = 1         !  frequency of SBC module call
104      !                    !  (control sea-ice & iceberg model call)
105   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
106/
107!-----------------------------------------------------------------------
108&namsbc_flx    !   surface boundary condition : flux formulation        (ln_flx =T)
109!-----------------------------------------------------------------------
110/
111!-----------------------------------------------------------------------
112&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T)
113!-----------------------------------------------------------------------
114
115/
116!-----------------------------------------------------------------------
117&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
118!-----------------------------------------------------------------------
119
120/
121!-----------------------------------------------------------------------
122&namsbc_sas    !   Stand-Alone Surface module: ocean data               (SAS_SRC  only)
123!-----------------------------------------------------------------------
124
125/
126!-----------------------------------------------------------------------
127&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
128!-----------------------------------------------------------------------
129/
130!-----------------------------------------------------------------------
131&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
132!-----------------------------------------------------------------------
133   
134/
135!-----------------------------------------------------------------------
136&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
137!-----------------------------------------------------------------------
138
139/
140!-----------------------------------------------------------------------
141&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
142!-----------------------------------------------------------------------
143
144/
145!-----------------------------------------------------------------------
146&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
147!-----------------------------------------------------------------------
148
149/
150!-----------------------------------------------------------------------
151&namisf       !  Top boundary layer (ISF)                               (default: OFF)
152!-----------------------------------------------------------------------
153/
154!-----------------------------------------------------------------------
155&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
156!-----------------------------------------------------------------------
157/
158!-----------------------------------------------------------------------
159&namberg       !   iceberg parameters                                   (default: OFF)
160!-----------------------------------------------------------------------
161   ln_icebergs = .true.       ! activate iceberg floats (force =F with "key_agrif")
162   !                          ! diagnostics:
163   ln_bergdia        = .true.        ! Calculate budgets
164   nn_verbose_level  = 0             ! Turn on more verbose output if level > 0
165   nn_verbose_write  = 15            ! Timesteps between verbose messages
166   nn_sample_rate    = 1             ! Timesteps between sampling for trajectory storage
167   !
168   !                          ! iceberg setting:
169   !                                 ! Initial mass required for an iceberg of each class
170   rn_initial_mass   = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11
171   !                                 ! Proportion of calving mass to apportion to each class
172   rn_distribution   = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02
173   !                                 ! Ratio between effective and real iceberg mass (non-dim)
174   !                                 ! i.e. number of icebergs represented at a point
175   rn_mass_scaling   = 2000., 200., 50., 20., 10., 5., 2., 1., 1., 1.
176                                     ! thickness of newly calved bergs (m)
177   rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 100.
178   !
179   rn_rho_bergs            = 1025.    ! Density of icebergs
180   rn_LoW_ratio            = 1.5     ! Initial ratio L/W for newly calved icebergs
181   ln_operator_splitting   = .true.  ! Use first order operator splitting for thermodynamics
182   rn_bits_erosion_fraction = 0.     ! Fraction of erosion melt flux to divert to bergy bits
183   rn_sicn_shift           = 0.      ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1)
184   ln_passive_mode         = .false. ! iceberg - ocean decoupling
185   nn_test_icebergs        =  10     ! Create test icebergs of this class (-1 = no)
186   !                                 ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2)
187   rn_test_box             = 1500.0,  39500.0, 9500.0, 10500.0
188   !
189   ln_M2016                = .false. ! use Merino et al. (2016) modification (use of 3d ocean data instead of only sea surface data)
190      ln_icb_grd           = .false.
191/
192
193!!======================================================================
194!!               ***  Lateral boundary condition  ***                 !!
195!!                                                                    !!
196!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
197!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
198!!   nam_tide      Tidal forcing                                        (default: OFF)
199!!   nambdy        Unstructured open boundaries                         (default: OFF)
200!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
201!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
202!!======================================================================
203!
204!-----------------------------------------------------------------------
205&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
206!-----------------------------------------------------------------------
207   rn_shlat    =    0.     !  free slip
208/
209!-----------------------------------------------------------------------
210&namagrif      !  AGRIF zoom                                            ("key_agrif")
211!-----------------------------------------------------------------------
212/
213!-----------------------------------------------------------------------
214&nam_tide      !   tide parameters                                      (default: OFF)
215!-----------------------------------------------------------------------
216/
217!-----------------------------------------------------------------------
218&nambdy        !  unstructured open boundaries                          (default: OFF)
219!-----------------------------------------------------------------------
220/
221!-----------------------------------------------------------------------
222&nambdy_dta    !  open boundaries - external data                       (see nam_bdy)
223!-----------------------------------------------------------------------
224
225/
226!-----------------------------------------------------------------------
227&nambdy_tide   !  tidal forcing at open boundaries                      (default: OFF)
228!-----------------------------------------------------------------------
229/
230
231!!======================================================================
232!!                ***  Top/Bottom boundary condition  ***             !!
233!!                                                                    !!
234!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
235!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
236!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
237!!   nambbc        bottom temperature boundary condition                (default: OFF)
238!!   nambbl        bottom boundary layer scheme                         (default: OFF)
239!!======================================================================
240!
241!-----------------------------------------------------------------------
242&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
243!-----------------------------------------------------------------------
244   ln_drg_OFF     = .true.    !  free-slip       : Cd = 0                  (F => fill namdrg_bot
245/
246!-----------------------------------------------------------------------
247&namdrg_top    !   TOP friction                                         (ln_OFF =F & ln_isfcav=T)
248!-----------------------------------------------------------------------
249/
250!-----------------------------------------------------------------------
251&namdrg_bot    !   BOTTOM friction                                      (ln_OFF =F)
252!-----------------------------------------------------------------------
253/
254!-----------------------------------------------------------------------
255&nambbc        !   bottom temperature boundary condition                (default: OFF)
256!-----------------------------------------------------------------------
257
258/
259!-----------------------------------------------------------------------
260&nambbl        !   bottom boundary layer scheme                         (default: OFF)
261!-----------------------------------------------------------------------
262/
263
264!!======================================================================
265!!                        Tracer (T-S) namelists                      !!
266!!                                                                    !!
267!!   nameos        equation of state                                    (default: NO selection)
268!!   namtra_adv    advection scheme                                     (default: NO selection)
269!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
270!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
271!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
272!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
273!!======================================================================
274!
275!-----------------------------------------------------------------------
276&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
277!-----------------------------------------------------------------------
278   ln_eos80    = .true.          !  = Use EOS80 equation of state
279/
280!-----------------------------------------------------------------------
281&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
282!-----------------------------------------------------------------------
283   ln_traadv_OFF = .true. !  No tracer advection
284/
285!-----------------------------------------------------------------------
286&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
287!-----------------------------------------------------------------------
288   ln_traldf_OFF   = .true.    !  No explicit diffusion
289/
290!-----------------------------------------------------------------------
291&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF)
292!-----------------------------------------------------------------------
293/
294!-----------------------------------------------------------------------
295&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
296!-----------------------------------------------------------------------
297/
298!-----------------------------------------------------------------------
299&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF)
300!-----------------------------------------------------------------------
301/
302
303!!======================================================================
304!!                      ***  Dynamics namelists  ***                  !!
305!!                                                                    !!
306!!   nam_vvl       vertical coordinate options                          (default: z-star)
307!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
308!!   namdyn_vor    advection scheme                                     (default: NO selection)
309!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
310!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
311!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
312!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
313!!======================================================================
314!
315!-----------------------------------------------------------------------
316&nam_vvl       !   vertical coordinate options                          (default: z-star)
317!-----------------------------------------------------------------------
318/
319!-----------------------------------------------------------------------
320&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
321!-----------------------------------------------------------------------
322   ln_dynadv_OFF = .true.  !  linear dynamics (no momentum advection)
323/
324!-----------------------------------------------------------------------
325&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
326!-----------------------------------------------------------------------
327   ln_dynvor_ene = .true.  !  energy conserving scheme
328/
329!-----------------------------------------------------------------------
330&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
331!-----------------------------------------------------------------------
332   ln_hpg_sco  = .true.    !  s-coordinate adapted for isf (standard jacobian formulation)
333/
334!-----------------------------------------------------------------------
335&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
336!-----------------------------------------------------------------------
337   ln_dynspg_ts  = .true.  !  split-explicit free surface
338/
339!-----------------------------------------------------------------------
340&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
341!-----------------------------------------------------------------------
342   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion)
343/
344!-----------------------------------------------------------------------
345&namdta_dyn    !   offline ocean input files                            (OFF_SRC only)
346!-----------------------------------------------------------------------
347
348/
349
350!!======================================================================
351!!                     vertical physics namelists                     !!
352!!                                                                    !!
353!!    namzdf        vertical physics manager                            (default: NO selection)
354!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
355!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
356!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
357!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
358!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
359!!======================================================================
360!
361!-----------------------------------------------------------------------
362&namzdf        !   vertical physics manager                             (default: NO selection)
363!-----------------------------------------------------------------------
364   !                       ! type of vertical closure (required)
365   ln_zdfcst   = .true.       !  constant mixing
366   !
367   !                       ! convection
368   ln_zdfevd   = .true.       !  enhanced vertical diffusion
369   rn_evd      =  0.1         ! mixing coefficient [m2/s]
370   !
371   !                       ! coefficients
372   rn_avm0     =   1.e-3      !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst)
373   rn_avt0     =   5.e-5      !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst)
374/
375!-----------------------------------------------------------------------
376&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
377!-----------------------------------------------------------------------
378/
379!-----------------------------------------------------------------------
380&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
381!-----------------------------------------------------------------------
382/
383!-----------------------------------------------------------------------
384&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
385!-----------------------------------------------------------------------
386/
387!-----------------------------------------------------------------------
388&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
389!-----------------------------------------------------------------------
390/
391!-----------------------------------------------------------------------
392&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
393!-----------------------------------------------------------------------
394/
395
396!!======================================================================
397!!                  ***  Diagnostics namelists  ***                   !!
398!!                                                                    !!
399!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
400!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
401!!   namhsb       Heat and salt budgets                                 (default: OFF)
402!!   namdiu       Cool skin and warm layer models                       (default: OFF)
403!!   namdiu       Cool skin and warm layer models                       (default: OFF)
404!!   namflo       float parameters                                      (default: OFF)
405!!   nam_diadct   transports through some sections                      (default: OFF)
406!!   nam_dia25h   25h Mean Output                                       (default: OFF)
407!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
408!!======================================================================
409!
410!-----------------------------------------------------------------------
411&namtrd        !   trend diagnostics                                    (default: OFF)
412!-----------------------------------------------------------------------
413/
414!-----------------------------------------------------------------------
415&namptr        !   Poleward Transport Diagnostic                        (default: OFF)
416!-----------------------------------------------------------------------
417/
418!-----------------------------------------------------------------------
419&namhsb        !  Heat and salt budgets                                 (default: OFF)
420!-----------------------------------------------------------------------
421/
422!-----------------------------------------------------------------------
423&namdiu        !   Cool skin and warm layer models                      (default: OFF)
424!-----------------------------------------------------------------------
425/
426!-----------------------------------------------------------------------
427&namflo        !   float parameters                                     ("key_float")
428!-----------------------------------------------------------------------
429/
430!-----------------------------------------------------------------------
431&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
432!-----------------------------------------------------------------------
433/
434!-----------------------------------------------------------------------
435&namdct        ! transports through some sections                       ("key_diadct")
436!-----------------------------------------------------------------------
437/
438!-----------------------------------------------------------------------
439&nam_diatmb    !  Top Middle Bottom Output                              (default: OFF)
440!-----------------------------------------------------------------------
441/
442!-----------------------------------------------------------------------
443&nam_dia25h    !  25h Mean Output                                       (default: OFF)
444!-----------------------------------------------------------------------
445/
446!-----------------------------------------------------------------------
447&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
448!-----------------------------------------------------------------------
449/
450
451!!======================================================================
452!!               ***  Observation & Assimilation  ***                 !!
453!!                                                                    !!
454!!   namobs       observation and model comparison                      (default: OFF)
455!!   nam_asminc   assimilation increments                               ('key_asminc')
456!!======================================================================
457!
458!-----------------------------------------------------------------------
459&namobs        !  observation usage switch                              (default: OFF)
460!-----------------------------------------------------------------------
461/
462!-----------------------------------------------------------------------
463&nam_asminc    !   assimilation increments                              ('key_asminc')
464!-----------------------------------------------------------------------
465/
466
467!!======================================================================
468!!                  ***  Miscellaneous namelists  ***                 !!
469!!                                                                    !!
470!!   nammpp            Massively Parallel Processing
471!!   namctl            Control prints                                   (default: OFF)
472!!   namsto            Stochastic parametrization of EOS                (default: OFF)
473!!======================================================================
474!
475!-----------------------------------------------------------------------
476&nammpp        !   Massively Parallel Processing
477!-----------------------------------------------------------------------
478/
479!-----------------------------------------------------------------------
480&namctl        !   Control prints                                       (default: OFF)
481!-----------------------------------------------------------------------
482   sn_cfctl%l_oceout  = .TRUE.
483   ln_timing   = .true.           !  timing by routine write out in timing.output file
484/
485!-----------------------------------------------------------------------
486&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
487!-----------------------------------------------------------------------
488/
Note: See TracBrowser for help on using the repository browser.