Changes between Version 78 and Version 79 of doc/app/initialization_parameters
- Timestamp:
- Sep 15, 2010 8:39:25 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/initialization_parameters
v78 v79 29 29 {{{#!td 30 30 Parameter to switch on usage of cloud droplets.\\\\ 31 Cloud droplets require to use particles (i.e. the NAMELIST group [../parpar ] has to be included in the parameter file). Then each particle is a representative for a certain number of droplets. The droplet features (number of droplets, initial radius, etc.) can be steered with the respective particle parameters (see e.g. [../parpar#radius radius]). The real number of initial droplets in a grid cell is equal to the initial number of droplets (defined by the particle source parameters [../parpar#pst pst], [../parpar#psl psl], [../parpar#psr psr], [../parpar#pss pss], [../parpar#psn psn], [../parpar#psb psb], [../parpar#pdx pdx], [../parpar#pdy pdy] and [../parpar#pdz pdz]) times the [../parpar#initial_weighting_factor initial_weighting_factor].\\\\31 Cloud droplets require to use particles (i.e. the NAMELIST group [../parpar particles_par] has to be included in the parameter file). Then each particle is a representative for a certain number of droplets. The droplet features (number of droplets, initial radius, etc.) can be steered with the respective particle parameters (see e.g. [../parpar#radius radius]). The real number of initial droplets in a grid cell is equal to the initial number of droplets (defined by the particle source parameters [../parpar#pst pst], [../parpar#psl psl], [../parpar#psr psr], [../parpar#pss pss], [../parpar#psn psn], [../parpar#psb psb], [../parpar#pdx pdx], [../parpar#pdy pdy] and [../parpar#pdz pdz]) times the [../parpar#initial_weighting_factor initial_weighting_factor].\\\\ 32 32 In case of using cloud droplets, the default condensation scheme in PALM cannot be used, i.e. [#cloud_physics cloud_physics] must be set ''.F.''. 33 33 }}} … … 743 743 |---------------- 744 744 {{{#!td style="vertical-align:top" 745 [=#<insert_parameter_name> '''<insert_parameter_name>'''] 746 }}} 747 {{{#!td style="vertical-align:top" 748 <insert type> 749 }}} 750 {{{#!td style="vertical-align:top" 751 <insert value> 752 }}} 753 {{{#!td 754 <insert explanation> 745 [=#omega_sor '''omega_sor'''] 746 }}} 747 {{{#!td style="vertical-align:top" 748 R 749 }}} 750 {{{#!td style="vertical-align:top" 751 1.8 752 }}} 753 {{{#!td 754 Convergence factor to be used with the the SOR-scheme.\\\\ 755 If the SOR-scheme is selected ([#psolver psolver] = '' 'sor' ''), this parameter determines the value of the convergence factor, where ''1.0'' <= '''omega_sor''' < ''2.0.'' The optimum value of '''omega_sor''' depends on the number of grid points along the different directions in space. For non-equidistant grids it can only be determined by appropriate test runs. 755 756 }}} 756 757 |---------------- … … 1162 1163 |---------------- 1163 1164 {{{#!td style="vertical-align:top" 1164 [=#<insert_parameter_name> '''<insert_parameter_name>'''] 1165 }}} 1166 {{{#!td style="vertical-align:top" 1167 <insert type> 1168 }}} 1169 {{{#!td style="vertical-align:top" 1170 <insert value> 1171 }}} 1172 {{{#!td 1173 <insert explanation> 1165 [=#outflow_damping_width '''outflow_damping_width'''] 1166 }}} 1167 {{{#!td style="vertical-align:top" 1168 I 1169 }}} 1170 {{{#!td style="vertical-align:top" 1171 MIN(20, [#nx nx]/2 or [#ny ny]/2) 1172 }}} 1173 {{{#!td 1174 Width of the damping range in the vicinity of the outflow (gridpoints).\\\\ 1175 When using non-cyclic lateral boundaries (see [#bc_lr bc_lr] or [#bc_ns bc_ns]), a smoothing has to be applied to the velocity field in the vicinity of the outflow in order to suppress any reflections of outgoing disturbances. This parameter controlls the horizontal range to which the smoothing is applied. The range is given in gridpoints counted from the respective outflow boundary. For further details about the smoothing see parameter [#km_damp_max km_damp_max], which defines the magnitude of the damping. 1174 1176 }}} 1175 1177 |----------------