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/trunk/tests/ISOMIP/EXPREF – NEMO

source: NEMO/trunk/tests/ISOMIP/EXPREF/namelist_cfg @ 12377

Last change on this file since 12377 was 12377, checked in by acc, 4 years ago

The big one. Merging all 2019 developments from the option 1 branch back onto the trunk.

This changeset reproduces 2019/dev_r11943_MERGE_2019 on the trunk using a 2-URL merge
onto a working copy of the trunk. I.e.:

svn merge --ignore-ancestry \

svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk \
svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/branches/2019/dev_r11943_MERGE_2019 ./

The --ignore-ancestry flag avoids problems that may otherwise arise from the fact that
the merge history been trunk and branch may have been applied in a different order but
care has been taken before this step to ensure that all applicable fixes and updates
are present in the merge branch.

The trunk state just before this step has been branched to releases/release-4.0-HEAD
and that branch has been immediately tagged as releases/release-4.0.2. Any fixes
or additions in response to tickets on 4.0, 4.0.1 or 4.0.2 should be done on
releases/release-4.0-HEAD. From now on future 'point' releases (e.g. 4.0.2) will
remain unchanged with periodic releases as needs demand. Note release-4.0-HEAD is a
transitional naming convention. Future full releases, say 4.2, will have a release-4.2
branch which fulfills this role and the first point release (e.g. 4.2.0) will be made
immediately following the release branch creation.

2020 developments can be started from any trunk revision later than this one.

  • Property svn:mime-type set to text/x-fortran
