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 NEMO/trunk/cfgs/ORCA2_ICE_PISCES/EXPREF – NEMO

source: NEMO/trunk/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg @ 14840

Last change on this file since 14840 was 14840, checked in by hadcv, 3 years ago

#2600: Add ln_tile to ORCA2_ICE_PISCES/namelist_cfg

  • Property svn:mime-type set to text/x-fortran
File size: 34.1 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!             ORCA2 - ICE - PISCES configuration                     !!
5!!======================================================================
6!!              ***  Domain & Run management namelists  ***           !!
7!!                                                                    !!
8!!   namrun       parameters of the run
9!!   namdom       space and time domain
10!!   namcfg       parameters of the configuration                       (default: user defined GYRE)
11!!   namwad       Wetting and drying                                    (default: OFF)
12!!   namtsd       data: temperature & salinity                          (default: OFF)
13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
14!!   namc1d       1D configuration options                              ("key_c1d")
15!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d")
16!!   namc1d_uvd   1D data (currents)                                    ("key_c1d")
17!!======================================================================
18!
19!-----------------------------------------------------------------------
20&namrun        !   parameters of the run
21!-----------------------------------------------------------------------
22   cn_exp      =  "ORCA2"  !  experience name
23   nn_it000    =       1   !  first time step
24   nn_itend    =    5840   !  last  time step (std 5475)
25   nn_istate   =       0   !  output the initial state (1) or not (0)
26/
27!-----------------------------------------------------------------------
28&namdom        !   time and space domain
29!-----------------------------------------------------------------------
30   rn_Dt       = 5400.     !  time step for the dynamics and tracer
31/
32!-----------------------------------------------------------------------
33&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
34!-----------------------------------------------------------------------
35   ln_read_cfg = .true.    !  (=T) read the domain configuration file
36      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename
37      !
38      ln_closea    = .false.    !  F => suppress closed seas (defined by closea_mask field)
39      !                         !       from the bathymetry at runtime.
40/
41!-----------------------------------------------------------------------
42&namtile        !   parameters of the tiling
43!-----------------------------------------------------------------------
44   ln_tile = .false.     !  Use tiling (T) or not (F)
45   nn_ltile_i = 10       !  Length of tiles in i
46   nn_ltile_j = 10       !  Length of tiles in j
47/
48!-----------------------------------------------------------------------
49&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
50!-----------------------------------------------------------------------
51   !                       ! =T  read T-S fields for:
52   ln_tsd_init = .true.          !  ocean initialisation
53   ln_tsd_dmp  = .true.          !  T-S restoring   (see namtra_dmp)
54
55   cn_dir = './'     !  root directory for the T-S data location
56   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
57   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
58   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
59   sn_tem = 'data_1m_potential_temperature_nomask',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    ''
60   sn_sal = 'data_1m_salinity_nomask'             ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    ''
61/
62!!======================================================================
63!!            ***  Surface Boundary Condition namelists  ***          !!
64!!                                                                    !!
65!!   namsbc          surface boundary condition manager                 (default: NO selection)
66!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
67!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
68!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
69!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
70!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
71!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
72!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
73!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
74!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
75!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
76!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
77!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
78!!   namberg         iceberg floats                                     (ln_icebergs=T)
79!!======================================================================
80!
81!-----------------------------------------------------------------------
82&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
83!-----------------------------------------------------------------------
84   nn_fsbc     = 4         !  frequency of SBC module call
85                           !     (also = the frequency of sea-ice & iceberg model call)
86                     ! Type of air-sea fluxes
87   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
88                     ! Sea-ice :
89   nn_ice      = 2         !  =0 no ice boundary condition
90      !                    !  =1 use observed ice-cover                 (  => fill namsbc_iif )
91      !                    !  =2 or 3 for SI3 and CICE, respectively
92                     ! Misc. options of sbc :
93   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr)
94   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
95   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf)
96   nn_fwb      = 2         !  FreshWater Budget:
97   !                       !    =2 annual global mean of e-p-r set to zero
98   ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave)
99/
100!-----------------------------------------------------------------------
101&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T)
102!-----------------------------------------------------------------------
103   !                    !  bulk algorithm :
104   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008)
105
106   cn_dir = './'  !  root directory for the bulk data location
107   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
108   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask !
109   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
110   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6.        , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bicub'  , 'Uwnd'   , ''
111   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6.        , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bicub'  , 'Vwnd'   , ''
112   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
113   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
114   sn_tair     = 't_10.15JUNE2009_fill'       ,    6.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
115   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
116   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
117   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
118   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core2_orca2_bilin' , ''       , ''
119/
120!-----------------------------------------------------------------------
121&namsbc_abl    !   Atmospheric Boundary Layer formulation           (ln_abl = T)
122!-----------------------------------------------------------------------
123/
124!-----------------------------------------------------------------------
125&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
126!-----------------------------------------------------------------------
127   !                       ! type of penetration                        (default: NO selection)
128   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue)
129   !
130   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0)
131
132   cn_dir = './'  !  root directory for the chlorophyl data location
133   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
134   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
135   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
136   sn_chl      ='chlorophyll'            ,        -1.        , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , ''
137/
138!-----------------------------------------------------------------------
139&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
140!-----------------------------------------------------------------------
141   nn_sssr     =     2     !  add a damping term to the surface freshwater flux
142      rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day]
143      ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2)
144      rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day]
145/
146!-----------------------------------------------------------------------
147&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
148!-----------------------------------------------------------------------
149   ln_rnf_mouth = .true.    !  specific treatment at rivers mouths
150      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T)
151      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T)
152   rn_rfact    =   1.e0    !  multiplicative factor for runoff
153
154   cn_dir = './'  !  root directory for the location of the runoff files
155   !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
156   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
157   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
158   sn_rnf      = 'runoff_core_monthly',    -1.   , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
159   sn_cnf      = 'runoff_core_monthly',     0.   , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''       , ''
160   sn_s_rnf    = 'runoffs'            ,    24.   , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
161   sn_t_rnf    = 'runoffs'            ,    24.   , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
162   sn_dep_rnf  = 'runoffs'            ,     0.   , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , ''
163/
164!-----------------------------------------------------------------------
165&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
166!-----------------------------------------------------------------------
167   ln_sdw      = .false.    !  get the 2D Surf Stokes Drift & Compute the 3D stokes drift
168   ln_stcor    = .false.    !  add Stokes Coriolis and tracer advection terms
169   ln_cdgw     = .false.    !  Neutral drag coefficient read from wave model
170   ln_tauoc    = .false.    !  ocean stress is modified by wave induced stress
171   ln_wave_test= .false.    !  Test case with constant wave fields
172!
173   ln_charn    = .false.     !  Charnock coefficient read from wave model (IFS only)
174   ln_taw      = .false.     !  ocean stress is modified by wave induced stress (coupled mode)
175   ln_phioc    = .false.     !  TKE flux from wave model
176   ln_bern_srfc= .false.     ! wave induced pressure. Bernoulli head J term
177   ln_breivikFV_2016 = .false. ! breivik 2016 vertical stokes profile
178   ln_vortex_force = .false.
179!
180   cn_dir      = './'      !  root directory for the waves data location
181   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
182   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
183   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
184   sn_cdg      =  'sdw_ecwaves_orca2'    ,        6.         , 'drag_coeff' ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
185   sn_usd      =  'sdw_ecwaves_orca2'    ,        6.         , 'u_sd2d'     ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
186   sn_vsd      =  'sdw_ecwaves_orca2'    ,        6.         , 'v_sd2d'     ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
187   sn_hsw      =  'sdw_ecwaves_orca2'    ,        6.         , 'hs'         ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
188   sn_wmp      =  'sdw_ecwaves_orca2'    ,        6.         , 'wmp'        ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
189   sn_wnum     =  'sdw_ecwaves_orca2'    ,        6.         , 'wave_num'   ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , ''
190/
191!-----------------------------------------------------------------------
192&namberg       !   iceberg parameters                                   (default: OFF)
193!-----------------------------------------------------------------------
194   ln_icebergs = .true.    ! activate iceberg floats (force =F with "key_agrif")
195
196   cn_dir = './'  !  root directory for the location of drag coefficient files
197   !______!___________!___________________!______________!______________!_________!___________!__________!__________!_______________!
198   !      ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
199   !      !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      !
200   sn_icb =  'calving',       -1.         , 'calving'    ,   .true.     , .true.  , 'yearly'  , ''       , ''       , ''
201/
202!!======================================================================
203!!               ***  Lateral boundary condition  ***                 !!
204!!                                                                    !!
205!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
206!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
207!!   nam_tide      Tidal forcing                                        (default: OFF)
208!!   nambdy        Unstructured open boundaries                         (default: OFF)
209!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
210!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
211!!======================================================================
212!
213!-----------------------------------------------------------------------
214&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
215!-----------------------------------------------------------------------
216   rn_shlat    =    2.     !  no slip
217/
218!-----------------------------------------------------------------------
219&namagrif      !  AGRIF zoom                                            ("key_agrif")
220!-----------------------------------------------------------------------
221   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics
222   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s]
223   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s]
224   ln_chk_bathy  = .false. !  =T  check the parent bathymetry
225/
226!!======================================================================
227!!                ***  Top/Bottom boundary condition  ***             !!
228!!                                                                    !!
229!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
230!!   namdrg_top    top    friction                                      (ln_drg_OFF=F & ln_isfcav=T)
231!!   namdrg_bot    bottom friction                                      (ln_drg_OFF=F)
232!!   nambbc        bottom temperature boundary condition                (default: OFF)
233!!   nambbl        bottom boundary layer scheme                         (default: OFF)
234!!======================================================================
235!
236!-----------------------------------------------------------------------
237&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
238!-----------------------------------------------------------------------
239   ln_lin = .true.         !     linear  drag: Cd = Cd0 Uc0
240/
241!-----------------------------------------------------------------------
242&nambbc        !   bottom temperature boundary condition                (default: OFF)
243!-----------------------------------------------------------------------
244   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
245      nn_geoflx   =    2      !  geothermal heat flux: = 2 read variable flux [mW/m2]
246
247   cn_dir = './'  !  root directory for the geothermal data location
248   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
249   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
250   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
251   sn_qgh      ='geothermal_heating.nc'  ,       -12.        , 'heatflow',   .false.   , .true. , 'yearly'  ,   ''             ,   ''     ,   ''
252/
253!-----------------------------------------------------------------------
254&nambbl        !   bottom boundary layer scheme                         (default: OFF)
255!-----------------------------------------------------------------------
256   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
257      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0)
258      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0)
259      rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s]
260      rn_gambbl   =  10.      !  advective bbl coefficient                 [s]
261/
262!!======================================================================
263!!                        Tracer (T-S) namelists                      !!
264!!                                                                    !!
265!!   nameos        equation of state                                    (default: NO selection)
266!!   namtra_adv    advection scheme                                     (default: NO selection)
267!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
268!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
269!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
270!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
271!!======================================================================
272!
273!-----------------------------------------------------------------------
274&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
275!-----------------------------------------------------------------------
276   ln_eos80    = .true.          !  = Use EOS80
277/
278!-----------------------------------------------------------------------
279&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
280!-----------------------------------------------------------------------
281   ln_traadv_fct = .true.     !  FCT scheme
282      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
283      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
284/
285!-----------------------------------------------------------------------
286&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
287!-----------------------------------------------------------------------
288   ln_traldf_lap   = .true.    !    laplacian operator
289   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator)
290   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators)
291   !                       !  Coefficients:
292   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
293      !                             !   = 20     aht = 1/2  Ud. max(e1,e2)
294      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
295      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
296/
297!-----------------------------------------------------------------------
298&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)        (default: OFF)
299!-----------------------------------------------------------------------
300   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation
301/
302!-----------------------------------------------------------------------
303&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
304!-----------------------------------------------------------------------
305   ln_ldfeiv   = .true.    ! use eddy induced velocity parameterization
306      !                        !  Coefficients:
307      nn_aei_ijk_t  = 21          ! space/time variation of the eiv coeficient
308      !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
309      !                           !  time invariant coefficients:  aei0 = 1/2  Ue*Le
310      rn_Ue        = 0.03              !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
311      rn_Le        = 200.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
312      !
313      ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities
314/
315!-----------------------------------------------------------------------
316&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF)
317!-----------------------------------------------------------------------
318   ln_tradmp   =  .true.   !  add a damping term (using resto.nc coef.)
319      nn_zdmp  =    0         !  vertical shape =0    damping throughout the water column
320/
321!!======================================================================
322!!                      ***  Dynamics namelists  ***                  !!
323!!                                                                    !!
324!!   nam_vvl       vertical coordinate options                          (default: z-star)
325!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
326!!   namdyn_vor    advection scheme                                     (default: NO selection)
327!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
328!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
329!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
330!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
331!!======================================================================
332!
333!-----------------------------------------------------------------------
334&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
335!-----------------------------------------------------------------------
336   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
337     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
338/
339!-----------------------------------------------------------------------
340&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
341!-----------------------------------------------------------------------
342   ln_dynvor_een = .true.  !  energy & enstrophy scheme
343/
344!-----------------------------------------------------------------------
345&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
346!-----------------------------------------------------------------------
347   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
348/
349!-----------------------------------------------------------------------
350&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
351!-----------------------------------------------------------------------
352   ln_dynspg_ts  = .true.  !  split-explicit free surface
353/
354!-----------------------------------------------------------------------
355&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
356!-----------------------------------------------------------------------
357   ln_dynldf_lap =  .true.     !    laplacian operator
358   ln_dynldf_lev =  .true.     !  iso-level
359   nn_ahm_ijk_t  = -30         !  =-30  3D coeff. read in eddy_diffusivity_3D.nc
360/
361!!======================================================================
362!!                     vertical physics namelists                     !!
363!!                                                                    !!
364!!    namzdf        vertical physics manager                            (default: NO selection)
365!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
366!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
367!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
368!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
369!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
370!!======================================================================
371!
372!-----------------------------------------------------------------------
373&namzdf        !   vertical physics manager                             (default: NO selection)
374!-----------------------------------------------------------------------
375   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
376   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme
377      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1)
378      rn_evd   =  100.           !  evd mixing coefficient [m2/s]
379   ln_zdfddm   = .true.    ! double diffusive mixing
380      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
381      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
382   ln_zdfiwm   = .true.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
383   !                       !  Coefficients
384   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
385   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
386   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
387   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0)
388/
389!-----------------------------------------------------------------------
390&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
391!-----------------------------------------------------------------------
392      nn_mxl      =   3       !  mixing length: = 0 bounded by the distance to surface and bottom
393      !                       !                 = 1 bounded by the local vertical scale factor
394      !                       !                 = 2 first vertical derivative of mixing length bounded by 1
395      !                       !                 = 3 as =2 with distinct dissipative an mixing length scale
396      nn_etau     =   1       !  penetration of tke below the mixed layer (ML) due to NIWs
397      !                       !        = 0 none ; = 1 add a tke source below the ML
398      !                       !        = 2 add a tke source just at the base of the ML
399      !                       !        = 3 as = 1 applied on HF part of the stress           (ln_cpl=T)
400      ln_mxhsw    = .false.   !  surface mixing length scale = F(wave height)
401/
402!-----------------------------------------------------------------------
403&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
404!-----------------------------------------------------------------------
405   nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2)
406   ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency
407   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F)
408
409   cn_dir      = './'      !  root directory for the iwm data location                                                                           
410   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
411   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
412   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
413   sn_mpb      = 'int_wave_mix'      , -12.       , 'mixing_power_bot'   , .false.  , .true. , 'yearly' , '' , ''  , ''
414   sn_mpp      = 'int_wave_mix'      , -12.       , 'mixing_power_pyc'   , .false.  , .true. , 'yearly' , '' , ''  , ''
415   sn_mpc      = 'int_wave_mix'      , -12.       , 'mixing_power_cri'   , .false.  , .true. , 'yearly' , '' , ''  , ''
416   sn_dsb      = 'int_wave_mix'      , -12.       , 'decay_scale_bot'    , .false.  , .true. , 'yearly' , '' , ''  , ''
417   sn_dsc      = 'int_wave_mix'      , -12.       , 'decay_scale_cri'    , .false.  , .true. , 'yearly' , '' , ''  , ''
418/
419!!======================================================================
420!!                  ***  Diagnostics namelists  ***                   !!
421!!                                                                    !!
422!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
423!!   namhsb       Heat and salt budgets                                 (default: OFF)
424!!   namdiu       Cool skin and warm layer models                       (default: OFF)
425!!   namdiu       Cool skin and warm layer models                       (default: OFF)
426!!   namflo       float parameters                                      (default: OFF)
427!!   nam_diadct   transports through some sections                      (default: OFF)
428!!   nam_dia25h   25h Mean Output                                       (default: OFF)
429!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
430!!======================================================================
431!
432!!======================================================================
433!!               ***  Observation & Assimilation  ***                 !!
434!!                                                                    !!
435!!   namobs       observation and model comparison                      (default: OFF)
436!!   nam_asminc   assimilation increments                               ('key_asminc')
437!!======================================================================
438!
439!!======================================================================
440!!                  ***  Miscellaneous namelists  ***                 !!
441!!                                                                    !!
442!!   nammpp            Massively Parallel Processing
443!!   namctl            Control prints                                   (default: OFF)
444!!   namsto            Stochastic parametrization of EOS                (default: OFF)
445!!======================================================================
446!
447!-----------------------------------------------------------------------
448&nammpp        !   Massively Parallel Processing
449!-----------------------------------------------------------------------
450/
451!-----------------------------------------------------------------------
452&namctl        !   Control prints                                       (default: OFF)
453!-----------------------------------------------------------------------
454/
455!-----------------------------------------------------------------------
456&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
457!-----------------------------------------------------------------------
458/
Note: See TracBrowser for help on using the repository browser.