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/UKMO/2014_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00 – NEMO

source: branches/UKMO/2014_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/namelist_cfg @ 4860

Last change on this file since 4860 was 4860, checked in by rfurner, 9 years ago

small corrections to surge config namelist

File size: 24.1 KB
RevLine 
[4858]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  : AMM12 configuration namelist used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      =  "AMMSURGE"  !  experience name
8   nn_it000    =       1   !  first time step
[4860]9   nn_itend    =  105120   !  last  time step (std 1 day = 144)
[4858]10   nn_date0    =  20120101 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
11   nn_leapy    =       1   !  Leap year calendar (1) or not (0)
12   ln_rstart   =  .false.  !  start from rest (F) or from a restart file (T)
13   nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=.true.
14   cn_ocerst_in   = "amm12_restart_oce"   !  suffix of ocean restart name (input)
15   cn_ocerst_out  = "restart_oce_out"   !  suffix of ocean restart name (input)
16   nn_istate   =       1   !  output the initial state (1) or not (0)
[4860]17   nn_stock    =   52560   !  frequency of creation of a restart file (modulo referenced to 1)
[4858]18   nn_write    =     144   !  frequency of write in the output file   (modulo referenced to nit000)
19/
20!-----------------------------------------------------------------------
21&namcfg        !   parameters of the configuration
22!-----------------------------------------------------------------------
23   cp_cfg      =  "amm"                !  name of the configuration
24   jp_cfg      =     011               !  resolution of the configuration
25   jpidta      =     297               !  1st lateral dimension ( >= jpi )
26   jpjdta      =     375               !  2nd    "         "    ( >= jpj )
27   jpkdta      =       2               !  number of levels      ( >= jpk )
28   jpiglo      =     297               !  1st dimension of global domain --> i =jpidta
29   jpjglo      =     375               !  2nd    -                  -    --> j  =jpjdta
30   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
31   jpjzoom     =       1               !  in data domain indices
32   jperio      =       0               !  lateral cond. type (between 0 and 6)
33/
34!-----------------------------------------------------------------------
35&namzgr        !   vertical coordinate
36!-----------------------------------------------------------------------
37   ln_zps      = .false.   !  z-coordinate - partial steps   (T/F)
38   ln_sco      = .true.    !  s- or hybrid z-s-coordinate    (T/F)
39/
40!-----------------------------------------------------------------------
41&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
42!-----------------------------------------------------------------------
43   rn_sbot_min =   10.0    !  minimum depth of s-bottom surface (>0) (m)
44   rn_hc       =    0.0    !  critical depth for transition to stretched coordinates
45   rn_rmax     =    1.0    !  maximum cut-off r-value allowed (0<r_max<1)
46   rn_theta    =    0.0    !  surface control parameter (0<=theta<=20)
47/
48!-----------------------------------------------------------------------
49&namdom        !   space and time domain (bathymetry, mesh, timestep)
50!-----------------------------------------------------------------------
51   rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0)
52   rn_rdtmin   =   600.          !  minimum time step on tracers (used if nn_acc=1)
53   rn_rdtmax   =   600.          !  maximum time step on tracers (used if nn_acc=1)
54   rn_rdth     =   600.          !  depth variation of tracer time step  (used if nn_acc=1)
55   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
56   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
57   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
58   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
59   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
60   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
61   ppsur       =  999999.0             !  ORCA r4, r2 and r05 coefficients
62   ppa0        =  999999.0             ! (default coefficients)
63   ppa1        =  999999.0             !
64   ppkth       =      23.563           !
65   ppacr       =       9.0             !
66   ppdzmin     =       6.0             !  Minimum vertical spacing
67   pphmax      =    5720.              !  Maximum depth
68   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
69   ppa2        =  999999.              !  Double tanh function parameters
70   ppkth2      =  999999.              !
71   ppacr2      =  999999.
72/
73!-----------------------------------------------------------------------
74&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
75!-----------------------------------------------------------------------
76   ln_bt_nn_auto =    .FALSE.          !  Set nn_baro automatically to be just below
77                                       !  a user defined maximum courant number (rn_bt_cmax)
78   nn_baro       =    30               !  Number of iterations of barotropic mode
79/
80!-----------------------------------------------------------------------
81&namcrs        !   Grid coarsening for dynamics output and/or
82               !   passive tracer coarsened online simulations
83!-----------------------------------------------------------------------
84/
85!-----------------------------------------------------------------------
86&namtsd    !   data : Temperature  & Salinity
87!-----------------------------------------------------------------------
88   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
89   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
90/
91!-----------------------------------------------------------------------
92&namsbc        !   Surface Boundary Condition (surface module)
93!-----------------------------------------------------------------------
94   nn_fsbc     = 1         !  frequency of surface boundary condition computation
95                           !     (also = the frequency of sea-ice model call)
96   ln_ana      = .true.    !  flux formulation       (T => fill namsbc_flx )
97   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)
98   nn_ice      = 0         !  =0 no ice boundary condition   ,
99   ln_rnf      = .false.   !  Runoffs                                   (T => fill namsbc_rnf)
100   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
101   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
102/
103!-----------------------------------------------------------------------
104&namsbc_ana    !   analytical surface boundary condition
105!-----------------------------------------------------------------------
[4860]106   rn_utau0    =   0.0     !  uniform value for the i-stress
[4858]107/
108!-----------------------------------------------------------------------
109&namsbc_flx    !   surface boundary condition : flux formulation
110!-----------------------------------------------------------------------
111/
112!-----------------------------------------------------------------------
113&namsbc_clio   !   namsbc_clio  CLIO bulk formulae
114!-----------------------------------------------------------------------
115/
116!-----------------------------------------------------------------------
117&namsbc_core   !   namsbc_core  CORE bulk formulae
118!-----------------------------------------------------------------------
119!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
120!              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
121   sn_wndi     = 'ERAI_amm7'             ,       3          , 'U10'     ,   .true.     , .false. , 'daily'  ,'' , ''
122   sn_wndj     = 'ERAI_amm7'             ,       3          , 'V10'     ,   .true.     , .false. , 'daily'  ,'' , ''
123   sn_qsr      = 'ERAI_amm7'             ,       3          , 'SSRD'    ,   .true.     , .false. , 'daily'  ,'', ''
124   sn_qlw      = 'ERAI_amm7'             ,       3          , 'STRD'    ,   .true.     , .false. , 'daily'  ,'', ''
125   sn_tair     = 'ERAI_amm7'             ,       3          , 'T2'      ,   .true.     , .false. , 'daily'  ,'', ''
126   sn_humi     = 'ERAI_amm7'             ,       3          , 'Q2'      ,   .true.     , .false. , 'daily'  ,'', ''
127   sn_prec     = 'ERAI_amm7'             ,       3          , 'TP'      ,   .true.     , .false. , 'daily'  ,'', ''
128   sn_snow     = 'ERAI_amm7'             ,       3          , 'SF'      ,   .true.     , .false. , 'daily'  ,'', ''
129   cn_dir      = './fluxes/'      !  root directory for the location of the bulk files
130   ln_2m       = .true.    !  air temperature and humidity referenced at 2m (T) instead 10m (F)
131   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data
132   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow)
133/
134!-----------------------------------------------------------------------
135&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae
136!-----------------------------------------------------------------------
137/
138!-----------------------------------------------------------------------
139&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled")
140!-----------------------------------------------------------------------
141/
142!-----------------------------------------------------------------------
143&namtra_qsr    !   penetrative solar radiation
144!-----------------------------------------------------------------------
145   ln_traqsr   = .false.   !  Light penetration (T) or not (F)
146   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
147/
148!-----------------------------------------------------------------------
149&namsbc_rnf    !   runoffs namelist surface boundary condition
150!-----------------------------------------------------------------------
151/
152!-----------------------------------------------------------------------
153&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
154!-----------------------------------------------------------------------
155!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
156!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
157   sn_apr      = 'patm'    ,         -1        ,'somslpre',    .true.      , .true.  , 'yearly'  ,  ''      ,   '' , ''
158
159   cn_dir      = './'       !  root directory for the location of the bulk files
160   rn_pref     = 101000._wp !  reference atmospheric pressure   [N/m2]/
161   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F)
162   ln_apr_obc  = .false.    !  inverse barometer added to OBC ssh data
163/
164!-----------------------------------------------------------------------
165&namsbc_ssr    !   surface boundary condition : sea surface restoring
166!-----------------------------------------------------------------------
167/
168!-----------------------------------------------------------------------
169&namsbc_alb    !   albedo parameters
170!-----------------------------------------------------------------------
171/
172!-----------------------------------------------------------------------
173&namberg       !   iceberg parameters
174!-----------------------------------------------------------------------
175/
176!-----------------------------------------------------------------------
177&namlbc        !   lateral momentum boundary condition
178!-----------------------------------------------------------------------
179   rn_shlat    =     0     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
180                           !  free slip  !   partial slip  !   no slip   ! strong slip
181/
182!-----------------------------------------------------------------------
183&namcla        !   cross land advection
184!-----------------------------------------------------------------------
185/
186!-----------------------------------------------------------------------
187&namobc        !   open boundaries parameters                           ("key_obc")
188!-----------------------------------------------------------------------
189/
190!-----------------------------------------------------------------------
191&namagrif      !  AGRIF zoom                                            ("key_agrif")
192!-----------------------------------------------------------------------
193/
194!-----------------------------------------------------------------------
195&nam_tide      !   tide parameters (#ifdef key_tide)
196!-----------------------------------------------------------------------
197   clname(1)     =   'Q1'   !  name of constituent
198   clname(2)     =   'O1'
199   clname(3)     =   'P1'
200   clname(4)     =   'S1'
201   clname(5)     =   'K1'
202   clname(6)     =   '2N2'
203   clname(7)     =   'MU2'
204   clname(8)     =   'N2'
205   clname(9)     =   'NU2'
206   clname(10)    =   'M2'
207   clname(11)    =   'L2'
208   clname(12)    =   'T2'
209   clname(13)    =   'S2'
210   clname(14)    =   'K2'
211   clname(15)    =   'M4'
212/
213!-----------------------------------------------------------------------
214&nambdy        !  unstructured open boundaries                          ("key_bdy")
215!-----------------------------------------------------------------------
216   nb_bdy         = 1                    !  number of open boundary sets
217   cn_dyn2d       = 'flather'            !
218   nn_dyn2d_dta   =  2                   !  = 0, bdy data are equal to the initial state
219                                         !  = 1, bdy data are read in 'bdydata   .nc' files
220                                         !  = 2, use tidal harmonic forcing data from files
221                                         !  = 3, use external data AND tidal harmonic forcing
222   cn_tra        =  'frs'                !
223   nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state
224                                         !  = 1, bdy data are read in 'bdydata   .nc' files
225/
226!-----------------------------------------------------------------------
227&nambdy_dta      !  open boundaries - external data           ("key_bdy")
228!-----------------------------------------------------------------------
229/
230!-----------------------------------------------------------------------
231&nambdy_tide     ! tidal forcing at open boundaries
232!-----------------------------------------------------------------------
233   filtide      = 'bdydta/amm7_bdytide_'         !  file name root of tidal forcing files
234/
235!-----------------------------------------------------------------------
236&nambfr        !   bottom friction
237!-----------------------------------------------------------------------
238   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
239                           !                              = 2 : nonlinear friction
240   rn_bfri2    =    2.5e-3 !  bottom drag coefficient (non linear case)
241   rn_bfeb2    =    0.0e0  !  bottom turbulent kinetic energy background  (m2/s2)
[4860]242   ln_loglayer =   .false. !  loglayer bottom friction (only effect when nn_bfr = 2)
[4858]243   rn_bfrz0    =    0.003  !  bottom roughness (only effect when ln_loglayer = .true.)
244/
245!-----------------------------------------------------------------------
246&nambbc        !   bottom temperature boundary condition
247!-----------------------------------------------------------------------
248   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
249/
250!-----------------------------------------------------------------------
251&nambbl        !   bottom boundary layer scheme
252!-----------------------------------------------------------------------
253   nn_bbl_ldf  =  0      !  diffusive bbl (=1)   or not (=0)
254/
255!-----------------------------------------------------------------------
256&nameos        !   ocean physical parameters
257!-----------------------------------------------------------------------
258/
259!-----------------------------------------------------------------------
260&namtra_adv    !   advection scheme for tracer
261!-----------------------------------------------------------------------
262/
263!-----------------------------------------------------------------------
264&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
265!-----------------------------------------------------------------------
266/
267!----------------------------------------------------------------------------------
268&namtra_ldf    !   lateral diffusion scheme for tracers
269!----------------------------------------------------------------------------------
270/
271!-----------------------------------------------------------------------
272&namtra_dmp    !   tracer: T & S newtonian damping
273!-----------------------------------------------------------------------
274/
275!-----------------------------------------------------------------------
276&namdyn_adv    !   formulation of the momentum advection
277!-----------------------------------------------------------------------
278/
279!-----------------------------------------------------------------------
280&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
281!-----------------------------------------------------------------------
282/
283!-----------------------------------------------------------------------
284&namdyn_hpg    !   Hydrostatic pressure gradient option
285!-----------------------------------------------------------------------
286   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
287   ln_hpg_sco  = .true.    !  s-coordinate (Pressure Jacobian scheme)
288/
289!-----------------------------------------------------------------------
290!namdyn_spg    !   surface pressure gradient   (CPP key only)
291!-----------------------------------------------------------------------
292!                          !  explicit free surface                     ("key_dynspg_exp")
293!                          !  filtered free surface                     ("key_dynspg_flt")
294!                          !  split-explicit free surface               ("key_dynspg_ts")
295
296!-----------------------------------------------------------------------
297&namdyn_ldf    !   lateral diffusion on momentum
298!-----------------------------------------------------------------------
299   !                       !  Type of the operator :
300   ln_dynldf_bilap  =  .true.   !  bilaplacian operator
301   ln_dynldf_lap    =  .false.  !  bilaplacian operator
302   !                       !  Direction of action  :
303   ln_dynldf_level  =  .true.   !  iso-level
304   ln_dynldf_hor    =  .false.  !  horizontal (geopotential)            (require "key_ldfslp" in s-coord.)
305                           !  Coefficient
306   rn_ahm_0_lap     = 60.0      !  horizontal laplacian eddy viscosity   [m2/s]
307   rn_ahm_0_blp     = -1.0e+10  !  horizontal bilaplacian eddy viscosity [m4/s]
308/
309!-----------------------------------------------------------------------
310&namzdf        !   vertical physics
311!-----------------------------------------------------------------------
312   rn_avm0     =   0.1e-6  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst")
313   rn_avt0     =   0.1e-6  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst")
314   ln_zdfevd   = .false.   !  enhanced vertical diffusion (evd) (T) or not (F)
315   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1)
316/
317!-----------------------------------------------------------------------
318&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
319!-----------------------------------------------------------------------
320/
321!-----------------------------------------------------------------------
322&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
323!-----------------------------------------------------------------------
324/
325!------------------------------------------------------------------------
326&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally:
327!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb")
328/
329!-----------------------------------------------------------------------
330&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
331!-----------------------------------------------------------------------
332/
333!-----------------------------------------------------------------------
334&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
335!-----------------------------------------------------------------------
336/
337!-----------------------------------------------------------------------
338&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
339!-----------------------------------------------------------------------
340/
341!-----------------------------------------------------------------------
342&namsol        !   elliptic solver / island / free surface
343!-----------------------------------------------------------------------
344/
345!-----------------------------------------------------------------------
346&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
347!-----------------------------------------------------------------------
348/
349!-----------------------------------------------------------------------
350&namctl        !   Control prints & Benchmark
351!-----------------------------------------------------------------------
352/
353!-----------------------------------------------------------------------
354&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
355!-----------------------------------------------------------------------
356/
357!-----------------------------------------------------------------------
358&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
359!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
360!-----------------------------------------------------------------------
361/
362!-----------------------------------------------------------------------
363&namflo       !   float parameters                                      ("key_float")
364!-----------------------------------------------------------------------
365/
366!-----------------------------------------------------------------------
367&namptr       !   Poleward Transport Diagnostic
368!-----------------------------------------------------------------------
369/
370!-----------------------------------------------------------------------
371&namhsb       !  Heat and salt budgets
372!-----------------------------------------------------------------------
373/
374!-----------------------------------------------------------------------
375&nam_diaharm   !   Harmonic analysis of tidal constituents ('key_diaharm')
376!-----------------------------------------------------------------------
[4860]377    nit000_han = 52560     ! First time step used for harmonic analysis
378    nitend_han =105120     ! Last time step used for harmonic analysis
[4858]379    nstep_han  = 1         ! Time step frequency for harmonic analysis
380    tname(1)   = 'M2'      ! Name of tidal constituents
381    tname(2)   = 'S2'
382/
383!-----------------------------------------------------------------------
384&namdct        ! transports through sections
385!-----------------------------------------------------------------------
386/
387!-----------------------------------------------------------------------
388&namobs       !  observation usage switch                               ('key_diaobs')
389!-----------------------------------------------------------------------
390/
391!-----------------------------------------------------------------------
392&nam_asminc   !   assimilation increments                               ('key_asminc')
393!-----------------------------------------------------------------------
394/
395!-----------------------------------------------------------------------
396&namsbc_wave   ! External fields from wave model
397!-----------------------------------------------------------------------
398/
399!-----------------------------------------------------------------------
400&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
401!-----------------------------------------------------------------------
402/
Note: See TracBrowser for help on using the repository browser.