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_orca1_like in NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/tests/BENCH/EXPREF – NEMO

source: NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/tests/BENCH/EXPREF/namelist_cfg_orca1_like @ 13174

Last change on this file since 13174 was 13174, checked in by smasson, 4 years ago

Extra_Halo: works if jpni = 1, allows nn_hls >2, remove island in BENCH, see #2366

File size: 13.9 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   =   360      ! number of point in i-direction of global(local) domain if >0 (<0) 
18   nn_jsize   =   331      ! 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   =   6        ! 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        =   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   nn_print    =    0      !  level of print (0 no extra print)
33   ln_timing   = .false.   !  timing by routine write out in timing.output file
34/
35!-----------------------------------------------------------------------
36&namdom        !   time and space domain
37!-----------------------------------------------------------------------
38   rn_Dt      =   3600.   !  time step for the dynamics (and tracer if nn_acc=0)
39   rn_atfp     =   0.05    !  asselin time filter parameter
40/
41
42!!======================================================================
43!!            ***  Surface Boundary Condition namelists  ***          !!
44!!                                                                    !!
45!!   namsbc          surface boundary condition manager                 (default: NO selection)
46!!======================================================================
47!
48!-----------------------------------------------------------------------
49&namsbc        !   Surface Boundary Condition (surface module)
50!-----------------------------------------------------------------------
51  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
52  nn_ice      = 2         !  =0 no ice boundary condition
53     !                    !  =1 use observed ice-cover                 (  => fill namsbc_iif )
54     !                    !  =2 or 3 for SI3 and CICE, respectively
55  ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr)
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&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
88!-----------------------------------------------------------------------
89   !                       !  type of penetration                        (default: NO selection)
90   ln_qsr_rgb  = .true.      !  RGB light penetration (Red-Green-Blue)
91   nn_chldta   =      0      !  RGB : Chl data (=1) or cst value (=0)
92/
93!-----------------------------------------------------------------------
94&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
95!-----------------------------------------------------------------------
96   ln_non_lin  = .true.   !  non-linear  drag: Cd = Cd0 |U|
97/
98!-----------------------------------------------------------------------
99&nambbc        !   bottom temperature boundary condition                (default: OFF)
100!-----------------------------------------------------------------------
101   ln_trabbc   = .true.   !  Apply a geothermal heating at the ocean bottom
102      nn_geoflx     = 1       !  geothermal heat flux: = 1 constant flux
103/
104!-----------------------------------------------------------------------
105&nambbl        !   bottom boundary layer scheme                         (default: OFF)
106!-----------------------------------------------------------------------
107   ln_trabbl   = .true.   !  Bottom Boundary Layer parameterisation flag
108/
109
110!!======================================================================
111!!                        Tracer (T & S) namelists                    !!
112!!                                                                    !!
113!!   nameos        equation of state                                    (default: NO selection)
114!!   namtra_adv    advection scheme                                     (default: NO selection)
115!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
116!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
117!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
118!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
119!!======================================================================
120!
121!-----------------------------------------------------------------------
122&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
123!-----------------------------------------------------------------------
124   ln_teos10   = .true.         !  = Use TEOS-10
125/
126!-----------------------------------------------------------------------
127&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
128!-----------------------------------------------------------------------
129   ln_traadv_fct = .true.  !  FCT scheme
130      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order
131      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order
132/
133!-----------------------------------------------------------------------
134&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
135!-----------------------------------------------------------------------
136   ln_traldf_lap   = .true.   !    laplacian operator
137   ln_traldf_iso   = .true.   !  iso-neutral (standard operator)
138   !
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      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation
145/
146!-----------------------------------------------------------------------
147&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
148!-----------------------------------------------------------------------
149   ln_ldfeiv   = .true.   ! use eddy induced velocity parameterization
150   !
151   nn_aei_ijk_t    = 20          !  space/time variation of eddy coefficient:
152/
153
154!!======================================================================
155!!                      ***  Dynamics namelists  ***                  !!
156!!                                                                    !!
157!!   nam_vvl       vertical coordinate options                          (default: z-star)
158!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
159!!   namdyn_vor    advection scheme                                     (default: NO selection)
160!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
161!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
162!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
163!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
164!!======================================================================
165!
166!-----------------------------------------------------------------------
167&nam_vvl       !   vertical coordinate options                          (default: z-star)
168!-----------------------------------------------------------------------
169   ln_vvl_zstar  = .true.           !  z-star vertical coordinate
170   ln_vvl_dbg    = .false.          !  debug prints    (T/F)
171/
172!-----------------------------------------------------------------------
173&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
174!-----------------------------------------------------------------------
175   ln_dynadv_vec = .true. !  vector form (T) or flux form (F)
176      nn_dynkeg     = 1       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
177/
178!-----------------------------------------------------------------------
179&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
180!-----------------------------------------------------------------------
181   ln_dynvor_een = .true. !  energy & enstrophy scheme
182/
183!-----------------------------------------------------------------------
184&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
185!-----------------------------------------------------------------------
186   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
187/
188!-----------------------------------------------------------------------
189&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
190!-----------------------------------------------------------------------
191   ln_dynspg_ts   = .true.   ! split-explicit free surface
192      ln_bt_auto    = .false.    ! Number of sub-step defined from:
193         nn_e      =  30         ! =F : the number of sub-step in rn_Dt seconds
194/
195!-----------------------------------------------------------------------
196&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
197!-----------------------------------------------------------------------
198   ln_dynldf_lap =  .true.    !    laplacian operator
199   ln_dynldf_hor =  .true.    !  horizontal (geopotential)
200   !                       !  Coefficient
201   nn_ahm_ijk_t  = 30           !  space/time variation of eddy coef
202/
203
204!!======================================================================
205!!                     vertical physics namelists                     !!
206!!                                                                    !!
207!!    namzdf        vertical physics manager                            (default: NO selection)
208!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
209!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
210!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
211!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
212!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
213!!======================================================================
214!
215!-----------------------------------------------------------------------
216&namzdf        !   vertical physics                                     (default: NO selection)
217!-----------------------------------------------------------------------
218   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
219   ln_zdfevd   = .true.       !  enhanced vertical diffusion
220   ln_zdfddm   = .true.       ! double diffusive mixing
221   ln_zdfiwm   = .true.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
222/
Note: See TracBrowser for help on using the repository browser.