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.
1_namelist_cfg in NEMO/trunk/tests/OVERFLOW/EXPREF/AGRIF – NEMO

source: NEMO/trunk/tests/OVERFLOW/EXPREF/AGRIF/1_namelist_cfg @ 14843

Last change on this file since 14843 was 14843, checked in by acc, 3 years ago

Add empty namtile block to all namelist_cfg files ready for future activation of ln_tile via SETTE.

File size: 14.6 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namusr_def    !   User defined :   OVERFLOW configuration
7!-----------------------------------------------------------------------
8   !                       !  type of vertical coordinate
9   ln_zco      = .false.      ! z-coordinate
10   ln_zps      = .true.       ! z-partial-step coordinate
11   ln_sco      = .false.      ! s-coordinate   
12   rn_dx       =   1000.   !  horizontal resolution   [meters]
13   rn_dz       =     50.   !  vertical   resolution   [meters]
14/
15!
16!-----------------------------------------------------------------------
17&namagrif      !  AGRIF zoom                                            ("key_agrif")
18!-----------------------------------------------------------------------
19   ln_vert_remap   = .true.  !  use vertical remapping
20   ln_chk_bathy    = .true.  !  =T  check the parent bathymetry
21/
22!-----------------------------------------------------------------------
23&namrun        !   parameters of the run
24!-----------------------------------------------------------------------
25   nn_no       =       0   !  job number (no more used...)
26   cn_exp      =    "OVF"  !  experience name
27   nn_it000    =       1   !  first time step
28   nn_itend    =    1530   ! here 16h of simulation  (=5760 time-step) abort after 5802 for zps: pb of physics conditions
29   nn_istate   =       0   !  output the initial state (1) or not (0)
30   nn_stock    =    9999   !  frequency of creation of a restart file (modulo referenced to 1)
31   nn_write    =    9999   !  frequency of write in the output file   (modulo referenced to nn_it000)
32/
33!-----------------------------------------------------------------------
34&namcfg        !   parameters of the configuration
35!-----------------------------------------------------------------------
36   ln_read_cfg = .true.     !  (=T) read the domain configuration file
37      !                     !  (=F) user defined configuration           (F => create/check namusr_def)
38      cn_domcfg = "OVF_domcfg"  ! domain configuration filename
39      !
40/
41!-----------------------------------------------------------------------
42&namtile        !   parameters of the tiling
43!-----------------------------------------------------------------------
44/
45!-----------------------------------------------------------------------
46&namdom        !   space and time domain (bathymetry, mesh, timestep)
47!-----------------------------------------------------------------------
48   rn_Dt      =   40.     !  time step for the dynamics (and tracer if nn_acc=0)
49   rn_atfp    =    0.1    !  asselin time filter parameter
50   ln_meshmask = .false.  !  =T create a mesh file
51/
52!-----------------------------------------------------------------------
53&namtsd    !   data : Temperature  & Salinity
54!-----------------------------------------------------------------------
55/
56!-----------------------------------------------------------------------
57&namsbc        !   Surface Boundary Condition (surface module)
58!-----------------------------------------------------------------------
59  nn_fsbc     = 1         !  frequency of surface boundary condition computation
60                          !     (also = the frequency of sea-ice & iceberg model call)
61  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
62  ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
63  nn_ice      = 0         !  =0 no ice boundary condition   
64  ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr )
65  ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
66  ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
67  nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
68/
69!-----------------------------------------------------------------------
70&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
71!-----------------------------------------------------------------------
72   rn_shlat    =    0.     !  free slip
73/
74!!======================================================================
75!!                ***  Top/Bottom boundary condition  ***             !!
76!!======================================================================
77!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
78!!   namdrg_top    top    friction                                      (ln_isfcav=T)
79!!   namdrg_bot    bottom friction
80!!   nambbc        bottom temperature boundary condition                (default: OFF)
81!!   nambbl        bottom boundary layer scheme                         (default: OFF)
82!!======================================================================
83!
84!-----------------------------------------------------------------------
85&namdrg            !   top/bottom drag coefficient                      (default: NO selection)
86!-----------------------------------------------------------------------
87   ln_drg_OFF = .true.     !  free-slip       : Cd = 0                  (F => fill namdrg_bot
88   ln_lin     = .false.    !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top)
89   ln_non_lin = .false.    !  non-linear  drag: Cd = Cd0 |U|
90   ln_loglayer = .false.   !  logarithmic drag: Cd = vkarmn/log(z/z0) |U|
91   !
92   ln_drgimp  = .true.     !  implicit top/bottom friction flag
93/
94!-----------------------------------------------------------------------
95&nameos        !   ocean physical parameters
96!-----------------------------------------------------------------------
97   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS)
98   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
99   rn_a0       =  0.2         !  thermal expension coefficient (for simplified equation of state)
100   rn_b0       =  0.          !  saline  expension coefficient (for simplified equation of state)
101   rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos)
102   rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos)
103   rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos)
104   rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos)
105   rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos)
106/
107!-----------------------------------------------------------------------
108&namtra_adv    !   advection scheme for tracer
109!-----------------------------------------------------------------------
110   ln_traadv_cen = .false. !  2nd order centered scheme
111      nn_cen_h   =  4            !  =2/4, horizontal 2nd order CEN / 4th order CEN
112      nn_cen_v   =  4            !  =2/4, vertical   2nd order CEN / 4th order COMPACT
113   ln_traadv_fct = .true. !  FCT scheme
114      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order
115      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order
116   ln_traadv_mus = .false. !  MUSCL scheme
117      ln_mus_ups = .false.       !  use upstream scheme near river mouths
118   ln_traadv_ubs = .false. !  UBS scheme
119      nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order
120   ln_traadv_qck = .false. !  QUICKEST scheme
121/
122!-----------------------------------------------------------------------
123&namtra_ldf    !   lateral diffusion scheme for tracers
124!-----------------------------------------------------------------------
125   !                       !  Operator type:    both false = No lateral diffusion
126   ln_traldf_OFF   =  .true.  !  No explicit diffusion
127   ln_traldf_lap   =  .false.  !    laplacian operator
128   ln_traldf_blp   =  .false.  !  bilaplacian operator
129/
130
131!!======================================================================
132!!                      ***  Dynamics namelists  ***                  !!
133!!======================================================================
134!
135!-----------------------------------------------------------------------
136&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
137!-----------------------------------------------------------------------
138   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection)
139   ln_dynadv_vec = .false. !  vector form (T) or flux form (F)
140   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
141   ln_dynadv_cen2 = .false. !  flux form - 2nd order centered scheme
142   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme
143/
144!-----------------------------------------------------------------------
145&nam_vvl    !   vertical coordinate options                             (default: zstar)
146!-----------------------------------------------------------------------
147   ln_vvl_zstar  = .true.           !  zstar vertical coordinate
148/
149!-----------------------------------------------------------------------
150&namdyn_vor    !   option of physics/algorithm
151!-----------------------------------------------------------------------
152   ln_dynvor_ene = .false. !  enstrophy conserving scheme
153   ln_dynvor_ens = .true.  !  energy conserving scheme
154   ln_dynvor_mix = .false. !  mixed scheme
155   ln_dynvor_een = .false. !  energy & enstrophy scheme
156/
157!-----------------------------------------------------------------------
158&namdyn_hpg    !   Hydrostatic pressure gradient option
159!-----------------------------------------------------------------------
160   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation)
161   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
162/
163!-----------------------------------------------------------------------
164&namdyn_spg    !   Surface pressure gradient
165!-----------------------------------------------------------------------
166   ln_dynspg_ts  = .true.   ! split-explicit free surface
167      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
168      ln_bt_av      = .true.     ! Time filtering of barotropic variables
169         nn_bt_flt     = 1          ! Time filter choice  = 0 None
170         !                          !                     = 1 Boxcar over   nn_e sub-steps
171         !                          !                     = 2 Boxcar over 2*nn_e  "    "
172      ln_bt_auto    = .true.     ! Number of sub-step defined from:
173         nn_e      =  1         ! =F : the number of sub-step in rn_Dt seconds
174/
175!-----------------------------------------------------------------------
176&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
177!-----------------------------------------------------------------------
178   !                       !  Type of the operator :
179   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion)
180   ln_dynldf_lap =  .false.    !    laplacian operator
181   ln_dynldf_blp =  .false.    !  bilaplacian operator
182   !                       !  Direction of action  :
183   ln_dynldf_lev =  .false.    !  iso-level
184   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
185   ln_dynldf_iso =  .false.    !  iso-neutral
186   !                       !  Coefficient
187   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
188      !                             !  =  0  constant
189      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)
190      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case)
191      rn_Uv      = 2.0              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30)
192      rn_Lv      = 1000.            !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10)
193/
194
195!!======================================================================
196!!                     vertical physics namelists                     !!
197!!======================================================================
198!-----------------------------------------------------------------------
199&namzdf        !   vertical physics                                     (default: NO selection)
200!-----------------------------------------------------------------------
201   ln_zad_Aimp = .true.      !  Courant number dependent scheme (Shchepetkin 2015)
202   !                       ! type of vertical closure (required)
203   ln_zdfcst   = .true.      !  constant mixing
204   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric)
205   ln_zdftke   = .false.      !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
206   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls)
207   ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm)
208   !   
209   !                       ! convection
210   ln_zdfevd   = .false.      !  enhanced vertical diffusion
211      nn_evdm     =    0         ! apply on tracer (=0) or on tracer and momentum (=1)
212      rn_evd      =  100.        ! mixing coefficient [m2/s]
213   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm
214      nn_npc      =    1         ! frequency of application of npc
215      nn_npcp     =  365         ! npc control print frequency
216   !   
217   ln_zdfddm   = .false.   ! double diffusive mixing
218      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
219      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
220   !   
221   !                       ! gravity wave-driven vertical mixing
222   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
223   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T )
224   !   
225   !                       ! coefficients
226   rn_avm0     =   1.e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
227   rn_avt0     =   0.0       !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
228   nn_avb      =    0        !  profile for background avt & avm (=1) or not (=0)
229   nn_havtb    =    0        !  horizontal shape for avtb (=1) or not (=0)
230/
231!-----------------------------------------------------------------------
232&nammpp        !   Massively Parallel Processing
233!-----------------------------------------------------------------------
234   jpni        =  12       !  number of processors following i (set automatically if < 1), see also ln_listonly = T
235   jpnj        =   1       !  number of processors following j (set automatically if < 1), see also ln_listonly = T
236/
237!-----------------------------------------------------------------------
238&namctl        !   Control prints & Benchmark
239!-----------------------------------------------------------------------
240/
Note: See TracBrowser for help on using the repository browser.