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 NEMO/branches/UKMO/NEMO_4.0_surge/cfgs/AMM15_SURGE/EXP00 – NEMO

source: NEMO/branches/UKMO/NEMO_4.0_surge/cfgs/AMM15_SURGE/EXP00/namelist_cfg @ 11180

Last change on this file since 11180 was 11180, checked in by clne, 5 years ago

Initial commit of code for 2d (surge) work in NEMO4.
This is aiming to replicate the 3.6 version in branches/UKMO/dev_r5518_Surge_Modelling

File size: 24.5 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE Configuration namelist : overwrite default values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!                          AMM12 configuration                         !
5!!======================================================================
6!!              ***  Domain & Run management namelists  ***           !!
7!!                                                                    !!
8!!   namrun       parameters of the run
9!!   namdom       space and time domain
10!!   namcfg       parameters of the configuration                       (default: user defined GYRE)
11!!   namwad       Wetting and drying                                    (default: OFF)
12!!   namtsd       data: temperature & salinity                          (default: OFF)
13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
14!!   namc1d       1D configuration options                              ("key_c1d")
15!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d")
16!!   namc1d_uvd   1D data (currents)                                    ("key_c1d")
17!!======================================================================
18!
19!-----------------------------------------------------------------------
20&namrun        !   parameters of the run
21!-----------------------------------------------------------------------
22   cn_exp      =  "AMMSURGE"  !  experience name
23   nn_it000    =       1   !  first time step
24   nn_itend    =    52560   !  last  time step (std 1 day = 144)
25   nn_date0    =  20130101 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
26   nn_leapy    =       1   !  Leap year calendar (1) or not (0)
27   ln_rstart   =  .false.  !  start from rest (F) or from a restart file (T)
28   cn_ocerst_in   = "ammsurge_restart_oce"   !  suffix of ocean restart name (input)
29   cn_ocerst_out  = "restart_oce_out"             !  suffix of ocean restart name (input)
30   nn_stock    =    52560   !  frequency of creation of a restart file (modulo referenced to 1)
31   nn_write    =    52560   !  frequency of write in the output file   (modulo referenced to nit000)
32/
33!-----------------------------------------------------------------------
34&namdom        !   time and space domain
35!-----------------------------------------------------------------------
36   rn_rdt      =   120.    !  time step for the dynamics (and tracer if nn_acc=0)
37   ln_2d        = .true.  !  (=T) run in 2D barotropic mode (no tracer processes or vertical diffusion)
38/
39!-----------------------------------------------------------------------
40&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
41!-----------------------------------------------------------------------
42   ln_read_cfg = .true.   !  (=T) read the domain configuration file
43   cn_domcfg = "amm15_2lev_domain_cfg" ! domain configuration filename
44/
45!-----------------------------------------------------------------------
46&namwad        !   Wetting and Drying (WaD)                             (default: OFF)
47!-----------------------------------------------------------------------
48   ln_wd_dl    = .false.   !  T/F activation of directional limiter
49   ln_wd_dl_bc = .false.   !  T/F Directional limiteer Baroclinic option
50   ln_wd_dl_rmp = .false.  !  T/F Turn on directional limiter ramp
51   rn_wdmin0   =  0.30     !  depth at which WaD starts
52   rn_wdmin1   =  0.2      !  Minimum wet depth on dried cells
53   rn_wdmin2   =  0.0001   !  Tolerance of min wet depth on dried cells
54/
55!!======================================================================
56!!            ***  Surface Boundary Condition namelists  ***          !!
57!!                                                                    !!
58!!   namsbc          surface boundary condition manager                 (default: NO selection)
59!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
60!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
61!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
62!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
63!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
64!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
65!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
66!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
67!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
68!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
69!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
70!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
71!!   namberg         iceberg floats                                     (ln_icebergs=T)
72!!======================================================================
73!
74!-----------------------------------------------------------------------
75&namsbc        !   Surface Boundary Condition (surface module)          (default: NO selection)
76!-----------------------------------------------------------------------
77   nn_fsbc     = 1         !  frequency of SBC module call
78   ln_usr      = .true.
79   ln_flx      = .false.    !  flux formulation                          (T => fill namsbc_flx)
80   ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr)
81   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
82   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
83   ln_apr_dyn  = .true.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr )
84/
85!-----------------------------------------------------------------------
86&namsbc_usr  !   namsbc_surge   surge model fluxes
87!-----------------------------------------------------------------------
88   ln_use_sbc  = .true.    ! (T) to turn on surge fluxes (wind and pressure only)
89                            ! (F) for no fluxes (ie tide only case)
90
91!
92!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
93!              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
94   sn_wndi     = 'windspd_u_amm15'              ,       1           ,'x_wind',   .true.     , .false. , 'daily'  ,'' , ''
95   sn_wndj     = 'windspd_v_amm15'              ,       1           ,'y_wind',   .true.     , .false. , 'daily'  ,'' , ''
96   cn_dir      = './fluxes/'          !  root directory for the location of the bulk files
97   rn_vfac     = 1.                   !  multiplicative factor for ocean/ice velocity
98                                      !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds)
99   rn_charn_const = 0.0275
100/
101!-----------------------------------------------------------------------
102&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
103!-----------------------------------------------------------------------
104   rn_pref     = 101200.   !  reference atmospheric pressure   [N/m2]
105   ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F)
106   ln_apr_obc  = .true.    !  inverse barometer added to OBC ssh data
107
108   cn_dir = './fluxes/'    !  root directory for the Patm data location
109   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
110   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
111   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
112   sn_apr       =  'pressure_amm15',        1         ,   'air_pressure_at_sea_level' ,    .true.    , .false., 'daily'   ,  ''      ,   ''     ,  ''
113/
114!!======================================================================
115!!               ***  Lateral boundary condition  ***                 !!
116!!                                                                    !!
117!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
118!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
119!!   nam_tide      Tidal forcing                                        (default: OFF)
120!!   nambdy        Unstructured open boundaries                         (default: OFF)
121!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
122!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
123!!======================================================================
124!
125!-----------------------------------------------------------------------
126&namlbc        !   lateral momentum boundary condition                  (default: NO selection
127!-----------------------------------------------------------------------
128   rn_shlat    =     0     !  free slip
129/
130!-----------------------------------------------------------------------
131&nam_tide      !   tide parameters                                      (default: OFF)
132!-----------------------------------------------------------------------
133   ln_tide     = .true.
134   clname(1)     =   'M2'   
135   clname(2)     =   'S2'
136   clname(3)     =   'N2'
137   clname(4)     =   'K2'
138   clname(5)     =   'K1'
139   clname(6)     =   'O1'
140   clname(7)     =   'P1'
141   clname(8)     =   'Q1'
142   clname(9)     =   'Mm'
143   clname(10)    =   'Mf'
144   clname(11)    =   'M4'
145   clname(12)    =   'MN4'
146   clname(13)    =   'MS4'
147   clname(14)    =   '2N2'
148   clname(15)    =   'S1'
149/
150!-----------------------------------------------------------------------
151&nambdy        !  unstructured open boundaries                          (default: OFF)
152!-----------------------------------------------------------------------
153   ln_bdy     = .true.
154   nb_bdy         = 2                    !  number of open boundary sets
155
156   ln_coords_file = .true.,.true.    !  =T : read bdy coordinates from file
157   cn_coords_file = 'amm15.bdy.coordinates.rim15.nc', 'amm15.baltic.bdy.coordinates.nc' !  bdy coordinates files
158
159   cn_dyn2d       = 'flather','flather'            !
160   nn_dyn2d_dta   =  2,2                   !  = 0, bdy data are equal to the initial state
161                                         !  = 1, bdy data are read in 'bdydata   .nc' files
162                                         !  = 2, use tidal harmonic forcing data from files
163                                         !  = 3, use external data AND tidal harmonic forcing
164   cn_dyn3d      =  'none','none'    !
165   nn_dyn3d_dta  =  0 ,0        !  = 0, bdy data are equal to the initial state
166 
167   cn_tra        =  'none','none'    !
168   nn_tra_dta    =  0 ,0        !  = 0, bdy data are equal to the initial state
169
170   cn_ice        =  'none','none'    !
171   nn_ice_dta    =  0,0         !  = 0, bdy data are equal to the initial state
172   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
173   rn_ice_tem    = 270.,270.       !  si3 only: arbitrary temperature of incoming sea ice
174   rn_ice_sal    = 10.,10.        !  si3 only:      --   salinity           --
175   rn_ice_age    = 30.,30.        !  si3 only:      --   age                --
176   !
177   ln_tra_dmp    =.false.,.false.     !  open boudaries conditions for tracers
178   ln_dyn3d_dmp  =.false.,.false.     !  open boundary condition for baroclinic velocities
179   rn_time_dmp   =  1., 1.        !  Damping time scale in days
180   rn_time_dmp_out = 1., 1.        !  Outflow damping time scale
181   nn_rimwidth   = 10,10         !  width of the relaxation zone
182/
183!-----------------------------------------------------------------------
184&nambdy_dta    !  open boundaries - external data                       
185!-----------------------------------------------------------------------
186   cn_dir      = 'bdydta/'    !  root directory for the BDY data location
187/
188!-----------------------------------------------------------------------
189&nambdy_dta    !  open boundaries - external data                       
190!-----------------------------------------------------------------------
191   cn_dir      = 'bdydta/'    !  root directory for the BDY data location
192/
193!-----------------------------------------------------------------------
194&nambdy_tide   !  tidal forcing at open boundaries
195!-----------------------------------------------------------------------
196   filtide      = 'bdydta/amm15_bdytide_'         !  file name root of tidal forcing files
197   ln_bdytide_2ddta = .true.
198   ln_bdytide_conj=.false.,
199/
200!-----------------------------------------------------------------------
201&nambdy_tide   !  tidal forcing at open boundaries
202!-----------------------------------------------------------------------
203   filtide      = 'bdydta/amm15_bdytide_'         !  file name root of tidal forcing files
204   ln_bdytide_2ddta = .true.
205   ln_bdytide_conj=.false.,
206/
207!!======================================================================
208!!                ***  Top/Bottom boundary condition  ***             !!
209!!                                                                    !!
210!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
211!!   namdrg_top    top    friction                                      (ln_OFF =F & ln_isfcav=T)
212!!   namdrg_bot    bottom friction                                      (ln_OFF =F)
213!!   nambbc        bottom temperature boundary condition                (default: OFF)
214!!   nambbl        bottom boundary layer scheme                         (default: OFF)
215!!======================================================================
216!
217!-----------------------------------------------------------------------
218&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
219!-----------------------------------------------------------------------
220   ln_non_lin  = .true.   !  non-linear  drag: Cd = Cd0 |U|
221   ln_loglayer = .false.   !  logarithmic drag: Cd = vkarmn/log(z/z0) |U|
222/
223!-----------------------------------------------------------------------
224&namdrg_bot    !   BOTTOM friction                                 
225!-----------------------------------------------------------------------
226   rn_Cd0     =  2.4e-3   !  drag coefficient [-]
227   rn_ke0     =  0.0e0    !  background kinetic energy  [m2/s2] (non-linear cases)
228/
229!!======================================================================
230!!                        Tracer (T & S) namelists                    !!
231!!                                                                    !!
232!!   nameos        equation of state                                    (default: NO selection)
233!!   namtra_adv    advection scheme                                     (default: NO selection)
234!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
235!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
236!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
237!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
238!!======================================================================
239!
240!-----------------------------------------------------------------------
241&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
242!-----------------------------------------------------------------------
243   ln_teos10   = .true.         !  = Use TEOS-10 equation of state
244/
245!-----------------------------------------------------------------------
246&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
247!-----------------------------------------------------------------------
248/
249!-----------------------------------------------------------------------
250&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
251!-----------------------------------------------------------------------
252/
253!!======================================================================
254!!                      ***  Dynamics namelists  ***                  !!
255!!                                                                    !!
256!!   nam_vvl       vertical coordinate options                          (default: z-star)
257!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
258!!   namdyn_vor    advection scheme                                     (default: NO selection)
259!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
260!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
261!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
262!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
263!!======================================================================
264!
265!-----------------------------------------------------------------------
266&nam_vvl       !   vertical coordinate options                          (default: z-star)
267!-----------------------------------------------------------------------
268/
269!-----------------------------------------------------------------------
270&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
271!-----------------------------------------------------------------------
272   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F)
273/
274!-----------------------------------------------------------------------
275&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
276!-----------------------------------------------------------------------
277   ln_dynvor_een = .true.  !  energy & enstrophy scheme
278/
279!-----------------------------------------------------------------------
280&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
281!-----------------------------------------------------------------------
282   ln_hpg_sco  = .true.    !  s-coordinate (Standard Jacobian scheme)
283/
284!-----------------------------------------------------------------------
285&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
286!-----------------------------------------------------------------------
287   ln_dynspg_ts = .true.   ! split-explicit free surface
288   ln_bt_auto   = .true.  ! Number of sub-step defined from:
289/
290!-----------------------------------------------------------------------
291&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
292!-----------------------------------------------------------------------
293   ln_dynldf_blp =  .true.     !  bilaplacian operator
294   ln_dynldf_lap =  .false.    !  bilaplacian operator
295   ln_dynldf_lev =  .true.     !  iso-level
296   nn_ahm_ijk_t  = 0           !  =0   constant = 1/12 Uv*Lv^3 (blp case)
297      rn_Uv      =  0.017            !  lateral viscous velocity [m/s]
298      rn_Lv      = 3.4e+3           !  lateral viscous length   [m] 
299/
300!!======================================================================
301!!                     vertical physics namelists                     !!
302!!                                                                    !!
303!!    namzdf        vertical physics manager                            (default: NO selection)
304!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
305!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
306!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
307!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
308!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
309!!======================================================================
310!
311!-----------------------------------------------------------------------
312&namzdf        !   vertical physics                                     (default: NO selection)
313!-----------------------------------------------------------------------
314   rn_avm0     =   0.1e-6     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
315   rn_avt0     =   0.1e-6     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
316   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
317   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
318/
319!-----------------------------------------------------------------------
320&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
321!-----------------------------------------------------------------------
322   rn_charn    =  100000.  !  Charnock constant for wb induced roughness length
323   nn_z0_met   = 1         !  Method for surface roughness computation (0/1/2)
324/
325!!======================================================================
326!!                  ***  Diagnostics namelists  ***                   !!
327!!                                                                    !!
328!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
329!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
330!!   namhsb       Heat and salt budgets                                 (default: OFF)
331!!   namdiu       Cool skin and warm layer models                       (default: OFF)
332!!   namdiu       Cool skin and warm layer models                       (default: OFF)
333!!   namflo       float parameters                                      ("key_float")
334!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm")
335!!   namdct       transports through some sections                      ("key_diadct")
336!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF)
337!!   nam_dia25h   25h Mean Output                                       (default: OFF)
338!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
339!!======================================================================
340!
341!-----------------------------------------------------------------------
342&nam_diatmb    !  Top Middle Bottom Output                              (default F)
343!-----------------------------------------------------------------------
344/
345!-----------------------------------------------------------------------
346&nam_dia25h    !  25h Mean Output                                       (default F)
347!-----------------------------------------------------------------------
348/
349!!======================================================================
350!!               ***  Observation & Assimilation  ***                 !!
351!!                                                                    !!
352!!   namobs       observation and model comparison                      (default: OFF)
353!!   nam_asminc   assimilation increments                               ('key_asminc')
354!!======================================================================
355!
356!!======================================================================
357!!                  ***  Miscellaneous namelists  ***                 !!
358!!                                                                    !!
359!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
360!!   namctl            Control prints                                   (default: OFF)
361!!   namsto            Stochastic parametrization of EOS                (default: OFF)
362!!======================================================================
363!
364!-----------------------------------------------------------------------
365&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
366!-----------------------------------------------------------------------
367/
368!-----------------------------------------------------------------------
369&namctl        !   Control prints                                       (default: OFF)
370!-----------------------------------------------------------------------
371   ln_ctl = .false.                 ! Toggle all report printing on/off (T/F); Ignored if sn_cfctl%l_config is T
372/
373!-----------------------------------------------------------------------
374&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
375!-----------------------------------------------------------------------
376/
Note: See TracBrowser for help on using the repository browser.