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_orca12_like in NEMO/branches/2018/dev_r9759_HPC09_ESIWACE/tests/BENCH/EXPREF – NEMO

source: NEMO/branches/2018/dev_r9759_HPC09_ESIWACE/tests/BENCH/EXPREF/namelist_cfg_orca12_like @ 9762

Last change on this file since 9762 was 9762, checked in by smasson, 6 years ago

dev_r9759_HPC09_ESIWACE: add BENCH test

File size: 13.0 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  BENCH Configuration namelist : overwrite some defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namrun        !   parameters of the run
7!-----------------------------------------------------------------------
8   cn_exp      =   'BENCH' !  experience name
9   nn_it000    =       1   !  first time step
10   nn_itend    =     100   !  last time step
11   nn_stock    =       0   !  frequency of creation of a restart file (modulo referenced to 1)
12   nn_write    =       0   !  frequency of write in the output file   (modulo referenced to nn_it000)
13/
14!-----------------------------------------------------------------------
15&namusr_def    !   User defined :   BENCH configuration: Flat bottom, beta-plane
16!-----------------------------------------------------------------------
17   nn_isize   =   4322     ! number of point in i-direction of global(local) domain if >0 (<0) 
18   nn_jsize   =   3147     ! number of point in j-direction of global(local) domain if >0 (<0) 
19   nn_ksize   =   75       ! total number of point in k-direction
20   nn_perio   =   4        ! periodicity
21/
22!-----------------------------------------------------------------------
23&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
24!-----------------------------------------------------------------------
25   ln_nnogather=  .true.   !  activate code to avoid mpi_allgather use at the northfold
26   jpni        =   3       !  jpni   number of processors following i (set automatically if < 1)
27   jpnj        =   3       !  jpnj   number of processors following j (set automatically if < 1)
28/
29!-----------------------------------------------------------------------
30&namctl        !   Control prints                                       (default: OFF)
31!-----------------------------------------------------------------------
32   ln_ctl      = .false.   !  trends control print (expensive!)
33   nn_print    =    0      !  level of print (0 no extra print)
34   ln_timing   = .false.   !  timing by routine write out in timing.output file
35/
36!-----------------------------------------------------------------------
37&namdom        !   time and space domain
38!-----------------------------------------------------------------------
39   rn_rdt      =   3600.   !  time step for the dynamics (and tracer if nn_acc=0)
40   rn_atfp     =   0.05    !  asselin time filter parameter
41/
42
43!!======================================================================
44!!            ***  Surface Boundary Condition namelists  ***          !!
45!!                                                                    !!
46!!   namsbc          surface boundary condition manager                 (default: NO selection)
47!!======================================================================
48!
49!-----------------------------------------------------------------------
50&namsbc        !   Surface Boundary Condition (surface module)
51!-----------------------------------------------------------------------
52  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
53/
54
55!
56!!======================================================================
57!!               ***  Lateral boundary condition  ***                 !!
58!!                                                                    !!
59!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
60!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
61!!   nam_tide      Tidal forcing                                        (default: OFF)
62!!   nambdy        Unstructured open boundaries                         (default: OFF)
63!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
64!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
65!!======================================================================
66!
67!-----------------------------------------------------------------------
68&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
69!-----------------------------------------------------------------------
70   rn_shlat    =    0.     !  free slip
71/
72
73!!======================================================================
74!!                ***  Top/Bottom boundary condition  ***             !!
75!!                                                                    !!
76!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
77!!   namdrg_top    top    friction                                      (ln_OFF =F & ln_isfcav=T)
78!!   namdrg_bot    bottom friction                                      (ln_OFF =F)
79!!   nambbc        bottom temperature boundary condition                (default: OFF)
80!!   nambbl        bottom boundary layer scheme                         (default: OFF)
81!!======================================================================
82!
83!-----------------------------------------------------------------------
84&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
85!-----------------------------------------------------------------------
86   ln_non_lin  = .true.   !  non-linear  drag: Cd = Cd0 |U|
87/
88!-----------------------------------------------------------------------
89&nambbc        !   bottom temperature boundary condition                (default: OFF)
90!-----------------------------------------------------------------------
91   ln_trabbc   = .true.   !  Apply a geothermal heating at the ocean bottom
92      nn_geoflx     = 1       !  geothermal heat flux: = 1 constant flux
93/
94!-----------------------------------------------------------------------
95&nambbl        !   bottom boundary layer scheme                         (default: OFF)
96!-----------------------------------------------------------------------
97   ln_trabbl   = .true.   !  Bottom Boundary Layer parameterisation flag
98/
99
100!!======================================================================
101!!                        Tracer (T & S) namelists                    !!
102!!                                                                    !!
103!!   nameos        equation of state                                    (default: NO selection)
104!!   namtra_adv    advection scheme                                     (default: NO selection)
105!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
106!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
107!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
108!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
109!!======================================================================
110!
111!-----------------------------------------------------------------------
112&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
113!-----------------------------------------------------------------------
114   ln_teos10   = .true.         !  = Use TEOS-10
115/
116!-----------------------------------------------------------------------
117&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
118!-----------------------------------------------------------------------
119   ln_traadv_fct = .true.  !  FCT scheme
120      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order
121      nn_fct_v   =  4            !  =2/4, vertical   2nd / COMPACT 4th order
122/
123!-----------------------------------------------------------------------
124&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
125!-----------------------------------------------------------------------
126   ln_traldf_blp   = .true.   !    laplacian operator
127   ln_traldf_iso   = .true.   !  iso-neutral (standard operator)
128   !
129   nn_aht_ijk_t    = 20       !  space/time variation of eddy coefficient:
130/
131!-----------------------------------------------------------------------
132&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF)
133!-----------------------------------------------------------------------
134   ln_mle      = .false.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation
135/
136!-----------------------------------------------------------------------
137&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
138!-----------------------------------------------------------------------
139   ln_ldfeiv   = .false.   ! use eddy induced velocity parameterization
140/
141
142!!======================================================================
143!!                      ***  Dynamics namelists  ***                  !!
144!!                                                                    !!
145!!   nam_vvl       vertical coordinate options                          (default: z-star)
146!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
147!!   namdyn_vor    advection scheme                                     (default: NO selection)
148!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
149!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
150!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
151!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
152!!======================================================================
153!
154!-----------------------------------------------------------------------
155&nam_vvl       !   vertical coordinate options                          (default: z-star)
156!-----------------------------------------------------------------------
157   ln_vvl_zstar  = .true.           !  z-star vertical coordinate
158   ln_vvl_dbg    = .false.          !  debug prints    (T/F)
159/
160!-----------------------------------------------------------------------
161&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
162!-----------------------------------------------------------------------
163   ln_dynadv_ubs = .true. !  flux form - 3rd order UBS      scheme
164/
165!-----------------------------------------------------------------------
166&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
167!-----------------------------------------------------------------------
168   ln_dynvor_een = .true. !  energy & enstrophy scheme
169      nn_een_e3f = 0          ! =0  e3f = mi(mj(e3t))/4
170      !                       ! =1  e3f = mi(mj(e3t))/mi(mj( tmask))
171/
172!-----------------------------------------------------------------------
173&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
174!-----------------------------------------------------------------------
175   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
176/
177!-----------------------------------------------------------------------
178&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
179!-----------------------------------------------------------------------
180   ln_dynspg_ts   = .true.   ! split-explicit free surface
181      ln_bt_auto    = .true.     ! Number of sub-step defined from:
182         rn_bt_cmax   =  0.6        ! =T : the Maximum Courant Number allowed
183/
184!-----------------------------------------------------------------------
185&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
186!-----------------------------------------------------------------------
187   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion)
188/
189
190!!======================================================================
191!!                     vertical physics namelists                     !!
192!!                                                                    !!
193!!    namzdf        vertical physics manager                            (default: NO selection)
194!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
195!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
196!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
197!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
198!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
199!!======================================================================
200!
201!-----------------------------------------------------------------------
202&namzdf        !   vertical physics                                     (default: NO selection)
203!-----------------------------------------------------------------------
204   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
205   ln_zdfevd   = .true.       !  enhanced vertical diffusion
206   ln_zdfddm   = .true.       ! double diffusive mixing
207   ln_zdfiwm   = .true.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
208/
Note: See TracBrowser for help on using the repository browser.