source: lmdz_wrf/WRFV3/test/em_les/README.les @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 1.8 KB
Line 
1The ideal em_les test case:
2
3This test case produces a large-eddy simulation (LES) of a free
4convective boundary layer (CBL).  The environmental wind (or
5the initial wind profile) is set to zero in this default case. 
6The turbulence of the free CBL is driven/maintained by the surface
7heat flux, which is specified in the namelist as tke_heat_flux=0.24
8(in MKS units).
9
10A random perturbation is imposed initially on the mean temperature
11field at the lowest four grid levels to kick off the
12turbulent motion. Double periodic boundary condition
13is used in x and y.
14
15The default version uses a grid resolution of
16dx=dy=100m and dz=50m, which is considered to be rather coarse
17for an LES of the CBL.  A typical grid mesh for an LES
18of the CBL is dx=dy=50m and dz=20m.  An LES flow field is more
19accurate when the grid resolution is finer because it resolves
20more turbulent scales. 
21
22This LES version uses the Deardorff's TKE scheme to compute the SGS
23eddy viscosity and eddy diffusivity for turbulent mixing, that is
24diff_opt=2 and km_opt = 2 in the namelist.  The Coriolis parameter
25is set to f = 10^-4/s.
26
27It takes at least 30 minutes of simulation time to spin up the
28turbulent flow field; only after the spin-up, the turbulence inside
29the CBL is considered well established.  A sign of well-established
30turbulence is that the total (i.e., the resolved-scale plus the
31subgrid-scale) heat flux profile should decrease linearly with height
32within the CBL.
33
34To simulate a CBL with a mean wind, change the initial wind
35profile in the input sounding.   
36When pert_coriolis= true is set in the namelist, there is no need to
37include the geostrophic wind terms in the right-hand sides of
38the u and v equations for LESs with non-zero geostrophic wind.
39
40Note, parameterization constants, c_s and c_k in this namelist are
41different from the defaults and are the ones recommended to use with LES.
42
Note: See TracBrowser for help on using the repository browser.