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]. |
| 39 | The 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 | |
| 44 | In order to simulate interactions between the atmosphere |
| 45 | and the soil-vegetation continuum, an energy balance |
| 46 | solver for natural surfaces in urban environments is essential to predict realistic |
| 47 | surface conditions and fluxes of sensible heat and latent |
| 48 | heat. When using the concept of the surface skin layer, |
| 49 | where vegetation and bare soil fractions are considered |
| 50 | to be flat and have a joint skin layer temperature, T skin , |
| 51 | the energy balance reads |
| 52 | dT skin |
| 53 | C skin |
| 54 | = Rn − H − LE − G , |
| 55 | dt |
| 56 | (3.1) |
| 57 | where Cskin is the heat capacity of the skin layer, Rn is |
| 58 | the net radiation at the surface, H and LE are the tur- |
| 59 | bulent surface fluxes of sensible and latent heat, and G |
| 60 | is the heat flux into (or out of) the soil. Fluxes are de- |
| 61 | fined positive (negative) when they are directed away |
| 62 | (towards) the surface. A full interactive land surface |
| 63 | scheme (LSM) was recently implemented in PALM, |
| 64 | based on the Tiled European Centre for Medium-Range |
| 65 | Weather Forecast Scheme for Surface Exchange over |
| 66 | Land (Balsamo et al., 2009, TESSEL/HTESSEL, e.g.) |
| 67 | and was first applied by Maronga and Bosveld (2017). |
| 68 | The scheme consists of an energy balance solver for |
| 69 | T skin and a multi-layer soil scheme that takes into ac- |
| 70 | count the vertical diffusion of heat as well as vertical |
| 71 | water transport in the soil. Vegetation is fully parameter- |
| 72 | ized, including root extraction of water from particular |
| 73 | soil layers used for transpiration and a prognostic equa- |
| 74 | tion for the liquid water stored on plants by interception. |
| 75 | So far, however, all vegetation is treated to be subgrid- |
| 76 | scale, e.g. the canopy has no vertical extent and is pa- |
| 77 | rameterized by aerodynamic parameters such as rough- |
| 78 | ness lengths and heat capacity and conductivity of the |
| 79 | skin 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 | |
| 81 | In order to simulate realistic urban environments, an adapted version of the land surface parameterization is available for building facade elements. |
| 82 | Essentially, this involves the solution of an adapted version |
| 83 | of Eq. 3.1 for each urban surface element, such as build- |
| 84 | ing facades, roofs and impervious horizontal surfaces |
| 85 | like pavement. For solving Eq. 3.1, the radiative transfer |
| 86 | in the urban canopy, including multiple reflections and |
| 87 | shading from buildings must be calculated, which may |
| 88 | be considered to be one of the main challenging tasks |
| 89 | in urban surface modelling (see Sect. 3.1.7). In order to |
| 90 | estimate the heat flux G into the material, all building |
| 91 | facades must be coupled to a multi-layer wall model. |
| 92 | This is further complicated by the fact, that facades can |
| 93 | not only consist of solid walls, but usually also consist |
| 94 | of significant fractions of windows and sometimes green |
| 95 | elements. Windows in particular have significantly dif- |
| 96 | ferent physical properties than solid (greened) wall, e.g. |
| 97 | in albedo, and they also allow shortwave radiation to en- |
| 98 | ter the building. |
| 99 | A 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 |
| 102 | balance solver for solid walls (see Fig. 5). In the course |
| 103 | of MOSAIK we will take this as a basis to add the |
| 104 | treatment of windows and green facades using the tile |
| 105 | approach. Also, we will couple the USM to an indoor |
| 106 | climate and energy demand model (see Sect. 3.1.6). |
| 107 | |