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

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/1_namelist_cfg @ 9169

Last change on this file since 9169 was 9169, checked in by gm, 6 years ago

dev_merge_2017: all SRC: finalize the removal of useless warning when reading namelist_cfg + remove all nn_closea + nn_msh replaced by a logical

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