Changeset 97 for palm/trunk/DOC/app/chapter_4.1.html
- Timestamp:
- Jun 21, 2007 8:23:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/app/chapter_4.1.html
r83 r97 208 208 </td> </tr> <tr> <td style="vertical-align: top;"> <p><a name="pc_pt_t"></a><b>bc_pt_t</b></p> 209 209 </td> <td style="vertical-align: top;">C * 20</td> 210 <td style="vertical-align: top;"><span style="font-style: italic;">'initial gradient'</span></td>210 <td style="vertical-align: top;"><span style="font-style: italic;">'initial_ gradient'</span></td> 211 211 <td style="vertical-align: top;"> <p style="font-style: normal;">Top boundary condition of the 212 212 potential temperature. </p> <p>Allowed are the … … 299 299 bc_s_t_val * dzu(nz+1)</p> </ul> <p style="font-style: normal;">(up to k=nz the prognostic 300 300 equation for the scalar concentration is 301 solved).</p> </td> </tr> <tr> <td style="vertical-align: top;"> <p><a name="bc_uv_b"></a><b>bc_uv_b</b></p> 301 solved).</p> </td> </tr> <tr><td style="vertical-align: top;"><a name="bc_sa_t"></a><span style="font-weight: bold;">bc_sa_t</span></td><td style="vertical-align: top;">C * 20</td><td style="vertical-align: top;"><span style="font-style: italic;">'neumann'</span></td><td style="vertical-align: top;"><p style="font-style: normal;">Top boundary condition of the salinity. </p> <p>This parameter only comes into effect for ocean runs (see parameter <a href="#ocean">ocean</a>).</p><p style="font-style: normal;">Allowed are the 302 values <span style="font-style: italic;">'dirichlet' </span>(sa(k=nz+1) 303 does not change during the run) and <span style="font-style: italic;">'neumann'</span> 304 (sa(k=nz+1)=sa(k=nz))<span style="font-style: italic;"></span>. <br><br> 305 When a constant salinity flux is used at the top boundary (<a href="chapter_4.1.html#top_salinityflux">top_salinityflux</a>), 306 <b>bc_sa_t</b> = <span style="font-style: italic;">'neumann'</span> 307 must be used, because otherwise the resolved scale may contribute to 308 the top flux so that a constant value cannot be guaranteed.</p></td></tr><tr> <td style="vertical-align: top;"> <p><a name="bc_uv_b"></a><b>bc_uv_b</b></p> 302 309 </td> <td style="vertical-align: top;">C * 20</td> 303 310 <td style="vertical-align: top;"><span style="font-style: italic;">'dirichlet'</span></td> … … 331 338 Neumann condition yields the free-slip condition with u(k=nz+1) = 332 339 u(k=nz) and v(k=nz+1) = v(k=nz) (up to k=nz the prognostic equations 333 for the velocities are solved).</p> </td> </tr> <tr> 340 for the velocities are solved).</p> </td> </tr> <tr><td style="vertical-align: top;"><a name="bottom_salinityflux"></a><span style="font-weight: bold;">bottom_salinityflux</span></td><td style="vertical-align: top;">R</td><td style="vertical-align: top;"><span style="font-style: italic;">0.0</span></td><td style="vertical-align: top;"><p>Kinematic salinity flux near the surface (in psu m/s). </p>This parameter only comes into effect for ocean runs (see parameter <a href="chapter_4.1.html#ocean">ocean</a>).<p>The 341 respective salinity flux value is used 342 as bottom (horizontally homogeneous) boundary condition for the salinity equation. This additionally requires that a Neumann 343 condition must be used for the salinity, which is currently the only available condition.<br> </p> </td></tr><tr> 334 344 <td style="vertical-align: top;"><span style="font-weight: bold;"><a name="building_height"></a>building_height</span></td> 335 345 <td style="vertical-align: top;">R</td> <td style="vertical-align: top;"><span style="font-style: italic;">50.0</span></td> <td>Height … … 1111 1121 be an integral multiple of 1112 1122 the number of processors in x-direction (due to data transposition 1113 restrictions).</p> </td> </tr> <tr> <td style="vertical-align: top;"> <p><a name="omega"></a><b>omega</b></p> 1123 restrictions).</p> </td> </tr> <tr><td style="vertical-align: top;"><a name="ocean"></a><span style="font-weight: bold;">ocean</span></td><td style="vertical-align: top;">L</td><td style="vertical-align: top;"><span style="font-style: italic;">.F.</span></td><td style="vertical-align: top;">Parameter to switch on ocean runs.<br><br>By default PALM is configured to simulate atmospheric flows. However, starting from version 3.3, <span style="font-weight: bold;">ocean</span> = <span style="font-style: italic;">.T.</span> allows simulation of ocean turbulent flows. Setting this switch has several effects:<br><br><ul><li>An additional prognostic equation for salinity is solved.</li><li>Potential temperature in buoyancy and stability-related terms is replaced by potential density.</li><li>Potential 1124 density is calculated from the equation of state for seawater after 1125 each timestep, using the algorithm proposed by Jackett et al. (2006, J. 1126 Atmos. Oceanic Technol., <span style="font-weight: bold;">23</span>, 1709-1728).<br>So far, only the initial hydrostatic pressure is entered into this equation.</li><li>z=0 (sea surface) is assumed at the model top (vertical grid index <span style="font-family: Courier New,Courier,monospace;">k=nzt</span> on the w-grid), with negative values of z indicating the depth.</li><li>Initial profiles are constructed (e.g. from <a href="#pt_vertical_gradient">pt_vertical_gradient</a> / <a href="#pt_vertical_gradient_level">pt_vertical_gradient_level</a>) starting from the sea surface, using surface values given by <a href="#pt_surface">pt_surface</a>, <a href="#sa_surface">sa_surface</a>, <a href="#ug_surface">ug_surface</a>, and <a href="#vg_surface">vg_surface</a>.</li><li>Zero salinity flux is used as default boundary condition at the bottom of the sea.</li><li>If switched on, random perturbations are by default imposed to the upper model domain from zu(nzt*2/3) to zu(nzt-3).</li></ul><br>Relevant parameters to be exclusively used for steering ocean runs are <a href="#bc_sa_t">bc_sa_t</a>, <a href="#bottom_salinityflux">bottom_salinityflux</a>, <a href="#sa_surface">sa_surface</a>, <a href="#sa_vertical_gradient">sa_vertical_gradient</a>, <a href="#sa_vertical_gradient_level">sa_vertical_gradient_level</a>, and <a href="#top_salinityflux">top_salinityflux</a>.<br><br>Section <a href="chapter_4.2.2.html">4.4.2</a> gives an example for appropriate settings of these and other parameters neccessary for ocean runs.<br><br><span style="font-weight: bold;">ocean</span> = <span style="font-style: italic;">.T.</span> does not allow settings of <a href="#timestep_scheme">timestep_scheme</a> = <span style="font-style: italic;">'leapfrog'</span> or <span style="font-style: italic;">'leapfrog+euler'</span> as well as <a href="#scalar_advec">scalar_advec</a> = <span style="font-style: italic;">'ups-scheme'</span>.<br><br><span style="font-weight: bold;">Current limitations:</span><br>Using 1127 a vertical grid stretching is not recommended since it would still 1128 stretch the grid towards the top boundary of the model (sea surface) 1129 instead of the bottom boundary.</td></tr><tr> <td style="vertical-align: top;"> <p><a name="omega"></a><b>omega</b></p> 1114 1130 </td> <td style="vertical-align: top;">R</td> 1115 1131 <td style="vertical-align: top;"><i>7.29212E-5</i></td> … … 1241 1257 temperature to be used in all buoyancy terms (in K).<br><br>By 1242 1258 default, the instantaneous horizontal average over the total model 1243 domain is used.< /td></tr><tr> <td style="vertical-align: top;"> <p><a name="pt_surface"></a><b>pt_surface</b></p>1259 domain is used.<br><br><span style="font-weight: bold;">Attention:</span><br>In case of ocean runs (see <a href="chapter_4.1.html#ocean">ocean</a>), always a reference temperature is used in the buoyancy terms with a default value of <span style="font-weight: bold;">pt_reference</span> = <a href="#pt_surface">pt_surface</a>.</td></tr><tr> <td style="vertical-align: top;"> <p><a name="pt_surface"></a><b>pt_surface</b></p> 1244 1260 </td> <td style="vertical-align: top;">R</td> 1245 1261 <td style="vertical-align: top;"><i>300.0</i></td> … … 1247 1263 potential temperature (in K). </p> <p>This 1248 1264 parameter assigns the value of the potential temperature 1249 ptat the surface (k=0)<b>.</b> Starting from this value,1265 <span style="font-weight: bold;">pt</span> at the surface (k=0)<b>.</b> Starting from this value, 1250 1266 the 1251 1267 initial vertical temperature profile is constructed with <a href="#pt_vertical_gradient">pt_vertical_gradient</a> 1252 1268 and <a href="#pt_vertical_gradient_level">pt_vertical_gradient_level 1253 1269 </a>. 1254 This profile is also used for the 1d-model as a stationary profile.</p> 1270 This profile is also used for the 1d-model as a stationary profile.</p><p><span style="font-weight: bold;">Attention:</span><br>In case of ocean runs (see <a href="#ocean">ocean</a>), 1271 this parameter gives the temperature value at the sea surface, which is 1272 at k=nzt. The profile is then constructed from the surface down to the 1273 bottom of the model.</p> 1255 1274 </td> </tr> <tr> <td style="vertical-align: top;"> <p><a name="pt_surface_initial_change"></a><b>pt_surface_initial</b> 1256 1275 <br> <b>_change</b></p> </td> <td style="vertical-align: top;">R</td> <td style="vertical-align: top;"><span style="font-style: italic;">0.0</span><br> </td> … … 1291 1310 100 m and for z > 1000.0 m up to the top boundary it is 1292 1311 0.5 K / 100 m (it is assumed that the assigned height levels correspond 1293 with uv levels). </p> </td> </tr> <tr> <td style="vertical-align: top;"> <p><a name="pt_vertical_gradient_level"></a><b>pt_vertical_gradient</b> 1312 with uv levels).</p><p><span style="font-weight: bold;">Attention:</span><br>In case of ocean runs (see <a href="chapter_4.1.html#ocean">ocean</a>), 1313 the profile is constructed like described above, but starting from the 1314 sea surface (k=nzt) down to the bottom boundary of the model. Height 1315 levels have then to be given as negative values, e.g. <span style="font-weight: bold;">pt_vertical_gradient_level</span> = <span style="font-style: italic;">-500.0</span>, <span style="font-style: italic;">-1000.0</span>.</p> </td> </tr> <tr> <td style="vertical-align: top;"> <p><a name="pt_vertical_gradient_level"></a><b>pt_vertical_gradient</b> 1294 1316 <br> <b>_level</b></p> </td> <td style="vertical-align: top;">R (10)</td> <td style="vertical-align: top;"> <p><i>10 *</i> 1295 1317 <span style="font-style: italic;">0.0</span><br> … … 1297 1319 <p>Height level from which on the temperature gradient defined by 1298 1320 <a href="#pt_vertical_gradient">pt_vertical_gradient</a> 1299 is effective (in m). </p> <p>The height levels 1300 are to be assigned in ascending order. The 1321 is effective (in m). </p> <p>The height levels have to be assigned in ascending order. The 1301 1322 default values result in a neutral stratification regardless of the 1302 1323 values of <a href="#pt_vertical_gradient">pt_vertical_gradient</a> 1303 1324 (unless the top boundary of the model is higher than 100000.0 m). 1304 For the piecewise construction of temperature profiles see <a href="#pt_vertical_gradient">pt_vertical_gradient</a>.</p> 1325 For the piecewise construction of temperature profiles see <a href="#pt_vertical_gradient">pt_vertical_gradient</a>.</p><span style="font-weight: bold;">Attention:</span><br>In case of ocean runs (see <a href="chapter_4.1.html#ocean">ocean</a>), the (negative) height levels have to be assigned in descending order. 1305 1326 </td> </tr> <tr> <td style="vertical-align: top;"> <p><a name="q_surface"></a><b>q_surface</b></p> 1306 1327 </td> <td style="vertical-align: top;">R</td> … … 1453 1474 is switched 1454 1475 on (see <a href="#prandtl_layer">prandtl_layer</a>).</p> 1455 </td> </tr> <tr> <td style="vertical-align: top;"> <p><a name="scalar_advec"></a><b>scalar_advec</b></p> 1476 </td> </tr> <tr><td style="vertical-align: top;"><a name="sa_surface"></a><span style="font-weight: bold;">sa_surface</span></td><td style="vertical-align: top;">R</td><td style="vertical-align: top;"><span style="font-style: italic;">35.0</span></td><td style="vertical-align: top;"> <p>Surface salinity (in psu). </p>This parameter only comes into effect for ocean runs (see parameter <a href="chapter_4.1.html#ocean">ocean</a>).<p>This 1477 parameter assigns the value of the salinity <span style="font-weight: bold;">sa</span> at the sea surface (k=nzt)<b>.</b> Starting from this value, 1478 the 1479 initial vertical salinity profile is constructed from the surface down to the bottom of the model (k=0) by using <a href="chapter_4.1.html#sa_vertical_gradient">sa_vertical_gradient</a> 1480 and <a href="chapter_4.1.html#sa_vertical_gradient_level">sa_vertical_gradient_level 1481 </a>.</p></td></tr><tr><td style="vertical-align: top;"><a name="sa_vertical_gradient"></a><span style="font-weight: bold;">sa_vertical_gradient</span></td><td style="vertical-align: top;">R(10)</td><td style="vertical-align: top;"><span style="font-style: italic;">10 * 0.0</span></td><td style="vertical-align: top;"><p>Salinity gradient(s) of the initial salinity profile (in psu 1482 / 100 m). </p> <p>This parameter only comes into effect for ocean runs (see parameter <a href="chapter_4.1.html#ocean">ocean</a>).</p><p>This salinity gradient 1483 holds starting from the height 1484 level defined by <a href="chapter_4.1.html#sa_vertical_gradient_level">sa_vertical_gradient_level</a> 1485 (precisely: for all uv levels k where zu(k) < 1486 sa_vertical_gradient_level, sa_init(k) is set: sa_init(k) = 1487 sa_init(k+1) - dzu(k+1) * <b>sa_vertical_gradient</b>) down to the bottom boundary or down to the next height level defined 1488 by <a href="chapter_4.1.html#sa_vertical_gradient_level">sa_vertical_gradient_level</a>. 1489 A total of 10 different gradients for 11 height intervals (10 intervals 1490 if <a href="chapter_4.1.html#sa_vertical_gradient_level">sa_vertical_gradient_level</a>(1) 1491 = <i>0.0</i>) can be assigned. The surface salinity at k=nzt is 1492 assigned via <a href="chapter_4.1.html#sa_surface">sa_surface</a>. 1493 </p> <p>Example: </p> <ul><p><b>sa_vertical_gradient</b> 1494 = <i>1.0</i>, <i>0.5</i>, <br> 1495 <b>sa_vertical_gradient_level</b> = <i>-500.0</i>, 1496 -<i>1000.0</i>,</p></ul> <p>That 1497 defines the salinity to be constant down to z = -500.0 m with a salinity given by <a href="chapter_4.1.html#sa_surface">sa_surface</a>. 1498 For -500.0 m < z <= -1000.0 m the salinity gradient is 1499 1.0 psu / 1500 100 m and for z < -1000.0 m down to the bottom boundary it is 1501 0.5 psu / 100 m (it is assumed that the assigned height levels correspond 1502 with uv levels).</p></td></tr><tr><td style="vertical-align: top;"><a name="sa_vertical_gradient_level"></a><span style="font-weight: bold;">sa_vertical_gradient_level</span></td><td style="vertical-align: top;">R(10)</td><td style="vertical-align: top;"><span style="font-style: italic;">10 * 0.0</span></td><td style="vertical-align: top;"><p>Height level from which on the salinity gradient defined by <a href="chapter_4.1.html#sa_vertical_gradient">sa_vertical_gradient</a> 1503 is effective (in m). </p> <p>This parameter only comes into effect for ocean runs (see parameter <a href="chapter_4.1.html#ocean">ocean</a>).</p><p>The height levels have to be assigned in descending order. The 1504 default values result in a constant salinity profile regardless of the 1505 values of <a href="chapter_4.1.html#sa_vertical_gradient">sa_vertical_gradient</a> 1506 (unless the bottom boundary of the model is lower than -100000.0 m). 1507 For the piecewise construction of salinity profiles see <a href="chapter_4.1.html#sa_vertical_gradient">sa_vertical_gradient</a>.</p></td></tr><tr> <td style="vertical-align: top;"> <p><a name="scalar_advec"></a><b>scalar_advec</b></p> 1456 1508 </td> <td style="vertical-align: top;">C * 10</td> 1457 1509 <td style="vertical-align: top;"><i>'pw-scheme'</i></td> … … 1835 1887 Prandtl-layer is available at the top boundary so far.</p><p>See 1836 1888 also <a href="#surface_heatflux">surface_heatflux</a>.</p> 1837 </td></tr><tr> <td style="vertical-align: top;"> 1889 </td></tr><tr><td style="vertical-align: top;"><a name="top_salinityflux"></a><span style="font-weight: bold;">top_salinityflux</span></td><td style="vertical-align: top;">R</td><td style="vertical-align: top;"><span style="font-style: italic;">no prescribed<br> 1890 salinityflux</span></td><td style="vertical-align: top;"><p>Kinematic 1891 salinity flux at the top boundary, i.e. the sea surface (in psu m/s). </p> 1892 <p>This parameter only comes into effect for ocean runs (see parameter <a href="chapter_4.1.html#ocean">ocean</a>).</p><p>If a value is assigned to this parameter, the internal 1893 two-dimensional surface heat flux field <span style="font-family: monospace;">saswst</span> is 1894 initialized with the value of <span style="font-weight: bold;">top_salinityflux</span> as 1895 top (horizontally homogeneous) boundary condition for the salinity equation. This additionally requires that a Neumann 1896 condition must be used for the salinity (see <a href="chapter_4.1.html#bc_sa_t">bc_sa_t</a>), 1897 because otherwise the resolved scale may contribute to 1898 the top flux so that a constant value cannot be guaranteed.<span style="font-style: italic;"></span> </p> 1899 <p><span style="font-weight: bold;">Note:</span><br>The 1900 application of a salinity flux at the model top additionally requires the setting of 1901 initial parameter <a href="chapter_4.1.html#use_top_fluxes">use_top_fluxes</a> 1902 = .T..<span style="font-style: italic;"></span><span style="font-weight: bold;"></span> </p><p>See 1903 also <a href="chapter_4.1.html#bottom_salinityflux">bottom_salinityflux</a>.</p></td></tr><tr> <td style="vertical-align: top;"> 1838 1904 <p><a name="ug_surface"></a><span style="font-weight: bold;">ug_surface</span></p> 1839 1905 </td> <td style="vertical-align: top;">R<br> </td> … … 1857 1923 value, it is recommended to use a Galilei-transformation of the 1858 1924 coordinate system, if possible (see <a href="#galilei_transformation">galilei_transformation</a>), 1859 in order to obtain larger time steps.<br> </td> </tr> 1925 in order to obtain larger time steps.<br><br><span style="font-weight: bold;">Attention:</span><br>In case of ocean runs (see <a href="chapter_4.1.html#ocean">ocean</a>), 1926 this parameter gives the velocity value at the sea surface, which is 1927 at k=nzt. The profile is then constructed from the surface down to the 1928 bottom of the model.<br> </td> </tr> 1860 1929 <tr> <td style="vertical-align: top;"> <p><a name="ug_vertical_gradient"></a><span style="font-weight: bold;">ug_vertical_gradient</span></p> 1861 1930 </td> <td style="vertical-align: top;">R(10)<br> … … 1872 1941 total of 10 different gradients for 11 height intervals (10 1873 1942 intervals if <a href="#ug_vertical_gradient_level">ug_vertical_gradient_level</a>(1) 1874 = 0.0) can be assigned. The surface geostrophic wind is assigned by <a href="#ug_surface">ug_surface</a>. <br> </td> 1943 = 0.0) can be assigned. The surface geostrophic wind is assigned by <a href="#ug_surface">ug_surface</a>.<br><br><span style="font-weight: bold;">Attention:</span><br>In case of ocean runs (see <a href="chapter_4.1.html#ocean">ocean</a>), 1944 the profile is constructed like described above, but starting from the 1945 sea surface (k=nzt) down to the bottom boundary of the model. Height 1946 levels have then to be given as negative values, e.g. <span style="font-weight: bold;">ug_vertical_gradient_level</span> = <span style="font-style: italic;">-500.0</span>, <span style="font-style: italic;">-1000.0</span>.<br> </td> 1875 1947 </tr> <tr> <td style="vertical-align: top;"> 1876 1948 <p><a name="ug_vertical_gradient_level"></a><span style="font-weight: bold;">ug_vertical_gradient_level</span></p> … … 1880 1952 gradient defined by <a href="#ug_vertical_gradient">ug_vertical_gradient</a> 1881 1953 is effective (in m).<br> <br> 1882 The height levels are to be assigned in ascending order. For the1954 The height levels have to be assigned in ascending order. For the 1883 1955 piecewise construction of a profile of the u-component of the 1884 geostrophic wind component (ug) see <a href="#ug_vertical_gradient">ug_vertical_gradient</a>.<br> 1885 </td> </tr> <tr> <td style="vertical-align: top;"> <p><a name="ups_limit_e"></a><b>ups_limit_e</b></p> 1956 geostrophic wind component (ug) see <a href="#ug_vertical_gradient">ug_vertical_gradient</a>.<br><br><span style="font-weight: bold;">Attention:</span><br>In case of ocean runs (see <a href="chapter_4.1.html#ocean">ocean</a>), the (negative) height levels have to be assigned in descending order.</td> </tr> <tr> <td style="vertical-align: top;"> <p><a name="ups_limit_e"></a><b>ups_limit_e</b></p> 1886 1957 </td> <td style="vertical-align: top;">R</td> 1887 1958 <td style="vertical-align: top;"><i>0.0</i></td> … … 2063 2134 if possible (see <a href="#galilei_transformation">galilei_transformation</a>), 2064 2135 in order to obtain larger 2065 time steps.</td> </tr> <tr> <td style="vertical-align: top;"> <p><a name="vg_vertical_gradient"></a><span style="font-weight: bold;">vg_vertical_gradient</span></p> 2136 time steps.<br><br><span style="font-weight: bold;">Attention:</span><br>In case of ocean runs (see <a href="chapter_4.1.html#ocean">ocean</a>), 2137 this parameter gives the velocity value at the sea surface, which is 2138 at k=nzt. The profile is then constructed from the surface down to the 2139 bottom of the model.</td> </tr> <tr> <td style="vertical-align: top;"> <p><a name="vg_vertical_gradient"></a><span style="font-weight: bold;">vg_vertical_gradient</span></p> 2066 2140 </td> <td style="vertical-align: top;">R(10)<br> 2067 2141 </td> <td style="vertical-align: top;"><span style="font-style: italic;">10 … … 2081 2155 = 2082 2156 0.0) can be assigned. The surface 2083 geostrophic wind is assigned by <a href="#vg_surface">vg_surface</a>.</td> 2157 geostrophic wind is assigned by <a href="#vg_surface">vg_surface</a>.<br><br><span style="font-weight: bold;">Attention:</span><br>In case of ocean runs (see <a href="chapter_4.1.html#ocean">ocean</a>), 2158 the profile is constructed like described above, but starting from the 2159 sea surface (k=nzt) down to the bottom boundary of the model. Height 2160 levels have then to be given as negative values, e.g. <span style="font-weight: bold;">vg_vertical_gradient_level</span> = <span style="font-style: italic;">-500.0</span>, <span style="font-style: italic;">-1000.0</span>.</td> 2084 2161 </tr> <tr> <td style="vertical-align: top;"> 2085 2162 <p><a name="vg_vertical_gradient_level"></a><span style="font-weight: bold;">vg_vertical_gradient_level</span></p> … … 2089 2166 gradient defined by <a href="#vg_vertical_gradient">vg_vertical_gradient</a> 2090 2167 is effective (in m).<br> <br> 2091 The height levels are to be assigned in ascending order. For the2168 The height levels have to be assigned in ascending order. For the 2092 2169 piecewise construction of a profile of the v-component of the 2093 geostrophic wind component (vg) see <a href="#vg_vertical_gradient">vg_vertical_gradient</a>.< /td>2170 geostrophic wind component (vg) see <a href="#vg_vertical_gradient">vg_vertical_gradient</a>.<br><br><span style="font-weight: bold;">Attention:</span><br>In case of ocean runs (see <a href="chapter_4.1.html#ocean">ocean</a>), the (negative) height levels have to be assigned in descending order.</td> 2094 2171 </tr> <tr> <td style="vertical-align: top;"> 2095 2172 <p><a name="wall_adjustment"></a><b>wall_adjustment</b></p>
Note: See TracChangeset
for help on using the changeset viewer.