Changes between Version 355 and Version 356 of doc/app/initialization_parameters
- Timestamp:
- Aug 25, 2017 1:17:39 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/initialization_parameters
v355 v356 1327 1327 Using non-cyclic lateral boundaries requires very sensitive adjustments of the inflow (vertical profiles) and the bottom boundary conditions, e.g. a surface heating should not be applied near the inflow boundary because this may significantly disturb the inflow. Please check the model results very carefully. 1328 1328 1329 Detailed information can be found in the documentation of the [../../tec/noncyclic non-cyclic lateral boundary conditions]. 1329 Detailed information can be found in the documentation of the [../../tec/noncyclic non-cyclic lateral boundary conditions].\\\\ 1330 '''Note 2:'''\\ 1331 In case of cyclic boundary conditions in both horizontal directions, a y-shift at the left/right boundary can be introduced using the parameter [#y_shift y_shift]. 1330 1332 }}} 1331 1333 |---------------- … … 1992 1994 With '''wall_adjustment''' = ''.T.,'' the mixing length is limited to a maximum of 1.8 * z. This condition typically affects only the first grid points above the bottom boundary.\\\\ 1993 1995 In case of a non-flat topography, the respective horizontal distance from vertical walls is used. 1996 }}} 1997 |---------------- 1998 {{{#!td style="vertical-align:top" 1999 [=#y_shift '''y_shift'''] 2000 }}} 2001 {{{#!td style="vertical-align:top" 2002 I 2003 }}} 2004 {{{#!td style="vertical-align:top" 2005 0 2006 }}} 2007 {{{#!td 2008 Factor for shift of cyclic conditions at the x-boundary in y-direction.\\\\ 2009 In case of cyclic boundary conditions, a y-shift at the boundaries in x-direction can be introduced via parameter y_shift. The shift is done by modifying the processor grid in such a way that cores located at the right x-boundary communicate across it to processors with y-coordinate shifted by y_shift relative to their own. In this way, a shift by the size of one core's subdomain size in y-direction is realized.\\ 2010 This feature has been implemented to counter the effect of streak structures in case of cyclic boundary conditions. For a description of these, see Munters (2016; http://www.dx.doi.org/10.1063/1.4941912).\\ 2011 This feature can only be used with a multigrid pressure solver, as the data is not truly cyclic anymore. See [../inipar#psolver psolver]. 1994 2012 }}} 1995 2013 |----------------