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

source: NEMO/trunk/cfgs/SPITZ12/EXPREF/namelist_cfg @ 15814

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

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

File size: 28.7 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE Configuration namelist : overwrite default values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!                       SPITZ 1/12 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                              (ln_c1d =T)
15!!   namc1d_dyndmp 1D newtonian damping applied on currents             (ln_c1d =T)
16!!   namc1d_uvd   1D data (currents)                                    (ln_c1d =T)
17!!======================================================================
18!
19!-----------------------------------------------------------------------
20&namrun        !   parameters of the run
21!-----------------------------------------------------------------------
22   cn_exp      =  "SPITZ"  !  experience name
23   nn_it000    = 1         !  first time step
24   nn_itend    = 100       !  last  time step (std 5475)
25/
26!-----------------------------------------------------------------------
27&namdom        !   time and space domain
28!-----------------------------------------------------------------------
29   rn_Dt      =  720.     !  time step for the dynamics and tracer
30   !
31/
32!-----------------------------------------------------------------------
33&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
34!-----------------------------------------------------------------------
35   ln_read_cfg = .true.    !  (=T) read the domain configuration file
36      !                    !  (=F) user defined configuration           (F => create/check namusr_def)
37      cn_domcfg = "domain_cfg"  ! domain configuration filename
38/
39!-----------------------------------------------------------------------
40&namtile        !   parameters of the tiling
41!-----------------------------------------------------------------------
42/
43!-----------------------------------------------------------------------
44&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
45!-----------------------------------------------------------------------
46   !                       ! =T  read T-S fields for:
47   ln_tsd_init = .true.          !  ocean initialisation
48
49   cn_dir = './'     !  root directory for the T-S data location
50   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
51   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
52   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
53   sn_tem    = 'T_SPITZ12'   ,  24.          ,'votemper',    .false.   , .false., 'daily'   , ''      , '' ,    ''
54   sn_sal    = 'S_SPITZ12'   ,  24.          ,'vosaline',    .false.   , .false., 'daily'   , ''      , '' ,    ''
55/
56!!======================================================================
57!!            ***  Surface Boundary Condition namelists  ***          !!
58!!                                                                    !!
59!!   namsbc          surface boundary condition manager                 (default: NO selection)
60!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
61!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
62!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
63!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
64!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
65!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
66!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
67!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
68!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
69!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
70!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
71!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
72!!   namberg         iceberg floats                                     (ln_icebergs=T)
73!!======================================================================
74!
75!-----------------------------------------------------------------------
76&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
77!-----------------------------------------------------------------------
78   nn_fsbc     =  1        !  frequency of SBC module call
79      !                    !  (control sea-ice & iceberg model call)
80                     ! Type of air-sea fluxes
81   ln_usr      = .false.   !  user defined formulation                  (T => check usrdef_sbc)
82   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx )
83   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
84                     ! Sea-ice :
85   nn_ice      = 2         !  SI3
86   ln_ice_embd = .false.   !  =T embedded sea-ice (pressure + mass and salt exchanges)
87      !                    !  =F levitating ice (no pressure, mass and salt exchanges)
88                     ! Misc. options of sbc :
89   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr )
90/
91!-----------------------------------------------------------------------
92&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T)
93!-----------------------------------------------------------------------
94   !                    !  bulk algorithm :
95   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008)
96      !
97      ln_Cd_L12   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2012)
98      ln_Cd_L15   = .true.    !  air-ice drags = F(ice concentration) (Lupkes et al. 2015)
99      !
100   cn_dir = './'  !  root directory for the bulk data location
101   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
102   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask !
103   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
104   sn_wndi     = 'MARv3.6-9km-Svalbard-2hourly_spitz' ,  2. ,  'u10'     ,   .true.    , .false. , 'yearly'  , 'weights_bicub', 'Uwnd' , ''
105   sn_wndj     = 'MARv3.6-9km-Svalbard-2hourly_spitz' ,  2. ,  'v10'     ,   .true.    , .false. , 'yearly'  , 'weights_bicub', 'Vwnd' , ''
106   sn_qsr      = 'MARv3.6-9km-Svalbard-2hourly_spitz' ,  2. ,  'ssrd'    ,   .true.    , .false. , 'yearly'  , 'weights_bilin', '' , ''
107   sn_qlw      = 'MARv3.6-9km-Svalbard-2hourly_spitz' ,  2. ,  'strd'    ,   .true.    , .false. , 'yearly'  , 'weights_bilin', '' , ''
108   sn_tair     = 'MARv3.6-9km-Svalbard-2hourly_spitz' ,  2. ,  't10'     ,   .true.    , .false. , 'yearly'  , 'weights_bilin', '' , ''
109   sn_humi     = 'MARv3.6-9km-Svalbard-2hourly_spitz' ,  2. ,  'humi'    ,   .true.    , .false. , 'yearly'  , 'weights_bilin', '' , ''
110   sn_prec     = 'MARv3.6-9km-Svalbard-2hourly_spitz' ,  2. ,  'precip'  ,   .true.    , .false. , 'yearly'  , 'weights_bilin', '' , ''
111   sn_snow     = 'MARv3.6-9km-Svalbard-2hourly_spitz' ,  2. ,  'snow'    ,   .true.    , .false. , 'yearly'  , 'weights_bilin', '' , ''
112   sn_slp      = 'MARv3.6-9km-Svalbard-2hourly_spitz' ,  2. ,  'slp'     ,   .true.    , .false. , 'yearly'  , 'weights_bilin', '' , ''
113/
114!-----------------------------------------------------------------------
115&namsbc_sas    !   Stand-Alone Surface module: ocean data               (SAS_SRC  only)
116!-----------------------------------------------------------------------
117   l_sasread   = .false.    !  =T Read in file ;  =F set all to 0. (see sbcssm)
118/
119!-----------------------------------------------------------------------
120&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
121!-----------------------------------------------------------------------
122   !                       ! type of penetration                        (default: NO selection)
123   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue)
124/
125!!======================================================================
126!!               ***  Lateral boundary condition  ***                 !!
127!!                                                                    !!
128!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
129!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
130!!   nam_tide      Tidal forcing                                        (default: OFF)
131!!   nambdy        Unstructured open boundaries                         (default: OFF)
132!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
133!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
134!!======================================================================
135!
136!-----------------------------------------------------------------------
137&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
138!-----------------------------------------------------------------------
139   rn_shlat    =    2.     !  no slip
140/
141!-----------------------------------------------------------------------
142&nam_tide      !   tide parameters                                      (default: OFF)
143!-----------------------------------------------------------------------
144   ln_tide     = .true.           ! Activate tides
145      ln_tide_pot       = .false. !  use tidal potential forcing
146      sn_tide_cnames(1) =   'M2'  !  name of constituent
147      sn_tide_cnames(2) =   'S2'
148      sn_tide_cnames(3) =   'N2'
149      sn_tide_cnames(4) =   'K2'
150      sn_tide_cnames(5) =   'K1'
151      sn_tide_cnames(6) =   'O1'
152      sn_tide_cnames(7) =   'P1'
153      sn_tide_cnames(8) =   'Q1'
154/
155!-----------------------------------------------------------------------
156&nambdy        !  unstructured open boundaries                          (default: OFF)
157!-----------------------------------------------------------------------
158   ln_bdy         = .true.    !  Use unstructured open boundaries
159   nb_bdy         = 1         !  number of open boundary sets
160   ln_coords_file = .true.    !  =T : read bdy coordinates from file
161      cn_coords_file = 'coordinates_bdyr1_grid12.nc'  !  bdy coordinates files
162   cn_dyn2d    = 'flather'    !
163   nn_dyn2d_dta   =  3        !  = 0, bdy data are equal to the initial state
164      !                       !  = 1, bdy data are read in 'bdydata   .nc' files
165      !                       !  = 2, use tidal harmonic forcing data from files
166      !                       !  = 3, use external data AND tidal harmonic forcing
167   cn_dyn3d      =  'frs'     !
168   nn_dyn3d_dta  =  1         !  = 0, bdy data are equal to the initial state
169   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
170   cn_tra        =  'frs'     !
171   nn_tra_dta    =  1         !  = 0, bdy data are equal to the initial state
172   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
173   cn_ice        =  'frs'     !
174   nn_ice_dta    =  1         !  = 0, bdy data are equal to the initial state
175   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
176   nn_rimwidth   = 1          !  width of the relaxation zone
177   ln_vol        = .false.    !  total volume correction (see nn_volctl parameter)
178/
179!-----------------------------------------------------------------------
180&nambdy_dta    !  open boundaries - external data                       (see nam_bdy)
181!-----------------------------------------------------------------------
182   ln_zinterp  = .false.      !  T if a vertical interpolation is required. Variables gdep[tuv] and e3[tuv] must exist in the file
183   !                          !  automatically defined to T if the number of vertical levels in bdy dta /= jpk
184   ln_full_vel = .false.      !  T if [uv]3d are "full" velocities and not only its baroclinic components
185   !                          !  in this case, baroclinic and barotropic velocities will be recomputed -> [uv]2d not needed
186   !
187   cn_dir  =  './'
188!              !  file name      ! frequency (hours) ! variable  ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
189!              !                 !  (if <0  months)  !   name    !  (logical)   !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      !
190   bn_ssh =   'bdyT_u2d_grid12' ,         72.      , 'sossheig' ,     .true.     , .false. ,  'yearly'  ,    ''    ,   ''   , ''
191   bn_u2d =   'bdyU_u2d_grid12' ,         72.      , 'vobtcrtx' ,     .true.     , .false. ,  'yearly'  ,    ''    ,   ''   , ''
192   bn_v2d =   'bdyV_u2d_grid12' ,         72.      , 'vobtcrty' ,     .true.     , .false. ,  'yearly'  ,    ''    ,   ''   , ''
193   bn_u3d  =  'bdyU_u3d_grid12' ,         72.      , 'vozocrtx' ,     .true.     , .false. ,  'yearly'  ,    ''    ,   ''   , ''
194   bn_v3d  =  'bdyV_u3d_grid12' ,         72.      , 'vomecrty' ,     .true.     , .false. ,  'yearly'  ,    ''    ,   ''   , ''
195   bn_tem  =  'bdyT_tem_grid12' ,         72.      , 'votemper' ,     .true.     , .false. ,  'yearly'  ,    ''    ,   ''   , ''
196   bn_sal  =  'bdyT_sal_grid12' ,         72.      , 'vosaline' ,     .true.     , .false. ,  'yearly'  ,    ''    ,   ''   , ''
197   bn_a_i  =  'bdyT_ice_grid12' ,         72.      , 'ileadfra' ,     .true.     , .false. ,  'yearly'  ,    ''    ,   ''   , ''
198   bn_h_i  =  'bdyT_ice_grid12' ,         72.      , 'iicethic' ,     .true.     , .false. ,  'yearly'  ,    ''    ,   ''   , ''
199   bn_h_s  =  'bdyT_ice_grid12' ,         72.      , 'isnowthi' ,     .true.     , .false. ,  'yearly'  ,    ''    ,   ''   , ''
200/
201!-----------------------------------------------------------------------
202&nambdy_tide   !  tidal forcing at open boundaries                      (default: OFF)
203!-----------------------------------------------------------------------
204   filtide          = 'bdytide_grid12_'         !  file name root of tidal forcing files
205/
206
207!!======================================================================
208!!                ***  Top/Bottom boundary condition  ***             !!
209!!                                                                    !!
210!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
211!!   namdrg_top    top    friction                                      (ln_drg_OFF=F & ln_isfcav=T)
212!!   namdrg_bot    bottom friction                                      (ln_drg_OFF=F)
213!!   nambbc        bottom temperature boundary condition                (default: OFF)
214!!   nambbl        bottom boundary layer scheme                         (default: OFF)
215!!======================================================================
216!
217!-----------------------------------------------------------------------
218&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
219!-----------------------------------------------------------------------
220   ln_loglayer = .true.   !  logarithmic drag: Cd = vkarmn/log(z/z0) |U|
221   ln_drgimp   = .true.   !  implicit top/bottom friction flag
222      ln_drgice_imp = .true. ! implicit ice-ocean drag
223/
224!-----------------------------------------------------------------------
225&namdrg_bot    !   BOTTOM friction                                      (ln_drg_OFF =F)
226!-----------------------------------------------------------------------
227   rn_Cd0      =  2.5e-3   !  drag coefficient [-]
228   rn_Cdmax    =  0.1      !  drag value maximum [-] (logarithmic drag)
229   rn_ke0      =  0.       !  background kinetic energy  [m2/s2] (non-linear cases)
230   rn_z0       =  3.e-3    !  roughness [m] (ln_loglayer=T)
231/
232!-----------------------------------------------------------------------
233&nambbl        !   bottom boundary layer scheme                         (default: OFF)
234!-----------------------------------------------------------------------
235   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
236      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0)
237      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0)
238/
239!!======================================================================
240!!                        Tracer (T-S) namelists                      !!
241!!                                                                    !!
242!!   nameos        equation of state                                    (default: NO selection)
243!!   namtra_adv    advection scheme                                     (default: NO selection)
244!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
245!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
246!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
247!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
248!!======================================================================
249!
250!-----------------------------------------------------------------------
251&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
252!-----------------------------------------------------------------------
253   ln_eos80    = .true.          !  = Use EOS80
254   ln_teos10   = .false.         !  = Use TEOS-10 equation of state
255/
256!-----------------------------------------------------------------------
257&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
258!-----------------------------------------------------------------------
259   ln_traadv_fct = .true.     !  FCT scheme
260      nn_fct_h   =  4               !  =2/4, horizontal 2nd / 4th order
261      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
262/
263!-----------------------------------------------------------------------
264&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
265!-----------------------------------------------------------------------
266   ln_traldf_blp   = .true.    !  bilaplacian operator
267   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator)
268   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators)
269   !                       !  Coefficients:
270   nn_aht_ijk_t    = 31        !  space/time variation of eddy coefficient:
271   !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing)
272/
273!!======================================================================
274!!                      ***  Dynamics namelists  ***                  !!
275!!                                                                    !!
276!!   nam_vvl       vertical coordinate options                          (default: z-star)
277!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
278!!   namdyn_vor    advection scheme                                     (default: NO selection)
279!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
280!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
281!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
282!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
283!!======================================================================
284!
285!-----------------------------------------------------------------------
286&nam_vvl       !   vertical coordinate options                          (default: z-star)
287!-----------------------------------------------------------------------
288   ln_vvl_zstar  = .true.           !  z-star vertical coordinate
289/
290!-----------------------------------------------------------------------
291&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
292!-----------------------------------------------------------------------
293   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme
294/
295!-----------------------------------------------------------------------
296&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
297!-----------------------------------------------------------------------
298   ln_dynvor_eeT = .true.  !  energy conserving scheme (een using e3t)
299/
300!-----------------------------------------------------------------------
301&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
302!-----------------------------------------------------------------------
303   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
304/
305!-----------------------------------------------------------------------
306&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
307!-----------------------------------------------------------------------
308   ln_dynspg_ts  = .true.  !  split-explicit free surface
309      ln_bt_fw      = .false.     ! Forward integration of barotropic Eqs.
310/
311!-----------------------------------------------------------------------
312&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
313!-----------------------------------------------------------------------
314   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion)
315/
316!!======================================================================
317!!                     vertical physics namelists                     !!
318!!                                                                    !!
319!!    namzdf        vertical physics manager                            (default: NO selection)
320!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
321!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
322!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
323!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
324!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
325!!======================================================================
326!
327!-----------------------------------------------------------------------
328&namzdf        !   vertical physics manager                             (default: NO selection)
329!-----------------------------------------------------------------------
330   !                       ! adaptive-implicit vertical advection
331   ln_zad_Aimp = .true.      !  Courant number dependent scheme (Shchepetkin 2015)
332   !                       ! type of vertical closure (required)
333   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
334   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls)
335   !                       ! convection
336   ln_zdfevd   = .true.       !  enhanced vertical diffusion
337   !
338   ln_zdfddm   = .true.    ! double diffusive mixing
339   !
340   !                       !  Coefficients
341   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
342   rn_avt0     =   2.0e-6     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
343   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
344   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0)
345/
346!-----------------------------------------------------------------------
347&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
348!-----------------------------------------------------------------------
349   ln_mxl0     = .true.    !  surface mixing length scale = F(wind stress) (T) or not (F)
350      nn_mxlice    = 0        ! type of scaling under sea-ice
351                              !    = 0 no scaling under sea-ice
352                              !    = 1 scaling with constant sea-ice thickness
353                              !    = 2 scaling with mean sea-ice thickness ( only with SI3 sea-ice model )
354                              !    = 3 scaling with maximum sea-ice thickness
355   nn_eice     =   0       !  attenutaion of langmuir & surface wave breaking under ice
356   !                       !           = 0 no impact of ice cover on langmuir & surface wave breaking
357   !                       !           = 1 weigthed by 1-TANH(10*fr_i)
358   !                       !           = 2 weighted by 1-fr_i
359   !                       !           = 3 weighted by 1-MIN(1,4*fr_i)
360/
361!!======================================================================
362!!                  ***  Diagnostics namelists  ***                   !!
363!!                                                                    !!
364!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
365!!   namhsb       Heat and salt budgets                                 (default: OFF)
366!!   namdiu       Cool skin and warm layer models                       (default: OFF)
367!!   namdiu       Cool skin and warm layer models                       (default: OFF)
368!!   namflo       float parameters                                      (default: OFF)
369!!   nam_diadct   transports through some sections                      (default: OFF)
370!!   nam_dia25h   25h Mean Output                                       (default: OFF)
371!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
372!!======================================================================
373!
374!-----------------------------------------------------------------------
375&namhsb        !  Heat and salt budgets                                 (default: OFF)
376!-----------------------------------------------------------------------
377   ln_diahsb   = .false.   !  check the heat and salt budgets (T) or not (F)
378/
379!-----------------------------------------------------------------------
380&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
381!-----------------------------------------------------------------------
382   nn_nchunks_k =   75      !  number of chunks in k-dimension
383   !                       !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which
384   !                       !  is optimal for postprocessing which works exclusively with horizontal slabs
385/
386!!======================================================================
387!!               ***  Observation & Assimilation  ***                 !!
388!!                                                                    !!
389!!   namobs       observation and model comparison                      (default: OFF)
390!!   nam_asminc   assimilation increments                               ('key_asminc')
391!!======================================================================
392!
393!!======================================================================
394!!                  ***  Miscellaneous namelists  ***                 !!
395!!                                                                    !!
396!!   nammpp            Massively Parallel Processing
397!!   namctl            Control prints                                   (default: OFF)
398!!   namsto            Stochastic parametrization of EOS                (default: OFF)
399!!======================================================================
400!
401!-----------------------------------------------------------------------
402&nammpp        !   Massively Parallel Processing
403!-----------------------------------------------------------------------
404/
405!-----------------------------------------------------------------------
406&namctl        !   Control prints                                       (default: OFF)
407!-----------------------------------------------------------------------
408/
409!-----------------------------------------------------------------------
410&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
411!-----------------------------------------------------------------------
412/
Note: See TracBrowser for help on using the repository browser.