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/cfgs/C1D_PAPA/EXPREF – NEMO

source: NEMO/trunk/cfgs/C1D_PAPA/EXPREF/namelist_cfg

Last change on this file was 15023, checked in by gsamson, 3 years ago

merge ticket2680_C1D_PAPA branch back into the trunk; see ticket #2680 for details

  • Property svn:mime-type set to text/x-fortran
File size: 32.1 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE :   Reference namelist_ref                                !!
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!! NEMO/OCE  :  1 - Domain & run manager (namrun, namcfg, namdom, namtsd, namcrs, namc1d, namc1d_uvd)
5!! namelists    2 - Surface boundary (namsbc, namsbc_flx, namsbc_blk, namsbc_cpl,
6!!                                    namsbc_sas, namtra_qsr, namsbc_rnf,
7!!                                    namsbc_isf, namsbc_iscpl, namsbc_apr,
8!!                                    namsbc_ssr, namsbc_wave, namberg)
9!!              3 - lateral boundary (namlbc, namagrif, nambdy, nambdy_tide)
10!!              4 - top/bot boundary (namdrg, namdrg_top, namdrg_bot, nambbc, nambbl)
11!!              5 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_eiv, namtra_dmp)
12!!              6 - dynamics         (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf)
13!!              7 - Vertical physics (namzdf, namzdf_ric, namzdf_tke, namzdf_gls, namzdf_iwm)
14!!              8 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb)
15!!              9 - Obs & Assim      (namobs, nam_asminc)
16!!             10 - miscellaneous    (nammpp, namctl, namsto)
17!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
18
19!!======================================================================
20!!              ***  Domain & Run management namelists  ***           !!
21!!                                                                    !!
22!!   namrun       parameters of the run
23!!   namdom       space and time domain
24!!   namcfg       parameters of the configuration                       (default: user defined GYRE)
25!!   namwad       Wetting and drying                                    (default: OFF)
26!!   namtsd       data: temperature & salinity                          (default: OFF)
27!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
28!!   namc1d       1D configuration options                              (ln_c1d =T)
29!!   namc1d_dyndmp 1D newtonian damping applied on currents             (ln_c1d =T)
30!!   namc1d_uvd   1D data (currents)                                    (ln_c1d =T)
31!!======================================================================
32!
33!-----------------------------------------------------------------------
34&namusr_def    !   C1D user defined namelist
35!-----------------------------------------------------------------------
36   rn_bathy    =  4198.   ! depth in meters
37/
38!-----------------------------------------------------------------------
39&namrun        !   parameters of the run
40!-----------------------------------------------------------------------
41   cn_exp      = "C1D_PAPA"!  experience name
42   nn_it000    =       1   !  first time step
43   nn_itend    =   87600   !  last  time step (std 5475)
44   nn_date0    = 20100615  !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
45   nn_stock    =   87600   !  frequency of creation of a restart file (modulo referenced to 1)
46   nn_write    =     240   !  frequency of write in the output file   (modulo referenced to nn_it000)
47/
48!-----------------------------------------------------------------------
49&namdom        !   time and space domain
50!-----------------------------------------------------------------------
51   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
52   !
53   rn_Dt       =  360.     !  time step for the dynamics and tracer
54   !
55   ln_c1d      = .true.    !  Single column domain (1x1pt)              (T => fill namc1d)
56/
57!-----------------------------------------------------------------------
58&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
59!-----------------------------------------------------------------------
60/
61!-----------------------------------------------------------------------
62&namtile        !   parameters of the tiling
63!-----------------------------------------------------------------------
64/
65!-----------------------------------------------------------------------
66&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
67!-----------------------------------------------------------------------
68   !                       ! =T  read T-S fields for:
69   ln_tsd_init = .true.          !  ocean initialisation
70   
71   cn_dir      = './'      !  root directory for the T-S data location
72   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
73   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
74   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
75   sn_tem      = 'init_PAPASTATION'       ,         24.       ,'votemper',  .false.     , .true.,  'daily'  ,    ''            ,    ''    ,    ''
76   sn_sal      = 'init_PAPASTATION'       ,         24.       ,'vosaline',  .false.     , .true.,  'daily'  ,    ''            ,    ''    ,    ''
77/
78!-----------------------------------------------------------------------
79&namwad        !   Wetting and Drying (WaD)                             (default: OFF)
80!-----------------------------------------------------------------------
81/
82!-----------------------------------------------------------------------
83&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
84!-----------------------------------------------------------------------
85/
86!-----------------------------------------------------------------------
87&namc1d        !   1D configuration options                             (ln_c1d =T default: PAPA station)
88!-----------------------------------------------------------------------
89   rn_lat1d    =    50.    !  Column latitude
90   rn_lon1d    =  -145.    !  Column longitude
91/
92!-----------------------------------------------------------------------
93&namc1d_dyndmp !   U & V newtonian damping                              (ln_c1d =T default: OFF)
94!-----------------------------------------------------------------------
95   ln_dyndmp   =  .false.  !  add a damping term (T) or not (F)
96/
97!-----------------------------------------------------------------------
98&namc1d_uvd    !   data: U & V currents                                 (ln_c1d =T default: OFF)
99!-----------------------------------------------------------------------
100   !                       !  =T read U-V fields for:
101   ln_uvd_init   = .false.       !  ocean initialisation
102   ln_uvd_dyndmp = .false.       !  U-V restoring
103
104   cn_dir      = './'      !  root directory for the U-V data location
105   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
106   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
107   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
108   sn_ucur     = 'ucurrent'              ,         -1.       ,'u_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Ume'   , ''
109   sn_vcur     = 'vcurrent'              ,         -1.       ,'v_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Vme'   , ''
110/
111
112!!======================================================================
113!!            ***  Surface Boundary Condition namelists  ***          !!
114!!                                                                    !!
115!!   namsbc          surface boundary condition manager                 (default: NO selection)
116!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
117!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
118!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
119!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
120!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
121!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
122!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
123!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
124!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
125!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
126!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
127!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
128!!   namberg         iceberg floats                                     (ln_icebergs=T)
129!!======================================================================
130!
131!-----------------------------------------------------------------------
132&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
133!-----------------------------------------------------------------------
134   nn_fsbc     = 1         !  frequency of SBC module call
135      !                    !  (control sea-ice & iceberg model call)
136                     ! Type of air-sea fluxes
137   ln_blk      = .true.   !  Bulk formulation                          (T => fill namsbc_blk )
138      !              ! Type of coupling (Ocean/Ice/Atmosphere) :
139                     ! Misc. options of sbc :
140   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr)
141/
142!-----------------------------------------------------------------------
143&namsbc_flx    !   surface boundary condition : flux formulation        (ln_flx =T)
144!-----------------------------------------------------------------------
145/
146!-----------------------------------------------------------------------
147&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T)
148!-----------------------------------------------------------------------
149   !                    !  bulk algorithm :
150   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008)
151      !
152      rn_zqt      =  2.       !  Air temperature & humidity reference height (m)
153      rn_zu       = 10.       !  Wind vector reference height (m)
154
155   cn_dir      = './'      !  root directory for the bulk data location
156   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
157   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask !
158   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
159   sn_wndi     = 'forcing_C1D_PAPA'   ,  3.   , 'sowinu10',   .true.     , .false. , 'yearly'  , ''   ,''   , ''
160   sn_wndj     = 'forcing_C1D_PAPA'   ,  3.   , 'sowinv10',   .true.     , .false. , 'yearly'  , ''   ,''   , ''
161   sn_qsr      = 'forcing_C1D_PAPA'   ,  3.   , 'sosudosw',   .false.    , .false. , 'yearly'  , ''  , ''   , ''
162   sn_qlw      = 'forcing_C1D_PAPA'   ,  3.   , 'sosudolw',   .false.    , .false. , 'yearly'  , ''  , ''   , ''
163   sn_tair     = 'forcing_C1D_PAPA'   ,  3.   , 'sotemair',   .true.     , .false. , 'yearly'  , ''  , ''   , ''
164   sn_humi     = 'forcing_C1D_PAPA'   ,  3.   , 'sohumspe',   .true.     , .false. , 'yearly'  , ''  , ''   , ''
165   sn_prec     = 'forcing_C1D_PAPA'   ,  3.   , 'sowaprec',   .false.    , .false. , 'yearly'  , ''  , ''   , ''
166   sn_snow     = 'forcing_C1D_PAPA'   ,  3.   , 'sososnow',   .false.    , .false. , 'yearly'  , ''  , ''   , ''
167   sn_slp      = 'forcing_C1D_PAPA'   ,  3.   , 'somslpre',   .true.     , .false. , 'yearly'  , ''  , ''   , ''
168
169/
170!-----------------------------------------------------------------------
171&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
172!-----------------------------------------------------------------------
173/
174!-----------------------------------------------------------------------
175&namsbc_sas    !   Stand-Alone Surface module: ocean data               (SAS_SRC  only)
176!-----------------------------------------------------------------------
177/
178!-----------------------------------------------------------------------
179&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
180!-----------------------------------------------------------------------
181/
182!-----------------------------------------------------------------------
183&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
184!-----------------------------------------------------------------------
185   !                       !  type of penetration                        (default: NO selection)
186   ln_qsr_rgb  = .true.      !  RGB light penetration (Red-Green-Blue)
187   
188   cn_dir      = './'      !  root directory for the chlorophyl data location
189   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
190   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
191   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
192
193   sn_chl      ='chlorophyll_PAPASTATION',         -1.       , 'CHLA'    ,   .true.     , .true. , 'yearly'  ,        ''       ,    ''    , ''
194/
195!-----------------------------------------------------------------------
196&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
197!-----------------------------------------------------------------------
198/
199!-----------------------------------------------------------------------
200&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
201!-----------------------------------------------------------------------
202/
203!-----------------------------------------------------------------------
204&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
205!-----------------------------------------------------------------------
206/
207!-----------------------------------------------------------------------
208&namsbc_isf    !  Top boundary layer (ISF)                              (ln_isfcav =T : read (ln_read_cfg=T)
209!-----------------------------------------------------------------------             or set or usr_def_zgr )
210/
211!-----------------------------------------------------------------------
212&namsbc_iscpl  !   land ice / ocean coupling option                     (ln_isfcav =T : read (ln_read_cfg=T)
213!-----------------------------------------------------------------------             or set or usr_def_zgr )
214/
215!-----------------------------------------------------------------------
216&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
217!-----------------------------------------------------------------------
218/
219!-----------------------------------------------------------------------
220&namberg       !   iceberg parameters                                   (default: OFF)
221!-----------------------------------------------------------------------
222/
223
224!!======================================================================
225!!               ***  Lateral boundary condition  ***                 !!
226!!                                                                    !!
227!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
228!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
229!!   nam_tide      Tidal forcing                                        (default: OFF)
230!!   nambdy        Unstructured open boundaries                         (default: OFF)
231!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
232!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
233!!======================================================================
234!
235!-----------------------------------------------------------------------
236&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
237!-----------------------------------------------------------------------
238   rn_shlat    =  0.   !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
239/
240!-----------------------------------------------------------------------
241&namagrif      !  AGRIF zoom                                            ("key_agrif")
242!-----------------------------------------------------------------------
243/
244!-----------------------------------------------------------------------
245&nam_tide      !   tide parameters                                      (default: OFF)
246!-----------------------------------------------------------------------
247/
248!-----------------------------------------------------------------------
249&nambdy        !  unstructured open boundaries                          (default: OFF)
250!-----------------------------------------------------------------------
251/
252!-----------------------------------------------------------------------
253&nambdy_dta    !  open boundaries - external data                       (see nam_bdy)
254!-----------------------------------------------------------------------
255/
256!-----------------------------------------------------------------------
257&nambdy_tide   !  tidal forcing at open boundaries                      (default: OFF)
258!-----------------------------------------------------------------------
259/
260
261!!======================================================================
262!!                ***  Top/Bottom boundary condition  ***             !!
263!!                                                                    !!
264!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
265!!   namdrg_top    top    friction                                      (ln_drg_OFF=F & ln_isfcav=T)
266!!   namdrg_bot    bottom friction                                      (ln_drg_OFF=F)
267!!   nambbc        bottom temperature boundary condition                (default: OFF)
268!!   nambbl        bottom boundary layer scheme                         (default: OFF)
269!!======================================================================
270!
271!-----------------------------------------------------------------------
272&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
273!-----------------------------------------------------------------------
274   ln_non_lin  = .true.   !  non-linear  drag: Cd = Cd0 |U|
275/
276!-----------------------------------------------------------------------
277&namdrg_top    !   TOP friction                                         (ln_drg_OFF =F & ln_isfcav=T)
278!-----------------------------------------------------------------------
279/
280!-----------------------------------------------------------------------
281&namdrg_bot    !   BOTTOM friction                                      (ln_drg_OFF =F)
282!-----------------------------------------------------------------------
283/
284!-----------------------------------------------------------------------
285&nambbc        !   bottom temperature boundary condition                (default: OFF)
286!-----------------------------------------------------------------------
287/
288!-----------------------------------------------------------------------
289&nambbl        !   bottom boundary layer scheme                         (default: OFF)
290!-----------------------------------------------------------------------
291/
292
293!!======================================================================
294!!                        Tracer (T-S) namelists                      !!
295!!                                                                    !!
296!!   nameos        equation of state                                    (default: NO selection)
297!!   namtra_adv    advection scheme                                     (default: NO selection)
298!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
299!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
300!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
301!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
302!!======================================================================
303!
304!-----------------------------------------------------------------------
305&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
306!-----------------------------------------------------------------------
307   ln_eos80    = .true.         !  = Use EOS80
308/
309!-----------------------------------------------------------------------
310&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
311!-----------------------------------------------------------------------
312   ln_traadv_OFF = .true. !  No tracer advection
313/
314!-----------------------------------------------------------------------
315&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
316!-----------------------------------------------------------------------
317   !                       !  Operator type:
318   ln_traldf_OFF   = .true.   !  No explicit diffusion
319/
320!-----------------------------------------------------------------------
321&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF)
322!-----------------------------------------------------------------------
323/
324!-----------------------------------------------------------------------
325&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
326!-----------------------------------------------------------------------
327/
328!-----------------------------------------------------------------------
329&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF)
330!-----------------------------------------------------------------------
331/
332
333!!======================================================================
334!!                      ***  Dynamics namelists  ***                  !!
335!!                                                                    !!
336!!   nam_vvl       vertical coordinate options                          (default: z-star)
337!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
338!!   namdyn_vor    advection scheme                                     (default: NO selection)
339!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
340!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
341!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
342!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
343!!======================================================================
344!
345!-----------------------------------------------------------------------
346&nam_vvl       !   vertical coordinate options                          (default: z-star)
347!-----------------------------------------------------------------------
348/
349!-----------------------------------------------------------------------
350&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
351!-----------------------------------------------------------------------
352   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection)
353/
354!-----------------------------------------------------------------------
355&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
356!-----------------------------------------------------------------------
357   ln_dynvor_ene = .true. !  energy    conserving scheme
358/
359!-----------------------------------------------------------------------
360&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
361!-----------------------------------------------------------------------
362   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
363/
364!-----------------------------------------------------------------------
365&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
366!-----------------------------------------------------------------------
367/
368!-----------------------------------------------------------------------
369&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
370!-----------------------------------------------------------------------
371   !                       !  Type of the operator :
372   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion)
373/
374!-----------------------------------------------------------------------
375&namdta_dyn    !   offline ocean input files                            (OFF_SRC only)
376!-----------------------------------------------------------------------
377/
378
379!!======================================================================
380!!                     vertical physics namelists                     !!
381!!                                                                    !!
382!!    namzdf        vertical physics manager                            (default: NO selection)
383!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
384!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
385!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
386!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
387!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
388!!======================================================================
389!
390!-----------------------------------------------------------------------
391&namzdf        !   vertical physics manager                             (default: NO selection)
392!-----------------------------------------------------------------------
393   !                       ! type of vertical closure (required)
394   ln_zdfgls   = .true.      !  Generic Length Scale closure           (T =>   fill namzdf_gls)
395/
396!-----------------------------------------------------------------------
397&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
398!-----------------------------------------------------------------------
399/
400!-----------------------------------------------------------------------
401&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
402!-----------------------------------------------------------------------
403/
404!-----------------------------------------------------------------------
405&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
406!-----------------------------------------------------------------------
407/
408!-----------------------------------------------------------------------
409&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
410!-----------------------------------------------------------------------
411/
412!-----------------------------------------------------------------------
413&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
414!-----------------------------------------------------------------------
415/
416
417!!======================================================================
418!!                  ***  Diagnostics namelists  ***                   !!
419!!                                                                    !!
420!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
421!!   namhsb       Heat and salt budgets                                 (default: OFF)
422!!   namdiu       Cool skin and warm layer models                       (default: OFF)
423!!   namdiu       Cool skin and warm layer models                       (default: OFF)
424!!   namflo       float parameters                                      (default: OFF)
425!!   nam_diadct   transports through some sections                      (default: OFF)
426!!   nam_dia25h   25h Mean Output                                       (default: OFF)
427!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
428!!======================================================================
429!
430!-----------------------------------------------------------------------
431&namtrd        !   trend diagnostics                                    (default: OFF)
432!-----------------------------------------------------------------------
433/
434!-----------------------------------------------------------------------
435&namhsb        !  Heat and salt budgets                                 (default: OFF)
436!-----------------------------------------------------------------------
437/
438!-----------------------------------------------------------------------
439&namdiu        !   Cool skin and warm layer models                      (default: OFF)
440!-----------------------------------------------------------------------
441/
442!-----------------------------------------------------------------------
443&namflo        !   float parameters                                     (default: OFF)
444!-----------------------------------------------------------------------
445/
446!-----------------------------------------------------------------------
447&nam_diadct    ! transports through some sections                       (default: OFF)
448!-----------------------------------------------------------------------
449/
450!-----------------------------------------------------------------------
451&nam_dia25h    !  25h Mean Output                                       (default: OFF)
452!-----------------------------------------------------------------------
453/
454!-----------------------------------------------------------------------
455&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
456!-----------------------------------------------------------------------
457/
458
459!!======================================================================
460!!               ***  Observation & Assimilation  ***                 !!
461!!                                                                    !!
462!!   namobs       observation and model comparison                      (default: OFF)
463!!   nam_asminc   assimilation increments                               ('key_asminc')
464!!======================================================================
465!
466!-----------------------------------------------------------------------
467&namobs        !  observation usage switch                              (default: OFF)
468!-----------------------------------------------------------------------
469/
470!-----------------------------------------------------------------------
471&nam_asminc    !   assimilation increments                              ('key_asminc')
472!-----------------------------------------------------------------------
473/
474
475!!======================================================================
476!!                  ***  Miscellaneous namelists  ***                 !!
477!!                                                                    !!
478!!   nammpp            Massively Parallel Processing
479!!   namctl            Control prints                                   (default: OFF)
480!!   namsto            Stochastic parametrization of EOS                (default: OFF)
481!!======================================================================
482!
483!-----------------------------------------------------------------------
484&nammpp        !   Massively Parallel Processing
485!-----------------------------------------------------------------------
486/
487!-----------------------------------------------------------------------
488&namctl        !   Control prints                                       (default: OFF)
489!-----------------------------------------------------------------------
490/
491!-----------------------------------------------------------------------
492&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
493!-----------------------------------------------------------------------
494/
Note: See TracBrowser for help on using the repository browser.