Changes between Version 4 and Version 5 of palm4u


Ignore:
Timestamp:
Dec 12, 2017 3:35:58 PM (7 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • palm4u

    v4 v5  
    77In the following an overview of the PALM-4U components is given. Note that some of these still undergo major changes and improvements at the moment. A final documentation and publications are planned in 2018 and 2019.
    88
    9 == Building parameterization ==
     9== Topography parameterization ==
    1010The Cartesian topography in PALM is generally based on the mask method ([#briscolini1989 Briscolini and Santangelo, 1989]) and allows for explicitly resolving solid obstacles such as buildings and orography. The implementation makes use of the following simplifications:
    1111
     
    3232
    3333Simulations with topography require the application of MOST between each surface and the first computational grid point outside of the topography.
    34 For vertical and horizontal downward-facing surfaces, neutral stratification is assumed for MOST, even if MOST is strictly speaking derived only for upward-facing horizontal surfaces. This is simply attributed to the lack of knowledge in the literature about the best practice in this matter. \\\\
     34For vertical and horizontal downward-facing surfaces, neutral stratification is assumed for MOST.
    3535
    36 Missing:
    37 * Coupling to LSM and USM
    38 * Terrain height and topography
     36In the PALM core, buildings are primarily realized as obstacles that react to the flow dynamics via form drag
     37and friction forces by assuming a constant flux layer between the building surface and the adjacent air volume. A simple thermodynamic coupling is also possible by prescribing surface fluxes of sensible (and latent heat) at any of the building surface grid elements.
    3938
    40 The technical realization of the topography and treatment of surface-bounded grid cells will be outlined in Sect. [wiki:doc/tec/topography topography implementation].
     39The technical realization of the topography and treatment of surface-bounded grid cells is be outlined in Section [wiki:doc/tec/topography topography implementation].
     40
     41
     42== Urban and natural surface schemes ==
     43
     44In order to simulate interactions between the atmosphere
     45and the soil-vegetation continuum, an energy balance
     46solver for natural surfaces in urban environments is essential to predict realistic
     47surface conditions and fluxes of sensible heat and latent
     48heat. When using the concept of the surface skin layer,
     49where vegetation and bare soil fractions are considered
     50to be flat and have a joint skin layer temperature, T skin ,
     51the energy balance reads
     52dT skin
     53C skin
     54 = Rn − H − LE − G ,
     55dt
     56(3.1)
     57where Cskin is the heat capacity of the skin layer, Rn is
     58the net radiation at the surface, H and LE are the tur-
     59bulent surface fluxes of sensible and latent heat, and G
     60is the heat flux into (or out of) the soil. Fluxes are de-
     61fined positive (negative) when they are directed away
     62(towards) the surface. A full interactive land surface
     63scheme (LSM) was recently implemented in PALM,
     64based on the Tiled European Centre for Medium-Range
     65Weather Forecast Scheme for Surface Exchange over
     66Land (Balsamo et al., 2009, TESSEL/HTESSEL, e.g.)
     67and was first applied by Maronga and Bosveld (2017).
     68The scheme consists of an energy balance solver for
     69T skin and a multi-layer soil scheme that takes into ac-
     70count the vertical diffusion of heat as well as vertical
     71water transport in the soil. Vegetation is fully parameter-
     72ized, including root extraction of water from particular
     73soil layers used for transpiration and a prognostic equa-
     74tion for the liquid water stored on plants by interception.
     75So far, however, all vegetation is treated to be subgrid-
     76scale, e.g. the canopy has no vertical extent and is pa-
     77rameterized by aerodynamic parameters such as rough-
     78ness lengths and heat capacity and conductivity of the
     79skin layer. The land surface scheme is also applied for paved surfaces, which only deviates in the treatment of vegetated surface by different material properties and imperviousness to water.
     80
     81In order to simulate realistic urban environments, an adapted version of the land surface parameterization is available for building facade elements.
     82Essentially, this involves the solution of an adapted version
     83of Eq. 3.1 for each urban surface element, such as build-
     84ing facades, roofs and impervious horizontal surfaces
     85like pavement. For solving Eq. 3.1, the radiative transfer
     86in the urban canopy, including multiple reflections and
     87shading from buildings must be calculated, which may
     88be considered to be one of the main challenging tasks
     89in urban surface modelling (see Sect. 3.1.7). In order to
     90estimate the heat flux G into the material, all building
     91facades must be coupled to a multi-layer wall model.
     92This is further complicated by the fact, that facades can
     93not only consist of solid walls, but usually also consist
     94of significant fractions of windows and sometimes green
     95elements. Windows in particular have significantly dif-
     96ferent physical properties than solid (greened) wall, e.g.
     97in albedo, and they also allow shortwave radiation to en-
     98ter the building.
     99A preliminary version of an urban surface model
     100(USM) has been recently entered the PALM default code
     101(Resler et al., 2017), which already includes an energy
     102balance solver for solid walls (see Fig. 5). In the course
     103of MOSAIK we will take this as a basis to add the
     104treatment of windows and green facades using the tile
     105approach. Also, we will couple the USM to an indoor
     106climate and energy demand model (see Sect. 3.1.6).
     107
    41108
    42109
    43110== RANS turbulence parameterization ==
    44 
    45 == Land and urban surface model ==
    46 * refer to PALM's LSM
    47111
    48112