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

source: branches/2017/dev_r8126_ROBUST08_no_ghost/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg @ 8979

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

Branch 2017/dev_r8126_ROBUST08_no_ghost. Merge in trunk changes up to rev 8864 in preparation for the merge. Sette tests OK except for AGRIF restartability but uncertain about the trunks status for this?

  • Property svn:mime-type set to text/x-fortran
File size: 24.5 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  : AMM12 configuration namelist used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      =  "AMM12"  !  experience name
8   nn_it000    =       1   !  first time step
9   nn_itend    =    1296   !  last  time step (std 1 day = 144)
10   nn_date0    =  20120102 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
11   nn_leapy    =       1   !  Leap year calendar (1) or not (0)
12   ln_rstart   =  .true.  !  start from rest (F) or from a restart file (T)
13   nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=.true.
14   cn_ocerst_in   = "amm12_restart_oce"   !  suffix of ocean restart name (input)
15   cn_ocerst_out  = "restart_oce_out"   !  suffix of ocean restart name (input)
16   nn_stock    =    1296   !  frequency of creation of a restart file (modulo referenced to 1)
17   nn_write    =     144   !  frequency of write in the output file   (modulo referenced to nit000)
18/
19!-----------------------------------------------------------------------
20&namcfg        !   parameters of the configuration
21!-----------------------------------------------------------------------
22   ln_read_cfg = .true.   !  (=T) read the domain configuration file
23      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
24      cn_domcfg = "AMM_R12_sco_domcfg"     ! domain configuration filename
25/
26
27!-----------------------------------------------------------------------
28&namdom        !   space and time domain (bathymetry, mesh, timestep)
29!-----------------------------------------------------------------------
30   rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0)
31/
32!-----------------------------------------------------------------------
33&namcrs        !   Grid coarsening for dynamics output and/or
34!              !   passive tracer coarsened online simulations
35!-----------------------------------------------------------------------
36/
37!-----------------------------------------------------------------------
38&namtsd    !   data : Temperature  & Salinity
39!-----------------------------------------------------------------------
40   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
41   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
42/
43!-----------------------------------------------------------------------
44&namsbc        !   Surface Boundary Condition (surface module)
45!-----------------------------------------------------------------------
46   nn_fsbc     = 1         !  frequency of surface boundary condition computation
47                           !     (also = the frequency of sea-ice model call)
48   ln_flx      = .true.    !  flux formulation                          (T => fill namsbc_flx )
49   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
50   nn_ice      = 0         !  =0 no ice boundary condition
51   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
52   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
53   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr )
54   ln_traqsr   = .false.   !  Light penetration (T) or not (F)
55/
56!-----------------------------------------------------------------------
57&namsbc_flx    !   surface boundary condition : flux formulation
58!-----------------------------------------------------------------------
59!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
60!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
61   sn_utau = 'amm12_utau',          1        , 'utau'    ,  .false.     , .false., 'daily'   ,  ''      ,  ''      , ''
62   sn_vtau = 'amm12_vtau',          1        , 'vtau'    ,  .false.     , .false., 'daily'   ,  ''      ,  ''      , ''
63   sn_qtot = 'amm12_flx' ,          3        , 'sonsfldo',  .true.      , .false., 'daily'   ,  ''      ,  ''      , ''
64   sn_qsr  = 'amm12_flx' ,          3        , 'soshfldo',  .true.      , .false., 'daily'   ,  ''      ,  ''      , ''
65   sn_emp  = 'amm12_flx' ,          3        , 'sowafldo',  .true.      , .false., 'daily'   ,  ''      ,  ''      , ''
66   cn_dir  = './fluxes/'        !  root directory for the location of the flux files
67/
68!-----------------------------------------------------------------------
69&namtra_qsr    !   penetrative solar radiation
70!-----------------------------------------------------------------------
71   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
72/
73!-----------------------------------------------------------------------
74&namsbc_rnf    !   runoffs namelist surface boundary condition
75!-----------------------------------------------------------------------
76!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
77!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
78   sn_rnf      = 'amm12_rivers'       ,        24         , 'rorunoff',   .false.    , .true. , 'yearly'  , ''       , ''  , ''
79   sn_cnf      = 'runoff_1m_nomask'   ,         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''  , ''
80   sn_s_rnf    = 'amm12_rivers'       ,        24         , 'rosaline',   .false.    , .true. , 'yearly'  , ''       , ''  , ''
81   sn_t_rnf    = 'amm12_rivers'       ,        24         , 'rotemper',   .false.    , .true. , 'yearly'  , ''       , ''  , ''
82   sn_dep_rnf  = 'amm12_rivers'       ,        24         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''  , ''
83   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
84   ln_rnf_depth = .true.    !  read in depth information for runoff
85   ln_rnf_tem   = .true.    !  read in temperature information for runoff
86   ln_rnf_sal   = .true.    !  read in salinity information for runoff
87/
88!-----------------------------------------------------------------------
89&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
90!-----------------------------------------------------------------------
91!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
92!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
93   sn_apr     = 'amm12_mslp'     ,          1        ,  'p_msl'      , .false.      , .false. , 'daily'   ,  ''      ,  ''  , ''
94
95   cn_dir      = './fluxes/' !  root directory for the location of the bulk files
96   rn_pref     = 101000.     !  reference atmospheric pressure   [N/m2]/
97   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F)
98   ln_apr_obc  = .true.    !  inverse barometer added to OBC ssh data
99/
100!-----------------------------------------------------------------------
101&namsbc_ssr    !   surface boundary condition : sea surface restoring
102!-----------------------------------------------------------------------
103!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
104!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
105   sn_sst      = 'amm12_sstref'    ,        24         ,  'sst'     ,     .true.     , .false. , 'daily'   , .false. , ''       , '' , ''
106   sn_sss      = 'sss_data'        ,        -1         ,  'sss'     ,     .true.     , .true.  , 'yearly'  , .false. , ''       , '' , ''
107
108   cn_dir      = 'fluxes/' !  root directory for the location of the runoff files
109   nn_sstr     =     1     !  add a retroaction term in the surface heat       flux (=1) or not (=0)
110   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2)
111                           !  or to SSS only (=1) or no damping term (=0)
112   rn_deds     =  -27.7    !  magnitude of the damping on salinity   [mm/day]
113/
114!-----------------------------------------------------------------------
115&namsbc_alb    !   albedo parameters
116!-----------------------------------------------------------------------
117/
118!-----------------------------------------------------------------------
119&namberg       !   iceberg parameters
120!-----------------------------------------------------------------------
121/
122!-----------------------------------------------------------------------
123&namlbc        !   lateral momentum boundary condition
124!-----------------------------------------------------------------------
125   rn_shlat    =     0     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
126                           !  free slip  !   partial slip  !   no slip   ! strong slip
127/
128!-----------------------------------------------------------------------
129&namagrif      !  AGRIF zoom                                            ("key_agrif")
130!-----------------------------------------------------------------------
131/
132!-----------------------------------------------------------------------
133&nam_tide      !   tide parameters
134!-----------------------------------------------------------------------
135   ln_tide     = .true.
136   clname(1)     =   'Q1'   !  name of constituent
137   clname(2)     =   'O1'
138   clname(3)     =   'P1'
139   clname(4)     =   'S1'
140   clname(5)     =   'K1'
141   clname(6)     =   '2N2'
142   clname(7)     =   'MU2'
143   clname(8)     =   'N2'
144   clname(9)     =   'NU2'
145   clname(10)    =   'M2'
146   clname(11)    =   'L2'
147   clname(12)    =   'T2'
148   clname(13)    =   'S2'
149   clname(14)    =   'K2'
150   clname(15)    =   'M4'
151/
152!-----------------------------------------------------------------------
153&nambdy        !  unstructured open boundaries
154    ln_bdy         = .true.
155    nb_bdy         =  1
156    cn_dyn2d       = 'flather'
157    nn_dyn2d_dta   =  3
158    cn_tra         =  'frs'
159    nn_tra_dta    =   1 
160/
161!-----------------------------------------------------------------------
162&nambdy_dta      !  open boundaries - external data
163!-----------------------------------------------------------------------
164!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
165!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
166   bn_ssh =     'amm12_bdyT_dyn2d' ,         24        , 'sossheig' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
167   bn_u2d =     'amm12_bdyU_dyn2d' ,         24        , 'vobtcrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
168   bn_v2d =     'amm12_bdyV_dyn2d' ,         24        , 'vobtcrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
169   bn_u3d  =    'amm12_bdyU_dyn3d' ,         24        , 'vozocrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
170   bn_v3d  =    'amm12_bdyV_dyn3d' ,         24        , 'vomecrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
171   bn_tem  =    'amm12_bdyT_tra'   ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
172   bn_sal  =    'amm12_bdyT_tra'   ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''  , ''
173   cn_dir  =    './bdydta/'
174   ln_full_vel = .false.
175/
176!-----------------------------------------------------------------------
177&nambdy_tide     ! tidal forcing at open boundaries
178!-----------------------------------------------------------------------
179   filtide      = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files
180/
181!-----------------------------------------------------------------------
182&nambfr        !   bottom friction
183!-----------------------------------------------------------------------
184   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
185                           !                              = 2 : nonlinear friction
186   rn_bfri2    =    2.5e-3 !  bottom drag coefficient (non linear case)
187   rn_bfeb2    =    0.0e0  !  bottom turbulent kinetic energy background  (m2/s2)
188   ln_loglayer =    .true. !  loglayer bottom friction (only effect when nn_bfr = 2)
189   rn_bfrz0    =    0.003  !  bottom roughness (only effect when ln_loglayer = .true.)
190/
191!-----------------------------------------------------------------------
192&nambbc        !   bottom temperature boundary condition                (default: NO)
193!-----------------------------------------------------------------------
194/
195!-----------------------------------------------------------------------
196&nambbl        !   bottom boundary layer scheme
197!-----------------------------------------------------------------------
198   nn_bbl_ldf  =  0      !  diffusive bbl (=1)   or not (=0)
199/
200!-----------------------------------------------------------------------
201&nameos        !   ocean physical parameters
202!-----------------------------------------------------------------------
203   ln_teos10   = .true.         !  = Use TEOS-10 equation of state
204/
205!-----------------------------------------------------------------------
206&namtra_adv    !   advection scheme for tracer
207!-----------------------------------------------------------------------
208   ln_traadv_fct =  .true.   !  FCT scheme
209      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
210      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
211      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
212      !                             !        (number of sub-timestep = nn_fct_zts)
213/
214!-----------------------------------------------------------------------
215&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
216!-----------------------------------------------------------------------
217/
218!----------------------------------------------------------------------------------
219&namtra_ldf    !   lateral diffusion scheme for tracers
220!----------------------------------------------------------------------------------
221   !                       !  Operator type:
222   ln_traldf_lap   =  .true.   !    laplacian operator
223   ln_traldf_blp   =  .false.  !  bilaplacian operator
224   !                       !  Direction of action:
225   ln_traldf_lev   =  .false.  !  iso-level
226   ln_traldf_hor   =  .true.   !  horizontal (geopotential)
227   ln_traldf_iso   =  .false.  !  iso-neutral
228   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads
229   !
230   !                       !  iso-neutral options:       
231   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
232   rn_slpmax       =   0.01    !  slope limit                      (both operators)
233   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only)
234   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
235   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only)
236   !
237   !                       !  Coefficients:
238   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
239   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
240   !                                !   =  0           constant
241   !                                !   = 10 F(k)      =ldf_c1d
242   !                                !   = 20 F(i,j)    =ldf_c2d
243   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
244   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
245   !                                !   = 31 F(i,j,k,t)=F(local velocity)
246   rn_aht_0        =   50.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
247   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
248/
249!----------------------------------------------------------------------------------
250&namtra_ldfeiv !   eddy induced velocity param.
251!----------------------------------------------------------------------------------
252   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
253/
254!-----------------------------------------------------------------------
255&namtra_dmp    !   tracer: T & S newtonian damping
256!-----------------------------------------------------------------------
257   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
258/
259!-----------------------------------------------------------------------
260&namdyn_adv    !   formulation of the momentum advection
261!-----------------------------------------------------------------------
262/
263!-----------------------------------------------------------------------
264&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
265!-----------------------------------------------------------------------
266   ln_dynvor_ene = .false. !  enstrophy conserving scheme
267   ln_dynvor_ens = .false. !  energy conserving scheme
268   ln_dynvor_mix = .false. !  mixed scheme
269   ln_dynvor_een = .true.  !  energy & enstrophy scheme
270      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
271/
272!-----------------------------------------------------------------------
273&namdyn_hpg    !   Hydrostatic pressure gradient option
274!-----------------------------------------------------------------------
275   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
276   ln_hpg_prj  = .true.   !  s-coordinate (Pressure Jacobian scheme)
277/
278!-----------------------------------------------------------------------
279&namdyn_spg    !   surface pressure gradient
280!-----------------------------------------------------------------------
281   ln_dynspg_ts = .true.    ! split-explicit free surface
282      ln_bt_auto    = .false.  ! Number of sub-step defined from:
283         nn_baro       = 30       ! =F : the number of sub-step in rn_rdt seconds
284/
285!-----------------------------------------------------------------------
286&namdyn_ldf    !   lateral diffusion on momentum
287!-----------------------------------------------------------------------
288   !                       !  Type of the operator :
289   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
290   ln_dynldf_lap =  .false.    !    laplacian operator
291   ln_dynldf_blp =  .true.     !  bilaplacian operator
292   !                       !  Direction of action  :
293   ln_dynldf_lev =  .true.     !  iso-level
294   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
295   ln_dynldf_iso =  .false.    !  iso-neutral
296   !                       !  Coefficient
297   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
298   !                                !  =-30  read in eddy_viscosity_3D.nc file
299   !                                !  =-20  read in eddy_viscosity_2D.nc file
300   !                                !  =  0  constant
301   !                                !  = 10  F(k)=c1d
302   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
303   !                                !  = 30  F(i,j,k)=c2d*c1d
304   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
305   rn_ahm_0      =     60.     !  horizontal laplacian eddy viscosity   [m2/s]
306   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
307   rn_bhm_0      = 1.0e+10     !  horizontal bilaplacian eddy viscosity [m4/s]
308   !
309   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km)
310/
311!-----------------------------------------------------------------------
312&namzdf        !   vertical physics
313!-----------------------------------------------------------------------
314   rn_avm0     =   0.1e-6  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst")
315   rn_avt0     =   0.1e-6  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst")
316   ln_zdfevd   = .false.   !  enhanced vertical diffusion (evd) (T) or not (F)
317   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
318/
319!-----------------------------------------------------------------------
320&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
321!-----------------------------------------------------------------------
322/
323!-----------------------------------------------------------------------
324&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
325!-----------------------------------------------------------------------
326/
327!-----------------------------------------------------------------------
328&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
329!-----------------------------------------------------------------------
330   rn_charn =  100000.     !  Charnock constant for wb induced roughness length
331   nn_z0_met = 1           !  Method for surface roughness computation (0/1/2)
332/
333!-----------------------------------------------------------------------
334&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
335!-----------------------------------------------------------------------
336/
337!-----------------------------------------------------------------------
338&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
339!-----------------------------------------------------------------------
340   ln_tmx_itf  = .FALSE.   !  ITF specific parameterisation
341/
342!-----------------------------------------------------------------------
343&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
344!-----------------------------------------------------------------------
345/
346!-----------------------------------------------------------------------
347&namctl        !   Control prints & Benchmark
348!-----------------------------------------------------------------------
349/
350!-----------------------------------------------------------------------
351&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
352!-----------------------------------------------------------------------
353/
354!-----------------------------------------------------------------------
355&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
356!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
357!-----------------------------------------------------------------------
358/
359!-----------------------------------------------------------------------
360&namflo       !   float parameters                                      ("key_float")
361!-----------------------------------------------------------------------
362/
363!-----------------------------------------------------------------------
364&namptr       !   Poleward Transport Diagnostic
365!-----------------------------------------------------------------------
366/
367&namhsb       !  Heat and salt budgets
368!-----------------------------------------------------------------------
369/
370!-----------------------------------------------------------------------
371&nam_diaharm   !   Harmonic analysis of tidal constituents ('key_diaharm')
372!-----------------------------------------------------------------------
373/
374!-----------------------------------------------------------------------
375&namdct        ! transports through sections
376!-----------------------------------------------------------------------
377/
378!-----------------------------------------------------------------------
379&namobs       !  observation usage switch                               ('key_diaobs')
380!-----------------------------------------------------------------------
381/
382!-----------------------------------------------------------------------
383&nam_asminc   !   assimilation increments                               ('key_asminc')
384!-----------------------------------------------------------------------
385/
386!-----------------------------------------------------------------------
387&namsbc_wave   ! External fields from wave model
388!-----------------------------------------------------------------------
389/
390!-----------------------------------------------------------------------
391&nam_diatmb  !  Top Middle Bottom Output
392!-----------------------------------------------------------------------
393   ln_diatmb  = .true.    !  Choose Top Middle and Bottom output or not
394/
395!-----------------------------------------------------------------------
396&nam_dia25h  !  25h Mean Output
397!-----------------------------------------------------------------------
398   ln_dia25h  = .true.    ! Choose 25h mean output or not
399/
400
Note: See TracBrowser for help on using the repository browser.