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.
1_namelist_cfg in branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00 – NEMO

source: branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/1_namelist_cfg @ 8568

Last change on this file since 8568 was 8568, checked in by gm, 7 years ago

#1911 (ENHANCE-09): PART I.2 - _NONE option + remove zts + see associated wiki page

File size: 18.0 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  :  Configuration namelist used to overwrite SHARED/1_namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      = "Agulhas" !  experience name
8   nn_it000    =       1   !  first time step
9   nn_itend    =   10950   !  last  time step
10   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1)
11   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000)
12   ln_clobber  = .true.    !  clobber (overwrite) an existing file
13/
14!-----------------------------------------------------------------------
15&namcfg        !   parameters of the configuration
16!-----------------------------------------------------------------------
17   ln_read_cfg = .true.    !  (=T) read the domain configuration file
18      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
19      cn_domcfg = "AGRIF_AGULHAS_domain_cfg"    ! domain configuration filename
20/
21!-----------------------------------------------------------------------
22&namdom        !   space and time domain (bathymetry, mesh, timestep)
23!----------------------------------------------------------------------- 
24   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
25   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA)
26   !
27   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0)
28   !
29/
30!-----------------------------------------------------------------------
31&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
32!-----------------------------------------------------------------------
33/
34!-----------------------------------------------------------------------
35&namtsd    !   data : Temperature  & Salinity
36!-----------------------------------------------------------------------
37/
38!-----------------------------------------------------------------------
39&namsbc        !   Surface Boundary Condition (surface module)
40!-----------------------------------------------------------------------
41   ln_blk      = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)
42   nn_ice      = 0         !  =0 no ice boundary condition   ,
43                           !  =1 use observed ice-cover      ,
44                           !  =2 ice-model used                         ("key_lim3" or "key_lim2)
45   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
46   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
47   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
48                           !     =1 global mean of e-p-r set to zero at each time step
49                           !     =2 annual global mean of e-p-r set to zero
50                           !     =3 global emp set to zero and spread out over erp area
51/
52!-----------------------------------------------------------------------
53&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T)
54!-----------------------------------------------------------------------
55!              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                              ! rotation ! land/sea mask !
56!              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                             ! pairing  ! filename      !
57   sn_wndi     = 'u_10.15JUNE2009_fill'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Uwnd'   , ''
58   sn_wndj     = 'v_10.15JUNE2009_fill'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Vwnd'   , ''
59   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
60   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
61   sn_tair     = 't_10.15JUNE2009_fill'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
62   sn_humi     = 'q_10.15JUNE2009_fill'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
63   sn_prec     = 'ncar_precip.15JUNE2009_fill',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
64   sn_snow     = 'ncar_precip.15JUNE2009_fill',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
65   sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP'     ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
66   sn_tdif     = 'taudif_core'                ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , ''
67   !
68   !                    !  bulk algorithm :
69   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008)
70   !
71/
72!-----------------------------------------------------------------------
73&namtra_qsr    !   penetrative solar radiation
74!-----------------------------------------------------------------------
75!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
76!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
77   sn_chl      ='chlorophyll',        -1         , 'CHLA'    ,   .true.     , .true. , 'yearly'  , 'weights_bilin.nc'       , ''
78/
79!-----------------------------------------------------------------------
80&namlbc        !   lateral momentum boundary condition
81!-----------------------------------------------------------------------
82/
83!-----------------------------------------------------------------------
84&namagrif      !  AGRIF zoom                                            ("key_agrif")
85!-----------------------------------------------------------------------
86/
87!-----------------------------------------------------------------------
88&namdrg        !   bottom friction
89!-----------------------------------------------------------------------
90   ln_lin = .true.         !     linear  drag: Cd = Cd0 Uc0
91/
92!-----------------------------------------------------------------------
93&nambbc        !   bottom temperature boundary condition
94!-----------------------------------------------------------------------
95   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
96/
97!-----------------------------------------------------------------------
98&nambbl        !   bottom boundary layer scheme
99!-----------------------------------------------------------------------
100   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
101   nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0)
102   nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0)
103   rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s]
104   rn_gambbl   =  10.      !  advective bbl coefficient                 [s]
105/
106/
107!-----------------------------------------------------------------------
108&nameos        !   ocean physical parameters
109!-----------------------------------------------------------------------
110  ln_teos10   = .true.         !  = Use TEOS-10 equation of state
111/
112!-----------------------------------------------------------------------
113&namtra_dmp    !   tracer: T & S newtonian damping
114!-----------------------------------------------------------------------
115   ln_tradmp   =  .false.   !  add a damping termn (T) or not (F)
116/
117!-----------------------------------------------------------------------
118&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
119!-----------------------------------------------------------------------
120   ln_traadv_fct =  .true.    !  FCT scheme
121      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
122      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
123/
124!-----------------------------------------------------------------------
125&namtra_ldf    !   lateral diffusion scheme for tracers
126!-----------------------------------------------------------------------
127   !                       !  Operator type:
128   ln_traldf_lap   =  .true.   !    laplacian operator
129   ln_traldf_blp   =  .false.  !  bilaplacian operator
130   !                       !  Direction of action:
131   ln_traldf_lev   =  .false.  !  iso-level
132   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
133   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator)
134   ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator)
135   !
136   !                       !  iso-neutral options:       
137   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
138   rn_slpmax       =   0.01    !  slope limit                      (both operators)
139   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
140   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
141   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
142   !
143   !                       !  Coefficients:
144   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
145   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
146   !                                !   =  0           constant
147   !                                !   = 10 F(k)      =ldf_c1d
148   !                                !   = 20 F(i,j)    =ldf_c2d
149   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
150   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
151   !                                !   = 31 F(i,j,k,t)=F(local velocity)
152   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
153   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
154/
155!----------------------------------------------------------------------------------
156&namtra_ldfeiv !   eddy induced velocity param.
157!----------------------------------------------------------------------------------
158   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
159/
160!-----------------------------------------------------------------------
161&namdyn_adv    !   formulation of the momentum advection                (default: No selection)
162!-----------------------------------------------------------------------
163   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection)
164   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
165     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
166   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme
167   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme
168
169!-----------------------------------------------------------------------
170&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
171!-----------------------------------------------------------------------
172   ln_dynvor_ene = .false. !  enstrophy conserving scheme
173   ln_dynvor_ens = .false. !  energy conserving scheme
174   ln_dynvor_mix = .false. !  mixed scheme
175   ln_dynvor_een = .true.  !  energy & enstrophy scheme
176      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
177/
178!-----------------------------------------------------------------------
179&namdyn_hpg    !   Hydrostatic pressure gradient option
180!-----------------------------------------------------------------------
181/
182!-----------------------------------------------------------------------
183&namdyn_spg    !   surface pressure gradient
184!-----------------------------------------------------------------------
185   ln_dynspg_ts  = .true.  !  split-explicit free surface
186/
187!-----------------------------------------------------------------------
188&namdyn_ldf    !   lateral diffusion on momentum
189!-----------------------------------------------------------------------
190   !                       !  Type of the operator :
191   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
192   ln_dynldf_lap =  .false.    !    laplacian operator
193   ln_dynldf_blp =  .true.     !  bilaplacian operator
194   !                       !  Direction of action  :
195   ln_dynldf_lev =  .true.     !  iso-level
196   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
197   ln_dynldf_iso =  .false.    !  iso-neutral
198   !                       !  Coefficient
199   nn_ahm_ijk_t  =  0          !  space/time variation of eddy coef
200   !                                !  =-30  read in eddy_viscosity_3D.nc file
201   !                                !  =-20  read in eddy_viscosity_2D.nc file
202   !                                !  =  0  constant
203   !                                !  = 10  F(k)=c1d
204   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
205   !                                !  = 30  F(i,j,k)=c2d*c1d
206   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
207   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s]
208   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
209   rn_bhm_0      = 8.5e+11     !  horizontal bilaplacian eddy viscosity [m4/s]
210/
211!!======================================================================
212!!                     vertical physics namelists                     !!
213!!======================================================================
214!-----------------------------------------------------------------------
215&namzdf        !   vertical physics                                     (default: NO selection)
216!-----------------------------------------------------------------------
217   !                       ! type of vertical closure
218   ln_zdfcst   = .false.      !  constant mixing
219   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric)
220   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
221   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls)
222   !
223   !                       ! convection
224   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme
225      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1)
226      rn_evd   =  100.           !  evd mixing coefficient [m2/s]
227   !
228   ln_zdfddm   = .true.    ! double diffusive mixing
229      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
230      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
231   !
232   !                       ! gravity wave-driven vertical mixing
233   ln_zdfiwm   = .true.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
234   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T )
235   !
236   !                       ! time-stepping
237   ln_zdfexp   = .false.      ! split-explicit (T) or implicit (F) scheme
238      nn_zdfexp=    3            !  number of sub-timestep for ln_zdfexp=T
239   !
240   !                       !  Coefficients
241   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
242   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
243   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
244   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0)
245/
246!-----------------------------------------------------------------------
247&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
248!-----------------------------------------------------------------------
249/
250!-----------------------------------------------------------------------
251&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
252!-----------------------------------------------------------------------
253   nn_zpyc     = 1         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2)
254   ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency
255   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F)
256/
257!-----------------------------------------------------------------------
258&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
259!-----------------------------------------------------------------------
260/
261!-----------------------------------------------------------------------
262&nammpp_dyndist !   Massively Parallel Distribution for AGRIF zoom      ("key_agrif" && "key_mpp_dyndist")
263!-----------------------------------------------------------------------
264/
265!-----------------------------------------------------------------------
266&namctl        !   Control prints & Benchmark
267!-----------------------------------------------------------------------
268/
269!-----------------------------------------------------------------------
270&namptr       !   Poleward Transport Diagnostic
271!-----------------------------------------------------------------------
272/
273!-----------------------------------------------------------------------
274&namhsb       !  Heat and salt budgets
275!-----------------------------------------------------------------------
276/
277!-----------------------------------------------------------------------
278&namobs       !  observation usage                                      ('key_diaobs')
279!-----------------------------------------------------------------------
280/
281!-----------------------------------------------------------------------
282&nam_asminc   !   assimilation increments                               ('key_asminc')
283!-----------------------------------------------------------------------
284/
Note: See TracBrowser for help on using the repository browser.