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/trunk/tests/BENCH/EXPREF – NEMO

source: NEMO/trunk/tests/BENCH/EXPREF/namelist_cfg_orca12_like @ 14229

Last change on this file since 14229 was 14229, checked in by smasson, 3 years ago

trunk: replace key_mpp_mpi by the opposite key key_mpi_off

File size: 13.7 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    =    1000   !  last time step
11   nn_stock    =      -1   !  frequency of creation of a restart file (modulo referenced to 1)
12   nn_write    =      -1   !  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   =   4320     ! number of point in i-direction of global(local) domain if >0 (<0) 
18   nn_jsize   =   3146     ! 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
24!-----------------------------------------------------------------------
25   ln_nnogather=  .true.   !  activate code to avoid mpi_allgather use at the northfold
26   jpni        =   0       !  jpni   number of processors following i (set automatically if < 1)
27   jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1)
28/
29!-----------------------------------------------------------------------
30&namctl        !   Control prints                                       (default: OFF)
31!-----------------------------------------------------------------------
32   ln_timing   = .false.   !  timing by routine write out in timing.output file
33/
34!-----------------------------------------------------------------------
35&namdom        !   time and space domain
36!-----------------------------------------------------------------------
37   rn_Dt      =    300.   !  time step for the dynamics (and tracer if nn_acc=0)
38   rn_atfp     =   0.05    !  asselin time filter parameter
39/
40
41!!======================================================================
42!!            ***  Surface Boundary Condition namelists  ***          !!
43!!                                                                    !!
44!!   namsbc          surface boundary condition manager                 (default: NO selection)
45!!======================================================================
46!
47!-----------------------------------------------------------------------
48&namsbc        !   Surface Boundary Condition (surface module)
49!-----------------------------------------------------------------------
50  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
51  nn_ice      = 2         !  =0 no ice boundary condition
52     !                    !  =1 use observed ice-cover                 (  => fill namsbc_iif )
53     !                    !  =2 or 3 for SI3 and CICE, respectively
54  ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr)
55/
56
57!
58!!======================================================================
59!!               ***  Lateral boundary condition  ***                 !!
60!!                                                                    !!
61!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
62!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
63!!   nam_tide      Tidal forcing                                        (default: OFF)
64!!   nambdy        Unstructured open boundaries                         (default: OFF)
65!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
66!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
67!!======================================================================
68!
69!-----------------------------------------------------------------------
70&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
71!-----------------------------------------------------------------------
72   rn_shlat    =    0.     !  free slip
73/
74
75!!======================================================================
76!!                ***  Top/Bottom boundary condition  ***             !!
77!!                                                                    !!
78!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
79!!   namdrg_top    top    friction                                      (ln_drg_OFF =F & ln_isfcav=T)
80!!   namdrg_bot    bottom friction                                      (ln_drg_OFF =F)
81!!   nambbc        bottom temperature boundary condition                (default: OFF)
82!!   nambbl        bottom boundary layer scheme                         (default: OFF)
83!!======================================================================
84!
85!-----------------------------------------------------------------------
86&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
87!-----------------------------------------------------------------------
88   !                       !  type of penetration                        (default: NO selection)
89   ln_qsr_rgb  = .true.      !  RGB light penetration (Red-Green-Blue)
90   nn_chldta   =      0      !  RGB : Chl data (=1) or cst value (=0)
91/
92!-----------------------------------------------------------------------
93&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
94!-----------------------------------------------------------------------
95   ln_non_lin  = .true.   !  non-linear  drag: Cd = Cd0 |U|
96/
97!-----------------------------------------------------------------------
98&nambbc        !   bottom temperature boundary condition                (default: OFF)
99!-----------------------------------------------------------------------
100   ln_trabbc   = .true.   !  Apply a geothermal heating at the ocean bottom
101      nn_geoflx     = 1       !  geothermal heat flux: = 1 constant flux
102/
103!-----------------------------------------------------------------------
104&nambbl        !   bottom boundary layer scheme                         (default: OFF)
105!-----------------------------------------------------------------------
106   ln_trabbl   = .true.   !  Bottom Boundary Layer parameterisation flag
107/
108
109!!======================================================================
110!!                        Tracer (T & S) namelists                    !!
111!!                                                                    !!
112!!   nameos        equation of state                                    (default: NO selection)
113!!   namtra_adv    advection scheme                                     (default: NO selection)
114!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
115!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
116!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
117!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
118!!======================================================================
119!
120!-----------------------------------------------------------------------
121&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
122!-----------------------------------------------------------------------
123   ln_teos10   = .true.         !  = Use TEOS-10
124/
125!-----------------------------------------------------------------------
126&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
127!-----------------------------------------------------------------------
128   ln_traadv_fct = .true.  !  FCT scheme
129      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order
130      nn_fct_v   =  4            !  =2/4, vertical   2nd / COMPACT 4th order
131/
132!-----------------------------------------------------------------------
133&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
134!-----------------------------------------------------------------------
135   ln_traldf_blp   = .true.   !    laplacian operator
136   ln_traldf_iso   = .true.   !  iso-neutral (standard operator)
137   !
138   ln_traldf_msc   = .true.   !  Method of Stabilizing Correction      (both operators)
139   nn_aht_ijk_t    = 20       !  space/time variation of eddy coefficient:
140/
141!-----------------------------------------------------------------------
142&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF)
143!-----------------------------------------------------------------------
144   ln_mle      = .false.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation
145/
146!-----------------------------------------------------------------------
147&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
148!-----------------------------------------------------------------------
149   ln_ldfeiv   = .false.   ! use eddy induced velocity parameterization
150/
151
152!!======================================================================
153!!                      ***  Dynamics namelists  ***                  !!
154!!                                                                    !!
155!!   nam_vvl       vertical coordinate options                          (default: z-star)
156!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
157!!   namdyn_vor    advection scheme                                     (default: NO selection)
158!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
159!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
160!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
161!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
162!!======================================================================
163!
164!-----------------------------------------------------------------------
165&nam_vvl       !   vertical coordinate options                          (default: z-star)
166!-----------------------------------------------------------------------
167   ln_vvl_zstar  = .true.           !  z-star vertical coordinate
168   ln_vvl_dbg    = .false.          !  debug prints    (T/F)
169/
170!-----------------------------------------------------------------------
171&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
172!-----------------------------------------------------------------------
173   ln_dynadv_ubs = .true. !  flux form - 3rd order UBS      scheme
174/
175!-----------------------------------------------------------------------
176&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
177!-----------------------------------------------------------------------
178   ln_dynvor_een = .true. !  energy & enstrophy scheme
179      nn_e3f_typ = 0          ! =0  e3f = mi(mj(e3t))/4
180      !                       ! =1  e3f = mi(mj(e3t))/mi(mj( tmask))
181/
182!-----------------------------------------------------------------------
183&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
184!-----------------------------------------------------------------------
185   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
186/
187!-----------------------------------------------------------------------
188&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
189!-----------------------------------------------------------------------
190   ln_dynspg_ts   = .true.   ! split-explicit free surface
191      ln_bt_auto    = .false.    ! Number of sub-step defined from:
192         nn_e      =  30         ! =F : the number of sub-step in rn_Dt seconds
193/
194!-----------------------------------------------------------------------
195&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
196!-----------------------------------------------------------------------
197   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion)
198/
199
200!!======================================================================
201!!                     vertical physics namelists                     !!
202!!                                                                    !!
203!!    namzdf        vertical physics manager                            (default: NO selection)
204!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
205!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
206!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
207!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
208!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
209!!======================================================================
210!
211!-----------------------------------------------------------------------
212&namzdf        !   vertical physics                                     (default: NO selection)
213!-----------------------------------------------------------------------
214   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
215   ln_zdfevd   = .true.       !  enhanced vertical diffusion
216   ln_zdfddm   = .true.       ! double diffusive mixing
217   ln_zdfiwm   = .true.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
218/
Note: See TracBrowser for help on using the repository browser.