Changeset 75 for palm/trunk/DOC/app/chapter_4.1.html
- Timestamp:
- Mar 22, 2007 9:54:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/app/chapter_4.1.html
r72 r75 88 88 <span style="font-weight: bold;">bc_lr</span> may 89 89 also be 90 assigned the values <span style="font-style: italic;">'dirichlet/ neumann'</span>91 (inflow from left, outflow to the right) or <span style="font-style: italic;">' neumann/dirichlet'</span>90 assigned the values <span style="font-style: italic;">'dirichlet/radiation'</span> 91 (inflow from left, outflow to the right) or <span style="font-style: italic;">'radiation/dirichlet'</span> 92 92 (inflow from 93 93 right, outflow to the left). This requires the multi-grid method to be 94 94 used for solving the Poisson equation for perturbation pressure (see <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.2.html#psolver">psolver</a>) 95 and it also requires cyclic boundary conditions along y (see <br><a href="#bc_ns">bc_ns</a>).<br> <br>95 and it also requires cyclic boundary conditions along y (see <a href="#bc_ns">bc_ns</a>).<br> <br> 96 96 In case of these non-cyclic lateral boundaries, a Dirichlet condition 97 97 is used at the inflow for all quantities (initial vertical profiles - 98 98 see <a href="#initializing_actions">initializing_actions</a> 99 99 - are fixed during the run) except u, to which a Neumann (zero 100 gradient) condition is applied. At the outflow, a Neumann (zero 101 gradient) condition is used for all quantities except v, which is set 102 to its horizontal average along the outflow (e.g. v(k,:,nx+1) = 103 average_along_y( v(k,:,nx)), and except w, which is set to zero 104 (Dirichlet condition). These conditions ensure the velocity field to be 105 free of divergence at the inflow and at the outflow. For perturbation 100 gradient) condition is applied. At the outflow, a radiation condition is used for all velocity components, while a Neumann (zero 101 gradient) condition is used for the scalars. For perturbation 106 102 pressure Neumann (zero gradient) conditions are assumed both at the 107 103 inflow and at the outflow.<br> <br> … … 137 133 <span style="font-weight: bold;">bc_ns</span> may 138 134 also be 139 assigned the values <span style="font-style: italic;">'dirichlet/ neumann'</span>140 (inflow from rear ("north"), outflow to the front ("south")) or <span style="font-style: italic;">' neumann/dirichlet'</span>135 assigned the values <span style="font-style: italic;">'dirichlet/radiation'</span> 136 (inflow from rear ("north"), outflow to the front ("south")) or <span style="font-style: italic;">'radiation/dirichlet'</span> 141 137 (inflow from front ("south"), outflow to the rear ("north")). This 142 138 requires the multi-grid … … 146 142 In case of these non-cyclic lateral boundaries, a Dirichlet condition 147 143 is used at the inflow for all quantities (initial vertical profiles - 148 see <a href="#initializing_actions">initializing_actions</a> 149 - are fixed during the run) except v, to which a Neumann (zero 150 gradient) condition is applied. At the outflow, a Neumann (zero 151 gradient) condition is used for all quantities except u, which is set 152 to its horizontal average along the outflow (e.g. u(k,ny+1,:) = 153 average_along_x( u(k,ny,:)), and except w, which is set to zero 154 (Dirichlet condition). These conditions ensure the velocity field to be 155 free of divergence at the inflow and at the outflow. For perturbation 144 see <a href="chapter_4.1.html#initializing_actions">initializing_actions</a> 145 - are fixed during the run) except u, to which a Neumann (zero 146 gradient) condition is applied. At the outflow, a radiation condition is used for all velocity components, while a Neumann (zero 147 gradient) condition is used for the scalars. For perturbation 156 148 pressure Neumann (zero gradient) conditions are assumed both at the 157 149 inflow and at the outflow.<br> <br> … … 428 420 Also cloud-top cooling by longwave radiation can be utilized (see <a href="#radiation">radiation</a>)<br> <b><br> 429 421 cloud_physics =</b> <span style="font-style: italic;">.TRUE. 430 </span>requires <a href="#moisture">moisture</a>422 </span>requires <a href="#humidity">humidity</a> 431 423 =<span style="font-style: italic;"> .TRUE.</span> .<br> 432 424 Detailed information about the condensation scheme is given in the … … 890 882 the so-called Blackadar mixing length is used (l = kappa * z / ( 1 + 891 883 kappa * z / lambda ) with the limiting value lambda = 2.7E-4 * u_g / f).<br> 892 </td> </tr> <tr> <td style="vertical-align: top;"> <p><a name=" moisture"></a><b>moisture</b></p>884 </td> </tr> <tr> <td style="vertical-align: top;"> <p><a name="humidity"></a><b>humidity</b></p> 893 885 </td> <td style="vertical-align: top;">L</td> 894 886 <td style="vertical-align: top;"><i>.F.</i></td> … … 953 945 <br> <span style="font-weight: bold;">Important: </span>The 954 946 upstream-spline scheme is not implemented for humidity and passive 955 scalars (see <a href="#moisture">moisture</a>947 scalars (see <a href="#humidity">humidity</a> 956 948 and <a href="#passive_scalar">passive_scalar</a>) 957 949 and requires the use of a 2d-domain-decomposition. The last conditions … … 1206 1198 With <span style="font-weight: bold;">passive_scalar</span> 1207 1199 switched 1208 on, the simultaneous use of humidity (see <a href="#moisture">moisture</a>)1200 on, the simultaneous use of humidity (see <a href="#humidity">humidity</a>) 1209 1201 is impossible.</p> </td> </tr> <tr> <td style="vertical-align: top;"> <p><a name="phi"></a><b>phi</b></p> 1210 1202 </td> <td style="vertical-align: top;">R</td> … … 1367 1359 <br> <b>_level</b></p> </td> <td style="vertical-align: top;">R (10)</td> <td style="vertical-align: top;"> <p><i>10 *</i> 1368 1360 <i>0.0</i></p> </td> <td style="vertical-align: top;"> <p>Height level from 1369 which on the moisturegradient defined by <a href="#q_vertical_gradient">q_vertical_gradient</a>1361 which on the humidity gradient defined by <a href="#q_vertical_gradient">q_vertical_gradient</a> 1370 1362 is effective (in m). </p> <p>The height levels 1371 1363 are to be assigned in ascending order. The … … 1533 1525 </p> <p style="margin-left: 40px;"><span style="font-weight: bold;">Important: </span>The 1534 1526 upstream-spline scheme is not implemented for humidity and passive 1535 scalars (see <a href="#moisture">moisture</a>1527 scalars (see <a href="#humidity">humidity</a> 1536 1528 and <a href="#passive_scalar">passive_scalar</a>) 1537 1529 and requires the use of a 2d-domain-decomposition. The last conditions … … 1823 1815 <i> </i><a href="#alpha_surface">alpha_surface</a> 1824 1816 = 0.0, <a href="#bc_lr">bc_lr</a> = <a href="#bc_ns">bc_ns</a> = <span style="font-style: italic;">'cyclic'</span>, <a style="" href="#galilei_transformation">galilei_transformation</a> 1825 = <span style="font-style: italic;">.F.</span>, <a href="#cloud_physics">cloud_physics </a> = <span style="font-style: italic;">.F.</span>, <a href="#cloud_droplets">cloud_droplets</a> = <span style="font-style: italic;">.F.</span>, <a href="#moisture">moisture</a> = <span style="font-style: italic;">.F.</span>, and <a href="#prandtl_layer">prandtl_layer</a> = .T..<br>1817 = <span style="font-style: italic;">.F.</span>, <a href="#cloud_physics">cloud_physics </a> = <span style="font-style: italic;">.F.</span>, <a href="#cloud_droplets">cloud_droplets</a> = <span style="font-style: italic;">.F.</span>, <a href="#humidity">humidity</a> = <span style="font-style: italic;">.F.</span>, and <a href="#prandtl_layer">prandtl_layer</a> = .T..<br> 1826 1818 <font color="#000000"><br> 1827 1819 Note that an inclined model domain requires the use of <span style="font-weight: bold;">topography</span> = <span style="font-style: italic;">'flat'</span> and a
Note: See TracChangeset
for help on using the changeset viewer.