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/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM/EXP00 – NEMO

source: branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg @ 5778

Last change on this file since 5778 was 5778, checked in by gm, 9 years ago

#1593: LDF-ADV, III. Phasing of the improvements/simplifications of ADV & LDF momentum trends: associated namelist & cpp

File size: 17.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_itend    =   10950   !  last  time step
9   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1)
10   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000)
11   ln_clobber  = .true.    !  clobber (overwrite) an existing file
12/
13!-----------------------------------------------------------------------
14&namcfg        !   parameters of the configuration
15!-----------------------------------------------------------------------
16   cp_cfg      =  "default"             !  name of the configuration
17   jp_cfg      =      -1               !  resolution of the configuration
18   jpidta      =     182               !  1st lateral dimension ( >= jpi )
19   jpjdta      =     149               !  2nd    "         "    ( >= jpj )
20   jpkdta      =      31               !  number of levels      ( >= jpk )
21   jpiglo      =     182               !  1st dimension of global domain --> i =jpidta
22   jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta
23   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
24   jpjzoom     =       1               !  in data domain indices
25   jperio      =       0               !  lateral cond. type (between 0 and 6)
26/
27!-----------------------------------------------------------------------
28&namzgr        !   vertical coordinate
29!-----------------------------------------------------------------------
30/
31!-----------------------------------------------------------------------
32&namdom        !   space and time domain (bathymetry, mesh, timestep)
33!----------------------------------------------------------------------- 
34   jphgr_msh   =       0               !  type of horizontal mesh
35   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
36   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
37   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
38   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
39   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
40   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
41   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
42   ppa0        =     255.58049070440   ! (default coefficients)
43   ppa1        =     245.58132232490   !
44   ppkth       =      21.43336197938   !
45   ppacr       =       3.0             !
46   ppdzmin     =  999999.              !  Minimum vertical spacing
47   pphmax      =  999999.              !  Maximum depth
48   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
49   ppa2        =  999999.              !  Double tanh function parameters
50   ppkth2      =  999999.              !
51   ppacr2      =  999999.              !
52   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0)
53   rn_rdtmin   = 14400.          !  minimum time step on tracers (used if nn_acc=1)
54   rn_rdtmax   = 14400.          !  maximum time step on tracers (used if nn_acc=1)
55/
56!-----------------------------------------------------------------------
57&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
58!-----------------------------------------------------------------------
59/
60!-----------------------------------------------------------------------
61&namcrs        !   Grid coarsening for dynamics output and/or
62               !   passive tracer coarsened online simulations
63!-----------------------------------------------------------------------
64/
65!-----------------------------------------------------------------------
66&namtsd    !   data : Temperature  & Salinity
67!-----------------------------------------------------------------------
68/
69!-----------------------------------------------------------------------
70&namsbc        !   Surface Boundary Condition (surface module)
71!-----------------------------------------------------------------------
72   nn_ice      = 0         !  =0 no ice boundary condition   ,
73                           !  =1 use observed ice-cover      ,
74                           !  =2 ice-model used                         ("key_lim3" or "key_lim2)
75   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
76   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
77   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
78                           !     =1 global mean of e-p-r set to zero at each time step
79                           !     =2 annual global mean of e-p-r set to zero
80                           !     =3 global emp set to zero and spread out over erp area
81/
82!-----------------------------------------------------------------------
83&namsbc_core   !   namsbc_core  CORE bulk formulae
84!-----------------------------------------------------------------------
85!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                               ! rotation ! land/sea mask !
86!              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                              ! pairing  ! filename      !
87   sn_wndi     = 'u_10.15JUNE2009_fill'        ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'      , 'Uwnd'   , ''
88   sn_wndj     = 'v_10.15JUNE2009_fill'        ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'      , 'Vwnd'   , ''
89   sn_qsr      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
90   sn_qlw      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
91   sn_tair     = 't_10.15JUNE2009_fill'        ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
92   sn_humi     = 'q_10.15JUNE2009_fill'        ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
93   sn_prec     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
94   sn_snow     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
95   sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
96
97   cn_dir      = './'      !  root directory for the location of the bulk files
98   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data
99   rn_zqt      = 10.        !  Air temperature and humidity reference height (m)
100   rn_zu       = 10.        !  Wind vector reference height (m)
101   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow)
102   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.)
103   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity
104                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds)
105/
106!-----------------------------------------------------------------------
107&namtra_qsr    !   penetrative solar radiation
108!-----------------------------------------------------------------------
109!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
110!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
111   sn_chl      ='chlorophyll',        -1         , 'CHLA'    ,   .true.     , .true. , 'yearly'  , 'weights_bilin.nc'       , ''
112/
113!-----------------------------------------------------------------------
114&namlbc        !   lateral momentum boundary condition
115!-----------------------------------------------------------------------
116/
117!-----------------------------------------------------------------------
118&namagrif      !  AGRIF zoom                                            ("key_agrif")
119!-----------------------------------------------------------------------
120/
121!-----------------------------------------------------------------------
122&nambfr        !   bottom friction
123!-----------------------------------------------------------------------
124/
125!-----------------------------------------------------------------------
126&nambbc        !   bottom temperature boundary condition
127!-----------------------------------------------------------------------
128/
129!-----------------------------------------------------------------------
130&nambbl        !   bottom boundary layer scheme
131!-----------------------------------------------------------------------
132/
133!-----------------------------------------------------------------------
134&nameos        !   ocean physical parameters
135!-----------------------------------------------------------------------
136/
137!-----------------------------------------------------------------------
138&namtra_dmp    !   tracer: T & S newtonian damping
139!-----------------------------------------------------------------------
140   ln_tradmp   =  .false.   !  add a damping termn (T) or not (F)
141/
142!-----------------------------------------------------------------------
143&namtra_adv    !   advection scheme for tracer
144!-----------------------------------------------------------------------
145   ln_traadv_fct =  .true.    !  FCT scheme
146      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
147      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
148      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
149      !                             !        (number of sub-timestep = nn_fct_zts)
150/
151!-----------------------------------------------------------------------
152&namtra_ldf    !   lateral diffusion scheme for tracers
153!-----------------------------------------------------------------------
154   !                       !  Operator type:
155   !                           !  no diffusion: set ln_traldf_lap=..._blp=F
156   ln_traldf_lap   =  .true.   !    laplacian operator
157   ln_traldf_blp   =  .false.  !  bilaplacian operator
158   !                       !  Direction of action:
159   ln_traldf_lev   =  .false.  !  iso-level
160   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
161   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator)
162   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator)
163   !
164   !                       !  iso-neutral options:       
165   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
166   rn_slpmax       =   0.01    !  slope limit                      (both operators)
167   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
168   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
169   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
170   !
171   !                       !  Coefficients:
172   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
173   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
174   !                                !   =  0           constant
175   !                                !   = 10 F(k)      =ldf_c1d
176   !                                !   = 20 F(i,j)    =ldf_c2d
177   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
178   !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d
179   !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing)
180   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
181   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
182/
183!----------------------------------------------------------------------------------
184&namtra_ldfeiv !   eddy induced velocity param.
185!----------------------------------------------------------------------------------
186   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
187/
188!-----------------------------------------------------------------------
189&namdyn_adv    !   formulation of the momentum advection
190!-----------------------------------------------------------------------
191
192!-----------------------------------------------------------------------
193&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
194!-----------------------------------------------------------------------
195   ln_dynvor_ene = .false. !  enstrophy conserving scheme
196   ln_dynvor_ens = .false. !  energy conserving scheme
197   ln_dynvor_mix = .false. !  mixed scheme
198   ln_dynvor_een = .true.  !  energy & enstrophy scheme
199      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
200   ln_dynvor_msk = .true.  !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes)
201/
202!-----------------------------------------------------------------------
203&namdyn_hpg    !   Hydrostatic pressure gradient option
204!-----------------------------------------------------------------------
205/
206!-----------------------------------------------------------------------
207&namdyn_ldf    !   lateral diffusion on momentum
208!-----------------------------------------------------------------------
209   !                       !  Type of the operator :
210   ln_dynldf_lap    =  .false.  !  laplacian operator         
211   ln_dynldf_bilap  =  .true.   !  bilaplacian operator   
212   rn_ahm_0_blp     =  8.5e+11  !  horizontal bilaplacian eddy viscosity [m4/s]
213/
214!-----------------------------------------------------------------------
215&namzdf        !   vertical physics
216!-----------------------------------------------------------------------
217/
218!-----------------------------------------------------------------------
219&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
220!-----------------------------------------------------------------------
221/
222!-----------------------------------------------------------------------
223&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
224!-----------------------------------------------------------------------
225/
226!-----------------------------------------------------------------------
227&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
228!-----------------------------------------------------------------------
229   ln_tmx_itf  = .false.   !  ITF specific parameterisation
230/
231!-----------------------------------------------------------------------
232&namsol        !   elliptic solver / island / free surface
233!-----------------------------------------------------------------------
234/
235!-----------------------------------------------------------------------
236&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
237!-----------------------------------------------------------------------
238/
239!-----------------------------------------------------------------------
240&nammpp_dyndist !   Massively Parallel Distribution for AGRIF zoom      ("key_agrif" && "key_mpp_dyndist")
241!-----------------------------------------------------------------------
242/
243!-----------------------------------------------------------------------
244&namctl        !   Control prints & Benchmark
245!-----------------------------------------------------------------------
246/
247!-----------------------------------------------------------------------
248&namptr       !   Poleward Transport Diagnostic
249!-----------------------------------------------------------------------
250/
251!-----------------------------------------------------------------------
252&namhsb       !  Heat and salt budgets
253!-----------------------------------------------------------------------
254/
255!-----------------------------------------------------------------------
256&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
257!-----------------------------------------------------------------------
258/
259!-----------------------------------------------------------------------
260&namobs       !  observation usage                                      ('key_diaobs')
261!-----------------------------------------------------------------------
262/
263!-----------------------------------------------------------------------
264&nam_asminc   !   assimilation increments                               ('key_asminc')
265!-----------------------------------------------------------------------
266/
Note: See TracBrowser for help on using the repository browser.