Changes between Version 9 and Version 10 of doc/tec/topography


Ignore:
Timestamp:
Jun 6, 2017 2:10:27 PM (8 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/topography

    v9 v10  
    217217\begin{verbatim}
    218218TYPE surf_type
    219     INTEGER(iwp), DIMENSION(:), ALLOCATABLE ::  I, j, k
    220     REAL(wp), DIMENSION(:), ALLOCATABLE ::  shf
    221     .
    222     .
    223     .
     219    INTEGER(iwp), DIMENSION(:), ALLOCATABLE ::  i
     220    INTEGER(iwp), DIMENSION(:), ALLOCATABLE ::  j
     221    INTEGER(iwp), DIMENSION(:), ALLOCATABLE ::  k
     222    REAL(wp),     DIMENSION(:), ALLOCATABLE ::  shf
     223    ...
    224224END TYPE surf_type
    225225\end{verbatim}
     
    239239}}}
    240240
    241 The term ''def'', ''lsm'', ''usm'' indicates the type of surface, i.e. default-type, natural-type, or urban-type, respectively, while the term at the end indicates either horizontal  ''h'' or vertical surfaces ''v''.  For the different kinds of surfaces, partly different code is executed. \\
    242 
    243 For all the different surface types, MOST (see ...) is applied to model surface fluxes of momentum.
    244 For default-type surfaces, surface fluxes of latent and sensible heat as well as scalars are either prescribed or model by MOST.
    245 In contrast, for natural- and urban-type surfaces, an energy-balance solver is applied in order to model surface fluxes of sensible and latent heat.  \\
     241The term ''def'', ''lsm'', ''usm'' indicates the type of surface, i.e. default-type, natural-type, or urban-type, respectively, while the term at the end indicates either horizontal  ''h'' or vertical surfaces ''v''.  For the different kinds of surfaces, partly different code is executed.
     242For example, for natural- and urban-type surfaces, an energy-balance solver is applied according to the land-surface and urban-surface model, respectively, in order to model surface fluxes of sensible and latent heat.  \\
    246243
    247244Further, in addition to the different types of surfaces, surface elements are further distinguished according to its orientation: \\