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

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/CANAL/EXP00/namelist_cfg @ 9412

Last change on this file since 9412 was 9412, checked in by flavoni, 6 years ago

cosmetics

File size: 27.1 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namusr_def    !   User defined :   VORTEX configuration: Flat bottom, beta-plane
7!-----------------------------------------------------------------------
8   rn_domszx   =   3600.   !  x horizontal size         [km]
9   rn_domszy   =   1800.   !  y horizontal size         [km]
10   rn_domszz   =   5000.   !  z vertical size            [m]
11   rn_dx       =     30.   !  x horizontal resolution   [km]
12   rn_dy       =     30.   !  y horizontal resolution   [km]
13   rn_dz       =    500.   !  z vertical resolution      [m]
14   rn_0xratio  =      0.5  !  x-domain ratio of the 0
15   rn_0yratio  =      0.5  !  y-domain ratio of the 0
16   nn_fcase    =      0    !  F computation (0:f0, 1:Beta, 2:real)
17   rn_ppgphi0  =    38.5   !  Reference latitude      [degrees]
18   rn_u10      =      0.   !  10m wind speed              [m/s]
19     rn_windszx=   4000.   !  longitudinal wind extension   [km]
20     rn_windszy=   4000.   !  latitudinal wind extension    [km]
21     rn_uofac  =      0.   !  Uoce multiplicative factor (0.:absolute or 1.:relative winds)
22   rn_vtxmax   =      1.   !  initial vortex max current  [m/s]
23   rn_uzonal   =      1.   !  initial zonal current       [m/s]
24     rn_ujetszx=   4000.   !  longitudinal jet extension   [km]
25     rn_ujetszy=   4000.   !  latitudinal jet extension    [km]
26   nn_botcase  =      0    !  bottom definition (0:flat, 1:bump)
27   nn_initcase =      1    !  initial condition case (0:rest, 1:zonal current, 2:current shear, 3: gaussian zonal current,
28                           !                          4: geostrophic zonal pulse, 5: vortex)
29   ln_sshnoise =  .false.  !  add random noise on initial ssh
30   rn_lambda   =     50.   ! gaussian lambda
31/
32!-----------------------------------------------------------------------
33&namrun        !   parameters of the run
34!-----------------------------------------------------------------------
35   nn_no       =       0   !  job number (no more used...)
36   cn_exp      =   'CANAL' !  experience name
37   nn_it000    =       1   !  first time step
38   nn_itend    =     100   !  last time step
39   nn_istate   =       0   !  output the initial state (1) or not (0)
40   nn_stock    =   99999   !  frequency of creation of a restart file (modulo referenced to 1)
41   nn_write    =   99999   !  frequency of write in the output file   (modulo referenced to nn_it000)
42/
43!-----------------------------------------------------------------------
44&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
45!-----------------------------------------------------------------------
46/
47!-----------------------------------------------------------------------
48&namdom        !   time and space domain
49!-----------------------------------------------------------------------
50   ln_linssh   =  .false.  !  =T  linear free surface  ==>>  model level are fixed in time
51   rn_rdt      =   1440.   !  time step for the dynamics (and tracer if nn_acc=0)
52   rn_atfp     =   0.05    !  asselin time filter parameter
53/
54!-----------------------------------------------------------------------
55&namtsd        !   data : Temperature  & Salinity
56!-----------------------------------------------------------------------
57   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
58   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
59/
60!-----------------------------------------------------------------------
61&namwad        !   Wetting and drying  default is no WAD
62!-----------------------------------------------------------------------
63/
64!-----------------------------------------------------------------------
65&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
66!-----------------------------------------------------------------------
67/
68!-----------------------------------------------------------------------
69&namc1d        !   1D configuration options                             ("key_c1d")
70!-----------------------------------------------------------------------
71/
72!-----------------------------------------------------------------------
73&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d")
74!-----------------------------------------------------------------------
75/
76!-----------------------------------------------------------------------
77&namc1d_uvd    !   data: U & V currents                                 ("key_c1d")
78!-----------------------------------------------------------------------
79/
80!-----------------------------------------------------------------------
81&namsbc        !   Surface Boundary Condition (surface module)
82!-----------------------------------------------------------------------
83  nn_fsbc     = 1         !  frequency of surface boundary condition computation
84                          !     (also = the frequency of sea-ice & iceberg model call)
85  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
86  ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
87  nn_ice      = 0         !  =0 no ice boundary condition   
88  ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr )
89  ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
90  ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
91  nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
92/
93!-----------------------------------------------------------------------
94&namsbc_flx    !   surface boundary condition : flux formulation
95!-----------------------------------------------------------------------
96/
97!-----------------------------------------------------------------------
98&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
99!-----------------------------------------------------------------------
100/
101!-----------------------------------------------------------------------
102&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
103!-----------------------------------------------------------------------
104/
105!-----------------------------------------------------------------------
106&namsbc_sas    !   Stand-Alone Surface boundary condition
107!-----------------------------------------------------------------------
108/
109!-----------------------------------------------------------------------
110&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
111!-----------------------------------------------------------------------
112/
113!-----------------------------------------------------------------------
114&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
115!-----------------------------------------------------------------------
116/
117!-----------------------------------------------------------------------
118&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T)
119!-----------------------------------------------------------------------
120/
121!-----------------------------------------------------------------------
122&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0)
123!-----------------------------------------------------------------------
124/
125!-----------------------------------------------------------------------
126&namsbc_iscpl  !   land ice / ocean coupling option                     
127!-----------------------------------------------------------------------
128/
129!-----------------------------------------------------------------------
130&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
131!-----------------------------------------------------------------------
132/
133!-----------------------------------------------------------------------
134&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
135!-----------------------------------------------------------------------
136/
137!-----------------------------------------------------------------------
138&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
139!-----------------------------------------------------------------------
140/
141!-----------------------------------------------------------------------
142&namberg       !   iceberg parameters                                   (default: No iceberg)
143!-----------------------------------------------------------------------
144/
145!-----------------------------------------------------------------------
146&namlbc        !   lateral momentum boundary condition
147!-----------------------------------------------------------------------
148   !                       !  free slip  !   partial slip  !   no slip   ! strong slip
149  rn_shlat     =    0.    !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
150/
151!-----------------------------------------------------------------------
152&namagrif      !  AGRIF zoom                                            ("key_agrif")
153!-----------------------------------------------------------------------
154   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics
155   rn_sponge_tra =  800.   !  coefficient for tracer   sponge layer [m2/s]
156   rn_sponge_dyn =  800.   !  coefficient for dynamics sponge layer [m2/s]
157   ln_chk_bathy  = .FALSE. !
158/
159!-----------------------------------------------------------------------
160&nam_tide      !   tide parameters
161!-----------------------------------------------------------------------
162/
163!-----------------------------------------------------------------------
164&nambdy        !  unstructured open boundaries                         
165!-----------------------------------------------------------------------
166/
167!-----------------------------------------------------------------------
168&nambdy_dta    !  open boundaries - external data                       
169!-----------------------------------------------------------------------
170/
171!-----------------------------------------------------------------------
172&nambdy_tide   !  tidal forcing at open boundaries
173!-----------------------------------------------------------------------
174/
175!-----------------------------------------------------------------------
176&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
177!-----------------------------------------------------------------------
178   ln_NONE    = .true.    !  free-slip       : Cd = 0
179/
180!-----------------------------------------------------------------------
181&namdrg_top    !   TOP friction                                         (ln_isfcav=T)
182!-----------------------------------------------------------------------
183/
184!-----------------------------------------------------------------------
185&namdrg_bot    !   BOTTOM friction                                 
186!-----------------------------------------------------------------------
187/
188!-----------------------------------------------------------------------
189&nambbc        !   bottom temperature boundary condition                (default: NO)
190!-----------------------------------------------------------------------
191/
192!-----------------------------------------------------------------------
193&nambbl        !   bottom boundary layer scheme                         (default: NO)
194!-----------------------------------------------------------------------
195/
196!-----------------------------------------------------------------------
197&nameos        !   ocean Equation Of Seawater                           (default: NO)
198!-----------------------------------------------------------------------
199   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS)
200   !                            !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
201   rn_a0       =  0.28        !  thermal expension coefficient (for simplified equation of state)
202   rn_b0       =  0.          !  saline  expension coefficient (for simplified equation of state)
203   rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos)
204   rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos)
205   rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos)
206   rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos)
207   rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos)
208/
209!-----------------------------------------------------------------------
210&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
211!-----------------------------------------------------------------------
212   ln_traadv_NONE= .false. !  No tracer advection
213   ln_traadv_cen = .false. !  2nd order centered scheme
214      nn_cen_h   =  4            !  =2/4, horizontal 2nd order CEN / 4th order CEN
215      nn_cen_v   =  4            !  =2/4, vertical   2nd order CEN / 4th order COMPACT
216   ln_traadv_fct = .false. !  FCT scheme
217      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order
218      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order
219   ln_traadv_mus = .false. !  MUSCL scheme
220      ln_mus_ups = .false.       !  use upstream scheme near river mouths
221   ln_traadv_ubs = .true.  !  UBS scheme
222      nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order
223   ln_traadv_qck = .false. !  QUICKEST scheme
224/
225!-----------------------------------------------------------------------
226&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO)
227!-----------------------------------------------------------------------
228/
229!-----------------------------------------------------------------------
230&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
231!-----------------------------------------------------------------------
232  !                       !  Operator type:
233   ln_traldf_NONE  =  .true.  !  No explicit diffusion
234   ln_traldf_lap   =  .false.  !    laplacian operator
235   ln_traldf_blp   =  .false.  !  bilaplacian operator
236   !
237   !                       !  Direction of action:
238   ln_traldf_lev   =  .false.  !  iso-level
239   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
240   ln_traldf_iso   =  .false.  !  iso-neutral (standard operator)
241   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator)
242   !
243   !                       !  iso-neutral options:       
244   ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators)
245   rn_slpmax       =   0.01    !  slope limit                      (both operators)
246   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
247   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
248   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
249   !
250   !                       !  Coefficients:
251   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
252   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
253   !                                !   =  0           constant
254   !                                !   = 10 F(k)      =ldf_c1d
255   !                                !   = 20 F(i,j)    =ldf_c2d
256   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
257   !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d
258   !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing)
259   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
260   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
261/
262!-----------------------------------------------------------------------
263&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO)
264!-----------------------------------------------------------------------
265/
266!-----------------------------------------------------------------------
267&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO)
268!-----------------------------------------------------------------------
269   ln_tradmp   =  .false.   !  add a damping termn (T) or not (F)
270/
271!-----------------------------------------------------------------------
272&nam_vvl       !   vertical coordinate options                          (default: z-star)
273!-----------------------------------------------------------------------
274   ln_vvl_zstar  = .true.           !  zstar vertical coordinate
275/
276!-----------------------------------------------------------------------
277&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
278!-----------------------------------------------------------------------
279   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection)
280   ln_dynadv_vec = .false. !  vector form (T) or flux form (F)
281   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
282   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme
283   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme
284/
285!-----------------------------------------------------------------------
286&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO)
287!-----------------------------------------------------------------------
288   ln_dynvor_ene = .true.  !  energy conserving scheme
289   ln_dynvor_ens = .false. !  enstrophy conserving scheme
290   ln_dynvor_mix = .false. !  mixed scheme
291   ln_dynvor_een = .false.  !  energy & enstrophy scheme
292      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
293/
294!-----------------------------------------------------------------------
295&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
296!-----------------------------------------------------------------------
297   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation)
298   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
299/
300!-----------------------------------------------------------------------
301&namdyn_spg    !   surface pressure gradient                            (default: NO)
302!-----------------------------------------------------------------------
303   ln_dynspg_exp  = .false.
304   ln_dynspg_ts   = .true.   ! split-explicit free surface
305      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
306      ln_bt_av      = .true.     ! Time filtering of barotropic variables
307         nn_bt_flt     = 1          ! Time filter choice  = 0 None
308         !                          !                     = 1 Boxcar over   nn_baro sub-steps
309         !                          !                     = 2 Boxcar over 2*nn_baro  "    "
310      ln_bt_auto    = .false.    ! Number of sub-step defined from:
311         nn_baro      =  24         ! =F : the number of sub-step in rn_rdt seconds
312/
313!-----------------------------------------------------------------------
314&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
315!-----------------------------------------------------------------------
316   !                       !  Type of the operator :
317   ln_dynldf_NONE=  .true.    !  No operator (i.e. no explicit diffusion)
318   ln_dynldf_lap =  .false.    !    laplacian operator
319   ln_dynldf_blp =  .false.    !  bilaplacian operator
320   !                       !  Direction of action  :
321   ln_dynldf_lev =  .false.    !  iso-level
322   ln_dynldf_hor =  .true.    !  horizontal (geopotential)
323   ln_dynldf_iso =  .false.    !  iso-neutral
324   !                       !  Coefficient
325   nn_ahm_ijk_t  = 20           !  space/time variation of eddy coef
326   !                                !  =-30  read in eddy_viscosity_3D.nc file
327   !                                !  =-20  read in eddy_viscosity_2D.nc file
328   !                                !  =  0  constant
329   !                                !  = 10  F(k)=c1d
330   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
331   !                                !  = 30  F(i,j,k)=c2d*c1d
332   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
333   !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate)
334   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km)
335   rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s]
336   rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s]
337   rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s]
338   !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) :
339   rn_csmc       = 3.5         !  Smagorinsky constant of proportionality
340   rn_minfac     = 1.0         !  multiplier of theorectical lower limit
341   rn_maxfac     = 1.0         !  multiplier of theorectical upper limit
342/
343!-----------------------------------------------------------------------
344&namzdf        !   vertical physics                                     (default: NO selection)
345!-----------------------------------------------------------------------
346   !                       ! type of vertical closure
347   ln_zdfcst   = .true.       !  constant mixing
348   !
349   !                       ! convection
350   ln_zdfevd   = .false.      !  enhanced vertical diffusion
351   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm
352   !
353   !                       ! coefficients
354   rn_avm0     =   1.e-4      !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
355   rn_avt0     =   0.e0       !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
356   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
357   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
358/
359!-----------------------------------------------------------------------
360&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
361!-----------------------------------------------------------------------
362/
363!-----------------------------------------------------------------------
364&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
365!-----------------------------------------------------------------------
366/
367!-----------------------------------------------------------------------
368&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
369!-----------------------------------------------------------------------
370/
371!-----------------------------------------------------------------------
372&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
373!-----------------------------------------------------------------------
374/
375!-----------------------------------------------------------------------
376&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
377!-----------------------------------------------------------------------
378/
379!-----------------------------------------------------------------------
380&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
381!-----------------------------------------------------------------------
382/
383!-----------------------------------------------------------------------
384&namctl        !   Control prints
385!-----------------------------------------------------------------------
386/
387!-----------------------------------------------------------------------
388&namsto        ! Stochastic parametrization of EOS                      (default: NO)
389!-----------------------------------------------------------------------
390/
391!-----------------------------------------------------------------------
392&namtrd        !   trend diagnostics                                    (default F)
393!-----------------------------------------------------------------------
394   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE
395   ln_dyn_trd  = .true.   ! (T) 3D momentum trend output
396   ln_dyn_mxl  = .false.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet)
397   ln_vor_trd  = .false.   ! (T) 2D barotropic vorticity trends (not coded yet)
398   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends
399   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends
400   ln_tra_trd  = .false.   ! (T) 3D tracer trend output
401   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet)
402   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step)
403/
404!-----------------------------------------------------------------------
405&namptr        !   Poleward Transport Diagnostic                        (default F)
406!-----------------------------------------------------------------------
407/
408!-----------------------------------------------------------------------
409&namhsb        !  Heat and salt budgets                                 (default F)
410!-----------------------------------------------------------------------
411/
412!-----------------------------------------------------------------------
413&namdiu        !   Cool skin and warm layer models                      (default F)
414!-----------------------------------------------------------------------
415/
416!-----------------------------------------------------------------------
417&namflo        !   float parameters                                     ("key_float")
418!-----------------------------------------------------------------------
419/
420!-----------------------------------------------------------------------
421&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
422!-----------------------------------------------------------------------
423/
424!-----------------------------------------------------------------------
425&namdct        ! transports through some sections                       ("key_diadct")
426!-----------------------------------------------------------------------
427/
428!-----------------------------------------------------------------------
429&nam_diatmb    !  Top Middle Bottom Output                              (default F)
430!-----------------------------------------------------------------------
431/
432!-----------------------------------------------------------------------
433&nam_dia25h    !  25h Mean Output                                       (default F)
434!-----------------------------------------------------------------------
435/
436!-----------------------------------------------------------------------
437&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
438!-----------------------------------------------------------------------
439/
440!-----------------------------------------------------------------------
441&namobs        !  observation usage switch
442!-----------------------------------------------------------------------
443/
444!-----------------------------------------------------------------------
445&nam_asminc    !   assimilation increments                              ('key_asminc')
446!-----------------------------------------------------------------------
447/
448!-----------------------------------------------------------------------
449&namdta_dyn    !   offline dynamics read in files                       ("key_offline")
450!-----------------------------------------------------------------------
451/
Note: See TracBrowser for help on using the repository browser.