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

source: NEMO/branches/2018/dev_r9759_HPC09_ESIWACE/tests/BENCH_025/EXPREF/namelist_cfg_orca025_like @ 10136

Last change on this file since 10136 was 10136, checked in by dguibert, 6 years ago

bull: async/datatype

Experimental changes to enable/study/bench various mpi "optimisations":

  • BULL_ASYNC
  • BULL_DATATYPE_VECTOR/SUBARRAY

this has been applied to the nonosc subroutine (only for now).

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