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 | ... |
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. \\ |
| 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 | For 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. \\ |