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

source: NEMO/trunk/tests/LOCK_EXCHANGE/EXPREF/namelist_FCT2_flux_ubs_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: 20.0 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!                    LOCK EXCHANGE configuration                     !!
5!!======================================================================
6!!              ***  Domain & Run management namelists  ***           !!
7!!                                                                    !!
8!!   namrun       parameters of the run
9!!   namdom       space and time domain
10!!   namcfg       parameters of the configuration                       (default: user defined GYRE)
11!!   namwad       Wetting and drying                                    (default: OFF)
12!!   namtsd       data: temperature & salinity                          (default: OFF)
13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
14!!   namc1d       1D configuration options                              ("key_c1d")
15!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d")
16!!   namc1d_uvd   1D data (currents)                                    ("key_c1d")
17!!======================================================================
18!
19!-----------------------------------------------------------------------
20&namusr_def    !   LOCK_EXCHANGE user defined namelist
21!-----------------------------------------------------------------------
22   rn_dx       =    500.   ! horizontal resolution in meters
23   rn_dz       =      1.   ! vertical   resolution in meters
24/
25!
26!-----------------------------------------------------------------------
27&namrun        !   parameters of the run
28!-----------------------------------------------------------------------
29   nn_no       =       0   !  job number (no more used...)
30   cn_exp      =   "LOCK_FCT2_flux_ubs"  !  experience name
31   nn_it000    =       1   !  first time step
32   nn_itend    =   61200   ! for 17h of simulation  (=61200 time-step)
33   nn_istate   =       0   !  output the initial state (1) or not (0)
34   nn_stock    =   61200   !  frequency of creation of a restart file (modulo referenced to 1)
35   nn_write    =   61200   !  frequency of write in the output file   (modulo referenced to nn_it000)
36/
37!-----------------------------------------------------------------------
38&namcfg        !   parameters of the configuration
39!-----------------------------------------------------------------------
40   ln_read_cfg = .false.   !  (=T) read the domain configuration file
41      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
42   ln_write_cfg = .false.   !  (=T) create the domain configuration file
43/
44!-----------------------------------------------------------------------
45&namdom        !   space and time domain (bathymetry, mesh, timestep)
46!-----------------------------------------------------------------------
47   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
48   !
49   rn_rdt      =    1.     !  time step for the dynamics (and tracer if nn_acc=0)
50   rn_atfp     =    0.1    !  asselin time filter parameter
51   !
52   ln_crs      = .false.   !  Logical switch for coarsening module
53   !
54   ln_meshmask = .false.   !  =T create a mesh file
55/
56!-----------------------------------------------------------------------
57&namtsd    !   data : Temperature  & Salinity
58!-----------------------------------------------------------------------
59/
60!!======================================================================
61!!            ***  Surface Boundary Condition namelists  ***          !!
62!!                                                                    !!
63!!   namsbc          surface boundary condition manager                 (default: NO selection)
64!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
65!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
66!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
67!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
68!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
69!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
70!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
71!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
72!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
73!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
74!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
75!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
76!!   namberg         iceberg floats                                     (ln_icebergs=T)
77!!======================================================================
78!
79!-----------------------------------------------------------------------
80&namsbc        !   Surface Boundary Condition (surface module)
81!-----------------------------------------------------------------------
82  nn_fsbc     = 1         !  frequency of surface boundary condition computation
83                          !     (also = the frequency of sea-ice & iceberg model call)
84  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
85  ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
86  nn_ice      = 0         !  =0 no ice boundary condition   
87  ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr )
88  ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
89  ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
90  nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
91/
92!!======================================================================
93!!               ***  Lateral boundary condition  ***                 !!
94!!                                                                    !!
95!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
96!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
97!!   nam_tide      Tidal forcing                                        (default: OFF)
98!!   nambdy        Unstructured open boundaries                         (default: OFF)
99!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
100!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
101!!======================================================================
102!
103!-----------------------------------------------------------------------
104&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
105!-----------------------------------------------------------------------
106   rn_shlat    =    0.     !  free slip
107/
108!!======================================================================
109!!                ***  Top/Bottom boundary condition  ***             !!
110!!                                                                    !!
111!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
112!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
113!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
114!!   nambbc        bottom temperature boundary condition                (default: OFF)
115!!   nambbl        bottom boundary layer scheme                         (default: OFF)
116!!======================================================================
117!
118!-----------------------------------------------------------------------
119&namdrg            !   top/bottom drag coefficient                      (default: NO selection)
120!-----------------------------------------------------------------------
121   ln_OFF     = .true.    !  free-slip       : Cd = 0                 
122/
123!!======================================================================
124!!                        Tracer (T-S) namelists                      !!
125!!                                                                    !!
126!!   nameos        equation of state                                    (default: NO selection)
127!!   namtra_adv    advection scheme                                     (default: NO selection)
128!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
129!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
130!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
131!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
132!!======================================================================
133!
134!-----------------------------------------------------------------------
135&nameos        !   ocean physical parameters
136!-----------------------------------------------------------------------
137   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS)
138   !                     ! S-EOS coefficients (nn_eos=1):
139   !                          !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
140   rn_a0       =  0.2         !  thermal expension coefficient (nn_eos= 1)
141   rn_b0       =  0.          !  saline  expension coefficient (nn_eos= 1)
142   rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos)
143   rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos)
144   rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos)
145   rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos)
146   rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos)
147/
148!-----------------------------------------------------------------------
149&namtra_adv    !   advection scheme for tracer
150!-----------------------------------------------------------------------
151   ln_traadv_cen = .false. !  2nd order centered scheme
152      nn_cen_h   =  4            !  =2/4, horizontal 2nd order CEN / 4th order CEN
153      nn_cen_v   =  4            !  =2/4, vertical   2nd order CEN / 4th order COMPACT
154   ln_traadv_fct = .true. !  FCT scheme
155      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order
156      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order
157   ln_traadv_mus = .false. !  MUSCL scheme
158      ln_mus_ups = .false.       !  use upstream scheme near river mouths
159   ln_traadv_ubs = .false. !  UBS scheme
160      nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order
161   ln_traadv_qck = .false. !  QUICKEST scheme
162/
163!-----------------------------------------------------------------------
164&namtra_ldf    !   lateral diffusion scheme for tracers
165!-----------------------------------------------------------------------
166  !                       !  Operator type:
167   ln_traldf_OFF   =  .true.  !  No explicit diffusion
168   ln_traldf_lap   =  .false.  !    laplacian operator
169   ln_traldf_blp   =  .false.  !  bilaplacian operator
170/
171!!======================================================================
172!!                      ***  Dynamics namelists  ***                  !!
173!!                                                                    !!
174!!   nam_vvl       vertical coordinate options                          (default: z-star)
175!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
176!!   namdyn_vor    advection scheme                                     (default: NO selection)
177!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
178!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
179!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
180!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
181!!======================================================================
182!
183!-----------------------------------------------------------------------
184&namdyn_adv    !   formulation of the momentum advection
185!-----------------------------------------------------------------------
186   ln_dynadv_vec = .false. !  vector form (T) or flux form (F)
187   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
188   ln_dynadv_cen2 = .false. !  flux form - 2nd order centered scheme
189   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme
190/
191!-----------------------------------------------------------------------
192&nam_vvl    !   vertical coordinate options                             (default: zstar)
193!-----------------------------------------------------------------------
194   ln_vvl_zstar  = .true.           !  zstar vertical coordinate
195/
196!-----------------------------------------------------------------------
197&namdyn_vor    !   option of physics/algorithm
198!-----------------------------------------------------------------------
199   ln_dynvor_ene = .false. !  enstrophy conserving scheme
200   ln_dynvor_ens = .true.  !  energy conserving scheme
201   ln_dynvor_mix = .false. !  mixed scheme
202   ln_dynvor_een = .false. !  energy & enstrophy scheme
203      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
204/
205!-----------------------------------------------------------------------
206&namdyn_hpg    !   Hydrostatic pressure gradient option
207!-----------------------------------------------------------------------
208   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation)
209   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
210/
211!-----------------------------------------------------------------------
212&namdyn_spg    !   Surface pressure gradient
213!-----------------------------------------------------------------------
214   ln_dynspg_ts  = .true.   ! explicit free surface
215      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
216      ln_bt_av      = .true.     ! Time filtering of barotropic variables
217         nn_bt_flt     = 1          ! Time filter choice  = 0 None
218         !                          !                     = 1 Boxcar over   nn_baro sub-steps
219         !                          !                     = 2 Boxcar over 2*nn_baro  "    "
220      ln_bt_auto    = .true.     ! Number of sub-step defined from:
221         nn_baro      =  1         ! =F : the number of sub-step in rn_rdt seconds
222/
223!-----------------------------------------------------------------------
224&namdyn_ldf    !   lateral diffusion on momentum
225!-----------------------------------------------------------------------
226   !                       !  Type of the operator :
227   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion)
228   ln_dynldf_lap =  .false.    !    laplacian operator
229   ln_dynldf_blp =  .false.    !  bilaplacian operator
230   !                       !  Direction of action  :
231   ln_dynldf_lev =  .false.    !  iso-level
232   ln_dynldf_hor =  .true.    !  horizontal (geopotential)
233   ln_dynldf_iso =  .false.    !  iso-neutral
234   !                       !  Coefficient
235   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
236      !                             !  =  0  constant
237      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)
238      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case)
239      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30)
240      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10)
241/
242!!======================================================================
243!!                     vertical physics namelists                     !!
244!!                                                                    !!
245!!    namzdf        vertical physics manager                            (default: NO selection)
246!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
247!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
248!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
249!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
250!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
251!!======================================================================
252!
253!-----------------------------------------------------------------------
254&namzdf        !   vertical physics                                     (default: NO selection)
255!-----------------------------------------------------------------------
256   !                       ! type of vertical closure
257   ln_zdfcst   = .true.       !  constant mixing
258   !
259   !                       ! convection
260   ln_zdfevd   = .false.      !  enhanced vertical diffusion
261   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm
262   !
263   !                       ! coefficients
264   rn_avm0     =   1.e-4      !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
265   rn_avt0     =   0.e0       !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
266   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
267   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
268/
269!!======================================================================
270!!                  ***  Diagnostics namelists  ***                   !!
271!!                                                                    !!
272!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
273!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
274!!   namhsb       Heat and salt budgets                                 (default: OFF)
275!!   namdiu       Cool skin and warm layer models                       (default: OFF)
276!!   namdiu       Cool skin and warm layer models                       (default: OFF)
277!!   namflo       float parameters                                      (default: OFF)
278!!   nam_diadct   transports through some sections                      (default: OFF)
279!!   nam_dia25h   25h Mean Output                                       (default: OFF)
280!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
281!!======================================================================
282!
283!!======================================================================
284!!               ***  Observation & Assimilation  ***                 !!
285!!                                                                    !!
286!!   namobs       observation and model comparison                      (default: OFF)
287!!   nam_asminc   assimilation increments                               ('key_asminc')
288!!======================================================================
289!
290!!======================================================================
291!!                  ***  Miscellaneous namelists  ***                 !!
292!!                                                                    !!
293!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
294!!   namctl            Control prints                                   (default: OFF)
295!!   namsto            Stochastic parametrization of EOS                (default: OFF)
296!!======================================================================
297!
298!-----------------------------------------------------------------------
299&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
300!-----------------------------------------------------------------------
301/
302!-----------------------------------------------------------------------
303&namctl        !   Control prints & Benchmark
304!-----------------------------------------------------------------------
305/
306!-----------------------------------------------------------------------
307&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
308!-----------------------------------------------------------------------
309/
Note: See TracBrowser for help on using the repository browser.