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_merge_2016/NEMOGCM/CONFIG/ISOMIP/EXP00 – NEMO

source: branches/2016/dev_merge_2016/NEMOGCM/CONFIG/ISOMIP/EXP00/namelist_cfg @ 7503

Last change on this file since 7503 was 7503, checked in by timgraham, 7 years ago

Missing end of namelist character in namelist_cfg for ISOMIP

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