Changes between Version 3 and Version 4 of doc/tec/lsf


Ignore:
Timestamp:
Apr 25, 2014 2:43:30 PM (11 years ago)
Author:
boeske
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/lsf

    v3 v4  
     1Page is currently under construction!!!
    12
    2 '''This page is currently under construction!
    3 
    4 \\
    53
    64=== Large scale forcing ===
    75
    8 Usually, the LES model PALM is used to simulate the flow in the boundary layer which is a certain part of the atmosphere. Processes occurring on larger scales than those in the boundary layer including large scale advection of scalars, large scale pressure gradients or large scale subsidence have also to be considered in the model, especially when focusing on realistic situations observed during measurement campaigns.\\
    9 
     6Usually, the LES model PALM is used to simulate the flow in the boundary layer which is a certain part of the atmosphere. Processes occurring on larger scales than those in the boundary layer including large scale advection of scalars, large scale pressure gradients or large scale subsidence have also to be considered in the model, especially when focusing on realistic situations observed during measurement campaigns. In PALM this can be realized by using [../../app/inipar#large_scale_forcing large scale forcing].
    107
    118\\
    129
    1310'''Horizontal large scale (LS) advection:
     11
    1412{{{
    1513#!Latex
     
    2422\\
    2523
     24'''Large scale subsidence:'''\\
     25
     26Effects of large scale subsidence and ascent can be considered by two different methods in PALM. The default method uses a large scale subsidence velocity '''w_subs''' which is usually taken from larger scale models. For the vertical advection of the prognostic variables an additional tendency is computed:
     27{{{
     28#!Latex
     29\[ \left. \dfrac{\partial \varphi}{\partial t} \right|_{\text{subs}} = - w_{\text{subs}} \dfrac{\partial \varphi_{\text{LES}}}{\partial z \vphantom{y}} = - w_{\text{LS}} \dfrac{\partial \varphi_{\text{LES}}}{\partial z \vphantom{y}}.  \]
     30}}}
     31\\
     32Alternatively, large scale subsidence tendencies, derived from larger scale models, can be directly applied to the prognostic equations:
     33{{{
     34#!Latex
     35\[ \left. \dfrac{\partial \varphi}{\partial t} \right|_{\text{subs}} = - w_{\text{LS}} \dfrac{\partial \varphi_{\text{LS}}}{\partial z \vphantom{y}}  \]
     36}}}
     37This method can be used by setting the control parameter [wiki:doc/app/inipar#use_subsidence_tendencies use_subsidence_tendencies] to ''.T.''.
     38
     39Note that in any case [../../app/inipar#large_scale_subsidence large scale subsidence] has to be set to ''.T.'' in the parameter file.
     40
     41\\
     42
     43'''Nudging:'''\\
     44
     45When performing runs with large scale forcing it is recommended to use additional [wiki:doc/tec/nudging  nudging], so that excessive model drift in time is prevented (Neggers et al., 2012).
     46
     47\\
     48
    2649A complete example for a PALM run with large scale forcing and nudging is documented [../../app/examples/lsf here].
     50
     51=== References ===
     52* '''Neggers, R. A. J., A. P. Siebesma and T. Heus, 2012:''' Continous single-column model evaluation at a permanent meteorological supersite. ''Bull. Amer. Meteor. Soc'', '''29''', 91-115. [http://dx.doi.org/10.1175/BAMS-D-11-00162.1 doi]