Changes between Version 6 and Version 7 of doc/tec/topography


Ignore:
Timestamp:
Jun 6, 2017 1:42:23 PM (8 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/topography

    v6 v7  
    1111The prognostic terms are executed overall, i.e. also within topography.
    1212Masking of topography is done via Fortran integer bit flags, where a certain bit position indicates whether the respective grid point belongs to an obstacle (bit is 0) or to the atmosphere (bit is 1).
    13 Different bit positions indicate different masking on the staggered grid, e.g. on the u, v, w grid, equivalent to the former nzb_u/v/w_inner arrays.  Further, regions where special wall-bounded code is executed, is also masked via special bit flags.
    14 A list of the respective bit flags and their meaning concerning the deprecated implementation via the nzb_u/v/w_inner arrays can be found in the following  Table. 
     13Different bit positions indicate different masking on the staggered grid, e.g. on the u, v, w grid, equivalent to the former nzb_u/v/w_inner arrays.  Further, regions where special surface-bounded code is executed, is also masked via special bit flags.
     14A list of the respective bit flags and their meaning concerning the deprecated implementation via the nzb_u/v/w_inner arrays can be found in the following  Table.
     15Bit flags are stored in array {{{wall_flags_0}}}.
    1516
    1617||='''Bit position'''  =||='''Meaning'''  =||