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

source: NEMO/trunk/cfgs/AGRIF_DEMO/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

File size: 28.4 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!                         AGRIF ICE 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      =  "ORCA2"  !  experience name
23   nn_it000    =       1   !  first time step
24   nn_itend    =      80   !  last  time step (std 5475)
25   nn_istate   =       0   !  output the initial state (1) or not (0)
26/
27!-----------------------------------------------------------------------
28&namdom        !   time and space domain
29!-----------------------------------------------------------------------
30   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
31   !
32   rn_Dt      = 5400.     !  time step for the dynamics and tracer
33/
34!-----------------------------------------------------------------------
35&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
36!-----------------------------------------------------------------------
37   ln_read_cfg = .true.    !  (=T) read the domain configuration file
38      cn_domcfg = "ORCA_R2_zps_domcfg_agrif"    ! domain configuration filename
39      !
40      ln_closea    = .false.    !  F => suppress closed seas (defined by closea_mask field)
41      !                         !       from the bathymetry at runtime.
42/
43!-----------------------------------------------------------------------
44&namtile        !   parameters of the tiling
45!-----------------------------------------------------------------------
46/
47!-----------------------------------------------------------------------
48&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
49!-----------------------------------------------------------------------
50   !                       ! =T  read T-S fields for:
51   ln_tsd_init = .true.          !  ocean initialisation
52   ln_tsd_dmp  = .true.          !  T-S restoring   (see namtra_dmp)
53
54   cn_dir = './'     !  root directory for the T-S data location
55   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
56   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
57   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
58   sn_tem = 'data_1m_potential_temperature_nomask',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    ''
59   sn_sal = 'data_1m_salinity_nomask'             ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    ''
60/
61!!======================================================================
62!!            ***  Surface Boundary Condition namelists  ***          !!
63!!                                                                    !!
64!!   namsbc          surface boundary condition manager                 (default: NO selection)
65!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
66!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
67!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
68!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
69!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
70!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
71!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
72!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
73!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
74!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
75!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
76!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
77!!   namberg         iceberg floats                                     (ln_icebergs=T)
78!!======================================================================
79!
80!-----------------------------------------------------------------------
81&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
82!-----------------------------------------------------------------------
83   nn_fsbc     = 1         !  frequency of SBC module call
84                           !     (also = the frequency of sea-ice & iceberg model call)
85                     ! Type of air-sea fluxes
86   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
87                     ! Sea-ice :
88   nn_ice      = 2         !  =0 no ice boundary condition
89      !                    !  =1 use observed ice-cover                 (  => fill namsbc_iif )
90      !                    !  =2 or 3 for SI3 and CICE, respectively
91                     ! Misc. options of sbc :
92   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr)
93   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
94   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf)
95   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
96/
97!-----------------------------------------------------------------------
98&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T)
99!-----------------------------------------------------------------------
100   !                    !  bulk algorithm :
101   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008)
102   cn_dir = './'  !  root directory for the bulk data location
103   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
104   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask !
105   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
106   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6.        , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bicub'  , 'Uwnd'   , ''
107   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6.        , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bicub'  , 'Vwnd'   , ''
108   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
109   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
110   sn_tair     = 't_10.15JUNE2009_fill'       ,    6.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
111   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
112   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
113   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
114   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
115/
116!-----------------------------------------------------------------------
117&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
118!-----------------------------------------------------------------------
119   !                       ! type of penetration                        (default: NO selection)
120   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue)
121   !
122   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0)
123
124   cn_dir = './'  !  root directory for the chlorophyl data location
125   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
126   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
127   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
128   sn_chl      ='chlorophyll'            ,        -1.        , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , ''
129/
130!-----------------------------------------------------------------------
131&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
132!-----------------------------------------------------------------------
133   nn_sssr     =     2     !  add a damping term to the surface freshwater flux
134      rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day]
135      ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2)
136      rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day]
137/
138!-----------------------------------------------------------------------
139&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
140!-----------------------------------------------------------------------
141   ln_rnf_mouth = .true.    !  specific treatment at rivers mouths
142      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T)
143      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T)
144   rn_rfact    =   1.e0    !  multiplicative factor for runoff
145
146   cn_dir = './'  !  root directory for the location of the runoff files
147   !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
148   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
149   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
150   sn_rnf      = 'runoff_core_monthly',    -1.   , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
151   sn_cnf      = 'runoff_core_monthly',     0.   , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''       , ''
152   sn_s_rnf    = 'runoffs'            ,    24.   , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
153   sn_t_rnf    = 'runoffs'            ,    24.   , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
154   sn_dep_rnf  = 'runoffs'            ,     0.   , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , ''
155/
156!-----------------------------------------------------------------------
157&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
158!-----------------------------------------------------------------------
159/
160!-----------------------------------------------------------------------
161&namberg       !   iceberg parameters                                   (default: OFF)
162!-----------------------------------------------------------------------
163   !  iceberg floats are not currently available with AGRIF
164   !     ===>>  forced deactivation in icbini.F90
165/
166!!======================================================================
167!!               ***  Lateral boundary condition  ***                 !!
168!!                                                                    !!
169!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
170!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
171!!   nam_tide      Tidal forcing                                        (default: OFF)
172!!   nambdy        Unstructured open boundaries                         (default: OFF)
173!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
174!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
175!!======================================================================
176!
177!-----------------------------------------------------------------------
178&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
179!-----------------------------------------------------------------------
180   rn_shlat    =    2.     !  no slip
181/
182!!======================================================================
183!!                ***  Top/Bottom boundary condition  ***             !!
184!!                                                                    !!
185!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
186!!   namdrg_top    top    friction                                      (ln_drg_OFF=F & ln_isfcav=T)
187!!   namdrg_bot    bottom friction                                      (ln_drg_OFF=F)
188!!   nambbc        bottom temperature boundary condition                (default: OFF)
189!!   nambbl        bottom boundary layer scheme                         (default: OFF)
190!!======================================================================
191!
192!-----------------------------------------------------------------------
193&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
194!-----------------------------------------------------------------------
195   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U|
196/
197!-----------------------------------------------------------------------
198&namdrg_bot    !   BOTTOM friction                                 
199!-----------------------------------------------------------------------
200/
201!-----------------------------------------------------------------------
202&nambbc        !   bottom temperature boundary condition                (default: OFF)
203!-----------------------------------------------------------------------
204   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
205      nn_geoflx   =    2      !  geothermal heat flux: = 2 read variable flux [mW/m2]
206
207   cn_dir = './'  !  root directory for the geothermal data location
208   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
209   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
210   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
211   sn_qgh      ='geothermal_heating.nc'  ,       -12.        , 'heatflow',   .false.   , .true. , 'yearly'  ,   ''             ,   ''     ,   ''
212/
213!-----------------------------------------------------------------------
214&nambbl        !   bottom boundary layer scheme                         (default: OFF)
215!-----------------------------------------------------------------------
216   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
217      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0)
218      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0)
219      rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s]
220      rn_gambbl   =  10.      !  advective bbl coefficient                 [s]
221/
222!!======================================================================
223!!                        Tracer (T-S) namelists                      !!
224!!                                                                    !!
225!!   nameos        equation of state                                    (default: NO selection)
226!!   namtra_adv    advection scheme                                     (default: NO selection)
227!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
228!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
229!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
230!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
231!!======================================================================
232!
233!-----------------------------------------------------------------------
234&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
235!-----------------------------------------------------------------------
236   ln_eos80    = .true.          !  = Use EOS80
237/
238!-----------------------------------------------------------------------
239&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
240!-----------------------------------------------------------------------
241   ln_traadv_fct = .true.     !  FCT scheme
242      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
243      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
244/
245!-----------------------------------------------------------------------
246&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
247!-----------------------------------------------------------------------
248   !                       !  Operator type:
249   ln_traldf_lap   = .true.    !    laplacian operator
250   !                       !  Direction of action:
251   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator)
252   !                       !  iso-neutral options:       
253   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators)
254   !                       !  Coefficients:
255   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
256      !                             !   = 20     aht = 1/2  Ud. max(e1,e2)
257      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
258      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
259/
260!-----------------------------------------------------------------------
261&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)        (default: OFF)
262!-----------------------------------------------------------------------
263   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation
264/
265!-----------------------------------------------------------------------
266&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
267!-----------------------------------------------------------------------
268   ln_ldfeiv   = .true.    ! use eddy induced velocity parameterization
269      !                        !  Coefficients:
270      nn_aei_ijk_t  = 21          ! space/time variation of the eiv coeficient
271      !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
272      !                           !  time invariant coefficients:  aei0 = 1/2  Ue*Le
273      rn_Ue        = 0.03              !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
274      rn_Le        = 200.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
275      !
276      ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities
277/
278!-----------------------------------------------------------------------
279&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF)
280!-----------------------------------------------------------------------
281   ln_tradmp   =  .true.   !  add a damping term (using resto.nc coef.)
282      nn_zdmp  =    0         !  vertical shape =0    damping throughout the water column
283/
284!!======================================================================
285!!                      ***  Dynamics namelists  ***                  !!
286!!                                                                    !!
287!!   nam_vvl       vertical coordinate options                          (default: z-star)
288!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
289!!   namdyn_vor    advection scheme                                     (default: NO selection)
290!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
291!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
292!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
293!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
294!!======================================================================
295!
296!-----------------------------------------------------------------------
297&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
298!-----------------------------------------------------------------------
299   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
300     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
301/
302!-----------------------------------------------------------------------
303&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
304!-----------------------------------------------------------------------
305   ln_dynvor_een = .true.  !  energy & enstrophy scheme
306/
307!-----------------------------------------------------------------------
308&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
309!-----------------------------------------------------------------------
310   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
311/
312!-----------------------------------------------------------------------
313&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
314!-----------------------------------------------------------------------
315   ln_dynspg_ts  = .true.  !  split-explicit free surface
316/
317!-----------------------------------------------------------------------
318&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
319!-----------------------------------------------------------------------
320   !                       !  Type of the operator :
321   ln_dynldf_lap =  .true.     !    laplacian operator
322   !                       !  Direction of action  :
323   ln_dynldf_lev =  .true.     !  iso-level
324   !                       !  Coefficient
325   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef
326   !                                !  =-30  read in eddy_viscosity_3D.nc
327/
328!!======================================================================
329!!                     vertical physics namelists                     !!
330!!                                                                    !!
331!!    namzdf        vertical physics manager                            (default: NO selection)
332!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
333!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
334!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
335!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
336!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
337!!======================================================================
338!
339!-----------------------------------------------------------------------
340&namzdf        !   vertical physics manager                             (default: NO selection)
341!-----------------------------------------------------------------------
342   !                       ! type of vertical closure
343   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
344   !
345   !                       ! convection
346   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme
347      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1)
348      rn_evd   =  100.           !  evd mixing coefficient [m2/s]
349   !
350   !                       !  Coefficients
351   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
352   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
353   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
354   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0)
355/
356!-----------------------------------------------------------------------
357&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
358!-----------------------------------------------------------------------
359/
360!!======================================================================
361!!                  ***  Diagnostics namelists  ***                   !!
362!!                                                                    !!
363!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
364!!   namhsb       Heat and salt budgets                                 (default: OFF)
365!!   namdiu       Cool skin and warm layer models                       (default: OFF)
366!!   namdiu       Cool skin and warm layer models                       (default: OFF)
367!!   namflo       float parameters                                      (default: OFF)
368!!   nam_diadct   transports through some sections                      (default: OFF)
369!!   nam_dia25h   25h Mean Output                                       (default: OFF)
370!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
371!!======================================================================
372!
373!!======================================================================
374!!               ***  Observation & Assimilation  ***                 !!
375!!                                                                    !!
376!!   namobs       observation and model comparison                      (default: OFF)
377!!   nam_asminc   assimilation increments                               ('key_asminc')
378!!======================================================================
379!
380!!======================================================================
381!!                  ***  Miscellaneous namelists  ***                 !!
382!!                                                                    !!
383!!   nammpp            Massively Parallel Processing
384!!   namctl            Control prints                                   (default: OFF)
385!!   namsto            Stochastic parametrization of EOS                (default: OFF)
386!!======================================================================
387!
388!-----------------------------------------------------------------------
389&nammpp        !   Massively Parallel Processing
390!-----------------------------------------------------------------------
391/
392!-----------------------------------------------------------------------
393&namctl        !   Control prints                                       (default: OFF)
394!-----------------------------------------------------------------------
395/
396!-----------------------------------------------------------------------
397&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
398!-----------------------------------------------------------------------
399/
Note: See TracBrowser for help on using the repository browser.