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/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_LIM/EXP00 – NEMO

source: branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg @ 7277

Last change on this file since 7277 was 7277, checked in by flavoni, 8 years ago

update 2016 branch with simplif-2

File size: 16.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&namzgr        !   vertical coordinate
23!-----------------------------------------------------------------------
24   ln_zps      = .true.    !  z-coordinate - partial steps
25/
26!-----------------------------------------------------------------------
27&namdom        !   space and time domain (bathymetry, mesh, timestep)
28!----------------------------------------------------------------------- 
29   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
30   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA)
31   !
32   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0)
33/
34!-----------------------------------------------------------------------
35&namcrs        !   Grid coarsening for dynamics output and/or
36               !   passive tracer coarsened online simulations
37!-----------------------------------------------------------------------
38/
39!-----------------------------------------------------------------------
40&namtsd    !   data : Temperature  & Salinity
41!-----------------------------------------------------------------------
42/
43!-----------------------------------------------------------------------
44&namsbc        !   Surface Boundary Condition (surface module)
45!-----------------------------------------------------------------------
46   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)
47   nn_ice      = 0         !  =0 no ice boundary condition   ,
48                           !  =1 use observed ice-cover      ,
49                           !  =2 ice-model used                         ("key_lim3" or "key_lim2)
50   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
51   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
52   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
53                           !     =1 global mean of e-p-r set to zero at each time step
54                           !     =2 annual global mean of e-p-r set to zero
55                           !     =3 global emp set to zero and spread out over erp area
56/
57!-----------------------------------------------------------------------
58&namsbc_core   !   namsbc_core  CORE bulk formulae
59!-----------------------------------------------------------------------
60!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                               ! rotation ! land/sea mask !
61!              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                              ! pairing  ! filename      !
62   sn_wndi     = 'u_10.15JUNE2009_fill'        ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'      , 'Uwnd'   , ''
63   sn_wndj     = 'v_10.15JUNE2009_fill'        ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'      , 'Vwnd'   , ''
64   sn_qsr      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
65   sn_qlw      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
66   sn_tair     = 't_10.15JUNE2009_fill'        ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
67   sn_humi     = 'q_10.15JUNE2009_fill'        ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
68   sn_prec     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
69   sn_snow     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
70   sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , ''
71
72   cn_dir      = './'      !  root directory for the location of the bulk files
73   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data
74   rn_zqt      = 10.        !  Air temperature and humidity reference height (m)
75   rn_zu       = 10.        !  Wind vector reference height (m)
76   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow)
77   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.)
78   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity
79                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds)
80/
81!-----------------------------------------------------------------------
82&namtra_qsr    !   penetrative solar radiation
83!-----------------------------------------------------------------------
84!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
85!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
86   sn_chl      ='chlorophyll',        -1         , 'CHLA'    ,   .true.     , .true. , 'yearly'  , 'weights_bilin.nc'       , ''
87/
88!-----------------------------------------------------------------------
89&namlbc        !   lateral momentum boundary condition
90!-----------------------------------------------------------------------
91/
92!-----------------------------------------------------------------------
93&namagrif      !  AGRIF zoom                                            ("key_agrif")
94!-----------------------------------------------------------------------
95/
96!-----------------------------------------------------------------------
97&nambfr        !   bottom friction
98!-----------------------------------------------------------------------
99/
100!-----------------------------------------------------------------------
101&nambbc        !   bottom temperature boundary condition                (default: NO)
102!-----------------------------------------------------------------------
103   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
104/
105!-----------------------------------------------------------------------
106&nambbl        !   bottom boundary layer scheme
107!-----------------------------------------------------------------------
108/
109!-----------------------------------------------------------------------
110&nameos        !   ocean physical parameters
111!-----------------------------------------------------------------------
112/
113!-----------------------------------------------------------------------
114&namtra_dmp    !   tracer: T & S newtonian damping
115!-----------------------------------------------------------------------
116   ln_tradmp   =  .false.   !  add a damping termn (T) or not (F)
117/
118!-----------------------------------------------------------------------
119&namtra_adv    !   advection scheme for tracer
120!-----------------------------------------------------------------------
121   ln_traadv_fct =  .true.    !  FCT scheme
122      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
123      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
124      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
125      !                             !        (number of sub-timestep = nn_fct_zts)
126/
127!-----------------------------------------------------------------------
128&namtra_ldf    !   lateral diffusion scheme for tracers
129!-----------------------------------------------------------------------
130   !                       !  Operator type:
131   ln_traldf_lap   =  .true.   !    laplacian operator
132   ln_traldf_blp   =  .false.  !  bilaplacian operator
133   !                       !  Direction of action:
134   ln_traldf_lev   =  .false.  !  iso-level
135   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
136   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator)
137   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator)
138   !
139   !                       !  iso-neutral options:       
140   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
141   rn_slpmax       =   0.01    !  slope limit                      (both operators)
142   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
143   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
144   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
145   !
146   !                       !  Coefficients:
147   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
148   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
149   !                                !   =  0           constant
150   !                                !   = 10 F(k)      =ldf_c1d
151   !                                !   = 20 F(i,j)    =ldf_c2d
152   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
153   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
154   !                                !   = 31 F(i,j,k,t)=F(local velocity)
155   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
156   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
157/
158!----------------------------------------------------------------------------------
159&namtra_ldfeiv !   eddy induced velocity param.
160!----------------------------------------------------------------------------------
161   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
162/
163!-----------------------------------------------------------------------
164&namdyn_adv    !   formulation of the momentum advection
165!-----------------------------------------------------------------------
166
167!-----------------------------------------------------------------------
168&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
169!-----------------------------------------------------------------------
170   ln_dynvor_ene = .false. !  enstrophy conserving scheme
171   ln_dynvor_ens = .false. !  energy conserving scheme
172   ln_dynvor_mix = .false. !  mixed scheme
173   ln_dynvor_een = .true.  !  energy & enstrophy scheme
174      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
175/
176!-----------------------------------------------------------------------
177&namdyn_hpg    !   Hydrostatic pressure gradient option
178!-----------------------------------------------------------------------
179/
180!-----------------------------------------------------------------------
181&namdyn_spg    !   Surface pressure gradient
182!-----------------------------------------------------------------------
183   ln_dynspg_ts = .true.   !  Split-explicit free surface
184/
185!-----------------------------------------------------------------------
186&namdyn_ldf    !   lateral diffusion on momentum
187!-----------------------------------------------------------------------
188   !                       !  Type of the operator :
189   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
190   ln_dynldf_lap =  .false.    !    laplacian operator
191   ln_dynldf_blp =  .true.     !  bilaplacian operator
192   !                       !  Direction of action  :
193   ln_dynldf_lev =  .true.     !  iso-level
194   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
195   ln_dynldf_iso =  .false.    !  iso-neutral
196   !                       !  Coefficient
197   nn_ahm_ijk_t  =   0         !  space/time variation of eddy coef
198   !                                !  =-30  read in eddy_viscosity_3D.nc file
199   !                                !  =-20  read in eddy_viscosity_2D.nc file
200   !                                !  =  0  constant
201   !                                !  = 10  F(k)=c1d
202   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
203   !                                !  = 30  F(i,j,k)=c2d*c1d
204   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
205   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s]
206   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
207   rn_bhm_0      = 8.5e+11      !  horizontal bilaplacian eddy viscosity [m4/s]
208/
209!-----------------------------------------------------------------------
210&namzdf        !   vertical physics
211!-----------------------------------------------------------------------
212/
213!-----------------------------------------------------------------------
214&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
215!-----------------------------------------------------------------------
216/
217!-----------------------------------------------------------------------
218&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
219!-----------------------------------------------------------------------
220/
221!-----------------------------------------------------------------------
222&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
223!-----------------------------------------------------------------------
224   ln_tmx_itf  = .false.   !  ITF specific parameterisation
225/
226!-----------------------------------------------------------------------
227&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
228!-----------------------------------------------------------------------
229/
230!-----------------------------------------------------------------------
231&nammpp_dyndist !   Massively Parallel Distribution for AGRIF zoom      ("key_agrif" && "key_mpp_dyndist")
232!-----------------------------------------------------------------------
233/
234!-----------------------------------------------------------------------
235&namctl        !   Control prints & Benchmark
236!-----------------------------------------------------------------------
237/
238!-----------------------------------------------------------------------
239&namptr       !   Poleward Transport Diagnostic
240!-----------------------------------------------------------------------
241/
242!-----------------------------------------------------------------------
243&namhsb       !  Heat and salt budgets
244!-----------------------------------------------------------------------
245/
246!-----------------------------------------------------------------------
247&namobs       !  observation usage                                      ('key_diaobs')
248!-----------------------------------------------------------------------
249/
250!-----------------------------------------------------------------------
251&nam_asminc   !   assimilation increments                               ('key_asminc')
252!-----------------------------------------------------------------------
253/
Note: See TracBrowser for help on using the repository browser.