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_FCT4_vect_ens_cfg in NEMO/trunk/tests/LOCK_EXCHANGE/EXPREF – NEMO

source: NEMO/trunk/tests/LOCK_EXCHANGE/EXPREF/namelist_FCT4_vect_ens_cfg @ 12377

Last change on this file since 12377 was 12377, checked in by acc, 4 years ago

The big one. Merging all 2019 developments from the option 1 branch back onto the trunk.

This changeset reproduces 2019/dev_r11943_MERGE_2019 on the trunk using a 2-URL merge
onto a working copy of the trunk. I.e.:

svn merge --ignore-ancestry \

svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk \
svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/branches/2019/dev_r11943_MERGE_2019 ./

The --ignore-ancestry flag avoids problems that may otherwise arise from the fact that
the merge history been trunk and branch may have been applied in a different order but
care has been taken before this step to ensure that all applicable fixes and updates
are present in the merge branch.

The trunk state just before this step has been branched to releases/release-4.0-HEAD
and that branch has been immediately tagged as releases/release-4.0.2. Any fixes
or additions in response to tickets on 4.0, 4.0.1 or 4.0.2 should be done on
releases/release-4.0-HEAD. From now on future 'point' releases (e.g. 4.0.2) will
remain unchanged with periodic releases as needs demand. Note release-4.0-HEAD is a
transitional naming convention. Future full releases, say 4.2, will have a release-4.2
branch which fulfills this role and the first point release (e.g. 4.2.0) will be made
immediately following the release branch creation.

2020 developments can be started from any trunk revision later than this one.

  • Property svn:mime-type set to text/x-fortran
