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 branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AGRIF_NORDIC/EXP00 – NEMO

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AGRIF_NORDIC/EXP00/namelist_cfg @ 9516

Last change on this file since 9516 was 9516, checked in by gm, 6 years ago

#2075 - dev_merge_2017: CONFIG:correct the namelist_top_cfg + activate ln_traldf_msc in ORCA2 and NORDIC

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