File size: 30.5 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      =  "ISOMIP" !  experience name
23   nn_it000    =       1   !  first time step
24   nn_itend    =  525600   !  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      = .true.    ! z-partial-step coordinate
36   ln_zco      = .false.   ! z-full-step coordinate
37   ln_sco      = .false.   ! s-coordinate
38   rn_e1deg    =   0.3     !  zonal      grid-spacing (degrees)
39   rn_e2deg    =   0.1     !  meridional grid-spacing (degrees)
40   rn_e3       =   30.     !  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_rdt      = 1800.     !  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&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
54!-----------------------------------------------------------------------
55   
56/
57!-----------------------------------------------------------------------
58&namwad        !   Wetting and Drying (WaD)                             (default: OFF)
59!-----------------------------------------------------------------------
60/
61!-----------------------------------------------------------------------
62&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
63!-----------------------------------------------------------------------
64/
65!-----------------------------------------------------------------------
66&namc1d        !   1D configuration options                             ("key_c1d" default: PAPA station)
67!-----------------------------------------------------------------------
68/
69!-----------------------------------------------------------------------
70&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: OFF)
71!-----------------------------------------------------------------------
72/
73!-----------------------------------------------------------------------
74&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: OFF)
75!-----------------------------------------------------------------------
76
77/
78
79!!======================================================================
80!!            ***  Surface Boundary Condition namelists  ***          !!
81!!                                                                    !!
82!!   namsbc          surface boundary condition manager                 (default: NO selection)
83!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
84!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
85!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
86!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
87!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
88!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
89!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
90!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
91!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
92!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
93!!   namberg         iceberg floats                                     (ln_icebergs=T)
94!!======================================================================
95!
96!-----------------------------------------------------------------------
97&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
98!-----------------------------------------------------------------------
99   nn_fsbc     = 1         !  frequency of SBC module call
100      !                    !  (control sea-ice & iceberg model call)
101   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
102/
103!-----------------------------------------------------------------------
104&namsbc_flx    !   surface boundary condition : flux formulation        (ln_flx =T)
105!-----------------------------------------------------------------------
106/
107!-----------------------------------------------------------------------
108&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T)
109!-----------------------------------------------------------------------
110
111/
112!-----------------------------------------------------------------------
113&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
114!-----------------------------------------------------------------------
115
116/
117!-----------------------------------------------------------------------
118&namsbc_sas    !   Stand-Alone Surface module: ocean data               (SAS_SRC  only)
119!-----------------------------------------------------------------------
120
121/
122!-----------------------------------------------------------------------
123&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
124!-----------------------------------------------------------------------
125/
126!-----------------------------------------------------------------------
127&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
128!-----------------------------------------------------------------------
129   
130/
131!-----------------------------------------------------------------------
132&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
133!-----------------------------------------------------------------------
134
135/
136!-----------------------------------------------------------------------
137&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
138!-----------------------------------------------------------------------
139
140/
141!-----------------------------------------------------------------------
142&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
143!-----------------------------------------------------------------------
144
145/
146!-----------------------------------------------------------------------
147&namisf       !  Top boundary layer (ISF)                               (default: OFF)
148!-----------------------------------------------------------------------
149   !
150   ! ---------------- ice shelf load -------------------------------
151   !
152   !
153   ! ---------------- ice shelf melt formulation -------------------------------
154   !
155   ln_isf = .true.           ! activate ice shelf module
156      cn_isfdir = './'           ! directory for all ice shelf input file
157      !
158      ! ---------------- cavities opened -------------------------------
159      !
160      ln_isfcav_mlt = .true.    ! ice shelf melting into the cavity (need ln_isfcav = .true. in domain_cfg.nc)
161         cn_isfcav_mlt = '2eq'   ! ice shelf melting formulation (spe/2eq/3eq/oasis)
162         !                       ! spe = fwfisf is read from a forcing field
163         !                       ! 2eq = ISOMIP  like: 2 equations formulation (Hunter et al., 2006)
164         !                       ! 3eq = ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2015)
165         !                       ! oasis = fwfisf is given by oasis and pattern by file sn_isfcav_fwf
166         !              !  cn_isfcav_mlt = 2eq or 3eq cases:
167         cn_gammablk = 'spe'    ! scheme to compute gammat/s (spe,ad15,hj99)
168         !                       ! ad15 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010)
169         !                       ! hj99 = velocity and stability dependent Gamma    (Holland et al. 1999)
170         rn_gammat0  = 1.e-4     ! gammat coefficient used in blk formula
171         rn_gammas0  = 1.e-4     ! gammas coefficient used in blk formula
172         !
173         rn_htbl     =  30.      ! thickness of the top boundary layer    (Losh et al. 2008)
174         !                       ! 0 => thickness of the tbl = thickness of the first wet cell
175         !
176/
177!-----------------------------------------------------------------------
178&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
179!-----------------------------------------------------------------------
180/
181!-----------------------------------------------------------------------
182&namberg       !   iceberg parameters                                   (default: OFF)
183!-----------------------------------------------------------------------
184
185/
186
187!!======================================================================
188!!               ***  Lateral boundary condition  ***                 !!
189!!                                                                    !!
190!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
191!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
192!!   nam_tide      Tidal forcing                                        (default: OFF)
193!!   nambdy        Unstructured open boundaries                         (default: OFF)
194!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
195!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
196!!======================================================================
197!
198!-----------------------------------------------------------------------
199&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
200!-----------------------------------------------------------------------
201   rn_shlat    =    0.     !  free slip
202/
203!-----------------------------------------------------------------------
204&namagrif      !  AGRIF zoom                                            ("key_agrif")
205!-----------------------------------------------------------------------
206/
207!-----------------------------------------------------------------------
208&nam_tide      !   tide parameters                                      (default: OFF)
209!-----------------------------------------------------------------------
210/
211!-----------------------------------------------------------------------
212&nambdy        !  unstructured open boundaries                          (default: OFF)
213!-----------------------------------------------------------------------
214/
215!-----------------------------------------------------------------------
216&nambdy_dta    !  open boundaries - external data                       (see nam_bdy)
217!-----------------------------------------------------------------------
218
219/
220!-----------------------------------------------------------------------
221&nambdy_tide   !  tidal forcing at open boundaries                      (default: OFF)
222!-----------------------------------------------------------------------
223/
224
225!!======================================================================
226!!                ***  Top/Bottom boundary condition  ***             !!
227!!                                                                    !!
228!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
229!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
230!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
231!!   nambbc        bottom temperature boundary condition                (default: OFF)
232!!   nambbl        bottom boundary layer scheme                         (default: OFF)
233!!======================================================================
234!
235!-----------------------------------------------------------------------
236&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
237!-----------------------------------------------------------------------
238   ln_OFF     = .false.    !  free-slip       : Cd = 0                  (F => fill namdrg_bot
239   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top)
240   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U|
241   ln_loglayer = .false.    !  logarithmic drag: Cd = vkarmn/log(z/z0) |U|
242   !
243   ln_drgimp  = .false.    !  implicit top/bottom friction flag
244/
245!-----------------------------------------------------------------------
246&namdrg_top    !   TOP friction                                         (ln_OFF =F & ln_isfcav=T)
247!-----------------------------------------------------------------------
248   rn_Cd0     =  2.5e-3    !  drag coefficient [-]
249   rn_Uc0     =  0.16      !  ref. velocity [m/s] (linear drag=Cd0*Uc0)
250   rn_Cdmax   =  0.1       !  drag value maximum [-] (logarithmic drag)
251   rn_ke0     =  0.0e-0    !  background kinetic energy  [m2/s2] (non-linear cases)
252   rn_z0      =  3.0e-3    !  roughness [m] (ln_loglayer=T)
253   ln_boost   = .false.    !  =T regional boost of Cd0 ; =F constant
254      rn_boost =  50.          !  local boost factor  [-]
255/
256!-----------------------------------------------------------------------
257&namdrg_bot    !   BOTTOM friction                                      (ln_OFF =F)
258!-----------------------------------------------------------------------
259   rn_Cd0     =  1.e-3    !  drag coefficient [-]
260   rn_Uc0     =  0.4      !  ref. velocity [m/s] (linear drag=Cd0*Uc0)
261   rn_Cdmax   =  0.1      !  drag value maximum [-] (logarithmic drag)
262   rn_ke0     =  2.5e-3   !  background kinetic energy  [m2/s2] (non-linear cases)
263   rn_z0      =  3.e-3    !  roughness [m] (ln_loglayer=T)
264   ln_boost   = .false.   !  =T regional boost of Cd0 ; =F constant
265      rn_boost =  50.         !  local boost factor  [-]
266/
267!-----------------------------------------------------------------------
268&nambbc        !   bottom temperature boundary condition                (default: OFF)
269!-----------------------------------------------------------------------
270
271/
272!-----------------------------------------------------------------------
273&nambbl        !   bottom boundary layer scheme                         (default: OFF)
274!-----------------------------------------------------------------------
275/
276
277!!======================================================================
278!!                        Tracer (T-S) namelists                      !!
279!!                                                                    !!
280!!   nameos        equation of state                                    (default: NO selection)
281!!   namtra_adv    advection scheme                                     (default: NO selection)
282!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
283!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
284!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
285!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
286!!======================================================================
287!
288!-----------------------------------------------------------------------
289&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
290!-----------------------------------------------------------------------
291   ln_eos80    = .true.          !  = Use EOS80 equation of state
292/
293!-----------------------------------------------------------------------
294&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
295!-----------------------------------------------------------------------
296   ln_traadv_fct =  .true.   !  FCT scheme
297      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
298      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
299/
300!-----------------------------------------------------------------------
301&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
302!-----------------------------------------------------------------------
303   ln_traldf_lap   =  .true.   !    laplacian operator
304   ln_traldf_hor   =  .true.   !  horizontal (geopotential)
305   !                       !  Coefficients:
306   nn_aht_ijk_t    = 0         !  =  0   constant = 1/2  Ud*Ld   (lap case)
307      rn_Ud        = 0.02           !  lateral diffusive velocity [m/s]
308      rn_Ld        = 10.e+3         !  lateral diffusive length   [m]
309/
310!-----------------------------------------------------------------------
311&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF)
312!-----------------------------------------------------------------------
313/
314!-----------------------------------------------------------------------
315&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
316!-----------------------------------------------------------------------
317/
318!-----------------------------------------------------------------------
319&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF)
320!-----------------------------------------------------------------------
321/
322
323!!======================================================================
324!!                      ***  Dynamics namelists  ***                  !!
325!!                                                                    !!
326!!   nam_vvl       vertical coordinate options                          (default: z-star)
327!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
328!!   namdyn_vor    advection scheme                                     (default: NO selection)
329!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
330!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
331!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
332!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
333!!======================================================================
334!
335!-----------------------------------------------------------------------
336&nam_vvl       !   vertical coordinate options                          (default: z-star)
337!-----------------------------------------------------------------------
338/
339!-----------------------------------------------------------------------
340&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
341!-----------------------------------------------------------------------
342   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F)
343      nn_dynkeg  = 0          ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
344/
345!-----------------------------------------------------------------------
346&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
347!-----------------------------------------------------------------------
348   ln_dynvor_ene = .true.  !  energy conserving scheme
349/
350!-----------------------------------------------------------------------
351&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
352!-----------------------------------------------------------------------
353   ln_hpg_isf  = .true.    !  s-coordinate adapted for isf (standard jacobian formulation)
354/
355!-----------------------------------------------------------------------
356&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
357!-----------------------------------------------------------------------
358   ln_dynspg_ts  = .true.  !  split-explicit free surface
359/
360!-----------------------------------------------------------------------
361&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
362!-----------------------------------------------------------------------
363   ln_dynldf_lap =  .true.     !    laplacian operator
364   ln_dynldf_lev =  .true.     !  iso-level
365   nn_ahm_ijk_t  = 0           !  = 0  constant = 1/2  Uv*Lv   (lap case)
366      rn_Uv      = 0.12             !  lateral viscous velocity [m/s]
367      rn_Lv      = 10.e+3           !  lateral viscous length   [m]
368/
369!-----------------------------------------------------------------------
370&namdta_dyn    !   offline ocean input files                            (OFF_SRC only)
371!-----------------------------------------------------------------------
372
373/
374
375!!======================================================================
376!!                     vertical physics namelists                     !!
377!!                                                                    !!
378!!    namzdf        vertical physics manager                            (default: NO selection)
379!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
380!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
381!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
382!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
383!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
384!!======================================================================
385!
386!-----------------------------------------------------------------------
387&namzdf        !   vertical physics manager                             (default: NO selection)
388!-----------------------------------------------------------------------
389   !                       ! type of vertical closure (required)
390   ln_zdfcst   = .true.       !  constant mixing
391   !
392   !                       ! convection
393   ln_zdfevd   = .true.       !  enhanced vertical diffusion
394   rn_evd      =  0.1         ! mixing coefficient [m2/s]
395   !
396   !                       ! coefficients
397   rn_avm0     =   1.e-3      !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst)
398   rn_avt0     =   5.e-5      !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst)
399/
400!-----------------------------------------------------------------------
401&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
402!-----------------------------------------------------------------------
403/
404!-----------------------------------------------------------------------
405&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
406!-----------------------------------------------------------------------
407/
408!-----------------------------------------------------------------------
409&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
410!-----------------------------------------------------------------------
411/
412!-----------------------------------------------------------------------
413&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
414!-----------------------------------------------------------------------
415/
416!-----------------------------------------------------------------------
417&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
418!-----------------------------------------------------------------------
419/
420
421!!======================================================================
422!!                  ***  Diagnostics namelists  ***                   !!
423!!                                                                    !!
424!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
425!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
426!!   namhsb       Heat and salt budgets                                 (default: OFF)
427!!   namdiu       Cool skin and warm layer models                       (default: OFF)
428!!   namdiu       Cool skin and warm layer models                       (default: OFF)
429!!   namflo       float parameters                                      (default: OFF)
430!!   nam_diadct   transports through some sections                      (default: OFF)
431!!   nam_dia25h   25h Mean Output                                       (default: OFF)
432!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
433!!======================================================================
434!
435!-----------------------------------------------------------------------
436&namtrd        !   trend diagnostics                                    (default: OFF)
437!-----------------------------------------------------------------------
438/
439!-----------------------------------------------------------------------
440&namptr        !   Poleward Transport Diagnostic                        (default: OFF)
441!-----------------------------------------------------------------------
442/
443!-----------------------------------------------------------------------
444&namhsb        !  Heat and salt budgets                                 (default: OFF)
445!-----------------------------------------------------------------------
446/
447!-----------------------------------------------------------------------
448&namdiu        !   Cool skin and warm layer models                      (default: OFF)
449!-----------------------------------------------------------------------
450/
451!-----------------------------------------------------------------------
452&namflo        !   float parameters                                     ("key_float")
453!-----------------------------------------------------------------------
454/
455!-----------------------------------------------------------------------
456&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
457!-----------------------------------------------------------------------
458/
459!-----------------------------------------------------------------------
460&namdct        ! transports through some sections                       ("key_diadct")
461!-----------------------------------------------------------------------
462/
463!-----------------------------------------------------------------------
464&nam_diatmb    !  Top Middle Bottom Output                              (default: OFF)
465!-----------------------------------------------------------------------
466/
467!-----------------------------------------------------------------------
468&nam_dia25h    !  25h Mean Output                                       (default: OFF)
469!-----------------------------------------------------------------------
470/
471!-----------------------------------------------------------------------
472&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
473!-----------------------------------------------------------------------
474/
475
476!!======================================================================
477!!               ***  Observation & Assimilation  ***                 !!
478!!                                                                    !!
479!!   namobs       observation and model comparison                      (default: OFF)
480!!   nam_asminc   assimilation increments                               ('key_asminc')
481!!======================================================================
482!
483!-----------------------------------------------------------------------
484&namobs        !  observation usage switch                              (default: OFF)
485!-----------------------------------------------------------------------
486/
487!-----------------------------------------------------------------------
488&nam_asminc    !   assimilation increments                              ('key_asminc')
489!-----------------------------------------------------------------------
490/
491
492!!======================================================================
493!!                  ***  Miscellaneous namelists  ***                 !!
494!!                                                                    !!
495!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
496!!   namctl            Control prints                                   (default: OFF)
497!!   namsto            Stochastic parametrization of EOS                (default: OFF)
498!!======================================================================
499!
500!-----------------------------------------------------------------------
501&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
502!-----------------------------------------------------------------------
503/
504!-----------------------------------------------------------------------
505&namctl        !   Control prints                                       (default: OFF)
506!-----------------------------------------------------------------------
507/
508!-----------------------------------------------------------------------
509&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
510!-----------------------------------------------------------------------
511/
Note: See TracBrowser for help on using the repository browser.