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/AMM12/EXP00 – NEMO

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg @ 9526

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

dev_merge_2017: rename ln_...NONE as ln_...OFF (CONFIG, OPA_SRC, TOP_SRC) ; agrif zoom now only in AGRIF_NORDIC configuration

  • Property svn:mime-type set to text/x-fortran
File size: 26.3 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  : AMM12 namelist - overwrite some defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!                          AMM12 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: OFF)
13!!   namtsd       data: temperature & salinity                          (default: OFF)
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      =  "AMM12"  !  experience name
21   nn_it000    =       1   !  first time step
22   nn_itend    =    1296   !  last  time step (std 1 day = 144)
23   nn_date0    =  20120102 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
24   nn_leapy    =       1   !  Leap year calendar (1) or not (0)
25   cn_ocerst_in   = "amm12_restart_oce"   !  suffix of ocean restart name (input)
26   cn_ocerst_out  = "restart"             !  suffix of ocean restart name (input)
27   nn_stock    =    1296   !  frequency of creation of a restart file (modulo referenced to 1)
28   nn_write    =     144   !  frequency of write in the output file   (modulo referenced to nit000)
29/
30!-----------------------------------------------------------------------
31&namdom        !   time and space domain
32!-----------------------------------------------------------------------
33   rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0)
34/
35!-----------------------------------------------------------------------
36&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
37!-----------------------------------------------------------------------
38   ln_read_cfg = .true.   !  (=T) read the domain configuration file
39      cn_domcfg = "AMM_R12_sco_domcfg" ! domain configuration filename
40/
41
42!!======================================================================
43!!            ***  Surface Boundary Condition namelists  ***          !!
44!!                                                                    !!
45!!   namsbc          surface boundary condition manager                 (default: NO selection)
46!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
47!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
48!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
49!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
50!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
51!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
52!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
53!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
54!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
55!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
56!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
57!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
58!!   namberg         iceberg floats                                     (ln_icebergs=T)
59!!======================================================================
60!
61!-----------------------------------------------------------------------
62&namsbc        !   Surface Boundary Condition (surface module)          (default: NO selection)
63!-----------------------------------------------------------------------
64   nn_fsbc     = 1         !  frequency of SBC module call
65   ln_flx      = .true.    !  flux formulation                          (T => fill namsbc_flx)
66   ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr)
67   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
68   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
69   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr )
70/
71!-----------------------------------------------------------------------
72&namsbc_flx    !   surface boundary condition : flux formulation
73!-----------------------------------------------------------------------
74   cn_dir      = './fluxes/'  !  root directory for the fluxes data location
75   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
76   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
77   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
78   sn_utau     = 'amm12_utau'            ,          1        , 'utau'    ,  .false.    , .false., 'daily'   ,  ''              ,  ''      , ''
79   sn_vtau     = 'amm12_vtau'            ,          1        , 'vtau'    ,  .false.    , .false., 'daily'   ,  ''              ,  ''      , ''
80   sn_qtot     = 'amm12_flx'             ,          3        , 'sonsfldo',  .true.     , .false., 'daily'   ,  ''              ,  ''      , ''
81   sn_qsr      = 'amm12_flx'             ,          3        , 'soshfldo',  .true.     , .false., 'daily'   ,  ''              ,  ''      , ''
82   sn_emp      = 'amm12_flx'             ,          3        , 'sowafldo',  .true.     , .false., 'daily'   ,  ''              ,  ''      , ''
83/
84!-----------------------------------------------------------------------
85&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
86!-----------------------------------------------------------------------
87   ln_qsr_rgb  = .true.      !  RGB light penetration (Red-Green-Blue)
88   nn_chldta   =      0      !  RGB : Chl data (=1) or cst value (=0)
89/
90!-----------------------------------------------------------------------
91&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
92!-----------------------------------------------------------------------
93   nn_sstr     =     1     !  add a retroaction term in the surface heat       flux (=1) or not (=0)
94   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2)
95                           !  or to SSS only (=1) or no damping term (=0)
96   rn_deds     =  -27.7    !  magnitude of the damping on salinity   [mm/day]
97
98   cn_dir      = 'fluxes/' !  root directory for the location of the runoff files
99   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
100   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
101   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
102   sn_sst      = 'amm12_sstref'          ,        24         ,  'sst'     ,   .true.   , .false., 'daily'   , ''               , ''       , ''
103   sn_sss      = 'sss_data'              ,        -1         ,  'sss'     ,   .true.   , .true. , 'yearly'  , ''               , ''       , ''
104/
105!-----------------------------------------------------------------------
106&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
107!-----------------------------------------------------------------------
108   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
109   ln_rnf_depth = .true.    !  read in depth information for runoff
110   ln_rnf_tem   = .true.    !  read in temperature information for runoff
111   ln_rnf_sal   = .true.    !  read in salinity information for runoff
112
113   cn_dir = './'  !  root directory for the flux data location
114   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
115   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
116   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
117   sn_rnf      = 'amm12_rivers'          ,        24         , 'rorunoff',   .false.   , .true. , 'yearly'  , ''               , ''       , ''
118   sn_cnf      = 'runoff_1m_nomask'      ,         0         , 'socoefr0',   .false.   , .true. , 'yearly'  , ''               , ''       , ''
119   sn_s_rnf    = 'amm12_rivers'          ,        24         , 'rosaline',   .false.   , .true. , 'yearly'  , ''               , ''       , ''
120   sn_t_rnf    = 'amm12_rivers'          ,        24         , 'rotemper',   .false.   , .true. , 'yearly'  , ''               , ''       , ''
121   sn_dep_rnf  = 'amm12_rivers'          ,        24         , 'rodepth' ,   .false.   , .true. , 'yearly'  , ''               , ''       , ''
122/
123!-----------------------------------------------------------------------
124&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
125!-----------------------------------------------------------------------
126   rn_pref     = 101000.   !  reference atmospheric pressure   [N/m2]
127   ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F)
128   ln_apr_obc  = .true.    !  inverse barometer added to OBC ssh data
129
130   cn_dir = './fluxes/'    !  root directory for the Patm data location
131   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
132   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
133   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
134   sn_apr      = 'amm12_mslp'            ,          1        ,'p_msl'    ,   .false.   , .false., 'daily'  ,    ''            ,    ''    ,      ''
135/
136
137!!======================================================================
138!!               ***  Lateral boundary condition  ***                 !!
139!!                                                                    !!
140!!   namlbc        lateral momentum boundary condition                  (no slip)
141!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
142!!   nam_tide      Tidal forcing                                        (default: OFF)
143!!   nambdy        Unstructured open boundaries                         (default: OFF)
144!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
145!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
146!!======================================================================
147!
148!-----------------------------------------------------------------------
149&namlbc        !   lateral momentum boundary condition                  (default: no slip)
150!-----------------------------------------------------------------------
151   rn_shlat    =     0     !  free slip
152/
153!-----------------------------------------------------------------------
154&nam_tide      !   tide parameters                                      (default: OFF)
155!-----------------------------------------------------------------------
156   ln_tide     = .true.    ! Activate tides
157      ln_tide_pot   = .true.  !  use tidal potential forcing
158
159   clname(1)     =   'Q1'   !  name of constituent
160   clname(2)     =   'O1'
161   clname(3)     =   'P1'
162   clname(4)     =   'S1'
163   clname(5)     =   'K1'
164   clname(6)     =   '2N2'
165   clname(7)     =   'MU2'
166   clname(8)     =   'N2'
167   clname(9)     =   'NU2'
168   clname(10)    =   'M2'
169   clname(11)    =   'L2'
170   clname(12)    =   'T2'
171   clname(13)    =   'S2'
172   clname(14)    =   'K2'
173   clname(15)    =   'M4'
174/
175!-----------------------------------------------------------------------
176&nambdy        !  unstructured open boundaries                          (default: OFF)
177!-----------------------------------------------------------------------
178    ln_bdy     = .true.   !  Use unstructured open boundaries
179    nb_bdy     =  1       !  number of open boundary sets
180    !
181    cn_dyn2d     = 'flather'
182    nn_dyn2d_dta =  3
183    cn_tra       =  'frs'
184    nn_tra_dta   =   1 
185/
186!-----------------------------------------------------------------------
187&nambdy_dta    !  open boundaries - external data                       
188!-----------------------------------------------------------------------
189   ln_full_vel = .false.
190
191   cn_dir  =    './bdydta/'
192   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
193   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
194   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
195   bn_ssh      = 'amm12_bdyT_dyn2d'      ,         24        , 'sossheig',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , ''
196   bn_u2d      = 'amm12_bdyU_dyn2d'      ,         24        , 'vobtcrtx',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , ''
197   bn_v2d      = 'amm12_bdyV_dyn2d'      ,         24        , 'vobtcrty',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , ''
198   bn_u3d      = 'amm12_bdyU_dyn3d'      ,         24        , 'vozocrtx',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , ''
199   bn_v3d      = 'amm12_bdyV_dyn3d'      ,         24        , 'vomecrty',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , ''
200   bn_tem      = 'amm12_bdyT_tra'        ,         24        , 'votemper',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , ''
201   bn_sal      = 'amm12_bdyT_tra'        ,         24        , 'vosaline',    .true.   , .false.,  'daily'  ,    ''            ,   ''     , ''
202/
203!-----------------------------------------------------------------------
204&nambdy_tide   !  tidal forcing at open boundaries
205!-----------------------------------------------------------------------
206   filtide      = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files
207/
208
209!!======================================================================
210!!                ***  Top/Bottom boundary condition  ***             !!
211!!                                                                    !!
212!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
213!!   namdrg_top    top    friction                                      (ln_OFF =F & ln_isfcav=T)
214!!   namdrg_bot    bottom friction                                      (ln_OFF =F)
215!!   nambbc        bottom temperature boundary condition                (default: OFF)
216!!   nambbl        bottom boundary layer scheme                         (default: OFF)
217!!======================================================================
218!
219!-----------------------------------------------------------------------
220&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
221!-----------------------------------------------------------------------
222   ln_loglayer= .true.     !  logarithmic drag: Cd = vkarmn/log(z/z0) |U|
223/
224!-----------------------------------------------------------------------
225&namdrg_bot    !   BOTTOM friction                                 
226!-----------------------------------------------------------------------
227   rn_Cd0     =  2.5e-3   !  drag coefficient [-]
228   rn_Uc0     =  0.4      !  ref. velocity [m/s] (linear drag=Cd0*Uc0)
229   rn_Cdmax   =  0.1      !  drag value maximum [-] (logarithmic drag)
230   rn_ke0     =  0.0e0    !  background kinetic energy  [m2/s2] (non-linear cases)
231   rn_z0      =  0.003    !  roughness [m]  (ln_loglayer=T)
232/
233
234!!======================================================================
235!!                        Tracer (T & S) namelists                    !!
236!!                                                                    !!
237!!   nameos           equation of state                                 (default: NO selection)
238!!   namtra_adv       advection scheme                                  (default: NO selection)
239!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection)
240!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: OFF)
241!!   namtra_eiv       eddy induced velocity param.                      (default: OFF)
242!!   namtra_dmp       T & S newtonian damping                           (default: OFF)
243!!======================================================================
244!
245!-----------------------------------------------------------------------
246&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
247!-----------------------------------------------------------------------
248   ln_teos10   = .true.         !  = Use TEOS-10 equation of state
249/
250!-----------------------------------------------------------------------
251&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
252!-----------------------------------------------------------------------
253   ln_traadv_fct = .true.     !  FCT scheme
254      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
255      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
256/
257!-----------------------------------------------------------------------
258&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
259!-----------------------------------------------------------------------
260   ln_traldf_lap   =  .true.   !    laplacian operator
261   ln_traldf_hor   =  .true.   !  horizontal (geopotential)
262   !                       !  Coefficients:
263   nn_aht_ijk_t    = 0         !  =  0   constant = 1/2  Ud*Ld   (lap case)
264      rn_Ud        = 0.01           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
265      rn_Ld        = 10.e+3         !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
266/
267
268!!======================================================================
269!!                      ***  Dynamics namelists  ***                  !!
270!!                                                                    !!
271!!   nam_vvl       vertical coordinate options                          (default: z-star)
272!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
273!!   namdyn_vor    advection scheme                                     (default: NO selection)
274!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
275!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
276!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
277!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
278!!======================================================================
279!
280!-----------------------------------------------------------------------
281&nam_vvl       !   vertical coordinate options                          (default: z-star)
282!-----------------------------------------------------------------------
283/
284!-----------------------------------------------------------------------
285&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
286!-----------------------------------------------------------------------
287   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
288     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
289/
290!-----------------------------------------------------------------------
291&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
292!-----------------------------------------------------------------------
293   ln_dynvor_een = .true.  !  energy & enstrophy scheme
294      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
295/
296!-----------------------------------------------------------------------
297&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
298!-----------------------------------------------------------------------
299   ln_hpg_prj  = .true.    !  s-coordinate (Pressure Jacobian scheme)
300/
301!-----------------------------------------------------------------------
302&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
303!-----------------------------------------------------------------------
304   ln_dynspg_ts = .true.   ! split-explicit free surface
305   ln_bt_auto   = .false.  ! Number of sub-step defined from:
306   nn_baro      = 30       ! =F : the number of sub-step in rn_rdt seconds
307/
308!-----------------------------------------------------------------------
309&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
310!-----------------------------------------------------------------------
311   ln_dynldf_blp =  .true.     !  bilaplacian operator
312   ln_dynldf_lev =  .true.     !  iso-level
313   nn_ahm_ijk_t  = 0           !  =0   constant = 1/12 Uv*Lv^3 (blp case)
314      rn_Uv      =  0.12            !  lateral viscous velocity [m/s]
315      rn_Lv      = 10.e+3           !  lateral viscous length   [m] 
316/
317
318!!======================================================================
319!!                     vertical physics namelists                     !!
320!!                                                                    !!
321!!    namzdf        vertical physics manager                            (default: NO selection)
322!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
323!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
324!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
325!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
326!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
327!!======================================================================
328!
329!-----------------------------------------------------------------------
330&namzdf        !   vertical physics                                     (default: NO selection)
331!-----------------------------------------------------------------------
332   ln_zdfgls   = .true.    !  Generic Length Scale closure              (T =>   fill namzdf_gls)
333   !                       ! coefficients
334   rn_avm0     =   0.1e-6     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
335   rn_avt0     =   0.1e-6     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
336   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
337   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
338/
339!-----------------------------------------------------------------------
340&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
341!-----------------------------------------------------------------------
342   rn_charn    =  100000.  !  Charnock constant for wb induced roughness length
343   nn_z0_met   = 1         !  Method for surface roughness computation (0/1/2)
344/
345
346!!======================================================================
347!!                  ***  Diagnostics namelists  ***                   !!
348!!                                                                    !!
349!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
350!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
351!!   namhsb       Heat and salt budgets                                 (default: OFF)
352!!   namdiu       Cool skin and warm layer models                       (default: OFF)
353!!   namdiu       Cool skin and warm layer models                       (default: OFF)
354!!   namflo       float parameters                                      ("key_float")
355!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm")
356!!   namdct       transports through some sections                      ("key_diadct")
357!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF)
358!!   nam_dia25h   25h Mean Output                                       (default: OFF)
359!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
360!!======================================================================
361!
362!-----------------------------------------------------------------------
363&nam_diatmb    !  Top Middle Bottom Output                              (default F)
364!-----------------------------------------------------------------------
365   ln_diatmb  = .true.    !  Choose Top Middle and Bottom output or not
366/
367!-----------------------------------------------------------------------
368&nam_dia25h    !  25h Mean Output                                       (default F)
369!-----------------------------------------------------------------------
370   ln_dia25h  = .true.    ! Choose 25h mean output or not
371/
372
373!!======================================================================
374!!               ***  Observation & Assimilation  ***                 !!
375!!                                                                    !!
376!!   namobs       observation and model comparison                      (default: OFF)
377!!   nam_asminc   assimilation increments                               ('key_asminc')
378!!======================================================================
379!
Note: See TracBrowser for help on using the repository browser.