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/2018/dev_r9368_fcheck/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00 – NEMO

source: branches/2018/dev_r9368_fcheck/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg @ 9370

Last change on this file since 9370 was 9356, checked in by acc, 6 years ago

Branch: 2017/dev_merge_2017. Cosmetic (hopefully) changes to namelist files to enforce more consistency between reference and configuration namelists. Changes in all reference configurations (SETTE tested) and most TEST_CASES (untested). OVERFLOW and LOCK_EXCHANGE still to do. See new file: NEMOGCM/CONFIG/SHARED/README.namelists for the conventions used.

  • Property svn:mime-type set to text/x-fortran
File size: 27.2 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   nn_no       =       0   !  job number (no more used...)
8   cn_exp      =  "ORCA2"  !  experience name
9   nn_it000    =       1   !  first time step
10   nn_itend    =    5475   !  last  time step (std 5475)
11/
12!-----------------------------------------------------------------------
13&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
14!-----------------------------------------------------------------------
15   ln_read_cfg = .true.    !  (=T) read the domain configuration file
16      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
17      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename
18      !
19      ln_closea    = .false.    !  T => keep closed seas (defined by closea_mask field) in the 
20      !                         !       domain and apply special treatment of freshwater fluxes.
21      !                         !  F => suppress closed seas (defined by closea_mask field)
22      !                         !       from the bathymetry at runtime.
23      !                         !  If closea_mask field doesn't exist in the domain_cfg file
24      !                         !       then this logical does nothing.
25/
26!-----------------------------------------------------------------------
27&namdom        !   time and space domain
28!-----------------------------------------------------------------------
29   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
30   rn_rdt      = 5760.     !  time step for the dynamics and tracer
31   rn_atfp     =    0.1    !  asselin time filter parameter
32/
33!-----------------------------------------------------------------------
34&namtsd        !   data : Temperature  & Salinity
35!-----------------------------------------------------------------------
36/
37!-----------------------------------------------------------------------
38&namwad        !   Wetting and drying  default is no WAD
39!-----------------------------------------------------------------------
40/
41!-----------------------------------------------------------------------
42&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
43!-----------------------------------------------------------------------
44/
45!-----------------------------------------------------------------------
46&namc1d        !   1D configuration options                             ("key_c1d")
47!-----------------------------------------------------------------------
48/
49!-----------------------------------------------------------------------
50&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d")
51!-----------------------------------------------------------------------
52/
53!-----------------------------------------------------------------------
54&namc1d_uvd    !   data: U & V currents                                 ("key_c1d")
55!-----------------------------------------------------------------------
56/
57!-----------------------------------------------------------------------
58&namsbc        !   Surface Boundary Condition (surface module)
59!-----------------------------------------------------------------------
60   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
61/
62!-----------------------------------------------------------------------
63&namsbc_flx    !   surface boundary condition : flux formulation
64!-----------------------------------------------------------------------
65/
66!-----------------------------------------------------------------------
67&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
68!-----------------------------------------------------------------------
69   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008)
70/
71!-----------------------------------------------------------------------
72&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
73!-----------------------------------------------------------------------
74/
75!-----------------------------------------------------------------------
76&namsbc_sas    !   Stand-Alone Surface boundary condition
77!-----------------------------------------------------------------------
78/
79!-----------------------------------------------------------------------
80&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
81!-----------------------------------------------------------------------
82/
83!-----------------------------------------------------------------------
84&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
85!-----------------------------------------------------------------------
86/
87!-----------------------------------------------------------------------
88&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T)
89!-----------------------------------------------------------------------
90/
91!-----------------------------------------------------------------------
92&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0)
93!-----------------------------------------------------------------------
94/
95!-----------------------------------------------------------------------
96&namsbc_iscpl  !   land ice / ocean coupling option                     
97!-----------------------------------------------------------------------
98/
99!-----------------------------------------------------------------------
100&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
101!-----------------------------------------------------------------------
102/
103!-----------------------------------------------------------------------
104&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
105!-----------------------------------------------------------------------
106/
107!-----------------------------------------------------------------------
108&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
109!-----------------------------------------------------------------------
110/
111!-----------------------------------------------------------------------
112&namberg       !   iceberg parameters                                   (default: No iceberg)
113!-----------------------------------------------------------------------
114      ln_icebergs              = .true.               ! iceberg floats or not
115      ln_bergdia               = .true.               ! Calculate budgets
116      nn_verbose_level         = 1                    ! Turn on more verbose output if level > 0
117      nn_verbose_write         = 15                   ! Timesteps between verbose messages
118      nn_sample_rate           = 1                    ! Timesteps between sampling for trajectory storage
119                                                      ! Initial mass required for an iceberg of each class
120      rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11
121                                                      ! Proportion of calving mass to apportion to each class
122      rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02
123                                                      ! Ratio between effective and real iceberg mass (non-dim)
124                                                      ! i.e. number of icebergs represented at a point
125      rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1
126                                                      ! thickness of newly calved bergs (m)
127      rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250.
128      rn_rho_bergs             = 850.                 ! Density of icebergs
129      rn_LoW_ratio             = 1.5                  ! Initial ratio L/W for newly calved icebergs
130      ln_operator_splitting    = .true.               ! Use first order operator splitting for thermodynamics
131      rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits
132      rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1)
133      ln_passive_mode          = .false.              ! iceberg - ocean decoupling
134      nn_test_icebergs         = -1                   ! Create test icebergs of this class (-1 = no)
135                                                      ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2)
136      rn_test_box              = 108.0,  116.0, -66.0, -58.0
137      rn_speed_limit           = 0.                   ! CFL speed limit for a berg
138
139!            ! file name ! frequency (hours) !   variable   ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
140!            !           !  (if <0  months)  !     name     !  (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      !
141      sn_icb =  'calving',       -1          , 'calving'    ,   .true.    , .true.  , 'yearly'  ,    ''    ,    ''    ,     ''
142
143      cn_dir = './'
144/
145!-----------------------------------------------------------------------
146&namlbc        !   lateral momentum boundary condition
147!-----------------------------------------------------------------------
148/
149!-----------------------------------------------------------------------
150&namagrif      !  AGRIF zoom                                            ("key_agrif")
151!-----------------------------------------------------------------------
152/
153!-----------------------------------------------------------------------
154&nam_tide      !   tide parameters
155!-----------------------------------------------------------------------
156/
157!-----------------------------------------------------------------------
158&nambdy        !  unstructured open boundaries                         
159!-----------------------------------------------------------------------
160/
161!-----------------------------------------------------------------------
162&nambdy_dta    !  open boundaries - external data                       
163!-----------------------------------------------------------------------
164/
165!-----------------------------------------------------------------------
166&nambdy_tide   !  tidal forcing at open boundaries
167!-----------------------------------------------------------------------
168/
169!-----------------------------------------------------------------------
170&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
171!-----------------------------------------------------------------------
172   ln_lin = .true.         !     linear  drag: Cd = Cd0 Uc0
173/
174!-----------------------------------------------------------------------
175&namdrg_top    !   TOP friction                                         (ln_isfcav=T)
176!-----------------------------------------------------------------------
177/
178!-----------------------------------------------------------------------
179&namdrg_bot    !   BOTTOM friction                                 
180!-----------------------------------------------------------------------
181/
182!-----------------------------------------------------------------------
183&nambbc        !   bottom temperature boundary condition                (default: NO)
184!-----------------------------------------------------------------------
185   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
186/
187!-----------------------------------------------------------------------
188&nambbl        !   bottom boundary layer scheme                         (default: NO)
189!-----------------------------------------------------------------------
190   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
191   nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0)
192   nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0)
193   rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s]
194   rn_gambbl   =  10.      !  advective bbl coefficient                 [s]
195/
196!-----------------------------------------------------------------------
197&nameos        !   ocean Equation Of Seawater                           (default: NO)
198!-----------------------------------------------------------------------
199   ln_teos10   = .false.         !  = Use TEOS-10 equation of state
200   ln_eos80    = .true.          !  = Use EOS80
201   ln_seos     = .false.         !  = Use S-EOS (simplified Eq.)
202/
203!-----------------------------------------------------------------------
204&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
205!-----------------------------------------------------------------------
206   ln_traadv_fct = .true.     !  FCT scheme
207      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
208      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
209/
210!-----------------------------------------------------------------------
211&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO)
212!-----------------------------------------------------------------------
213   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation
214/
215!-----------------------------------------------------------------------
216&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
217!-----------------------------------------------------------------------
218   !                       !  Operator type:
219   ln_traldf_NONE  =  .false.  !           No operator (no explicit advection)
220   ln_traldf_lap   =  .true.   !    laplacian operator
221   ln_traldf_blp   =  .false.  !  bilaplacian operator
222   !                       !  Direction of action:
223   ln_traldf_lev   =  .false.  !  iso-level
224   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
225   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator)
226   ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator)
227   !
228   !                       !  iso-neutral options:       
229   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
230   rn_slpmax       =   0.01    !  slope limit                      (both operators)
231   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
232   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
233   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
234   !
235   !                       !  Coefficients:
236   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
237   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
238   !                                !   =  0           constant
239   !                                !   = 10 F(k)      =ldf_c1d
240   !                                !   = 20 F(i,j)    =ldf_c2d
241   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
242   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
243   !                                !   = 31 F(i,j,k,t)=F(local velocity)
244   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
245   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
246/
247!-----------------------------------------------------------------------
248&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO)
249!-----------------------------------------------------------------------
250   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization
251   ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities
252   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s]
253   nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient
254   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
255   !                                !   =  0           constant
256   !                                !   = 10 F(k)      =ldf_c1d
257   !                                !   = 20 F(i,j)    =ldf_c2d
258   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
259   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
260/
261!-----------------------------------------------------------------------
262&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO)
263!-----------------------------------------------------------------------
264/
265!-----------------------------------------------------------------------
266&nam_vvl       !   vertical coordinate options                          (default: z-star)
267!-----------------------------------------------------------------------
268/
269!-----------------------------------------------------------------------
270&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
271!-----------------------------------------------------------------------
272   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection)
273   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
274     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
275   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme
276   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme
277/
278!-----------------------------------------------------------------------
279&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO)
280!-----------------------------------------------------------------------
281   ln_dynvor_ene = .false. !  enstrophy conserving scheme
282   ln_dynvor_ens = .false. !  energy conserving scheme
283   ln_dynvor_mix = .false. !  mixed scheme
284   ln_dynvor_een = .true.  !  energy & enstrophy scheme
285      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
286/
287!-----------------------------------------------------------------------
288&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
289!-----------------------------------------------------------------------
290   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
291/
292!-----------------------------------------------------------------------
293&namdyn_spg    !   surface pressure gradient                            (default: NO)
294!-----------------------------------------------------------------------
295   ln_dynspg_ts  = .true.  !  split-explicit free surface
296/
297!-----------------------------------------------------------------------
298&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
299!-----------------------------------------------------------------------
300   !                       !  Type of the operator :
301   ln_dynldf_NONE=  .false.    !           No operator (no explicit diffusion)
302   ln_dynldf_lap =  .true.     !    laplacian operator
303   ln_dynldf_blp =  .false.    !  bilaplacian operator
304   !                       !  Direction of action  :
305   ln_dynldf_lev =  .true.     !  iso-level
306   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
307   ln_dynldf_iso =  .false.    !  iso-neutral
308   !                       !  Coefficient
309   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef
310   !                                !  =-30  read in eddy_viscosity_3D.nc file
311   !                                !  =-20  read in eddy_viscosity_2D.nc file
312   !                                !  =  0  constant
313   !                                !  = 10  F(k)=c1d
314   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
315   !                                !  = 30  F(i,j,k)=c2d*c1d
316   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
317   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s]
318   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
319   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s]
320   !
321   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km)
322/
323!-----------------------------------------------------------------------
324&namzdf        !   vertical physics                                     (default: NO selection)
325!-----------------------------------------------------------------------
326   !                       ! type of vertical closure
327   ln_zdfcst   = .false.      !  constant mixing
328   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric)
329   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
330   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls)
331   ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm)
332   !
333   !                       ! convection
334   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme
335      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1)
336      rn_evd   =  100.           !  evd mixing coefficient [m2/s]
337   !
338   ln_zdfddm   = .true.    ! double diffusive mixing
339      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
340      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
341   !
342   !                       ! gravity wave-driven vertical mixing
343   ln_zdfiwm   = .true.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
344   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T )
345   !
346   !                       !  Coefficients
347   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
348   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
349   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
350   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0)
351/
352!-----------------------------------------------------------------------
353&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
354!-----------------------------------------------------------------------
355/
356!-----------------------------------------------------------------------
357&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
358!-----------------------------------------------------------------------
359/
360!-----------------------------------------------------------------------
361&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
362!-----------------------------------------------------------------------
363/
364!-----------------------------------------------------------------------
365&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
366!-----------------------------------------------------------------------
367/
368!-----------------------------------------------------------------------
369&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
370!-----------------------------------------------------------------------
371   nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2)
372   ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency
373   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F)
374/
375!-----------------------------------------------------------------------
376&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
377!-----------------------------------------------------------------------
378/
379!-----------------------------------------------------------------------
380&namctl        !   Control prints
381!-----------------------------------------------------------------------
382   ln_ctl      = .false.   !  trends control print (expensive!)
383   nn_print    =    0      !  level of print (0 no extra print)
384   ln_timing   = .false.   !  timing by routine write out in timing.output file
385   ln_diacfl   = .false.   !  CFL diagnostics write out in cfl_diagnostics.ascii
386/
387!-----------------------------------------------------------------------
388&namsto        ! Stochastic parametrization of EOS                      (default: NO)
389!-----------------------------------------------------------------------
390/
391!-----------------------------------------------------------------------
392&namtrd        !   trend diagnostics                                    (default F)
393!-----------------------------------------------------------------------
394/
395!-----------------------------------------------------------------------
396&namptr        !   Poleward Transport Diagnostic                        (default F)
397!-----------------------------------------------------------------------
398/
399!-----------------------------------------------------------------------
400&namhsb        !  Heat and salt budgets                                 (default F)
401!-----------------------------------------------------------------------
402   ln_diahsb  = .true.    !  check the heat and salt budgets (T) or not (F)
403/
404!-----------------------------------------------------------------------
405&namdiu        !   Cool skin and warm layer models                      (default F)
406!-----------------------------------------------------------------------
407/
408!-----------------------------------------------------------------------
409&namflo        !   float parameters                                     ("key_float")
410!-----------------------------------------------------------------------
411/
412!-----------------------------------------------------------------------
413&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
414!-----------------------------------------------------------------------
415/
416!-----------------------------------------------------------------------
417&namdct        ! transports through some sections                       ("key_diadct")
418!-----------------------------------------------------------------------
419/
420!-----------------------------------------------------------------------
421&nam_diatmb    !  Top Middle Bottom Output                              (default F)
422!-----------------------------------------------------------------------
423/
424!-----------------------------------------------------------------------
425&nam_dia25h    !  25h Mean Output                                       (default F)
426!-----------------------------------------------------------------------
427/
428!-----------------------------------------------------------------------
429&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
430!-----------------------------------------------------------------------
431/
432!-----------------------------------------------------------------------
433&namobs        !  observation usage switch
434!-----------------------------------------------------------------------
435/
436!-----------------------------------------------------------------------
437&nam_asminc    !   assimilation increments                              ('key_asminc')
438!-----------------------------------------------------------------------
439/
440!-----------------------------------------------------------------------
441&namdta_dyn    !   offline dynamics read in files                       ("key_offline")
442!-----------------------------------------------------------------------
443/
Note: See TracBrowser for help on using the repository browser.