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

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/WAD/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: 29.4 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namusr_def    !    Wetting and Drying TEST CASE
7!-----------------------------------------------------------------------
8   rn_dx       = 1000.0    ! horizontal resolution
9   rn_dz       = 1.0       ! vertical   resolution
10   nn_wad_test = 1         ! ???
11/
12!-----------------------------------------------------------------------
13&namrun        !   parameters of the run
14!-----------------------------------------------------------------------
15   cn_exp      =  "WAD"    !  experience name
16   nn_it000    =       1   !  first time step
17   nn_itend    =     3840  !  last  time step
18   !nn_itend   =       6   !  last  time step
19   nn_leapy    =      30   !  Leap year calendar (1) or not (0)
20   nn_stock    =    48000  !  frequency of creation of a restart file (modulo referenced to 1)
21
22   ln_clobber  = .true.    !  clobber (overwrite) an existing file
23   nn_istate   =       0   !  output the initial state (1) or not (0)
24/
25!-----------------------------------------------------------------------
26&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
27!-----------------------------------------------------------------------
28   ln_read_cfg = .false.   !  (=T) read the domain configuration file
29      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
30   ln_write_cfg= .true.    !  (=T) create the domain configuration file
31/
32!-----------------------------------------------------------------------
33&namdom        !   time and space domain
34!-----------------------------------------------------------------------
35   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
36   !
37   ln_meshmask = .true.    !  create (>0) a mesh file or not (=0)
38   rn_rdt      =    18.    !  time step for the dynamics
39/
40!-----------------------------------------------------------------------
41&namwad        !   Wetting and Drying (WaD)                             (default: OFF)
42!-----------------------------------------------------------------------
43   ln_wd_il    = .false    ! T/F activation of iterative   limiter
44   ln_wd_dl    = .true.    ! T/F activation of directional limiter
45   ln_wd_dl_bc = .true.    ! T/F Directional limiteer Baroclinic option
46   ln_wd_dl_rmp= .true.    ! T/F Turn on directional limiter ramp
47   rn_wdmin0   =  0.30     ! depth at which WaD starts
48   rn_wdmin1   =  0.2      ! Minimum wet depth on dried cells
49   rn_wdmin2   =  0.0001   ! Tolerance of min wet depth on dried cells
50   rn_wdld     =  2.5      ! Land elevation below which WaD is allowed
51   nn_wdit     =   20      ! Max iterations for WaD limiter
52/
53
54!!======================================================================
55!!            ***  Surface Boundary Condition namelists  ***          !!
56!!======================================================================
57!
58!-----------------------------------------------------------------------
59&namsbc        !   Surface Boundary Condition (surface module)
60!-----------------------------------------------------------------------
61   nn_fsbc     = 1         !  frequency of surface boundary condition computation
62   !                       !     (also = the frequency of sea-ice model call)
63   ln_usr      = .true.    !  analytical formulation                    (T => check usrdef_sbc)
64   nn_ice      = 0         !  =0 no ice boundary condition   ,
65   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf )
66   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr )
67   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
68/
69!-----------------------------------------------------------------------
70&namsbc_flx    !   surface boundary condition : flux formulation
71!-----------------------------------------------------------------------
72/
73!-----------------------------------------------------------------------
74&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
75!-----------------------------------------------------------------------
76/
77!-----------------------------------------------------------------------
78&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
79!-----------------------------------------------------------------------
80/
81!-----------------------------------------------------------------------
82&namsbc_sas    !   Stand-Alone Surface boundary condition
83!-----------------------------------------------------------------------
84/
85!-----------------------------------------------------------------------
86&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
87!-----------------------------------------------------------------------
88/
89!-----------------------------------------------------------------------
90&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
91!-----------------------------------------------------------------------
92   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
93   ln_qsr_2bd  = .true.    !  2 bands              light penetration
94   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
95/
96!-----------------------------------------------------------------------
97&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T)
98!-----------------------------------------------------------------------
99   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
100/
101!-----------------------------------------------------------------------
102&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0)
103!-----------------------------------------------------------------------
104/
105!-----------------------------------------------------------------------
106&namsbc_iscpl  !   land ice / ocean coupling option                     
107!-----------------------------------------------------------------------
108/
109!-----------------------------------------------------------------------
110&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
111!-----------------------------------------------------------------------
112/
113!-----------------------------------------------------------------------
114&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
115!-----------------------------------------------------------------------
116   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2)
117   rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day]
118   ln_sssr_bnd =   .false. !  flag to bound erp term (associated with nn_sssr=2)
119/
120!-----------------------------------------------------------------------
121&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
122!-----------------------------------------------------------------------
123/
124!-----------------------------------------------------------------------
125&namberg       !   iceberg parameters                                   (default: No iceberg)
126!-----------------------------------------------------------------------
127/
128!-----------------------------------------------------------------------
129&namlbc        !   lateral momentum boundary condition
130!-----------------------------------------------------------------------
131   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
132/
133!-----------------------------------------------------------------------
134&namagrif      !  AGRIF zoom                                            ("key_agrif")
135!-----------------------------------------------------------------------
136/
137!-----------------------------------------------------------------------
138&nam_tide      !   tide parameters
139!-----------------------------------------------------------------------
140/
141!-----------------------------------------------------------------------
142&nambdy        !  unstructured open boundaries                         
143!-----------------------------------------------------------------------
144    ln_bdy         = .false.           
145    nb_bdy         = 0                    !  number of open boundary sets
146    ln_coords_file = .false.              !  =T : read bdy coordinates from file
147    cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files
148    ln_mask_file   = .false.              !  =T : read mask from file
149    cn_mask_file   = ''                   !  name of mask file (if ln_mask_file=.TRUE.)
150    cn_dyn2d       = 'flather'            !
151    nn_dyn2d_dta   =  1                   !  = 0, bdy data are equal to the initial state
152                                          !  = 1, bdy data are read in 'bdydata   .nc' files
153                                          !  = 2, use tidal harmonic forcing data from files
154                                          !  = 3, use external data AND tidal harmonic forcing
155    cn_dyn3d      =  'none'               !
156    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state
157                                          !  = 1, bdy data are read in 'bdydata   .nc' files
158    cn_tra        =  'frs'                !
159    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state
160                                          !  = 1, bdy data are read in 'bdydata   .nc' files
161    cn_ice_lim      =  'none'             !
162    nn_ice_lim_dta  =  0                  !  = 0, bdy data are equal to the initial state
163                                          !  = 1, bdy data are read in 'bdydata   .nc' files
164    rn_ice_tem      = 270.                !  lim3 only: arbitrary temperature of incoming sea ice
165    rn_ice_sal      = 10.                 !  lim3 only:      --   salinity           --
166    rn_ice_age      = 30.                 !  lim3 only:      --   age                --
167
168    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers
169    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities
170    rn_time_dmp   =  1.                   ! Damping time scale in days
171    rn_time_dmp_out =  1.                 ! Outflow damping time scale
172    nn_rimwidth   = 10                    !  width of the relaxation zone
173    ln_vol        = .false.               !  total volume correction (see nn_volctl parameter)
174    nn_volctl     = 1                     !  = 0, the total water flux across open boundaries is zero
175/
176!-----------------------------------------------------------------------
177&nambdy_index
178!-----------------------------------------------------------------------
179    ctypebdy = 'E'
180    nbdyind  = 50
181    nbdybeg  = 1
182    nbdyend  = 34
183    !ctypebdy = 'W'
184    !nbdyind  = 2
185    !nbdybeg  = 1
186    !nbdyend  = 34
187/
188!-----------------------------------------------------------------------
189&nambdy_dta    !  open boundaries - external data                       
190!-----------------------------------------------------------------------
191!              !  file name      ! frequency (hours) ! variable  ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
192!              !                 !  (if <0  months)  !   name    !  (logical)   !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      !
193   bn_ssh =     'bdyssh_tc7' ,         1        , 'sshbdy',     .true.     , .true.  ,  'daily'  ,    ''    ,   ''     , ''
194   bn_u2d =     'bdyuv_tc7'  ,         1        , 'ubdy'  ,     .true.     , .true.  ,  'daily'  ,    ''    ,   ''     , ''
195   bn_v2d =     'bdyuv_tc7'  ,         1        , 'vbdy'  ,     .true.     , .true.  ,  'daily'  ,    ''    ,   ''     , ''
196   cn_dir      =    './'   !  root directory for the location of the bulk files
197   ln_full_vel = .false.        !
198/
199!-----------------------------------------------------------------------
200&nambdy_tide   !  tidal forcing at open boundaries
201!-----------------------------------------------------------------------
202/
203!-----------------------------------------------------------------------
204&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
205!-----------------------------------------------------------------------
206   ln_loglayer= .false.    !  logarithmic drag: Cd = vkarmn/log(z/z0) |U|
207/
208!-----------------------------------------------------------------------
209&namdrg_top    !   TOP friction                                         (ln_isfcav=T)
210!-----------------------------------------------------------------------
211/
212!-----------------------------------------------------------------------
213&namdrg_bot    !   BOTTOM friction                                 
214!-----------------------------------------------------------------------
215   rn_Cd0     =  1.e-4    !  drag coefficient [-]
216   rn_Uc0     =  0.1      !  ref. velocity [m/s] (linear drag=Cd0*Uc0)
217   rn_Cdmax   =  1.e-4    !  drag value maximum [-] (logarithmic drag)
218   rn_ke0     =  2.5e-3   !  background kinetic energy  [m2/s2] (non-linear cases)
219   rn_z0      =  3.e-3    !  roughness [m] (ln_loglayer=T)
220   ln_boost   = .false.   !  =T regional boost of Cd0 ; =F constant
221      rn_boost=  50.         !  local boost factor  [-]
222/
223!-----------------------------------------------------------------------
224&nambbc        !   bottom temperature boundary condition                (default: OFF)
225!-----------------------------------------------------------------------
226   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
227   nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux
228/
229!-----------------------------------------------------------------------
230&nambbl        !   bottom boundary layer scheme                         (default: OFF)
231!-----------------------------------------------------------------------
232/
233!-----------------------------------------------------------------------
234&nameos        !   ocean Equation Of Seawater                           (default: OFF)
235!-----------------------------------------------------------------------
236   ln_teos10   = .false.         !  = Use TEOS-10 equation of state
237   ln_eos80    = .false.         !  = Use EOS80 equation of state
238   ln_seos     = .true.          !  = Use simplified equation of state (S-EOS)
239                                 !
240   !                     ! S-EOS coefficients (ln_seos=T):
241   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
242   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1)
243   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1)
244   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos)
245   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos)
246   rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos)
247   rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos)
248   rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos)
249!!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2)
250!!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2)
251!!org  caution  now a0 = alpha / rau0   with rau0 = 1026
252/
253!-----------------------------------------------------------------------
254&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
255!-----------------------------------------------------------------------
256   ln_traadv_OFF =  .false.  !  No tracer advection
257   ln_traadv_cen =  .false.  !  2nd order centered scheme
258   ln_traadv_mus =  .false.  !  MUSCL scheme
259   ln_traadv_fct =  .true.   !  FCT scheme
260      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
261      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
262/
263!-----------------------------------------------------------------------
264&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
265!-----------------------------------------------------------------------
266   !                       !  Operator type:
267   ln_traldf_lap   =  .true.   !    laplacian operator
268   ln_traldf_blp   =  .false.  !  bilaplacian operator
269   !                       !  Direction of action:
270   ln_traldf_lev   =  .false.  !  iso-level
271   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
272   ln_traldf_iso   =  .true.   !  iso-neutral
273   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads
274   !
275   !                       !  iso-neutral options:       
276   ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators)
277   rn_slpmax       =   0.01    !  slope limit                      (both operators)
278   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only)
279   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
280   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only)
281   !
282   !                       !  Coefficients:
283   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
284      !                             !  =  0  constant
285      !                        !  time invariant coefficients :  aht = 1/2  Uv*Lv   (lap case)
286      !                             !                            or  = 1/12 Uv*Lv^3 (blp case)
287      rn_Ud      = 0.2              !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
288      rn_Ld      = 10.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
289/
290
291!!======================================================================
292!!                      ***  Dynamics namelists  ***                  !!
293!!======================================================================
294!
295!-----------------------------------------------------------------------
296&nam_vvl       !   vertical coordinate options                          (default: z-star)
297!-----------------------------------------------------------------------
298/
299!-----------------------------------------------------------------------
300&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
301!-----------------------------------------------------------------------
302   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection)
303   ln_dynadv_vec = .true. !  vector form - 2nd centered scheme
304     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
305   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme
306   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme
307/
308!-----------------------------------------------------------------------
309&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: OFF)
310!-----------------------------------------------------------------------
311   ln_dynvor_ene = .false. !  enstrophy conserving scheme
312   ln_dynvor_ens = .false. !  energy conserving scheme
313   ln_dynvor_mix = .false. !  mixed scheme
314   ln_dynvor_een = .true.  !  energy & enstrophy scheme
315      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
316/
317!-----------------------------------------------------------------------
318&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
319!-----------------------------------------------------------------------
320   ln_hpg_zco  = .false.   !  z-coordinate - full steps
321   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
322   ln_hpg_sco  = .true.    !  s-coordinate
323/
324!-----------------------------------------------------------------------
325&namdyn_spg    !   surface pressure gradient                            (default: OFF)
326!-----------------------------------------------------------------------
327   ln_dynspg_ts  = .true.  !  split-explicit free surface
328   ln_bt_auto    = .false. ! Number of sub-step defined from:
329   nn_baro       =  12     ! =F : the number of sub-step in rn_rdt seconds
330/
331!-----------------------------------------------------------------------
332&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
333!-----------------------------------------------------------------------
334   !                       !  Type of the operator :
335   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
336   ln_dynldf_lap =  .true.     !    laplacian operator
337   ln_dynldf_blp =  .false.    !  bilaplacian operator
338   !                       !  Direction of action  :
339   ln_dynldf_lev =  .true.     !  iso-level
340   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
341   ln_dynldf_iso =  .false.    !  iso-neutral
342   !                       !  Coefficient
343   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
344      !                             !  =  0  constant
345      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)
346      !                             !                            or  = 1/12 Uv*Lv^3 (blp case)
347      rn_Uv      = 2.0              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30)
348      rn_Lv      = 10.e+3           !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10)
349/
350
351!!======================================================================
352!!                     vertical physics namelists                     !!
353!!======================================================================
354!!    namzdf        vertical physics
355!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
356!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
357!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
358!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
359!!======================================================================
360!-----------------------------------------------------------------------
361&namzdf        !   vertical physics                                     (default: NO selection)
362!-----------------------------------------------------------------------
363   !                       ! type of vertical closure
364   ln_zdfcst   = .false.      !  constant mixing
365   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric)
366   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
367   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls)
368   ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm)
369   !
370   !                       ! convection
371   ln_zdfevd   = .true.       !  enhanced vertical diffusion
372      nn_evdm     =    1         ! apply on tracer (=0) or on tracer and momentum (=1)
373      rn_evd      =  100.        ! mixing coefficient [m2/s]
374   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm
375      nn_npc      =    1         ! frequency of application of npc
376      nn_npcp     =  365         ! npc control print frequency
377   !
378   ln_zdfddm   = .false.   ! double diffusive mixing
379      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
380      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
381   !
382   !                       ! gravity wave-driven vertical mixing
383   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
384   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T )
385   !
386   !                       ! coefficients
387   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
388   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
389   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
390   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
391/
392!-----------------------------------------------------------------------
393&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
394!-----------------------------------------------------------------------
395/
396!-----------------------------------------------------------------------
397&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
398!-----------------------------------------------------------------------
399   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
400/
401!-----------------------------------------------------------------------
402&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
403!-----------------------------------------------------------------------
404/
405!-----------------------------------------------------------------------
406&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
407!-----------------------------------------------------------------------
408/
409!-----------------------------------------------------------------------
410&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
411!-----------------------------------------------------------------------
412/
413!-----------------------------------------------------------------------
414&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
415!-----------------------------------------------------------------------
416/
417!-----------------------------------------------------------------------
418&namctl        !   Control prints
419!-----------------------------------------------------------------------
420/
421!-----------------------------------------------------------------------
422&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
423!-----------------------------------------------------------------------
424/
425!-----------------------------------------------------------------------
426&namtrd        !   trend diagnostics                                    (default F)
427!-----------------------------------------------------------------------
428   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE
429   ln_dyn_trd  = .false.   ! (T) 3D momentum trend output
430   ln_dyn_mxl  = .FALSE.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet)
431   ln_vor_trd  = .FALSE.   ! (T) 2D barotropic vorticity trends (not coded yet)
432   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends
433   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends
434   ln_tra_trd  = .false.    ! (T) 3D tracer trend output
435   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet)
436   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step)
437/
438!-----------------------------------------------------------------------
439&namptr        !   Poleward Transport Diagnostic                        (default F)
440!-----------------------------------------------------------------------
441/
442!-----------------------------------------------------------------------
443&namhsb        !  Heat and salt budgets                                 (default F)
444!-----------------------------------------------------------------------
445/
446!-----------------------------------------------------------------------
447&namdiu        !   Cool skin and warm layer models                      (default F)
448!-----------------------------------------------------------------------
449/
450!-----------------------------------------------------------------------
451&namflo        !   float parameters                                     ("key_float")
452!-----------------------------------------------------------------------
453/
454!-----------------------------------------------------------------------
455&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
456!-----------------------------------------------------------------------
457/
458!-----------------------------------------------------------------------
459&namdct        ! transports through some sections                       ("key_diadct")
460!-----------------------------------------------------------------------
461    nn_dct      = 60       !  time step frequency for transports computing
462    nn_dctwri   = 60       !  time step frequency for transports writing
463    nn_secdebug = 0        !      0 : no section to debug
464/
465!-----------------------------------------------------------------------
466&nam_diatmb    !  Top Middle Bottom Output                              (default F)
467!-----------------------------------------------------------------------
468/
469!-----------------------------------------------------------------------
470&nam_dia25h    !  25h Mean Output                                       (default F)
471!-----------------------------------------------------------------------
472/
473!-----------------------------------------------------------------------
474&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
475!-----------------------------------------------------------------------
476/
477!-----------------------------------------------------------------------
478&namobs        !  observation usage switch
479!-----------------------------------------------------------------------
480/
481!-----------------------------------------------------------------------
482&nam_asminc    !   assimilation increments                              ('key_asminc')
483!-----------------------------------------------------------------------
484/
485!-----------------------------------------------------------------------
486&namdta_dyn    !   offline dynamics read in files                       ("key_offline")
487!-----------------------------------------------------------------------
488/
Note: See TracBrowser for help on using the repository browser.