File size: 11.5 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namusr_def    !   LOCK_EXCHANGE user defined namelist
7!-----------------------------------------------------------------------
8   rn_dx       =    500.   ! horizontal resolution in meters
9   rn_dz       =      1.   ! vertical   resolution in meters
10/
11!
12!-----------------------------------------------------------------------
13&namrun        !   parameters of the run
14!-----------------------------------------------------------------------
15   nn_no       =       0   !  job number (no more used...)
16   cn_exp      =   "LOCK_FCT4_vect_ens"  !  experience name
17   nn_it000    =       1   !  first time step
18   nn_itend    =   61200   ! for 17h of simulation  (=61200 time-step)
19   nn_istate   =       0   !  output the initial state (1) or not (0)
20   nn_stock    =   61200   !  frequency of creation of a restart file (modulo referenced to 1)
21   nn_write    =   61200   !  frequency of write in the output file   (modulo referenced to nn_it000)
22/
23!-----------------------------------------------------------------------
24&namcfg        !   parameters of the configuration
25!-----------------------------------------------------------------------
26   ln_read_cfg = .false.   !  (=T) read the domain configuration file
27      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
28   ln_write_cfg = .false.   !  (=T) create the domain configuration file
29/
30!-----------------------------------------------------------------------
31&namdom        !   space and time domain (bathymetry, mesh, timestep)
32!-----------------------------------------------------------------------
33   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
34   !
35   rn_rdt      =    1.     !  time step for the dynamics (and tracer if nn_acc=0)
36   rn_atfp     =    0.1    !  asselin time filter parameter
37   !
38   ln_crs      = .false.   !  Logical switch for coarsening module
39   !
40   ln_meshmask = .false.   !  =T create a mesh file
41/
42!-----------------------------------------------------------------------
43&namtsd    !   data : Temperature  & Salinity
44!-----------------------------------------------------------------------
45/
46!-----------------------------------------------------------------------
47&namsbc        !   Surface Boundary Condition (surface module)
48!-----------------------------------------------------------------------
49  nn_fsbc     = 1         !  frequency of surface boundary condition computation
50                          !     (also = the frequency of sea-ice & iceberg model call)
51  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
52  ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
53  nn_ice      = 0         !  =0 no ice boundary condition   
54  ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr )
55  ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
56  ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
57  nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
58/
59!-----------------------------------------------------------------------
60&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
61!-----------------------------------------------------------------------
62   rn_shlat    =    0.     !  free slip
63/
64!-----------------------------------------------------------------------
65&namdrg            !   top/bottom drag coefficient                      (default: NO selection)
66!-----------------------------------------------------------------------
67   ln_OFF     = .true.    !  free-slip       : Cd = 0                 
68/
69!-----------------------------------------------------------------------
70&nameos        !   ocean physical parameters
71!-----------------------------------------------------------------------
72   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS)
73   !                     ! S-EOS coefficients (nn_eos=1):
74   !                          !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
75   rn_a0       =  0.2         !  thermal expension coefficient (nn_eos= 1)
76   rn_b0       =  0.          !  saline  expension coefficient (nn_eos= 1)
77   rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos)
78   rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos)
79   rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos)
80   rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos)
81   rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos)
82/
83!-----------------------------------------------------------------------
84&namtra_adv    !   advection scheme for tracer
85!-----------------------------------------------------------------------
86   ln_traadv_cen = .false. !  2nd order centered scheme
87      nn_cen_h   =  4            !  =2/4, horizontal 2nd order CEN / 4th order CEN
88      nn_cen_v   =  4            !  =2/4, vertical   2nd order CEN / 4th order COMPACT
89   ln_traadv_fct = .true. !  FCT scheme
90      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order
91      nn_fct_v   =  4            !  =2/4, vertical   2nd / COMPACT 4th order
92   ln_traadv_mus = .false. !  MUSCL scheme
93      ln_mus_ups = .false.       !  use upstream scheme near river mouths
94   ln_traadv_ubs = .false. !  UBS scheme
95      nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order
96   ln_traadv_qck = .false. !  QUICKEST scheme
97/
98!-----------------------------------------------------------------------
99&namtra_ldf    !   lateral diffusion scheme for tracers
100!-----------------------------------------------------------------------
101  !                       !  Operator type:
102   ln_traldf_OFF   =  .true.  !  No explicit diffusion
103   ln_traldf_lap   =  .false.  !    laplacian operator
104   ln_traldf_blp   =  .false.  !  bilaplacian operator
105/
106
107!!======================================================================
108!!                      ***  Dynamics namelists  ***                  !!
109!!======================================================================
110!
111!-----------------------------------------------------------------------
112&namdyn_adv    !   formulation of the momentum advection
113!-----------------------------------------------------------------------
114   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F)
115   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
116   ln_dynadv_cen2 = .false. !  flux form - 2nd order centered scheme
117   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme
118/
119!-----------------------------------------------------------------------
120&nam_vvl    !   vertical coordinate options                             (default: zstar)
121!-----------------------------------------------------------------------
122   ln_vvl_zstar  = .true.           !  zstar vertical coordinate
123/
124!-----------------------------------------------------------------------
125&namdyn_vor    !   option of physics/algorithm
126!-----------------------------------------------------------------------
127   ln_dynvor_ene = .false. !  enstrophy conserving scheme
128   ln_dynvor_ens = .true.  !  energy conserving scheme
129   ln_dynvor_mix = .false. !  mixed scheme
130   ln_dynvor_een = .false. !  energy & enstrophy scheme
131      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
132/
133!-----------------------------------------------------------------------
134&namdyn_hpg    !   Hydrostatic pressure gradient option
135!-----------------------------------------------------------------------
136   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation)
137   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
138/
139!-----------------------------------------------------------------------
140&namdyn_spg    !   Surface pressure gradient
141!-----------------------------------------------------------------------
142   ln_dynspg_ts  = .true.   ! explicit free surface
143      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
144      ln_bt_av      = .true.     ! Time filtering of barotropic variables
145         nn_bt_flt     = 1          ! Time filter choice  = 0 None
146         !                          !                     = 1 Boxcar over   nn_baro sub-steps
147         !                          !                     = 2 Boxcar over 2*nn_baro  "    "
148      ln_bt_auto    = .true.     ! Number of sub-step defined from:
149         nn_baro      =  1         ! =F : the number of sub-step in rn_rdt seconds
150/
151!-----------------------------------------------------------------------
152&namdyn_ldf    !   lateral diffusion on momentum
153!-----------------------------------------------------------------------
154   !                       !  Type of the operator :
155   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
156   ln_dynldf_lap =  .true.     !    laplacian operator
157   ln_dynldf_blp =  .false.    !  bilaplacian operator
158   !                       !  Direction of action  :
159   ln_dynldf_lev =  .false.     !  iso-level
160   ln_dynldf_hor =  .true.    !  horizontal (geopotential)
161   ln_dynldf_iso =  .false.    !  iso-neutral
162   !                       !  Coefficient
163   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef
164      !                             !  =  0  constant
165      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)
166      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case)
167      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30)
168      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10)
169/
170
171!!======================================================================
172!!                     vertical physics namelists                     !!
173!!======================================================================
174!-----------------------------------------------------------------------
175&namzdf        !   vertical physics                                     (default: NO selection)
176!-----------------------------------------------------------------------
177   !                       ! type of vertical closure
178   ln_zdfcst   = .true.       !  constant mixing
179   !
180   !                       ! convection
181   ln_zdfevd   = .false.      !  enhanced vertical diffusion
182   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm
183   !
184   !                       ! coefficients
185   rn_avm0     =   1.e-4      !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
186   rn_avt0     =   0.e0       !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
187   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
188   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
189/
190!-----------------------------------------------------------------------
191&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
192!-----------------------------------------------------------------------
193/
194!-----------------------------------------------------------------------
195&namctl        !   Control prints & Benchmark
196!-----------------------------------------------------------------------
197/
Note: See TracBrowser for help on using the repository browser.