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

source: branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ISOMIP/EXP00/namelist_cfg @ 7323

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

fix namelist

File size: 23.8 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  : ISOMIP Configuration namelist to overwrite reference dynamical namelist
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namusr_def    !   ISOMIP user defined namelist 
6!-----------------------------------------------------------------------
7!-----------------------------------------------------------------------
8&namrun        !   parameters of the run
9!-----------------------------------------------------------------------
10   cn_exp      =  "ISOMIP"   !  experience name
11   nn_it000    =       1   !  first time step
12   nn_itend    =  490560   !  last  time step
13   nn_leapy    =       0   !  Leap year calendar (1) or not (0)
14   ln_clobber  = .true.    !  clobber (overwrite) an existing file
15   nn_stock    =      48   !  frequency of creation of a restart file (modulo referenced to 1)
16   nn_write    =      48   !  frequency of write in the output file   (modulo referenced to nn_it000)
17/
18!-----------------------------------------------------------------------
19&namcfg     !   parameters of the configuration   
20!-----------------------------------------------------------------------
21   ln_read_cfg = .true.    !  (=T) read the domain configuration file
22      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
23      cn_domcfg = "ISOMIP_zps_domcfg"      ! domain configuration filename
24/
25!-----------------------------------------------------------------------
26&namdom        !   space and time domain (bathymetry, mesh, timestep)
27!-----------------------------------------------------------------------
28   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time
29   !
30   nn_msh      =    0      !  create (>0) a mesh file or not (=0)
31   !
32   rn_rdt      = 1800.     !  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   cn_dir        = './'      !  root directory for the location of the runoff files
43   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
44   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
45/
46!-----------------------------------------------------------------------
47&namsbc        !   Surface Boundary Condition (surface module)
48!-----------------------------------------------------------------------
49   nn_fsbc     = 6         !  frequency of surface boundary condition computation
50   !                       !     (also = the frequency of sea-ice model call)
51   ln_blk      = .false.    !  Bulk formulation                          (T => fill namsbc_blk )
52   ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
53   nn_ice      = 0         !  =0 no ice boundary condition   ,
54                           !  =1 use observed ice-cover      ,
55                           !  =2 ice-model used               
56   nn_ice_embd = 0         !  =0 levitating ice (no mass exchange, concentration/dilution effect)
57                           !  =1 levitating ice with mass and salt exchange but no presure effect
58                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure)
59   ln_traqsr   = .false.   !  Light penetration (T) or not (F)
60   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
61   ln_isf      = .true.    !  ice shelf melting/freezing                (T => fill namsbc_isf)
62   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
63   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
64                           !     =1 global mean of e-p-r set to zero at each time step
65                           !     =2 annual global mean of e-p-r set to zero
66/
67!-----------------------------------------------------------------------
68&namsbc_flx    !   surface boundary condition : flux formulation
69!-----------------------------------------------------------------------
70/
71!-----------------------------------------------------------------------
72&namsbc_clio   !   namsbc_clio  CLIO bulk formulae
73!-----------------------------------------------------------------------
74/
75!-----------------------------------------------------------------------
76&namsbc_core   !   namsbc_core  CORE bulk formulae
77!-----------------------------------------------------------------------
78/
79!-----------------------------------------------------------------------
80&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae
81!-----------------------------------------------------------------------
82/
83!-----------------------------------------------------------------------
84&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
85!-----------------------------------------------------------------------
86/
87!-----------------------------------------------------------------------
88&namtra_qsr    !   penetrative solar radiation
89!-----------------------------------------------------------------------
90/
91!-----------------------------------------------------------------------
92&namsbc_rnf    !   runoffs namelist surface boundary condition
93!-----------------------------------------------------------------------
94/
95!-----------------------------------------------------------------------
96&namsbc_isf    !  Top boundary layer (ISF)
97!-----------------------------------------------------------------------
98!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
99!              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      !
100! nn_isf == 4
101   sn_fwfisf   = 'rnfisf'  ,         -12       ,'sowflisf',     .false.    , .true.  , 'yearly'  ,  ''      ,   ''     , ''
102! nn_isf == 3
103   sn_rnfisf   = 'rnfisf'  ,         -12       ,'sofwfisf',     .false.    , .true.  , 'yearly'  ,  ''      ,   ''     , ''
104! nn_isf == 2 and 3
105   sn_depmax_isf = 'rnfisf' ,        -12       ,'sozisfmax' ,   .false.    , .true.  , 'yearly'  ,  ''      ,   ''     , ''
106   sn_depmin_isf = 'rnfisf' ,        -12       ,'sozisfmin' ,   .false.    , .true.  , 'yearly'  ,  ''      ,   ''     , ''
107! nn_isf == 2
108   sn_Leff_isf = 'rnfisf'  ,         -12       ,'Leff'    ,     .false.    , .true.  , 'yearly'  ,  ''      ,   ''     , ''
109! for all case
110   nn_isf      = 1         !  ice shelf melting/freezing
111                           !  1 = presence of ISF    2 = bg03 parametrisation
112                           !  3 = rnf file for isf   4 = ISF fwf specified
113                           !  option 1 and 4 need ln_isfcav = .true. (domzgr)
114! only for nn_isf = 1 or 2
115   rn_gammat0  = 1.0e-4   ! gammat coefficient used in blk formula
116   rn_gammas0  = 1.0e-4   ! gammas coefficient used in blk formula
117! only for nn_isf = 1 or 4
118   rn_hisf_tbl =  30.      ! thickness of the top boundary layer    (Losh et al. 2008)
119                          ! 0 => thickness of the tbl = thickness of the first wet cell
120! only for nn_isf = 1
121   nn_isfblk   = 1        ! 1 ISOMIP  like: 2 equations formulation (Hunter et al., 2006)
122                          ! 2 ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2015)
123   nn_gammablk = 0        ! 0 = cst Gammat (= gammat/s)
124                          ! 1 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010)
125                          ! 2 = velocity and stability dependent Gamma    (Holland et al. 1999)
126/
127!-----------------------------------------------------------------------
128&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
129!-----------------------------------------------------------------------
130/
131!-----------------------------------------------------------------------
132&namsbc_ssr    !   surface boundary condition : sea surface restoring
133!-----------------------------------------------------------------------
134/
135!-----------------------------------------------------------------------
136&namsbc_alb    !   albedo parameters
137!-----------------------------------------------------------------------
138/
139!-----------------------------------------------------------------------
140&namberg       !   iceberg parameters
141!-----------------------------------------------------------------------
142/
143!-----------------------------------------------------------------------
144&namlbc        !   lateral momentum boundary condition
145!-----------------------------------------------------------------------
146                           !  free slip  !   partial slip  !   no slip   ! strong slip
147   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
148   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical eqs.
149/
150!-----------------------------------------------------------------------
151&namagrif      !  AGRIF zoom                                            ("key_agrif")
152!-----------------------------------------------------------------------
153/
154!-----------------------------------------------------------------------
155&nam_tide      !    tide parameters (#ifdef key_tide)
156!-----------------------------------------------------------------------
157/
158!-----------------------------------------------------------------------
159&nambdy        !  unstructured open boundaries                          ("key_bdy")
160!-----------------------------------------------------------------------
161/
162!-----------------------------------------------------------------------
163&nambdy_dta      !  open boundaries - external data           ("key_bdy")
164!-----------------------------------------------------------------------
165/
166!-----------------------------------------------------------------------
167&nambdy_tide     ! tidal forcing at open boundaries
168!-----------------------------------------------------------------------
169/
170!-----------------------------------------------------------------------
171&nambfr        !   bottom friction
172!-----------------------------------------------------------------------
173   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
174                           !                              = 2 : nonlinear friction
175   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case)
176   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case). Minimum coeft if ln_loglayer=T
177   rn_bfri2_max =   1.e-1  !  max. bottom drag coefficient (non linear case and ln_loglayer=T)
178   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2)
179   rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T
180   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file )
181   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T)
182   rn_tfri1    =    4.e-4  !  top drag coefficient (linear case)
183   rn_tfri2    =    2.5e-3 !  top drag coefficient (non linear case). Minimum coeft if ln_loglayer=T
184   rn_tfri2_max =   1.e-1  !  max. top drag coefficient (non linear case and ln_loglayer=T)
185   rn_tfeb2    =    0.0    !  top turbulent kinetic energy background  (m2/s2)
186   rn_tfrz0    =    3.e-3  !  top roughness [m] if ln_loglayer=T
187   ln_tfr2d    = .false.   !  horizontal variation of the top friction coef (read a 2D mask file )
188   rn_tfrien   =    50.    !  local multiplying factor of tfr (ln_tfr2d=T)
189
190   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true)
191   ln_loglayer = .false.   !  logarithmic formulation (non linear case)
192/
193!-----------------------------------------------------------------------
194&nambbc        !   bottom temperature boundary condition
195!-----------------------------------------------------------------------
196   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
197/
198!-----------------------------------------------------------------------
199&nambbl        !   bottom boundary layer scheme
200!-----------------------------------------------------------------------
201   nn_bbl_ldf  =  0      !  diffusive bbl (=1)   or not (=0)
202   nn_bbl_adv  =  0      !  advective bbl (=1/2) or not (=0)
203/
204!-----------------------------------------------------------------------
205&nameos        !   ocean physical parameters
206!-----------------------------------------------------------------------
207   ln_teos10   = .false.         !  = Use TEOS-10 equation of state
208   ln_eos80    = .true.          !  = Use EOS80 equation of state
209   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
210/
211!-----------------------------------------------------------------------
212&namtra_adv    !   advection scheme for tracer
213!-----------------------------------------------------------------------
214   ln_traadv_fct =  .true.   !  FCT scheme
215      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
216      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
217      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
218      !                             !        (number of sub-timestep = nn_fct_zts)
219/
220!-----------------------------------------------------------------------
221&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
222!-----------------------------------------------------------------------
223/
224!----------------------------------------------------------------------------------
225&namtra_ldf    !   lateral diffusion scheme for tracers
226!----------------------------------------------------------------------------------
227   !                       !  Operator type:
228   ln_traldf_lap   =  .true.   !    laplacian operator
229   ln_traldf_blp   =  .false.  !  bilaplacian operator
230   !                       !  Direction of action:
231   ln_traldf_lev   =  .false.  !  iso-level
232   ln_traldf_hor   =  .true.   !  horizontal (geopotential)
233   ln_traldf_iso   =  .false.  !  iso-neutral (standard operator)
234   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator)
235   !
236   !                       !  iso-neutral options:       
237   ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators)
238   rn_slpmax       =   0.01    !  slope limit                      (both operators)
239   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only)
240   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
241   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only)
242   !
243   !                       !  Coefficients:
244   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
245   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
246   !                                !   =  0           constant
247   !                                !   = 10 F(k)      =ldf_c1d
248   !                                !   = 20 F(i,j)    =ldf_c2d
249   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
250   !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d
251   !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing)
252   rn_aht_0        =  100.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
253   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
254/
255!----------------------------------------------------------------------------------
256&namtra_ldfeiv !   eddy induced velocity param.
257!----------------------------------------------------------------------------------
258   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
259/
260!-----------------------------------------------------------------------
261&namtra_dmp    !   tracer: T & S newtonian damping
262!-----------------------------------------------------------------------
263   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
264/
265!-----------------------------------------------------------------------
266&namdyn_adv    !   formulation of the momentum advection
267!-----------------------------------------------------------------------
268/
269!-----------------------------------------------------------------------
270&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
271!-----------------------------------------------------------------------
272   ln_dynvor_ene = .true.  !  enstrophy conserving scheme
273   ln_dynvor_ens = .false. !  energy conserving scheme
274   ln_dynvor_mix = .false. !  mixed scheme
275   ln_dynvor_een = .false. !  energy & enstrophy scheme
276      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
277/
278!-----------------------------------------------------------------------
279&namdyn_hpg    !   Hydrostatic pressure gradient option
280!-----------------------------------------------------------------------
281   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
282   ln_hpg_isf  = .true.    !  s-coordinate adapted for isf (standard jacobian formulation)
283/
284!-----------------------------------------------------------------------
285&namdyn_spg    !   surface pressure gradient
286!-----------------------------------------------------------------------
287   ln_dynspg_ts  = .true.  !  split-explicit free surface
288/
289!-----------------------------------------------------------------------
290&namdyn_ldf    !   lateral diffusion on momentum
291!-----------------------------------------------------------------------
292   !                       !  Type of the operator :
293   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
294   ln_dynldf_lap =  .true.     !    laplacian operator
295   ln_dynldf_blp =  .false.    !  bilaplacian operator
296   !                       !  Direction of action  :
297   ln_dynldf_lev =  .false.    !  iso-level
298   ln_dynldf_hor =  .true.     !  horizontal (geopotential)
299   ln_dynldf_iso =  .false.    !  iso-neutral
300   !                       !  Coefficient
301   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
302   !                                !  =-30  read in eddy_viscosity_3D.nc file
303   !                                !  =-20  read in eddy_viscosity_2D.nc file
304   !                                !  =  0  constant
305   !                                !  = 10  F(k)=c1d
306   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
307   !                                !  = 30  F(i,j,k)=c2d*c1d
308   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
309   rn_ahm_0      =    600.     !  horizontal laplacian eddy viscosity   [m2/s]
310   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
311   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s]
312   !
313   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km)
314/
315!-----------------------------------------------------------------------
316&namzdf        !   vertical physics
317!-----------------------------------------------------------------------
318   rn_avm0     =   1.0e-3  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst")
319   rn_avt0     =   5.0e-5  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst")
320   nn_avb      =    0      !  profile for background avt & avm (=1) or not (=0)
321   nn_havtb    =    0      !  horizontal shape for avtb (=1) or not (=0)
322   ln_zdfevd   = .true.    !  enhanced vertical diffusion (evd) (T) or not (F)
323   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
324   rn_avevd    =   0.1     !  evd mixing coefficient [m2/s]
325   ln_zdfnpc   = .false.   !  Non-Penetrative Convective algorithm (T) or not (F)
326   nn_npc      =    1            !  frequency of application of npc
327   nn_npcp     =  365            !  npc control print frequency
328   ln_zdfexp   = .false.   !  time-stepping: split-explicit (T) or implicit (F) time stepping
329   nn_zdfexp   =    3            !  number of sub-timestep for ln_zdfexp=T
330/
331!-----------------------------------------------------------------------
332&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
333!-----------------------------------------------------------------------
334/
335!-----------------------------------------------------------------------
336&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
337!-----------------------------------------------------------------------
338/
339!-----------------------------------------------------------------------
340&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
341!-----------------------------------------------------------------------
342/
343!-----------------------------------------------------------------------
344&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
345!-----------------------------------------------------------------------
346/
347!-----------------------------------------------------------------------
348&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
349!-----------------------------------------------------------------------
350   ln_tmx_itf  = .false.   !  ITF specific parameterisation
351/
352!-----------------------------------------------------------------------
353&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
354!-----------------------------------------------------------------------
355/
356!-----------------------------------------------------------------------
357&namctl        !   Control prints & Benchmark
358!-----------------------------------------------------------------------
359/
360!-----------------------------------------------------------------------
361&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
362!-----------------------------------------------------------------------
363/
364!-----------------------------------------------------------------------
365&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
366!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
367!-----------------------------------------------------------------------
368/
369!-----------------------------------------------------------------------
370&namflo       !   float parameters                                      ("key_float")
371!-----------------------------------------------------------------------
372/
373!-----------------------------------------------------------------------
374&namptr       !   Poleward Transport Diagnostic
375!-----------------------------------------------------------------------
376/
377!-----------------------------------------------------------------------
378&namhsb       !  Heat and salt budgets
379!-----------------------------------------------------------------------
380/
381!-----------------------------------------------------------------------
382&namdct        ! transports through sections
383!-----------------------------------------------------------------------
384/
385!-----------------------------------------------------------------------
386&namobs       !  observation usage switch                               ('key_diaobs')
387!-----------------------------------------------------------------------
388/
389!-----------------------------------------------------------------------
390&nam_asminc   !   assimilation increments                               ('key_asminc')
391!-----------------------------------------------------------------------
392/
393!-----------------------------------------------------------------------
394&namsbc_wave   ! External fields from wave model
395!-----------------------------------------------------------------------
396/
Note: See TracBrowser for help on using the repository browser.