[116] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
| 2 | <html><head> |
---|
| 3 | |
---|
| 4 | |
---|
| 5 | |
---|
| 6 | |
---|
| 7 | |
---|
| 8 | |
---|
| 9 | |
---|
| 10 | |
---|
| 11 | |
---|
| 12 | <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> |
---|
| 13 | |
---|
| 14 | |
---|
| 15 | |
---|
| 16 | |
---|
| 17 | |
---|
| 18 | |
---|
| 19 | |
---|
| 20 | |
---|
| 21 | <title>PALM chapter 4.1</title></head> |
---|
| 22 | <body> |
---|
| 23 | |
---|
| 24 | |
---|
| 25 | |
---|
| 26 | |
---|
| 27 | <h3><a name="chapter4.1"></a>4.1 |
---|
| 28 | Initialization parameters</h3> |
---|
| 29 | |
---|
| 30 | |
---|
| 31 | |
---|
| 32 | |
---|
| 33 | |
---|
| 34 | <br> |
---|
| 35 | |
---|
| 36 | |
---|
| 37 | |
---|
| 38 | |
---|
| 39 | <table style="text-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="2"> |
---|
| 40 | |
---|
| 41 | |
---|
| 42 | |
---|
| 43 | |
---|
| 44 | <tbody> |
---|
| 45 | |
---|
| 46 | |
---|
| 47 | |
---|
| 48 | |
---|
| 49 | |
---|
| 50 | <tr> |
---|
| 51 | |
---|
| 52 | |
---|
| 53 | |
---|
| 54 | |
---|
| 55 | <td style="vertical-align: top;"><font size="4"><b>Parameter name</b></font></td> |
---|
| 56 | |
---|
| 57 | |
---|
| 58 | |
---|
| 59 | |
---|
| 60 | |
---|
| 61 | <td style="vertical-align: top;"><font size="4"><b>Type</b></font></td> |
---|
| 62 | |
---|
| 63 | |
---|
| 64 | |
---|
| 65 | |
---|
| 66 | |
---|
| 67 | <td style="vertical-align: top;"> |
---|
| 68 | |
---|
| 69 | |
---|
| 70 | |
---|
| 71 | |
---|
| 72 | <p><b><font size="4">Default</font></b> <br> |
---|
| 73 | |
---|
| 74 | |
---|
| 75 | |
---|
| 76 | |
---|
| 77 | <b><font size="4">value</font></b></p> |
---|
| 78 | |
---|
| 79 | |
---|
| 80 | |
---|
| 81 | |
---|
| 82 | </td> |
---|
| 83 | |
---|
| 84 | |
---|
| 85 | |
---|
| 86 | |
---|
| 87 | |
---|
| 88 | <td style="vertical-align: top;"><font size="4"><b>Explanation</b></font></td> |
---|
| 89 | |
---|
| 90 | |
---|
| 91 | |
---|
| 92 | |
---|
| 93 | |
---|
| 94 | </tr> |
---|
| 95 | |
---|
| 96 | |
---|
| 97 | |
---|
| 98 | |
---|
| 99 | <tr> |
---|
| 100 | |
---|
| 101 | |
---|
| 102 | |
---|
| 103 | |
---|
| 104 | <td style="vertical-align: top;"> |
---|
| 105 | |
---|
| 106 | |
---|
| 107 | |
---|
| 108 | |
---|
| 109 | <p><a name="adjust_mixing_length"></a><b>adjust_mixing_length</b></p> |
---|
| 110 | |
---|
| 111 | |
---|
| 112 | |
---|
| 113 | |
---|
| 114 | |
---|
| 115 | </td> |
---|
| 116 | |
---|
| 117 | |
---|
| 118 | |
---|
| 119 | |
---|
| 120 | <td style="vertical-align: top;">L</td> |
---|
| 121 | |
---|
| 122 | |
---|
| 123 | |
---|
| 124 | |
---|
| 125 | |
---|
| 126 | <td style="vertical-align: top;"><span style="font-style: italic;">.F.</span></td> |
---|
| 127 | |
---|
| 128 | |
---|
| 129 | |
---|
| 130 | |
---|
| 131 | <td style="vertical-align: top;"> |
---|
| 132 | |
---|
| 133 | |
---|
| 134 | |
---|
| 135 | |
---|
| 136 | <p style="font-style: normal;">Near-surface adjustment of the |
---|
| 137 | mixing length to the Prandtl-layer law. </p> |
---|
| 138 | |
---|
| 139 | |
---|
| 140 | |
---|
| 141 | |
---|
| 142 | |
---|
| 143 | |
---|
| 144 | |
---|
| 145 | |
---|
| 146 | |
---|
| 147 | <p>Usually |
---|
| 148 | the mixing length in LES models l<sub>LES</sub> |
---|
| 149 | depends (as in PALM) on the grid size and is possibly restricted |
---|
| 150 | further in case of stable stratification and near the lower wall (see |
---|
| 151 | parameter <a href="#wall_adjustment">wall_adjustment</a>). |
---|
| 152 | With <b>adjust_mixing_length</b> = <span style="font-style: italic;">.T.</span> |
---|
| 153 | the Prandtl' mixing length l<sub>PR</sub> = kappa * z/phi |
---|
| 154 | is calculated |
---|
| 155 | and the mixing length actually used in the model is set l = MIN (l<sub>LES</sub>, |
---|
| 156 | l<sub>PR</sub>). This usually gives a decrease of the |
---|
| 157 | mixing length at |
---|
| 158 | the bottom boundary and considers the fact that eddy sizes |
---|
| 159 | decrease in the vicinity of the wall. </p> |
---|
| 160 | |
---|
| 161 | |
---|
| 162 | |
---|
| 163 | |
---|
| 164 | |
---|
| 165 | |
---|
| 166 | |
---|
| 167 | |
---|
| 168 | |
---|
| 169 | <p style="font-style: normal;"><b>Warning:</b> So |
---|
| 170 | far, there is |
---|
| 171 | no good experience with <b>adjust_mixing_length</b> = <span style="font-style: italic;">.T.</span> ! </p> |
---|
| 172 | |
---|
| 173 | |
---|
| 174 | |
---|
| 175 | |
---|
| 176 | |
---|
| 177 | |
---|
| 178 | |
---|
| 179 | |
---|
| 180 | |
---|
| 181 | <p>With <b>adjust_mixing_length</b> = <span style="font-style: italic;">.T.</span> and the |
---|
| 182 | Prandtl-layer being |
---|
| 183 | switched on (see <a href="#prandtl_layer">prandtl_layer</a>) |
---|
| 184 | <span style="font-style: italic;">'(u*)** 2+neumann'</span> |
---|
| 185 | should always be set as the lower boundary condition for the TKE (see <a href="#bc_e_b">bc_e_b</a>), |
---|
| 186 | otherwise the near-surface value of the TKE is not in agreement with |
---|
| 187 | the Prandtl-layer law (Prandtl-layer law and Prandtl-Kolmogorov-Ansatz |
---|
| 188 | should provide the same value for K<sub>m</sub>). A warning |
---|
| 189 | is given, |
---|
| 190 | if this is not the case.</p> |
---|
| 191 | |
---|
| 192 | |
---|
| 193 | |
---|
| 194 | |
---|
| 195 | </td> |
---|
| 196 | |
---|
| 197 | |
---|
| 198 | |
---|
| 199 | |
---|
| 200 | </tr> |
---|
| 201 | |
---|
| 202 | |
---|
| 203 | |
---|
| 204 | |
---|
| 205 | <tr> |
---|
| 206 | |
---|
| 207 | |
---|
| 208 | |
---|
| 209 | |
---|
| 210 | |
---|
| 211 | <td style="vertical-align: top;"> |
---|
| 212 | |
---|
| 213 | |
---|
| 214 | |
---|
| 215 | |
---|
| 216 | <p><a name="alpha_surface"></a><b>alpha_surface</b></p> |
---|
| 217 | |
---|
| 218 | |
---|
| 219 | |
---|
| 220 | |
---|
| 221 | |
---|
| 222 | </td> |
---|
| 223 | |
---|
| 224 | |
---|
| 225 | |
---|
| 226 | |
---|
| 227 | <td style="vertical-align: top;">R<br> |
---|
| 228 | |
---|
| 229 | |
---|
| 230 | |
---|
| 231 | |
---|
| 232 | </td> |
---|
| 233 | |
---|
| 234 | |
---|
| 235 | |
---|
| 236 | |
---|
| 237 | |
---|
| 238 | <td style="vertical-align: top;"><span style="font-style: italic;">0.0</span><br> |
---|
| 239 | |
---|
| 240 | |
---|
| 241 | |
---|
| 242 | |
---|
| 243 | </td> |
---|
| 244 | |
---|
| 245 | |
---|
| 246 | |
---|
| 247 | |
---|
| 248 | |
---|
| 249 | <td style="vertical-align: top;"> |
---|
| 250 | |
---|
| 251 | |
---|
| 252 | |
---|
| 253 | |
---|
| 254 | <p style="font-style: normal;">Inclination of the model domain |
---|
| 255 | with respect to the horizontal (in degrees). </p> |
---|
| 256 | |
---|
| 257 | |
---|
| 258 | |
---|
| 259 | |
---|
| 260 | |
---|
| 261 | |
---|
| 262 | |
---|
| 263 | |
---|
| 264 | |
---|
| 265 | <p style="font-style: normal;">By means of <b>alpha_surface</b> |
---|
| 266 | the model domain can be inclined in x-direction with respect to the |
---|
| 267 | horizontal. In this way flows over inclined surfaces (e.g. drainage |
---|
| 268 | flows, gravity flows) can be simulated. In case of <b>alpha_surface |
---|
| 269 | </b>/= <span style="font-style: italic;">0</span> |
---|
| 270 | the buoyancy term |
---|
| 271 | appears both in |
---|
| 272 | the equation of motion of the u-component and of the w-component.<br> |
---|
| 273 | |
---|
| 274 | |
---|
| 275 | |
---|
| 276 | |
---|
| 277 | |
---|
| 278 | </p> |
---|
| 279 | |
---|
| 280 | |
---|
| 281 | |
---|
| 282 | |
---|
| 283 | |
---|
| 284 | |
---|
| 285 | |
---|
| 286 | |
---|
| 287 | |
---|
| 288 | <p style="font-style: normal;">An inclination |
---|
| 289 | is only possible in |
---|
| 290 | case of cyclic horizontal boundary conditions along x AND y (see <a href="#bc_lr">bc_lr</a> |
---|
| 291 | and <a href="#bc_ns">bc_ns</a>) and <a href="#topography">topography</a> = <span style="font-style: italic;">'flat'</span>. </p> |
---|
| 292 | |
---|
| 293 | |
---|
| 294 | |
---|
| 295 | |
---|
| 296 | |
---|
| 297 | |
---|
| 298 | |
---|
| 299 | |
---|
| 300 | |
---|
| 301 | <p>Runs with inclined surface still require additional |
---|
| 302 | user-defined code as well as modifications to the default code. Please |
---|
| 303 | ask the <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/PALM_group.html#0">PALM |
---|
| 304 | developer group</a>.</p> |
---|
| 305 | |
---|
| 306 | |
---|
| 307 | |
---|
| 308 | |
---|
| 309 | </td> |
---|
| 310 | |
---|
| 311 | |
---|
| 312 | |
---|
| 313 | |
---|
| 314 | </tr> |
---|
| 315 | |
---|
| 316 | |
---|
| 317 | |
---|
| 318 | |
---|
| 319 | |
---|
| 320 | <tr> |
---|
| 321 | |
---|
| 322 | |
---|
| 323 | |
---|
| 324 | |
---|
| 325 | <td style="vertical-align: top;"> |
---|
| 326 | |
---|
| 327 | |
---|
| 328 | |
---|
| 329 | |
---|
| 330 | <p><a name="bc_e_b"></a><b>bc_e_b</b></p> |
---|
| 331 | |
---|
| 332 | |
---|
| 333 | |
---|
| 334 | |
---|
| 335 | </td> |
---|
| 336 | |
---|
| 337 | |
---|
| 338 | |
---|
| 339 | |
---|
| 340 | |
---|
| 341 | <td style="vertical-align: top;">C * 20</td> |
---|
| 342 | |
---|
| 343 | |
---|
| 344 | |
---|
| 345 | |
---|
| 346 | <td style="vertical-align: top;"><span style="font-style: italic;">'neumann'</span></td> |
---|
| 347 | |
---|
| 348 | |
---|
| 349 | |
---|
| 350 | |
---|
| 351 | |
---|
| 352 | <td style="vertical-align: top;"> |
---|
| 353 | |
---|
| 354 | |
---|
| 355 | |
---|
| 356 | |
---|
| 357 | <p style="font-style: normal;">Bottom boundary condition of the |
---|
| 358 | TKE. </p> |
---|
| 359 | |
---|
| 360 | |
---|
| 361 | |
---|
| 362 | |
---|
| 363 | |
---|
| 364 | |
---|
| 365 | |
---|
| 366 | |
---|
| 367 | |
---|
| 368 | <p><b>bc_e_b</b> may be |
---|
| 369 | set to <span style="font-style: italic;">'neumann'</span> |
---|
| 370 | or <span style="font-style: italic;">'(u*) ** 2+neumann'</span>. |
---|
| 371 | <b>bc_e_b</b> |
---|
| 372 | = <span style="font-style: italic;">'neumann'</span> |
---|
| 373 | yields to |
---|
| 374 | e(k=0)=e(k=1) (Neumann boundary condition), where e(k=1) is calculated |
---|
| 375 | via the prognostic TKE equation. Choice of <span style="font-style: italic;">'(u*)**2+neumann'</span> |
---|
| 376 | also yields to |
---|
| 377 | e(k=0)=e(k=1), but the TKE at the Prandtl-layer top (k=1) is calculated |
---|
| 378 | diagnostically by e(k=1)=(us/0.1)**2. However, this is only allowed if |
---|
| 379 | a Prandtl-layer is used (<a href="#prandtl_layer">prandtl_layer</a>). |
---|
| 380 | If this is not the case, a warning is given and <b>bc_e_b</b> |
---|
| 381 | is reset |
---|
| 382 | to <span style="font-style: italic;">'neumann'</span>. |
---|
| 383 | </p> |
---|
| 384 | |
---|
| 385 | |
---|
| 386 | |
---|
| 387 | |
---|
| 388 | |
---|
| 389 | |
---|
| 390 | |
---|
| 391 | |
---|
| 392 | |
---|
| 393 | <p style="font-style: normal;">At the top |
---|
| 394 | boundary a Neumann |
---|
| 395 | boundary condition is generally used: (e(nz+1) = e(nz)).</p> |
---|
| 396 | |
---|
| 397 | |
---|
| 398 | |
---|
| 399 | |
---|
| 400 | </td> |
---|
| 401 | |
---|
| 402 | |
---|
| 403 | |
---|
| 404 | |
---|
| 405 | |
---|
| 406 | </tr> |
---|
| 407 | |
---|
| 408 | |
---|
| 409 | |
---|
| 410 | |
---|
| 411 | <tr> |
---|
| 412 | |
---|
| 413 | |
---|
| 414 | |
---|
| 415 | |
---|
| 416 | <td style="vertical-align: top;"> |
---|
| 417 | |
---|
| 418 | |
---|
| 419 | |
---|
| 420 | |
---|
| 421 | <p><a name="bc_lr"></a><b>bc_lr</b></p> |
---|
| 422 | |
---|
| 423 | |
---|
| 424 | |
---|
| 425 | |
---|
| 426 | |
---|
| 427 | </td> |
---|
| 428 | |
---|
| 429 | |
---|
| 430 | |
---|
| 431 | |
---|
| 432 | <td style="vertical-align: top;">C * 20</td> |
---|
| 433 | |
---|
| 434 | |
---|
| 435 | |
---|
| 436 | |
---|
| 437 | |
---|
| 438 | <td style="vertical-align: top;"><span style="font-style: italic;">'cyclic'</span></td> |
---|
| 439 | |
---|
| 440 | |
---|
| 441 | |
---|
| 442 | |
---|
| 443 | |
---|
| 444 | <td style="vertical-align: top;">Boundary |
---|
| 445 | condition along x (for all quantities).<br> |
---|
| 446 | |
---|
| 447 | |
---|
| 448 | |
---|
| 449 | |
---|
| 450 | <br> |
---|
| 451 | |
---|
| 452 | |
---|
| 453 | |
---|
| 454 | |
---|
| 455 | |
---|
| 456 | By default, a cyclic boundary condition is used along x.<br> |
---|
| 457 | |
---|
| 458 | |
---|
| 459 | |
---|
| 460 | |
---|
| 461 | <br> |
---|
| 462 | |
---|
| 463 | |
---|
| 464 | |
---|
| 465 | |
---|
| 466 | |
---|
| 467 | <span style="font-weight: bold;">bc_lr</span> may |
---|
| 468 | also be |
---|
| 469 | assigned the values <span style="font-style: italic;">'dirichlet/radiation'</span> |
---|
| 470 | (inflow from left, outflow to the right) or <span style="font-style: italic;">'radiation/dirichlet'</span> |
---|
| 471 | (inflow from |
---|
| 472 | right, outflow to the left). This requires the multi-grid method to be |
---|
| 473 | 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>) |
---|
| 474 | and it also requires cyclic boundary conditions along y (see <a href="#bc_ns">bc_ns</a>).<br> |
---|
| 475 | |
---|
| 476 | |
---|
| 477 | |
---|
| 478 | |
---|
| 479 | <br> |
---|
| 480 | |
---|
| 481 | |
---|
| 482 | |
---|
| 483 | |
---|
| 484 | |
---|
| 485 | In case of these non-cyclic lateral boundaries, a Dirichlet condition |
---|
| 486 | is used at the inflow for all quantities (initial vertical profiles - |
---|
| 487 | see <a href="#initializing_actions">initializing_actions</a> |
---|
| 488 | - are fixed during the run) except u, to which a Neumann (zero |
---|
| 489 | gradient) condition is applied. At the outflow, a radiation condition is used for all velocity components, while a Neumann (zero |
---|
| 490 | gradient) condition is used for the scalars. For perturbation |
---|
| 491 | pressure Neumann (zero gradient) conditions are assumed both at the |
---|
| 492 | inflow and at the outflow.<br> |
---|
| 493 | |
---|
| 494 | |
---|
| 495 | |
---|
| 496 | |
---|
| 497 | <br> |
---|
| 498 | |
---|
| 499 | |
---|
| 500 | |
---|
| 501 | |
---|
| 502 | |
---|
| 503 | When using non-cyclic lateral boundaries, a filter is applied to the |
---|
| 504 | velocity field in the vicinity of the outflow in order to suppress any |
---|
| 505 | reflections of outgoing disturbances (see <a href="#km_damp_max">km_damp_max</a> |
---|
| 506 | and <a href="#outflow_damping_width">outflow_damping_width</a>).<br> |
---|
| 507 | |
---|
| 508 | |
---|
| 509 | |
---|
| 510 | |
---|
| 511 | |
---|
| 512 | <br> |
---|
| 513 | |
---|
| 514 | |
---|
| 515 | |
---|
| 516 | |
---|
| 517 | |
---|
| 518 | In order to maintain a turbulent state of the flow, it may be |
---|
| 519 | neccessary to continuously impose perturbations on the horizontal |
---|
| 520 | velocity field in the vicinity of the inflow throughout the whole run. |
---|
| 521 | This can be switched on using <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.2.html#create_disturbances">create_disturbances</a>. |
---|
| 522 | The horizontal range to which these perturbations are applied is |
---|
| 523 | controlled by the parameters <a href="#inflow_disturbance_begin">inflow_disturbance_begin</a> |
---|
| 524 | and <a href="#inflow_disturbance_end">inflow_disturbance_end</a>. |
---|
| 525 | The vertical range and the perturbation amplitude are given by <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.2.html#psolver">disturbance_level_b</a>, |
---|
| 526 | <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.2.html#psolver">disturbance_level_t</a>, |
---|
| 527 | and <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.2.html#psolver">disturbance_amplitude</a>. |
---|
| 528 | The time interval at which perturbations are to be imposed is set by <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.2.html#dt_disturb">dt_disturb</a>.<br> |
---|
| 529 | |
---|
| 530 | |
---|
| 531 | |
---|
| 532 | |
---|
| 533 | |
---|
| 534 | <br> |
---|
| 535 | |
---|
| 536 | |
---|
| 537 | |
---|
| 538 | |
---|
| 539 | |
---|
| 540 | In case of non-cyclic horizontal boundaries <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.2.html#call_psolver_at_all_substeps">call_psolver |
---|
| 541 | at_all_substeps</a> = .T. should be used.<br> |
---|
| 542 | |
---|
| 543 | |
---|
| 544 | |
---|
| 545 | |
---|
| 546 | <br> |
---|
| 547 | |
---|
| 548 | |
---|
| 549 | |
---|
| 550 | |
---|
| 551 | <span style="font-weight: bold;">Note:</span><br> |
---|
| 552 | |
---|
| 553 | |
---|
| 554 | |
---|
| 555 | |
---|
| 556 | |
---|
| 557 | Using non-cyclic lateral boundaries requires very sensitive adjustments |
---|
| 558 | of the inflow (vertical profiles) and the bottom boundary conditions, |
---|
| 559 | e.g. a surface heating should not be applied near the inflow boundary |
---|
| 560 | because this may significantly disturb the inflow. Please check the |
---|
| 561 | model results very carefully.</td> |
---|
| 562 | |
---|
| 563 | |
---|
| 564 | |
---|
| 565 | |
---|
| 566 | </tr> |
---|
| 567 | |
---|
| 568 | |
---|
| 569 | |
---|
| 570 | |
---|
| 571 | <tr> |
---|
| 572 | |
---|
| 573 | |
---|
| 574 | |
---|
| 575 | |
---|
| 576 | <td style="vertical-align: top;"> |
---|
| 577 | |
---|
| 578 | |
---|
| 579 | |
---|
| 580 | |
---|
| 581 | <p><a name="bc_ns"></a><b>bc_ns</b></p> |
---|
| 582 | |
---|
| 583 | |
---|
| 584 | |
---|
| 585 | |
---|
| 586 | |
---|
| 587 | </td> |
---|
| 588 | |
---|
| 589 | |
---|
| 590 | |
---|
| 591 | |
---|
| 592 | <td style="vertical-align: top;">C * 20</td> |
---|
| 593 | |
---|
| 594 | |
---|
| 595 | |
---|
| 596 | |
---|
| 597 | |
---|
| 598 | <td style="vertical-align: top;"><span style="font-style: italic;">'cyclic'</span></td> |
---|
| 599 | |
---|
| 600 | |
---|
| 601 | |
---|
| 602 | |
---|
| 603 | |
---|
| 604 | <td style="vertical-align: top;">Boundary |
---|
| 605 | condition along y (for all quantities).<br> |
---|
| 606 | |
---|
| 607 | |
---|
| 608 | |
---|
| 609 | |
---|
| 610 | <br> |
---|
| 611 | |
---|
| 612 | |
---|
| 613 | |
---|
| 614 | |
---|
| 615 | |
---|
| 616 | By default, a cyclic boundary condition is used along y.<br> |
---|
| 617 | |
---|
| 618 | |
---|
| 619 | |
---|
| 620 | |
---|
| 621 | <br> |
---|
| 622 | |
---|
| 623 | |
---|
| 624 | |
---|
| 625 | |
---|
| 626 | |
---|
| 627 | <span style="font-weight: bold;">bc_ns</span> may |
---|
| 628 | also be |
---|
| 629 | assigned the values <span style="font-style: italic;">'dirichlet/radiation'</span> |
---|
| 630 | (inflow from rear ("north"), outflow to the front ("south")) or <span style="font-style: italic;">'radiation/dirichlet'</span> |
---|
| 631 | (inflow from front ("south"), outflow to the rear ("north")). This |
---|
| 632 | requires the multi-grid |
---|
| 633 | method to be used for solving the Poisson equation for perturbation |
---|
| 634 | pressure (see <a href="chapter_4.2.html#psolver">psolver</a>) |
---|
| 635 | and it also requires cyclic boundary conditions along x (see<br> |
---|
| 636 | |
---|
| 637 | |
---|
| 638 | |
---|
| 639 | |
---|
| 640 | <a href="#bc_lr">bc_lr</a>).<br> |
---|
| 641 | |
---|
| 642 | |
---|
| 643 | |
---|
| 644 | |
---|
| 645 | <br> |
---|
| 646 | |
---|
| 647 | |
---|
| 648 | |
---|
| 649 | |
---|
| 650 | |
---|
| 651 | In case of these non-cyclic lateral boundaries, a Dirichlet condition |
---|
| 652 | is used at the inflow for all quantities (initial vertical profiles - |
---|
| 653 | see <a href="chapter_4.1.html#initializing_actions">initializing_actions</a> |
---|
| 654 | - are fixed during the run) except u, to which a Neumann (zero |
---|
| 655 | gradient) condition is applied. At the outflow, a radiation condition is used for all velocity components, while a Neumann (zero |
---|
| 656 | gradient) condition is used for the scalars. For perturbation |
---|
| 657 | pressure Neumann (zero gradient) conditions are assumed both at the |
---|
| 658 | inflow and at the outflow.<br> |
---|
| 659 | |
---|
| 660 | |
---|
| 661 | |
---|
| 662 | |
---|
| 663 | <br> |
---|
| 664 | |
---|
| 665 | |
---|
| 666 | |
---|
| 667 | |
---|
| 668 | |
---|
| 669 | For further details regarding non-cyclic lateral boundary conditions |
---|
| 670 | see <a href="#bc_lr">bc_lr</a>.</td> |
---|
| 671 | |
---|
| 672 | |
---|
| 673 | |
---|
| 674 | |
---|
| 675 | </tr> |
---|
| 676 | |
---|
| 677 | |
---|
| 678 | |
---|
| 679 | |
---|
| 680 | |
---|
| 681 | <tr> |
---|
| 682 | |
---|
| 683 | |
---|
| 684 | |
---|
| 685 | |
---|
| 686 | <td style="vertical-align: top;"> |
---|
| 687 | |
---|
| 688 | |
---|
| 689 | |
---|
| 690 | |
---|
| 691 | <p><a name="bc_p_b"></a><b>bc_p_b</b></p> |
---|
| 692 | |
---|
| 693 | |
---|
| 694 | |
---|
| 695 | |
---|
| 696 | </td> |
---|
| 697 | |
---|
| 698 | |
---|
| 699 | |
---|
| 700 | |
---|
| 701 | |
---|
| 702 | <td style="vertical-align: top;">C * 20</td> |
---|
| 703 | |
---|
| 704 | |
---|
| 705 | |
---|
| 706 | |
---|
| 707 | <td style="vertical-align: top;"><span style="font-style: italic;">'neumann'</span></td> |
---|
| 708 | |
---|
| 709 | |
---|
| 710 | |
---|
| 711 | |
---|
| 712 | |
---|
| 713 | <td style="vertical-align: top;"> |
---|
| 714 | |
---|
| 715 | |
---|
| 716 | |
---|
| 717 | |
---|
| 718 | <p style="font-style: normal;">Bottom boundary condition of the |
---|
| 719 | perturbation pressure. </p> |
---|
| 720 | |
---|
| 721 | |
---|
| 722 | |
---|
| 723 | |
---|
| 724 | |
---|
| 725 | |
---|
| 726 | |
---|
| 727 | |
---|
| 728 | |
---|
| 729 | <p>Allowed values |
---|
| 730 | are <span style="font-style: italic;">'dirichlet'</span>, |
---|
| 731 | <span style="font-style: italic;">'neumann'</span> |
---|
| 732 | and <span style="font-style: italic;">'neumann+inhomo'</span>. |
---|
| 733 | <span style="font-style: italic;">'dirichlet'</span> |
---|
| 734 | sets |
---|
| 735 | p(k=0)=0.0, <span style="font-style: italic;">'neumann'</span> |
---|
| 736 | sets p(k=0)=p(k=1). <span style="font-style: italic;">'neumann+inhomo'</span> |
---|
| 737 | corresponds to an extended Neumann boundary condition where heat flux |
---|
| 738 | or temperature inhomogeneities near the |
---|
| 739 | surface (pt(k=1)) are additionally regarded (see Shen and |
---|
| 740 | LeClerc |
---|
| 741 | (1995, Q.J.R. Meteorol. Soc., |
---|
| 742 | 1209)). This condition is only permitted with the Prandtl-layer |
---|
| 743 | switched on (<a href="#prandtl_layer">prandtl_layer</a>), |
---|
| 744 | otherwise the run is terminated. </p> |
---|
| 745 | |
---|
| 746 | |
---|
| 747 | |
---|
| 748 | |
---|
| 749 | |
---|
| 750 | |
---|
| 751 | |
---|
| 752 | |
---|
| 753 | |
---|
| 754 | <p>Since |
---|
| 755 | at the bottom boundary of the model the vertical |
---|
| 756 | velocity |
---|
| 757 | disappears (w(k=0) = 0.0), the consistent Neumann condition (<span style="font-style: italic;">'neumann'</span> or <span style="font-style: italic;">'neumann+inhomo'</span>) |
---|
| 758 | dp/dz = 0 should |
---|
| 759 | be used, which leaves the vertical component w unchanged when the |
---|
| 760 | pressure solver is applied. Simultaneous use of the Neumann boundary |
---|
| 761 | conditions both at the bottom and at the top boundary (<a href="#bc_p_t">bc_p_t</a>) |
---|
| 762 | usually yields no consistent solution for the perturbation pressure and |
---|
| 763 | should be avoided.</p> |
---|
| 764 | |
---|
| 765 | |
---|
| 766 | |
---|
| 767 | |
---|
| 768 | </td> |
---|
| 769 | |
---|
| 770 | |
---|
| 771 | |
---|
| 772 | |
---|
| 773 | </tr> |
---|
| 774 | |
---|
| 775 | |
---|
| 776 | |
---|
| 777 | |
---|
| 778 | <tr> |
---|
| 779 | |
---|
| 780 | |
---|
| 781 | |
---|
| 782 | |
---|
| 783 | <td style="vertical-align: top;"> |
---|
| 784 | |
---|
| 785 | |
---|
| 786 | |
---|
| 787 | |
---|
| 788 | <p><a name="bc_p_t"></a><b>bc_p_t</b></p> |
---|
| 789 | |
---|
| 790 | |
---|
| 791 | |
---|
| 792 | |
---|
| 793 | |
---|
| 794 | </td> |
---|
| 795 | |
---|
| 796 | |
---|
| 797 | |
---|
| 798 | |
---|
| 799 | <td style="vertical-align: top;">C * 20</td> |
---|
| 800 | |
---|
| 801 | |
---|
| 802 | |
---|
| 803 | |
---|
| 804 | |
---|
| 805 | <td style="vertical-align: top;"><span style="font-style: italic;">'dirichlet'</span></td> |
---|
| 806 | |
---|
| 807 | |
---|
| 808 | |
---|
| 809 | |
---|
| 810 | |
---|
| 811 | <td style="vertical-align: top;"> |
---|
| 812 | |
---|
| 813 | |
---|
| 814 | |
---|
| 815 | |
---|
| 816 | <p style="font-style: normal;">Top boundary condition of the |
---|
| 817 | perturbation pressure. </p> |
---|
| 818 | |
---|
| 819 | |
---|
| 820 | |
---|
| 821 | |
---|
| 822 | |
---|
| 823 | |
---|
| 824 | |
---|
| 825 | |
---|
| 826 | |
---|
| 827 | <p style="font-style: normal;">Allowed values are <span style="font-style: italic;">'dirichlet'</span> |
---|
| 828 | (p(k=nz+1)= 0.0) or <span style="font-style: italic;">'neumann'</span> |
---|
| 829 | (p(k=nz+1)=p(k=nz)). </p> |
---|
| 830 | |
---|
| 831 | |
---|
| 832 | |
---|
| 833 | |
---|
| 834 | |
---|
| 835 | |
---|
| 836 | |
---|
| 837 | |
---|
| 838 | |
---|
| 839 | <p>Simultaneous use |
---|
| 840 | of Neumann boundary conditions both at the |
---|
| 841 | top and bottom boundary (<a href="#bc_p_b">bc_p_b</a>) |
---|
| 842 | usually yields no consistent solution for the perturbation pressure and |
---|
| 843 | should be avoided. Since at the bottom boundary the Neumann |
---|
| 844 | condition is a good choice (see <a href="#bc_p_b">bc_p_b</a>), |
---|
| 845 | a Dirichlet condition should be set at the top boundary.</p> |
---|
| 846 | |
---|
| 847 | |
---|
| 848 | |
---|
| 849 | |
---|
| 850 | </td> |
---|
| 851 | |
---|
| 852 | |
---|
| 853 | |
---|
| 854 | |
---|
| 855 | |
---|
| 856 | </tr> |
---|
| 857 | |
---|
| 858 | |
---|
| 859 | |
---|
| 860 | |
---|
| 861 | <tr> |
---|
| 862 | |
---|
| 863 | |
---|
| 864 | |
---|
| 865 | |
---|
| 866 | <td style="vertical-align: top;"> |
---|
| 867 | |
---|
| 868 | |
---|
| 869 | |
---|
| 870 | |
---|
| 871 | <p><a name="bc_pt_b"></a><b>bc_pt_b</b></p> |
---|
| 872 | |
---|
| 873 | |
---|
| 874 | |
---|
| 875 | |
---|
| 876 | |
---|
| 877 | </td> |
---|
| 878 | |
---|
| 879 | |
---|
| 880 | |
---|
| 881 | |
---|
| 882 | <td style="vertical-align: top;">C*20</td> |
---|
| 883 | |
---|
| 884 | |
---|
| 885 | |
---|
| 886 | |
---|
| 887 | |
---|
| 888 | <td style="vertical-align: top;"><span style="font-style: italic;">'dirichlet'</span></td> |
---|
| 889 | |
---|
| 890 | |
---|
| 891 | |
---|
| 892 | |
---|
| 893 | |
---|
| 894 | <td style="vertical-align: top;"> |
---|
| 895 | |
---|
| 896 | |
---|
| 897 | |
---|
| 898 | |
---|
| 899 | <p style="font-style: normal;">Bottom boundary condition of the |
---|
| 900 | potential temperature. </p> |
---|
| 901 | |
---|
| 902 | |
---|
| 903 | |
---|
| 904 | |
---|
| 905 | |
---|
| 906 | |
---|
| 907 | |
---|
| 908 | |
---|
| 909 | |
---|
| 910 | <p>Allowed values |
---|
| 911 | are <span style="font-style: italic;">'dirichlet'</span> |
---|
| 912 | (pt(k=0) = const. = <a href="#pt_surface">pt_surface</a> |
---|
| 913 | + <a href="#pt_surface_initial_change">pt_surface_initial_change</a>; |
---|
| 914 | the user may change this value during the run using user-defined code) |
---|
| 915 | and <span style="font-style: italic;">'neumann'</span> |
---|
| 916 | (pt(k=0)=pt(k=1)). <br> |
---|
| 917 | |
---|
| 918 | |
---|
| 919 | |
---|
| 920 | |
---|
| 921 | |
---|
| 922 | When a constant surface sensible heat flux is used (<a href="#surface_heatflux">surface_heatflux</a>), <b>bc_pt_b</b> |
---|
| 923 | = <span style="font-style: italic;">'neumann'</span> |
---|
| 924 | must be used, because otherwise the resolved scale may contribute to |
---|
| 925 | the surface flux so that a constant value cannot be guaranteed.</p> |
---|
| 926 | |
---|
| 927 | |
---|
| 928 | |
---|
| 929 | |
---|
| 930 | |
---|
| 931 | |
---|
| 932 | |
---|
| 933 | |
---|
| 934 | <p>In the <a href="chapter_3.8.html">coupled</a> atmosphere executable, <a href="chapter_4.2.html#bc_pt_b">bc_pt_b</a> is internally set and does not need to be prescribed.</p> |
---|
| 935 | |
---|
| 936 | |
---|
| 937 | |
---|
| 938 | |
---|
| 939 | |
---|
| 940 | </td> |
---|
| 941 | |
---|
| 942 | |
---|
| 943 | |
---|
| 944 | |
---|
| 945 | </tr> |
---|
| 946 | |
---|
| 947 | |
---|
| 948 | |
---|
| 949 | |
---|
| 950 | <tr> |
---|
| 951 | |
---|
| 952 | |
---|
| 953 | |
---|
| 954 | |
---|
| 955 | <td style="vertical-align: top;"> |
---|
| 956 | |
---|
| 957 | |
---|
| 958 | |
---|
| 959 | |
---|
| 960 | <p><a name="pc_pt_t"></a><b>bc_pt_t</b></p> |
---|
| 961 | |
---|
| 962 | |
---|
| 963 | |
---|
| 964 | |
---|
| 965 | |
---|
| 966 | </td> |
---|
| 967 | |
---|
| 968 | |
---|
| 969 | |
---|
| 970 | |
---|
| 971 | <td style="vertical-align: top;">C * 20</td> |
---|
| 972 | |
---|
| 973 | |
---|
| 974 | |
---|
| 975 | |
---|
| 976 | |
---|
| 977 | <td style="vertical-align: top;"><span style="font-style: italic;">'initial_ gradient'</span></td> |
---|
| 978 | |
---|
| 979 | |
---|
| 980 | |
---|
| 981 | |
---|
| 982 | |
---|
| 983 | <td style="vertical-align: top;"> |
---|
| 984 | |
---|
| 985 | |
---|
| 986 | |
---|
| 987 | |
---|
| 988 | <p style="font-style: normal;">Top boundary condition of the |
---|
| 989 | potential temperature. </p> |
---|
| 990 | |
---|
| 991 | |
---|
| 992 | |
---|
| 993 | |
---|
| 994 | |
---|
| 995 | |
---|
| 996 | |
---|
| 997 | |
---|
| 998 | |
---|
| 999 | <p>Allowed are the |
---|
| 1000 | values <span style="font-style: italic;">'dirichlet' </span>(pt(k=nz+1) |
---|
| 1001 | does not change during the run), <span style="font-style: italic;">'neumann'</span> |
---|
| 1002 | (pt(k=nz+1)=pt(k=nz)), and <span style="font-style: italic;">'initial_gradient'</span>. |
---|
| 1003 | With the 'initial_gradient'-condition the value of the temperature |
---|
| 1004 | gradient at the top is |
---|
| 1005 | calculated from the initial |
---|
| 1006 | temperature profile (see <a href="#pt_surface">pt_surface</a>, |
---|
| 1007 | <a href="#pt_vertical_gradient">pt_vertical_gradient</a>) |
---|
| 1008 | by bc_pt_t_val = (pt_init(k=nz+1) - |
---|
| 1009 | pt_init(k=nz)) / dzu(nz+1).<br> |
---|
| 1010 | |
---|
| 1011 | |
---|
| 1012 | |
---|
| 1013 | |
---|
| 1014 | |
---|
| 1015 | Using this value (assumed constant during the |
---|
| 1016 | run) the temperature boundary values are calculated as </p> |
---|
| 1017 | |
---|
| 1018 | |
---|
| 1019 | |
---|
| 1020 | |
---|
| 1021 | |
---|
| 1022 | |
---|
| 1023 | |
---|
| 1024 | |
---|
| 1025 | |
---|
| 1026 | <ul> |
---|
| 1027 | |
---|
| 1028 | |
---|
| 1029 | |
---|
| 1030 | |
---|
| 1031 | |
---|
| 1032 | |
---|
| 1033 | |
---|
| 1034 | |
---|
| 1035 | |
---|
| 1036 | <p style="font-style: normal;">pt(k=nz+1) = |
---|
| 1037 | pt(k=nz) + |
---|
| 1038 | bc_pt_t_val * dzu(nz+1)</p> |
---|
| 1039 | |
---|
| 1040 | |
---|
| 1041 | |
---|
| 1042 | |
---|
| 1043 | |
---|
| 1044 | |
---|
| 1045 | |
---|
| 1046 | |
---|
| 1047 | |
---|
| 1048 | </ul> |
---|
| 1049 | |
---|
| 1050 | |
---|
| 1051 | |
---|
| 1052 | |
---|
| 1053 | |
---|
| 1054 | |
---|
| 1055 | |
---|
| 1056 | |
---|
| 1057 | |
---|
| 1058 | <p style="font-style: normal;">(up to k=nz the prognostic |
---|
| 1059 | equation for the temperature is solved).<br> |
---|
| 1060 | |
---|
| 1061 | |
---|
| 1062 | |
---|
| 1063 | |
---|
| 1064 | |
---|
| 1065 | When a constant sensible heat flux is used at the top boundary (<a href="chapter_4.1.html#top_heatflux">top_heatflux</a>), |
---|
| 1066 | <b>bc_pt_t</b> = <span style="font-style: italic;">'neumann'</span> |
---|
| 1067 | must be used, because otherwise the resolved scale may contribute to |
---|
| 1068 | the top flux so that a constant value cannot be guaranteed.</p> |
---|
| 1069 | |
---|
| 1070 | |
---|
| 1071 | |
---|
| 1072 | |
---|
| 1073 | </td> |
---|
| 1074 | |
---|
| 1075 | |
---|
| 1076 | |
---|
| 1077 | |
---|
| 1078 | |
---|
| 1079 | </tr> |
---|
| 1080 | |
---|
| 1081 | |
---|
| 1082 | |
---|
| 1083 | |
---|
| 1084 | <tr> |
---|
| 1085 | |
---|
| 1086 | |
---|
| 1087 | |
---|
| 1088 | |
---|
| 1089 | <td style="vertical-align: top;"> |
---|
| 1090 | |
---|
| 1091 | |
---|
| 1092 | |
---|
| 1093 | |
---|
| 1094 | <p><a name="bc_q_b"></a><b>bc_q_b</b></p> |
---|
| 1095 | |
---|
| 1096 | |
---|
| 1097 | |
---|
| 1098 | |
---|
| 1099 | |
---|
| 1100 | </td> |
---|
| 1101 | |
---|
| 1102 | |
---|
| 1103 | |
---|
| 1104 | |
---|
| 1105 | <td style="vertical-align: top;">C * 20</td> |
---|
| 1106 | |
---|
| 1107 | |
---|
| 1108 | |
---|
| 1109 | |
---|
| 1110 | |
---|
| 1111 | <td style="vertical-align: top;"><span style="font-style: italic;">'dirichlet'</span></td> |
---|
| 1112 | |
---|
| 1113 | |
---|
| 1114 | |
---|
| 1115 | |
---|
| 1116 | |
---|
| 1117 | <td style="vertical-align: top;"> |
---|
| 1118 | |
---|
| 1119 | |
---|
| 1120 | |
---|
| 1121 | |
---|
| 1122 | <p style="font-style: normal;">Bottom boundary condition of the |
---|
| 1123 | specific humidity / total water content. </p> |
---|
| 1124 | |
---|
| 1125 | |
---|
| 1126 | |
---|
| 1127 | |
---|
| 1128 | |
---|
| 1129 | |
---|
| 1130 | |
---|
| 1131 | |
---|
| 1132 | |
---|
| 1133 | <p>Allowed |
---|
| 1134 | values are <span style="font-style: italic;">'dirichlet'</span> |
---|
| 1135 | (q(k=0) = const. = <a href="#q_surface">q_surface</a> |
---|
| 1136 | + <a href="#q_surface_initial_change">q_surface_initial_change</a>; |
---|
| 1137 | the user may change this value during the run using user-defined code) |
---|
| 1138 | and <span style="font-style: italic;">'neumann'</span> |
---|
| 1139 | (q(k=0)=q(k=1)). <br> |
---|
| 1140 | |
---|
| 1141 | |
---|
| 1142 | |
---|
| 1143 | |
---|
| 1144 | |
---|
| 1145 | When a constant surface latent heat flux is used (<a href="#surface_waterflux">surface_waterflux</a>), <b>bc_q_b</b> |
---|
| 1146 | = <span style="font-style: italic;">'neumann'</span> |
---|
| 1147 | must be used, because otherwise the resolved scale may contribute to |
---|
| 1148 | the surface flux so that a constant value cannot be guaranteed.</p> |
---|
| 1149 | |
---|
| 1150 | |
---|
| 1151 | |
---|
| 1152 | |
---|
| 1153 | |
---|
| 1154 | </td> |
---|
| 1155 | |
---|
| 1156 | |
---|
| 1157 | |
---|
| 1158 | |
---|
| 1159 | </tr> |
---|
| 1160 | |
---|
| 1161 | |
---|
| 1162 | |
---|
| 1163 | |
---|
| 1164 | <tr> |
---|
| 1165 | |
---|
| 1166 | |
---|
| 1167 | |
---|
| 1168 | |
---|
| 1169 | <td style="vertical-align: top;"> |
---|
| 1170 | |
---|
| 1171 | |
---|
| 1172 | |
---|
| 1173 | |
---|
| 1174 | <p><a name="bc_q_t"></a><b>bc_q_t</b></p> |
---|
| 1175 | |
---|
| 1176 | |
---|
| 1177 | |
---|
| 1178 | |
---|
| 1179 | |
---|
| 1180 | </td> |
---|
| 1181 | |
---|
| 1182 | |
---|
| 1183 | |
---|
| 1184 | |
---|
| 1185 | <td style="vertical-align: top;"><span style="font-style: italic;">C |
---|
| 1186 | * 20</span></td> |
---|
| 1187 | |
---|
| 1188 | |
---|
| 1189 | |
---|
| 1190 | |
---|
| 1191 | <td style="vertical-align: top;"><span style="font-style: italic;">'neumann'</span></td> |
---|
| 1192 | |
---|
| 1193 | |
---|
| 1194 | |
---|
| 1195 | |
---|
| 1196 | |
---|
| 1197 | <td style="vertical-align: top;"> |
---|
| 1198 | |
---|
| 1199 | |
---|
| 1200 | |
---|
| 1201 | |
---|
| 1202 | <p style="font-style: normal;">Top boundary condition of the |
---|
| 1203 | specific humidity / total water content. </p> |
---|
| 1204 | |
---|
| 1205 | |
---|
| 1206 | |
---|
| 1207 | |
---|
| 1208 | |
---|
| 1209 | |
---|
| 1210 | |
---|
| 1211 | |
---|
| 1212 | |
---|
| 1213 | <p>Allowed |
---|
| 1214 | are the values <span style="font-style: italic;">'dirichlet'</span> |
---|
| 1215 | (q(k=nz) and q(k=nz+1) do |
---|
| 1216 | not change during the run) and <span style="font-style: italic;">'neumann'</span>. |
---|
| 1217 | With the Neumann boundary |
---|
| 1218 | condition the value of the humidity gradient at the top is calculated |
---|
| 1219 | from the |
---|
| 1220 | initial humidity profile (see <a href="#q_surface">q_surface</a>, |
---|
| 1221 | <a href="#q_vertical_gradient">q_vertical_gradient</a>) |
---|
| 1222 | by: bc_q_t_val = ( q_init(k=nz) - q_init(k=nz-1)) / dzu(nz).<br> |
---|
| 1223 | |
---|
| 1224 | |
---|
| 1225 | |
---|
| 1226 | |
---|
| 1227 | |
---|
| 1228 | Using this value (assumed constant during the run) the humidity |
---|
| 1229 | boundary values |
---|
| 1230 | are calculated as </p> |
---|
| 1231 | |
---|
| 1232 | |
---|
| 1233 | |
---|
| 1234 | |
---|
| 1235 | |
---|
| 1236 | |
---|
| 1237 | |
---|
| 1238 | |
---|
| 1239 | |
---|
| 1240 | <ul> |
---|
| 1241 | |
---|
| 1242 | |
---|
| 1243 | |
---|
| 1244 | |
---|
| 1245 | |
---|
| 1246 | |
---|
| 1247 | |
---|
| 1248 | |
---|
| 1249 | |
---|
| 1250 | <p style="font-style: normal;">q(k=nz+1) =q(k=nz) + |
---|
| 1251 | bc_q_t_val * dzu(nz+1)</p> |
---|
| 1252 | |
---|
| 1253 | |
---|
| 1254 | |
---|
| 1255 | |
---|
| 1256 | |
---|
| 1257 | |
---|
| 1258 | |
---|
| 1259 | |
---|
| 1260 | |
---|
| 1261 | </ul> |
---|
| 1262 | |
---|
| 1263 | |
---|
| 1264 | |
---|
| 1265 | |
---|
| 1266 | |
---|
| 1267 | |
---|
| 1268 | |
---|
| 1269 | |
---|
| 1270 | |
---|
| 1271 | <p style="font-style: normal;">(up tp k=nz the prognostic |
---|
| 1272 | equation for q is solved). </p> |
---|
| 1273 | |
---|
| 1274 | |
---|
| 1275 | |
---|
| 1276 | |
---|
| 1277 | </td> |
---|
| 1278 | |
---|
| 1279 | |
---|
| 1280 | |
---|
| 1281 | |
---|
| 1282 | </tr> |
---|
| 1283 | |
---|
| 1284 | |
---|
| 1285 | |
---|
| 1286 | |
---|
| 1287 | <tr> |
---|
| 1288 | |
---|
| 1289 | |
---|
| 1290 | |
---|
| 1291 | |
---|
| 1292 | |
---|
| 1293 | <td style="vertical-align: top;"> |
---|
| 1294 | |
---|
| 1295 | |
---|
| 1296 | |
---|
| 1297 | |
---|
| 1298 | <p><a name="bc_s_b"></a><b>bc_s_b</b></p> |
---|
| 1299 | |
---|
| 1300 | |
---|
| 1301 | |
---|
| 1302 | |
---|
| 1303 | </td> |
---|
| 1304 | |
---|
| 1305 | |
---|
| 1306 | |
---|
| 1307 | |
---|
| 1308 | |
---|
| 1309 | <td style="vertical-align: top;">C * 20</td> |
---|
| 1310 | |
---|
| 1311 | |
---|
| 1312 | |
---|
| 1313 | |
---|
| 1314 | <td style="vertical-align: top;"><span style="font-style: italic;">'dirichlet'</span></td> |
---|
| 1315 | |
---|
| 1316 | |
---|
| 1317 | |
---|
| 1318 | |
---|
| 1319 | |
---|
| 1320 | <td style="vertical-align: top;"> |
---|
| 1321 | |
---|
| 1322 | |
---|
| 1323 | |
---|
| 1324 | |
---|
| 1325 | <p style="font-style: normal;">Bottom boundary condition of the |
---|
| 1326 | scalar concentration. </p> |
---|
| 1327 | |
---|
| 1328 | |
---|
| 1329 | |
---|
| 1330 | |
---|
| 1331 | |
---|
| 1332 | |
---|
| 1333 | |
---|
| 1334 | |
---|
| 1335 | |
---|
| 1336 | <p>Allowed values |
---|
| 1337 | are <span style="font-style: italic;">'dirichlet'</span> |
---|
| 1338 | (s(k=0) = const. = <a href="#s_surface">s_surface</a> |
---|
| 1339 | + <a href="#s_surface_initial_change">s_surface_initial_change</a>; |
---|
| 1340 | the user may change this value during the run using user-defined code) |
---|
| 1341 | and <span style="font-style: italic;">'neumann'</span> |
---|
| 1342 | (s(k=0) = |
---|
| 1343 | s(k=1)). <br> |
---|
| 1344 | |
---|
| 1345 | |
---|
| 1346 | |
---|
| 1347 | |
---|
| 1348 | |
---|
| 1349 | When a constant surface concentration flux is used (<a href="#surface_scalarflux">surface_scalarflux</a>), <b>bc_s_b</b> |
---|
| 1350 | = <span style="font-style: italic;">'neumann'</span> |
---|
| 1351 | must be used, because otherwise the resolved scale may contribute to |
---|
| 1352 | the surface flux so that a constant value cannot be guaranteed.</p> |
---|
| 1353 | |
---|
| 1354 | |
---|
| 1355 | |
---|
| 1356 | |
---|
| 1357 | |
---|
| 1358 | </td> |
---|
| 1359 | |
---|
| 1360 | |
---|
| 1361 | |
---|
| 1362 | |
---|
| 1363 | </tr> |
---|
| 1364 | |
---|
| 1365 | |
---|
| 1366 | |
---|
| 1367 | |
---|
| 1368 | <tr> |
---|
| 1369 | |
---|
| 1370 | |
---|
| 1371 | |
---|
| 1372 | |
---|
| 1373 | <td style="vertical-align: top;"> |
---|
| 1374 | |
---|
| 1375 | |
---|
| 1376 | |
---|
| 1377 | |
---|
| 1378 | <p><a name="bc_s_t"></a><b>bc_s_t</b></p> |
---|
| 1379 | |
---|
| 1380 | |
---|
| 1381 | |
---|
| 1382 | |
---|
| 1383 | |
---|
| 1384 | </td> |
---|
| 1385 | |
---|
| 1386 | |
---|
| 1387 | |
---|
| 1388 | |
---|
| 1389 | <td style="vertical-align: top;">C * 20</td> |
---|
| 1390 | |
---|
| 1391 | |
---|
| 1392 | |
---|
| 1393 | |
---|
| 1394 | |
---|
| 1395 | <td style="vertical-align: top;"><span style="font-style: italic;">'neumann'</span></td> |
---|
| 1396 | |
---|
| 1397 | |
---|
| 1398 | |
---|
| 1399 | |
---|
| 1400 | |
---|
| 1401 | <td style="vertical-align: top;"> |
---|
| 1402 | |
---|
| 1403 | |
---|
| 1404 | |
---|
| 1405 | |
---|
| 1406 | <p style="font-style: normal;">Top boundary condition of the |
---|
| 1407 | scalar concentration. </p> |
---|
| 1408 | |
---|
| 1409 | |
---|
| 1410 | |
---|
| 1411 | |
---|
| 1412 | |
---|
| 1413 | |
---|
| 1414 | |
---|
| 1415 | |
---|
| 1416 | |
---|
| 1417 | <p>Allowed are the |
---|
| 1418 | values <span style="font-style: italic;">'dirichlet'</span> |
---|
| 1419 | (s(k=nz) and s(k=nz+1) do |
---|
| 1420 | not change during the run) and <span style="font-style: italic;">'neumann'</span>. |
---|
| 1421 | With the Neumann boundary |
---|
| 1422 | condition the value of the scalar concentration gradient at the top is |
---|
| 1423 | calculated |
---|
| 1424 | from the initial scalar concentration profile (see <a href="#s_surface">s_surface</a>, <a href="#s_vertical_gradient">s_vertical_gradient</a>) |
---|
| 1425 | by: bc_s_t_val = (s_init(k=nz) - s_init(k=nz-1)) / dzu(nz).<br> |
---|
| 1426 | |
---|
| 1427 | |
---|
| 1428 | |
---|
| 1429 | |
---|
| 1430 | |
---|
| 1431 | Using this value (assumed constant during the run) the concentration |
---|
| 1432 | boundary values |
---|
| 1433 | are calculated as </p> |
---|
| 1434 | |
---|
| 1435 | |
---|
| 1436 | |
---|
| 1437 | |
---|
| 1438 | |
---|
| 1439 | |
---|
| 1440 | |
---|
| 1441 | |
---|
| 1442 | |
---|
| 1443 | <ul> |
---|
| 1444 | |
---|
| 1445 | |
---|
| 1446 | |
---|
| 1447 | |
---|
| 1448 | |
---|
| 1449 | |
---|
| 1450 | |
---|
| 1451 | |
---|
| 1452 | |
---|
| 1453 | <p style="font-style: normal;">s(k=nz+1) = s(k=nz) + |
---|
| 1454 | bc_s_t_val * dzu(nz+1)</p> |
---|
| 1455 | |
---|
| 1456 | |
---|
| 1457 | |
---|
| 1458 | |
---|
| 1459 | |
---|
| 1460 | |
---|
| 1461 | |
---|
| 1462 | |
---|
| 1463 | |
---|
| 1464 | </ul> |
---|
| 1465 | |
---|
| 1466 | |
---|
| 1467 | |
---|
| 1468 | |
---|
| 1469 | |
---|
| 1470 | |
---|
| 1471 | |
---|
| 1472 | |
---|
| 1473 | |
---|
| 1474 | <p style="font-style: normal;">(up to k=nz the prognostic |
---|
| 1475 | equation for the scalar concentration is |
---|
| 1476 | solved).</p> |
---|
| 1477 | |
---|
| 1478 | |
---|
| 1479 | |
---|
| 1480 | |
---|
| 1481 | </td> |
---|
| 1482 | |
---|
| 1483 | |
---|
| 1484 | |
---|
| 1485 | |
---|
| 1486 | </tr> |
---|
| 1487 | |
---|
| 1488 | |
---|
| 1489 | |
---|
| 1490 | |
---|
| 1491 | <tr> |
---|
| 1492 | |
---|
| 1493 | |
---|
| 1494 | |
---|
| 1495 | |
---|
| 1496 | <td style="vertical-align: top;"><a name="bc_sa_t"></a><span style="font-weight: bold;">bc_sa_t</span></td> |
---|
| 1497 | |
---|
| 1498 | |
---|
| 1499 | |
---|
| 1500 | |
---|
| 1501 | <td style="vertical-align: top;">C * 20</td> |
---|
| 1502 | |
---|
| 1503 | |
---|
| 1504 | |
---|
| 1505 | |
---|
| 1506 | <td style="vertical-align: top;"><span style="font-style: italic;">'neumann'</span></td> |
---|
| 1507 | |
---|
| 1508 | |
---|
| 1509 | |
---|
| 1510 | |
---|
| 1511 | <td style="vertical-align: top;"> |
---|
| 1512 | |
---|
| 1513 | |
---|
| 1514 | |
---|
| 1515 | |
---|
| 1516 | <p style="font-style: normal;">Top boundary condition of the salinity. </p> |
---|
| 1517 | |
---|
| 1518 | |
---|
| 1519 | |
---|
| 1520 | |
---|
| 1521 | |
---|
| 1522 | |
---|
| 1523 | |
---|
| 1524 | |
---|
| 1525 | |
---|
| 1526 | <p>This parameter only comes into effect for ocean runs (see parameter <a href="#ocean">ocean</a>).</p> |
---|
| 1527 | |
---|
| 1528 | |
---|
| 1529 | |
---|
| 1530 | |
---|
| 1531 | |
---|
| 1532 | |
---|
| 1533 | |
---|
| 1534 | |
---|
| 1535 | <p style="font-style: normal;">Allowed are the |
---|
| 1536 | values <span style="font-style: italic;">'dirichlet' </span>(sa(k=nz+1) |
---|
| 1537 | does not change during the run) and <span style="font-style: italic;">'neumann'</span> |
---|
| 1538 | (sa(k=nz+1)=sa(k=nz))<span style="font-style: italic;"></span>. <br> |
---|
| 1539 | |
---|
| 1540 | |
---|
| 1541 | |
---|
| 1542 | |
---|
| 1543 | <br> |
---|
| 1544 | |
---|
| 1545 | |
---|
| 1546 | |
---|
| 1547 | |
---|
| 1548 | |
---|
| 1549 | When a constant salinity flux is used at the top boundary (<a href="chapter_4.1.html#top_salinityflux">top_salinityflux</a>), |
---|
| 1550 | <b>bc_sa_t</b> = <span style="font-style: italic;">'neumann'</span> |
---|
| 1551 | must be used, because otherwise the resolved scale may contribute to |
---|
| 1552 | the top flux so that a constant value cannot be guaranteed.</p> |
---|
| 1553 | |
---|
| 1554 | |
---|
| 1555 | |
---|
| 1556 | |
---|
| 1557 | </td> |
---|
| 1558 | |
---|
| 1559 | |
---|
| 1560 | |
---|
| 1561 | |
---|
| 1562 | </tr> |
---|
| 1563 | |
---|
| 1564 | |
---|
| 1565 | |
---|
| 1566 | |
---|
| 1567 | <tr> |
---|
| 1568 | |
---|
| 1569 | |
---|
| 1570 | |
---|
| 1571 | |
---|
| 1572 | <td style="vertical-align: top;"> |
---|
| 1573 | |
---|
| 1574 | |
---|
| 1575 | |
---|
| 1576 | |
---|
| 1577 | <p><a name="bc_uv_b"></a><b>bc_uv_b</b></p> |
---|
| 1578 | |
---|
| 1579 | |
---|
| 1580 | |
---|
| 1581 | |
---|
| 1582 | |
---|
| 1583 | </td> |
---|
| 1584 | |
---|
| 1585 | |
---|
| 1586 | |
---|
| 1587 | |
---|
| 1588 | <td style="vertical-align: top;">C * 20</td> |
---|
| 1589 | |
---|
| 1590 | |
---|
| 1591 | |
---|
| 1592 | |
---|
| 1593 | |
---|
| 1594 | <td style="vertical-align: top;"><span style="font-style: italic;">'dirichlet'</span></td> |
---|
| 1595 | |
---|
| 1596 | |
---|
| 1597 | |
---|
| 1598 | |
---|
| 1599 | |
---|
| 1600 | <td style="vertical-align: top;"> |
---|
| 1601 | |
---|
| 1602 | |
---|
| 1603 | |
---|
| 1604 | |
---|
| 1605 | <p style="font-style: normal;">Bottom boundary condition of the |
---|
| 1606 | horizontal velocity components u and v. </p> |
---|
| 1607 | |
---|
| 1608 | |
---|
| 1609 | |
---|
| 1610 | |
---|
| 1611 | |
---|
| 1612 | |
---|
| 1613 | |
---|
| 1614 | |
---|
| 1615 | |
---|
| 1616 | <p>Allowed |
---|
| 1617 | values are <span style="font-style: italic;">'dirichlet' </span>and |
---|
| 1618 | <span style="font-style: italic;">'neumann'</span>. <b>bc_uv_b</b> |
---|
| 1619 | = <span style="font-style: italic;">'dirichlet'</span> |
---|
| 1620 | yields the |
---|
| 1621 | no-slip condition with u=v=0 at the bottom. Due to the staggered grid |
---|
| 1622 | u(k=0) and v(k=0) are located at z = - 0,5 * <a href="#dz">dz</a> |
---|
| 1623 | (below the bottom), while u(k=1) and v(k=1) are located at z = +0,5 * |
---|
| 1624 | dz. u=v=0 at the bottom is guaranteed using mirror boundary |
---|
| 1625 | condition: </p> |
---|
| 1626 | |
---|
| 1627 | |
---|
| 1628 | |
---|
| 1629 | |
---|
| 1630 | |
---|
| 1631 | |
---|
| 1632 | |
---|
| 1633 | |
---|
| 1634 | |
---|
| 1635 | <ul> |
---|
| 1636 | |
---|
| 1637 | |
---|
| 1638 | |
---|
| 1639 | |
---|
| 1640 | |
---|
| 1641 | |
---|
| 1642 | |
---|
| 1643 | |
---|
| 1644 | |
---|
| 1645 | <p style="font-style: normal;">u(k=0) = - u(k=1) and v(k=0) = - |
---|
| 1646 | v(k=1)</p> |
---|
| 1647 | |
---|
| 1648 | |
---|
| 1649 | |
---|
| 1650 | |
---|
| 1651 | |
---|
| 1652 | |
---|
| 1653 | |
---|
| 1654 | |
---|
| 1655 | |
---|
| 1656 | </ul> |
---|
| 1657 | |
---|
| 1658 | |
---|
| 1659 | |
---|
| 1660 | |
---|
| 1661 | |
---|
| 1662 | |
---|
| 1663 | |
---|
| 1664 | |
---|
| 1665 | |
---|
| 1666 | <p style="font-style: normal;">The |
---|
| 1667 | Neumann boundary condition |
---|
| 1668 | yields the free-slip condition with u(k=0) = u(k=1) and v(k=0) = |
---|
| 1669 | v(k=1). |
---|
| 1670 | With Prandtl - layer switched on, the free-slip condition is not |
---|
| 1671 | allowed (otherwise the run will be terminated)<font color="#000000">.</font></p> |
---|
| 1672 | |
---|
| 1673 | |
---|
| 1674 | |
---|
| 1675 | |
---|
| 1676 | |
---|
| 1677 | </td> |
---|
| 1678 | |
---|
| 1679 | |
---|
| 1680 | |
---|
| 1681 | |
---|
| 1682 | </tr> |
---|
| 1683 | |
---|
| 1684 | |
---|
| 1685 | |
---|
| 1686 | |
---|
| 1687 | <tr> |
---|
| 1688 | |
---|
| 1689 | |
---|
| 1690 | |
---|
| 1691 | |
---|
| 1692 | <td style="vertical-align: top;"> |
---|
| 1693 | |
---|
| 1694 | |
---|
| 1695 | |
---|
| 1696 | |
---|
| 1697 | <p><a name="bc_uv_t"></a><b>bc_uv_t</b></p> |
---|
| 1698 | |
---|
| 1699 | |
---|
| 1700 | |
---|
| 1701 | |
---|
| 1702 | |
---|
| 1703 | </td> |
---|
| 1704 | |
---|
| 1705 | |
---|
| 1706 | |
---|
| 1707 | |
---|
| 1708 | <td style="vertical-align: top;">C * 20</td> |
---|
| 1709 | |
---|
| 1710 | |
---|
| 1711 | |
---|
| 1712 | |
---|
| 1713 | |
---|
| 1714 | <td style="vertical-align: top;"><span style="font-style: italic;">'dirichlet'</span></td> |
---|
| 1715 | |
---|
| 1716 | |
---|
| 1717 | |
---|
| 1718 | |
---|
| 1719 | |
---|
| 1720 | <td style="vertical-align: top;"> |
---|
| 1721 | |
---|
| 1722 | |
---|
| 1723 | |
---|
| 1724 | |
---|
| 1725 | <p style="font-style: normal;">Top boundary condition of the |
---|
| 1726 | horizontal velocity components u and v. </p> |
---|
| 1727 | |
---|
| 1728 | |
---|
| 1729 | |
---|
| 1730 | |
---|
| 1731 | |
---|
| 1732 | |
---|
| 1733 | |
---|
| 1734 | |
---|
| 1735 | |
---|
| 1736 | <p>Allowed |
---|
[132] | 1737 | values are <span style="font-style: italic;">'dirichlet'</span>, <span style="font-style: italic;">'dirichlet_0'</span> |
---|
[116] | 1738 | and <span style="font-style: italic;">'neumann'</span>. |
---|
| 1739 | The |
---|
| 1740 | Dirichlet condition yields u(k=nz+1) = ug(nz+1) and v(k=nz+1) = |
---|
| 1741 | vg(nz+1), |
---|
| 1742 | Neumann condition yields the free-slip condition with u(k=nz+1) = |
---|
| 1743 | u(k=nz) and v(k=nz+1) = v(k=nz) (up to k=nz the prognostic equations |
---|
[132] | 1744 | for the velocities are solved). The special condition <span style="font-style: italic;">'dirichlet_0'</span> can be used for channel flow, it yields the no-slip condition u(k=nz+1) = ug(nz+1) = 0 and v(k=nz+1) = |
---|
| 1745 | vg(nz+1) = 0.</p> |
---|
[116] | 1746 | |
---|
| 1747 | |
---|
| 1748 | |
---|
| 1749 | |
---|
| 1750 | |
---|
| 1751 | |
---|
| 1752 | |
---|
| 1753 | |
---|
| 1754 | <p>In the <a href="chapter_3.8.html">coupled</a> ocean executable, <a href="chapter_4.2.html#bc_uv_t">bc_uv_t</a> is internally set ('neumann') and does not need to be prescribed.</p> |
---|
| 1755 | |
---|
| 1756 | |
---|
| 1757 | |
---|
| 1758 | |
---|
| 1759 | </td> |
---|
| 1760 | |
---|
| 1761 | |
---|
| 1762 | |
---|
| 1763 | |
---|
| 1764 | </tr> |
---|
| 1765 | |
---|
| 1766 | |
---|
| 1767 | |
---|
| 1768 | |
---|
| 1769 | <tr> |
---|
| 1770 | |
---|
| 1771 | |
---|
| 1772 | |
---|
| 1773 | |
---|
| 1774 | <td style="vertical-align: top;"><a name="bottom_salinityflux"></a><span style="font-weight: bold;">bottom_salinityflux</span></td> |
---|
| 1775 | |
---|
| 1776 | |
---|
| 1777 | |
---|
| 1778 | |
---|
| 1779 | <td style="vertical-align: top;">R</td> |
---|
| 1780 | |
---|
| 1781 | |
---|
| 1782 | |
---|
| 1783 | |
---|
| 1784 | <td style="vertical-align: top;"><span style="font-style: italic;">0.0</span></td> |
---|
| 1785 | |
---|
| 1786 | |
---|
| 1787 | |
---|
| 1788 | |
---|
| 1789 | <td style="vertical-align: top;"> |
---|
| 1790 | |
---|
| 1791 | |
---|
| 1792 | |
---|
| 1793 | |
---|
| 1794 | <p>Kinematic salinity flux near the surface (in psu m/s). </p> |
---|
| 1795 | |
---|
| 1796 | |
---|
| 1797 | |
---|
| 1798 | |
---|
| 1799 | This parameter only comes into effect for ocean runs (see parameter <a href="chapter_4.1.html#ocean">ocean</a>). |
---|
| 1800 | |
---|
| 1801 | |
---|
| 1802 | |
---|
| 1803 | |
---|
| 1804 | <p>The |
---|
| 1805 | respective salinity flux value is used |
---|
| 1806 | as bottom (horizontally homogeneous) boundary condition for the salinity equation. This additionally requires that a Neumann |
---|
| 1807 | condition must be used for the salinity, which is currently the only available condition.<br> |
---|
| 1808 | |
---|
| 1809 | |
---|
| 1810 | |
---|
| 1811 | |
---|
| 1812 | </p> |
---|
| 1813 | |
---|
| 1814 | |
---|
| 1815 | |
---|
| 1816 | |
---|
| 1817 | </td> |
---|
| 1818 | |
---|
| 1819 | |
---|
| 1820 | |
---|
| 1821 | |
---|
| 1822 | </tr> |
---|
| 1823 | |
---|
| 1824 | |
---|
| 1825 | |
---|
| 1826 | |
---|
| 1827 | <tr> |
---|
| 1828 | |
---|
| 1829 | |
---|
| 1830 | |
---|
| 1831 | |
---|
| 1832 | |
---|
| 1833 | <td style="vertical-align: top;"><span style="font-weight: bold;"><a name="building_height"></a>building_height</span></td> |
---|
| 1834 | |
---|
| 1835 | |
---|
| 1836 | |
---|
| 1837 | |
---|
| 1838 | |
---|
| 1839 | <td style="vertical-align: top;">R</td> |
---|
| 1840 | |
---|
| 1841 | |
---|
| 1842 | |
---|
| 1843 | |
---|
| 1844 | <td style="vertical-align: top;"><span style="font-style: italic;">50.0</span></td> |
---|
| 1845 | |
---|
| 1846 | |
---|
| 1847 | |
---|
| 1848 | |
---|
| 1849 | <td>Height |
---|
| 1850 | of a single building in m.<br> |
---|
| 1851 | |
---|
| 1852 | |
---|
| 1853 | |
---|
| 1854 | |
---|
| 1855 | <br> |
---|
| 1856 | |
---|
| 1857 | |
---|
| 1858 | |
---|
| 1859 | |
---|
| 1860 | <span style="font-weight: bold;">building_height</span> must |
---|
| 1861 | be less than the height of the model domain. This parameter requires |
---|
| 1862 | the use of <a href="#topography">topography</a> |
---|
| 1863 | = <span style="font-style: italic;">'single_building'</span>.</td> |
---|
| 1864 | |
---|
| 1865 | |
---|
| 1866 | |
---|
| 1867 | |
---|
| 1868 | |
---|
| 1869 | </tr> |
---|
| 1870 | |
---|
| 1871 | |
---|
| 1872 | |
---|
| 1873 | |
---|
| 1874 | <tr> |
---|
| 1875 | |
---|
| 1876 | |
---|
| 1877 | |
---|
| 1878 | |
---|
| 1879 | <td style="vertical-align: top;"><span style="font-weight: bold;"><a name="building_length_x"></a>building_length_x</span></td> |
---|
| 1880 | |
---|
| 1881 | |
---|
| 1882 | |
---|
| 1883 | |
---|
| 1884 | |
---|
| 1885 | <td style="vertical-align: top;">R</td> |
---|
| 1886 | |
---|
| 1887 | |
---|
| 1888 | |
---|
| 1889 | |
---|
| 1890 | <td style="vertical-align: top;"><span style="font-style: italic;">50.0</span></td> |
---|
| 1891 | |
---|
| 1892 | |
---|
| 1893 | |
---|
| 1894 | |
---|
| 1895 | <td><span style="font-style: italic;"></span>Width of a single |
---|
| 1896 | building in m.<br> |
---|
| 1897 | |
---|
| 1898 | |
---|
| 1899 | |
---|
| 1900 | |
---|
| 1901 | <br> |
---|
| 1902 | |
---|
| 1903 | |
---|
| 1904 | |
---|
| 1905 | |
---|
| 1906 | |
---|
| 1907 | Currently, <span style="font-weight: bold;">building_length_x</span> |
---|
| 1908 | must be at least <span style="font-style: italic;">3 |
---|
| 1909 | * </span><a style="font-style: italic;" href="#dx">dx</a> and no more than <span style="font-style: italic;">( </span><a style="font-style: italic;" href="#nx">nx</a><span style="font-style: italic;"> - 1 ) </span><span style="font-style: italic;"> * <a href="#dx">dx</a> |
---|
| 1910 | </span><span style="font-style: italic;">- <a href="#building_wall_left">building_wall_left</a></span>. |
---|
| 1911 | This parameter requires the use of <a href="#topography">topography</a> |
---|
| 1912 | = <span style="font-style: italic;">'single_building'</span>.</td> |
---|
| 1913 | |
---|
| 1914 | |
---|
| 1915 | |
---|
| 1916 | |
---|
| 1917 | |
---|
| 1918 | </tr> |
---|
| 1919 | |
---|
| 1920 | |
---|
| 1921 | |
---|
| 1922 | |
---|
| 1923 | <tr> |
---|
| 1924 | |
---|
| 1925 | |
---|
| 1926 | |
---|
| 1927 | |
---|
| 1928 | <td style="vertical-align: top;"><span style="font-weight: bold;"><a name="building_length_y"></a>building_length_y</span></td> |
---|
| 1929 | |
---|
| 1930 | |
---|
| 1931 | |
---|
| 1932 | |
---|
| 1933 | |
---|
| 1934 | <td style="vertical-align: top;">R</td> |
---|
| 1935 | |
---|
| 1936 | |
---|
| 1937 | |
---|
| 1938 | |
---|
| 1939 | <td style="vertical-align: top;"><span style="font-style: italic;">50.0</span></td> |
---|
| 1940 | |
---|
| 1941 | |
---|
| 1942 | |
---|
| 1943 | |
---|
| 1944 | <td>Depth |
---|
| 1945 | of a single building in m.<br> |
---|
| 1946 | |
---|
| 1947 | |
---|
| 1948 | |
---|
| 1949 | |
---|
| 1950 | <br> |
---|
| 1951 | |
---|
| 1952 | |
---|
| 1953 | |
---|
| 1954 | |
---|
| 1955 | |
---|
| 1956 | Currently, <span style="font-weight: bold;">building_length_y</span> |
---|
| 1957 | must be at least <span style="font-style: italic;">3 |
---|
| 1958 | * </span><a style="font-style: italic;" href="#dy">dy</a> and no more than <span style="font-style: italic;">( </span><a style="font-style: italic;" href="#ny">ny</a><span style="font-style: italic;"> - 1 ) </span><span style="font-style: italic;"> * <a href="#dy">dy</a></span><span style="font-style: italic;"> - <a href="#building_wall_south">building_wall_south</a></span>. This parameter requires |
---|
| 1959 | the use of <a href="#topography">topography</a> |
---|
| 1960 | = <span style="font-style: italic;">'single_building'</span>.</td> |
---|
| 1961 | |
---|
| 1962 | |
---|
| 1963 | |
---|
| 1964 | |
---|
| 1965 | |
---|
| 1966 | </tr> |
---|
| 1967 | |
---|
| 1968 | |
---|
| 1969 | |
---|
| 1970 | |
---|
| 1971 | <tr> |
---|
| 1972 | |
---|
| 1973 | |
---|
| 1974 | |
---|
| 1975 | |
---|
| 1976 | <td style="vertical-align: top;"><span style="font-weight: bold;"><a name="building_wall_left"></a>building_wall_left</span></td> |
---|
| 1977 | |
---|
| 1978 | |
---|
| 1979 | |
---|
| 1980 | |
---|
| 1981 | |
---|
| 1982 | <td style="vertical-align: top;">R</td> |
---|
| 1983 | |
---|
| 1984 | |
---|
| 1985 | |
---|
| 1986 | |
---|
| 1987 | <td style="vertical-align: top;"><span style="font-style: italic;">building centered in x-direction</span></td> |
---|
| 1988 | |
---|
| 1989 | |
---|
| 1990 | |
---|
| 1991 | |
---|
| 1992 | |
---|
| 1993 | <td>x-coordinate of the left building wall (distance between the |
---|
| 1994 | left building wall and the left border of the model domain) in m.<br> |
---|
| 1995 | |
---|
| 1996 | |
---|
| 1997 | |
---|
| 1998 | |
---|
| 1999 | |
---|
| 2000 | <br> |
---|
| 2001 | |
---|
| 2002 | |
---|
| 2003 | |
---|
| 2004 | |
---|
| 2005 | |
---|
| 2006 | Currently, <span style="font-weight: bold;">building_wall_left</span> |
---|
| 2007 | must be at least <span style="font-style: italic;">1 |
---|
| 2008 | * </span><a style="font-style: italic;" href="#dx">dx</a> and less than <span style="font-style: italic;">( <a href="#nx">nx</a> |
---|
| 2009 | - 1 ) * <a href="#dx">dx</a> - <a href="#building_length_x">building_length_x</a></span>. |
---|
| 2010 | This parameter requires the use of <a href="#topography">topography</a> |
---|
| 2011 | = <span style="font-style: italic;">'single_building'</span>.<br> |
---|
| 2012 | |
---|
| 2013 | |
---|
| 2014 | |
---|
| 2015 | |
---|
| 2016 | |
---|
| 2017 | <br> |
---|
| 2018 | |
---|
| 2019 | |
---|
| 2020 | |
---|
| 2021 | |
---|
| 2022 | |
---|
| 2023 | The default value <span style="font-weight: bold;">building_wall_left</span> |
---|
| 2024 | = <span style="font-style: italic;">( ( <a href="#nx">nx</a> + |
---|
| 2025 | 1 ) * <a href="#dx">dx</a> - <a href="#building_length_x">building_length_x</a> ) / 2</span> |
---|
[134] | 2026 | centers the building in x-direction. <font color="#000000">Due to the staggered grid the building will be displaced by -0.5 <a href="chapter_4.1.html#dx">dx</a> in x-direction and -0.5 <a href="chapter_4.1.html#dy">dy</a> in y-direction.</font> </td> |
---|
[116] | 2027 | |
---|
| 2028 | |
---|
| 2029 | |
---|
| 2030 | |
---|
| 2031 | </tr> |
---|
| 2032 | |
---|
| 2033 | |
---|
| 2034 | |
---|
| 2035 | |
---|
| 2036 | <tr> |
---|
| 2037 | |
---|
| 2038 | |
---|
| 2039 | |
---|
| 2040 | |
---|
| 2041 | |
---|
| 2042 | <td style="vertical-align: top;"><span style="font-weight: bold;"><a name="building_wall_south"></a>building_wall_south</span></td> |
---|
| 2043 | |
---|
| 2044 | |
---|
| 2045 | |
---|
| 2046 | |
---|
| 2047 | |
---|
| 2048 | <td style="vertical-align: top;">R</td> |
---|
| 2049 | |
---|
| 2050 | |
---|
| 2051 | |
---|
| 2052 | |
---|
| 2053 | <td style="vertical-align: top;"><span style="font-style: italic;"></span><span style="font-style: italic;">building centered in y-direction</span></td> |
---|
| 2054 | |
---|
| 2055 | |
---|
| 2056 | |
---|
| 2057 | |
---|
| 2058 | |
---|
| 2059 | <td>y-coordinate of the South building wall (distance between the |
---|
| 2060 | South building wall and the South border of the model domain) in m.<br> |
---|
| 2061 | |
---|
| 2062 | |
---|
| 2063 | |
---|
| 2064 | |
---|
| 2065 | |
---|
| 2066 | <br> |
---|
| 2067 | |
---|
| 2068 | |
---|
| 2069 | |
---|
| 2070 | |
---|
| 2071 | |
---|
| 2072 | Currently, <span style="font-weight: bold;">building_wall_south</span> |
---|
| 2073 | must be at least <span style="font-style: italic;">1 |
---|
| 2074 | * </span><a style="font-style: italic;" href="#dy">dy</a> and less than <span style="font-style: italic;">( <a href="#ny">ny</a> |
---|
| 2075 | - 1 ) * <a href="#dy">dy</a> - <a href="#building_length_y">building_length_y</a></span>. |
---|
| 2076 | This parameter requires the use of <a href="#topography">topography</a> |
---|
| 2077 | = <span style="font-style: italic;">'single_building'</span>.<br> |
---|
| 2078 | |
---|
| 2079 | |
---|
| 2080 | |
---|
| 2081 | |
---|
| 2082 | |
---|
| 2083 | <br> |
---|
| 2084 | |
---|
| 2085 | |
---|
| 2086 | |
---|
| 2087 | |
---|
| 2088 | |
---|
| 2089 | The default value <span style="font-weight: bold;">building_wall_south</span> |
---|
| 2090 | = <span style="font-style: italic;">( ( <a href="#ny">ny</a> + |
---|
| 2091 | 1 ) * <a href="#dy">dy</a> - <a href="#building_length_y">building_length_y</a> ) / 2</span> |
---|
[134] | 2092 | centers the building in y-direction. <font color="#000000">Due to the staggered grid the building will be displaced by -0.5 <a href="chapter_4.1.html#dx">dx</a> in x-direction and -0.5 <a href="chapter_4.1.html#dy">dy</a> in y-direction.</font> </td> |
---|
[116] | 2093 | |
---|
| 2094 | |
---|
| 2095 | |
---|
| 2096 | |
---|
| 2097 | </tr> |
---|
| 2098 | |
---|
| 2099 | |
---|
| 2100 | |
---|
| 2101 | |
---|
[138] | 2102 | <tr><td><a name="canopy_mode"></a><span style="font-weight: bold;">canopy_mode</span></td><td>C * 20</td><td><span style="font-style: italic;">'block'</span></td><td>Canopy mode.<br><br><font color="#000000"> |
---|
| 2103 | Besides using the default value, that will create a horizontally |
---|
| 2104 | homogeneous plant canopy that extends over the total horizontal |
---|
| 2105 | extension of the model domain, the user may add code to the user |
---|
| 2106 | interface subroutine <a href="chapter_3.5.1.html#user_init_plant_canopy">user_init_plant_canopy</a> |
---|
| 2107 | to allow further canopy modes. <br><br>The setting of <a href="#canopy_mode">canopy_mode</a> becomes only active, if <a href="#plant_canopy">plant_canopy</a> has been set <span style="font-style: italic;">.T.</span> and a non-zero <a href="#drag_coefficient">drag_coefficient</a> has been defined.</font></td></tr><tr> |
---|
[116] | 2108 | |
---|
| 2109 | |
---|
| 2110 | |
---|
| 2111 | |
---|
| 2112 | |
---|
| 2113 | <td style="vertical-align: top;"><span style="font-weight: bold;"><a name="cloud_droplets"></a>cloud_droplets</span><br> |
---|
| 2114 | |
---|
| 2115 | |
---|
| 2116 | |
---|
| 2117 | |
---|
| 2118 | |
---|
| 2119 | </td> |
---|
| 2120 | |
---|
| 2121 | |
---|
| 2122 | |
---|
| 2123 | |
---|
| 2124 | <td style="vertical-align: top;">L<br> |
---|
| 2125 | |
---|
| 2126 | |
---|
| 2127 | |
---|
| 2128 | |
---|
| 2129 | </td> |
---|
| 2130 | |
---|
| 2131 | |
---|
| 2132 | |
---|
| 2133 | |
---|
| 2134 | |
---|
| 2135 | <td style="vertical-align: top;"><span style="font-style: italic;">.F.</span><br> |
---|
| 2136 | |
---|
| 2137 | |
---|
| 2138 | |
---|
| 2139 | |
---|
| 2140 | </td> |
---|
| 2141 | |
---|
| 2142 | |
---|
| 2143 | |
---|
| 2144 | |
---|
| 2145 | |
---|
| 2146 | <td style="vertical-align: top;">Parameter to switch on |
---|
| 2147 | usage of cloud droplets.<br> |
---|
| 2148 | |
---|
| 2149 | |
---|
| 2150 | |
---|
| 2151 | |
---|
| 2152 | <br> |
---|
| 2153 | |
---|
| 2154 | |
---|
| 2155 | |
---|
| 2156 | |
---|
| 2157 | |
---|
| 2158 | <span style="font-weight: bold;"></span><span style="font-family: monospace;"></span> |
---|
| 2159 | |
---|
| 2160 | |
---|
| 2161 | |
---|
| 2162 | |
---|
| 2163 | Cloud droplets require to use particles (i.e. the NAMELIST group <span style="font-family: Courier New,Courier,monospace;">particles_par</span> has to be included in the parameter file<span style="font-family: monospace;"></span>). Then each particle is a representative for a certain number of droplets. The droplet |
---|
| 2164 | features (number of droplets, initial radius, etc.) can be steered with |
---|
| 2165 | the respective particle parameters (see e.g. <a href="#chapter_4.2.html#radius">radius</a>). |
---|
| 2166 | The real number of initial droplets in a grid cell is equal to the |
---|
| 2167 | initial number of droplets (defined by the particle source parameters <span lang="en-GB"><font face="Thorndale, serif"> </font></span><a href="chapter_4.2.html#pst"><span lang="en-GB"><font face="Thorndale, serif">pst</font></span></a><span lang="en-GB"><font face="Thorndale, serif">, </font></span><a href="chapter_4.2.html#psl"><span lang="en-GB"><font face="Thorndale, serif">psl</font></span></a><span lang="en-GB"><font face="Thorndale, serif">, </font></span><a href="chapter_4.2.html#psr"><span lang="en-GB"><font face="Thorndale, serif">psr</font></span></a><span lang="en-GB"><font face="Thorndale, serif">, </font></span><a href="chapter_4.2.html#pss"><span lang="en-GB"><font face="Thorndale, serif">pss</font></span></a><span lang="en-GB"><font face="Thorndale, serif">, </font></span><a href="chapter_4.2.html#psn"><span lang="en-GB"><font face="Thorndale, serif">psn</font></span></a><span lang="en-GB"><font face="Thorndale, serif">, </font></span><a href="chapter_4.2.html#psb"><span lang="en-GB"><font face="Thorndale, serif">psb</font></span></a><span lang="en-GB"><font face="Thorndale, serif">, </font></span><a href="chapter_4.2.html#pdx"><span lang="en-GB"><font face="Thorndale, serif">pdx</font></span></a><span lang="en-GB"><font face="Thorndale, serif">, </font></span><a href="chapter_4.2.html#pdy"><span lang="en-GB"><font face="Thorndale, serif">pdy</font></span></a> |
---|
| 2168 | <span lang="en-GB"><font face="Thorndale, serif">and |
---|
| 2169 | </font></span><a href="chapter_4.2.html#pdz"><span lang="en-GB"><font face="Thorndale, serif">pdz</font></span></a><span lang="en-GB"></span><span lang="en-GB"></span>) |
---|
| 2170 | times the <a href="#initial_weighting_factor">initial_weighting_factor</a>.<br> |
---|
| 2171 | |
---|
| 2172 | |
---|
| 2173 | |
---|
| 2174 | |
---|
| 2175 | |
---|
| 2176 | <br> |
---|
| 2177 | |
---|
| 2178 | |
---|
| 2179 | |
---|
| 2180 | |
---|
| 2181 | |
---|
| 2182 | In case of using cloud droplets, the default condensation scheme in |
---|
| 2183 | PALM cannot be used, i.e. <a href="#cloud_physics">cloud_physics</a> |
---|
| 2184 | must be set <span style="font-style: italic;">.F.</span>.<br> |
---|
| 2185 | |
---|
| 2186 | |
---|
| 2187 | |
---|
| 2188 | |
---|
| 2189 | |
---|
| 2190 | </td> |
---|
| 2191 | |
---|
| 2192 | |
---|
| 2193 | |
---|
| 2194 | |
---|
| 2195 | </tr> |
---|
| 2196 | |
---|
| 2197 | |
---|
| 2198 | |
---|
| 2199 | |
---|
| 2200 | <tr> |
---|
| 2201 | |
---|
| 2202 | |
---|
| 2203 | |
---|
| 2204 | |
---|
| 2205 | <td style="vertical-align: top;"> |
---|
| 2206 | |
---|
| 2207 | |
---|
| 2208 | |
---|
| 2209 | |
---|
| 2210 | <p><a name="cloud_physics"></a><b>cloud_physics</b></p> |
---|
| 2211 | |
---|
| 2212 | |
---|
| 2213 | |
---|
| 2214 | |
---|
| 2215 | |
---|
| 2216 | </td> |
---|
| 2217 | |
---|
| 2218 | |
---|
| 2219 | |
---|
| 2220 | |
---|
| 2221 | <td style="vertical-align: top;">L<br> |
---|
| 2222 | |
---|
| 2223 | |
---|
| 2224 | |
---|
| 2225 | |
---|
| 2226 | </td> |
---|
| 2227 | |
---|
| 2228 | |
---|
| 2229 | |
---|
| 2230 | |
---|
| 2231 | |
---|
| 2232 | <td style="vertical-align: top;"><span style="font-style: italic;">.F.</span></td> |
---|
| 2233 | |
---|
| 2234 | |
---|
| 2235 | |
---|
| 2236 | |
---|
| 2237 | <td style="vertical-align: top;"> |
---|
| 2238 | |
---|
| 2239 | |
---|
| 2240 | |
---|
| 2241 | |
---|
| 2242 | <p>Parameter to switch |
---|
| 2243 | on the condensation scheme. </p> |
---|
| 2244 | |
---|
| 2245 | |
---|
| 2246 | |
---|
| 2247 | |
---|
| 2248 | |
---|
| 2249 | For <b>cloud_physics =</b> <span style="font-style: italic;">.TRUE.</span>, equations |
---|
| 2250 | for the |
---|
| 2251 | liquid water |
---|
| 2252 | content and the liquid water potential temperature are solved instead |
---|
| 2253 | of those for specific humidity and potential temperature. Note |
---|
| 2254 | that a grid volume is assumed to be either completely saturated or |
---|
| 2255 | completely |
---|
| 2256 | unsaturated (0%-or-100%-scheme). A simple precipitation scheme can |
---|
| 2257 | additionally be switched on with parameter <a href="#precipitation">precipitation</a>. |
---|
| 2258 | Also cloud-top cooling by longwave radiation can be utilized (see <a href="#radiation">radiation</a>)<br> |
---|
| 2259 | |
---|
| 2260 | |
---|
| 2261 | |
---|
| 2262 | |
---|
| 2263 | <b><br> |
---|
| 2264 | |
---|
| 2265 | |
---|
| 2266 | |
---|
| 2267 | |
---|
| 2268 | |
---|
| 2269 | cloud_physics =</b> <span style="font-style: italic;">.TRUE. |
---|
| 2270 | </span>requires <a href="#humidity">humidity</a> |
---|
| 2271 | =<span style="font-style: italic;"> .TRUE.</span> .<br> |
---|
| 2272 | |
---|
| 2273 | |
---|
| 2274 | |
---|
| 2275 | |
---|
| 2276 | |
---|
| 2277 | Detailed information about the condensation scheme is given in the |
---|
| 2278 | description of the <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM-1/Dokumentationen/Cloud_physics/wolken.pdf">cloud |
---|
| 2279 | physics module</a> (pdf-file, only in German).<br> |
---|
| 2280 | |
---|
| 2281 | |
---|
| 2282 | |
---|
| 2283 | |
---|
| 2284 | <br> |
---|
| 2285 | |
---|
| 2286 | |
---|
| 2287 | |
---|
| 2288 | |
---|
| 2289 | |
---|
| 2290 | This condensation scheme is not allowed if cloud droplets are simulated |
---|
| 2291 | explicitly (see <a href="#cloud_droplets">cloud_droplets</a>).<br> |
---|
| 2292 | |
---|
| 2293 | |
---|
| 2294 | |
---|
| 2295 | |
---|
| 2296 | |
---|
| 2297 | </td> |
---|
| 2298 | |
---|
| 2299 | |
---|
| 2300 | |
---|
| 2301 | |
---|
| 2302 | </tr> |
---|
| 2303 | |
---|
| 2304 | |
---|
| 2305 | |
---|
| 2306 | |
---|
| 2307 | <tr> |
---|
| 2308 | |
---|
| 2309 | |
---|
| 2310 | |
---|
| 2311 | |
---|
| 2312 | <td style="vertical-align: top;"><span style="font-weight: bold;"><a name="conserve_volume_flow"></a>conserve_volume_flow</span></td> |
---|
| 2313 | |
---|
| 2314 | |
---|
| 2315 | |
---|
| 2316 | |
---|
| 2317 | |
---|
| 2318 | <td style="vertical-align: top;">L</td> |
---|
| 2319 | |
---|
| 2320 | |
---|
| 2321 | |
---|
| 2322 | |
---|
| 2323 | <td style="vertical-align: top;"><span style="font-style: italic;">.F.</span></td> |
---|
| 2324 | |
---|
| 2325 | |
---|
| 2326 | |
---|
| 2327 | |
---|
| 2328 | <td>Conservation |
---|
| 2329 | of volume flow in x- and y-direction.<br> |
---|
| 2330 | |
---|
| 2331 | |
---|
| 2332 | |
---|
| 2333 | |
---|
| 2334 | <br> |
---|
| 2335 | |
---|
| 2336 | |
---|
| 2337 | |
---|
| 2338 | |
---|
| 2339 | <span style="font-weight: bold;">conserve_volume_flow</span> |
---|
| 2340 | = <span style="font-style: italic;">.TRUE.</span> |
---|
| 2341 | guarantees that the volume flow through the xz- or yz-cross-section of |
---|
| 2342 | the total model domain remains constant (equal to the initial value at |
---|
| 2343 | t=0) throughout the run.<br> |
---|
| 2344 | |
---|
| 2345 | |
---|
| 2346 | |
---|
| 2347 | |
---|
| 2348 | |
---|
| 2349 | </td> |
---|
| 2350 | |
---|
| 2351 | |
---|
| 2352 | |
---|
| 2353 | |
---|
| 2354 | </tr> |
---|
| 2355 | |
---|
| 2356 | |
---|
| 2357 | |
---|
| 2358 | |
---|
| 2359 | <tr> |
---|
| 2360 | |
---|
| 2361 | |
---|
| 2362 | |
---|
| 2363 | |
---|
| 2364 | <td style="vertical-align: top;"> |
---|
| 2365 | |
---|
| 2366 | |
---|
| 2367 | |
---|
| 2368 | |
---|
| 2369 | <p><a name="cut_spline_overshoot"></a><b>cut_spline_overshoot</b></p> |
---|
| 2370 | |
---|
| 2371 | |
---|
| 2372 | |
---|
| 2373 | |
---|
| 2374 | |
---|
| 2375 | </td> |
---|
| 2376 | |
---|
| 2377 | |
---|
| 2378 | |
---|
| 2379 | |
---|
| 2380 | <td style="vertical-align: top;">L</td> |
---|
| 2381 | |
---|
| 2382 | |
---|
| 2383 | |
---|
| 2384 | |
---|
| 2385 | |
---|
| 2386 | <td style="vertical-align: top;"><span style="font-style: italic;">.T.</span></td> |
---|
| 2387 | |
---|
| 2388 | |
---|
| 2389 | |
---|
| 2390 | |
---|
| 2391 | <td style="vertical-align: top;"> |
---|
| 2392 | |
---|
| 2393 | |
---|
| 2394 | |
---|
| 2395 | |
---|
| 2396 | <p>Cuts off of |
---|
| 2397 | so-called overshoots, which can occur with the |
---|
| 2398 | upstream-spline scheme. </p> |
---|
| 2399 | |
---|
| 2400 | |
---|
| 2401 | |
---|
| 2402 | |
---|
| 2403 | |
---|
| 2404 | |
---|
| 2405 | |
---|
| 2406 | |
---|
| 2407 | |
---|
| 2408 | <p><font color="#000000">The cubic splines tend to overshoot in |
---|
| 2409 | case of discontinuous changes of variables between neighbouring grid |
---|
| 2410 | points.</font><font color="#ff0000"> </font><font color="#000000">This |
---|
| 2411 | may lead to errors in calculating the advection tendency.</font> |
---|
| 2412 | Choice |
---|
| 2413 | of <b>cut_spline_overshoot</b> = <i>.TRUE.</i> |
---|
| 2414 | (switched on by |
---|
| 2415 | default) |
---|
| 2416 | allows variable values not to exceed an interval defined by the |
---|
| 2417 | respective adjacent grid points. This interval can be adjusted |
---|
| 2418 | seperately for every prognostic variable (see initialization parameters |
---|
| 2419 | <a href="#overshoot_limit_e">overshoot_limit_e</a>, <a href="#overshoot_limit_pt">overshoot_limit_pt</a>, <a href="#overshoot_limit_u">overshoot_limit_u</a>, |
---|
| 2420 | etc.). This might be necessary in case that the |
---|
| 2421 | default interval has a non-tolerable effect on the model |
---|
| 2422 | results. </p> |
---|
| 2423 | |
---|
| 2424 | |
---|
| 2425 | |
---|
| 2426 | |
---|
| 2427 | |
---|
| 2428 | |
---|
| 2429 | |
---|
| 2430 | |
---|
| 2431 | |
---|
| 2432 | <p>Overshoots may also be removed |
---|
| 2433 | using the parameters <a href="#ups_limit_e">ups_limit_e</a>, |
---|
| 2434 | <a href="#ups_limit_pt">ups_limit_pt</a>, |
---|
| 2435 | etc. as well as by applying a long-filter (see <a href="#long_filter_factor">long_filter_factor</a>).</p> |
---|
| 2436 | |
---|
| 2437 | |
---|
| 2438 | |
---|
| 2439 | |
---|
| 2440 | |
---|
| 2441 | </td> |
---|
| 2442 | |
---|
| 2443 | |
---|
| 2444 | |
---|
| 2445 | |
---|
| 2446 | </tr> |
---|
| 2447 | |
---|
| 2448 | |
---|
| 2449 | |
---|
| 2450 | |
---|
| 2451 | <tr> |
---|
| 2452 | |
---|
| 2453 | |
---|
| 2454 | |
---|
| 2455 | |
---|
| 2456 | <td style="vertical-align: top;"> |
---|
| 2457 | |
---|
| 2458 | |
---|
| 2459 | |
---|
| 2460 | |
---|
| 2461 | <p><a name="damp_level_1d"></a><b>damp_level_1d</b></p> |
---|
| 2462 | |
---|
| 2463 | |
---|
| 2464 | |
---|
| 2465 | |
---|
| 2466 | |
---|
| 2467 | </td> |
---|
| 2468 | |
---|
| 2469 | |
---|
| 2470 | |
---|
| 2471 | |
---|
| 2472 | <td style="vertical-align: top;">R</td> |
---|
| 2473 | |
---|
| 2474 | |
---|
| 2475 | |
---|
| 2476 | |
---|
| 2477 | |
---|
| 2478 | <td style="vertical-align: top;"><span style="font-style: italic;">zu(nz+1)</span></td> |
---|
| 2479 | |
---|
| 2480 | |
---|
| 2481 | |
---|
| 2482 | |
---|
| 2483 | |
---|
| 2484 | <td style="vertical-align: top;"> |
---|
| 2485 | |
---|
| 2486 | |
---|
| 2487 | |
---|
| 2488 | |
---|
| 2489 | <p>Height where |
---|
| 2490 | the damping layer begins in the 1d-model |
---|
| 2491 | (in m). </p> |
---|
| 2492 | |
---|
| 2493 | |
---|
| 2494 | |
---|
| 2495 | |
---|
| 2496 | |
---|
| 2497 | |
---|
| 2498 | |
---|
| 2499 | |
---|
| 2500 | |
---|
| 2501 | <p>This parameter is used to |
---|
| 2502 | switch on a damping layer for the |
---|
| 2503 | 1d-model, which is generally needed for the damping of inertia |
---|
| 2504 | oscillations. Damping is done by gradually increasing the value |
---|
| 2505 | of the eddy diffusivities about 10% per vertical grid level |
---|
| 2506 | (starting with the value at the height given by <b>damp_level_1d</b>, |
---|
| 2507 | or possibly from the next grid pint above), i.e. K<sub>m</sub>(k+1) |
---|
| 2508 | = |
---|
| 2509 | 1.1 * K<sub>m</sub>(k). |
---|
| 2510 | The values of K<sub>m</sub> are limited to 10 m**2/s at |
---|
| 2511 | maximum. <br> |
---|
| 2512 | |
---|
| 2513 | |
---|
| 2514 | |
---|
| 2515 | |
---|
| 2516 | |
---|
| 2517 | This parameter only comes into effect if the 1d-model is switched on |
---|
| 2518 | for |
---|
| 2519 | the initialization of the 3d-model using <a href="#initializing_actions">initializing_actions</a> |
---|
| 2520 | = <span style="font-style: italic;">'set_1d-model_profiles'</span>. |
---|
| 2521 | <br> |
---|
| 2522 | |
---|
| 2523 | |
---|
| 2524 | |
---|
| 2525 | |
---|
| 2526 | </p> |
---|
| 2527 | |
---|
| 2528 | |
---|
| 2529 | |
---|
| 2530 | |
---|
| 2531 | </td> |
---|
| 2532 | |
---|
| 2533 | |
---|
| 2534 | |
---|
| 2535 | |
---|
| 2536 | </tr> |
---|
| 2537 | |
---|
| 2538 | |
---|
| 2539 | |
---|
| 2540 | |
---|
| 2541 | <tr> |
---|
| 2542 | |
---|
| 2543 | |
---|
| 2544 | |
---|
| 2545 | |
---|
| 2546 | <td style="vertical-align: top;"><a name="dissipation_1d"></a><span style="font-weight: bold;">dissipation_1d</span><br> |
---|
| 2547 | |
---|
| 2548 | |
---|
| 2549 | |
---|
| 2550 | |
---|
| 2551 | |
---|
| 2552 | </td> |
---|
| 2553 | |
---|
| 2554 | |
---|
| 2555 | |
---|
| 2556 | |
---|
| 2557 | <td style="vertical-align: top;">C*20<br> |
---|
| 2558 | |
---|
| 2559 | |
---|
| 2560 | |
---|
| 2561 | |
---|
| 2562 | |
---|
| 2563 | </td> |
---|
| 2564 | |
---|
| 2565 | |
---|
| 2566 | |
---|
| 2567 | |
---|
| 2568 | <td style="vertical-align: top;"><span style="font-style: italic;">'as_in_3d_</span><br style="font-style: italic;"> |
---|
| 2569 | |
---|
| 2570 | |
---|
| 2571 | |
---|
| 2572 | |
---|
| 2573 | <span style="font-style: italic;">model'</span><br> |
---|
| 2574 | |
---|
| 2575 | |
---|
| 2576 | |
---|
| 2577 | |
---|
| 2578 | </td> |
---|
| 2579 | |
---|
| 2580 | |
---|
| 2581 | |
---|
| 2582 | |
---|
| 2583 | |
---|
| 2584 | <td style="vertical-align: top;">Calculation method for |
---|
| 2585 | the energy dissipation term in the TKE equation of the 1d-model.<br> |
---|
| 2586 | |
---|
| 2587 | |
---|
| 2588 | |
---|
| 2589 | |
---|
| 2590 | |
---|
| 2591 | <br> |
---|
| 2592 | |
---|
| 2593 | |
---|
| 2594 | |
---|
| 2595 | |
---|
| 2596 | |
---|
| 2597 | By default the dissipation is calculated as in the 3d-model using diss |
---|
| 2598 | = (0.19 + 0.74 * l / l_grid) * e**1.5 / l.<br> |
---|
| 2599 | |
---|
| 2600 | |
---|
| 2601 | |
---|
| 2602 | |
---|
| 2603 | <br> |
---|
| 2604 | |
---|
| 2605 | |
---|
| 2606 | |
---|
| 2607 | |
---|
| 2608 | |
---|
| 2609 | Setting <span style="font-weight: bold;">dissipation_1d</span> |
---|
| 2610 | = <span style="font-style: italic;">'detering'</span> |
---|
| 2611 | forces the dissipation to be calculated as diss = 0.064 * e**1.5 / l.<br> |
---|
| 2612 | |
---|
| 2613 | |
---|
| 2614 | |
---|
| 2615 | |
---|
| 2616 | |
---|
| 2617 | </td> |
---|
| 2618 | |
---|
| 2619 | |
---|
| 2620 | |
---|
| 2621 | |
---|
| 2622 | </tr> |
---|
| 2623 | |
---|
| 2624 | |
---|
| 2625 | |
---|
| 2626 | |
---|
| 2627 | |
---|
[138] | 2628 | <tr><td><a name="drag_coefficient"></a><span style="font-weight: bold;">drag_coefficient</span></td><td>R</td><td><span style="font-style: italic;">0.0</span></td><td>Drag coefficient used in the plant canopy model.<br><br>This parameter has to be non-zero, if the parameter <a href="#plant_canopy">plant_canopy</a> is set <span style="font-style: italic;">.T.</span>.</td></tr><tr> |
---|
[116] | 2629 | |
---|
| 2630 | |
---|
| 2631 | |
---|
| 2632 | |
---|
| 2633 | <td style="vertical-align: top;"> |
---|
| 2634 | |
---|
| 2635 | |
---|
| 2636 | |
---|
| 2637 | |
---|
| 2638 | <p><a name="dt"></a><b>dt</b></p> |
---|
| 2639 | |
---|
| 2640 | |
---|
| 2641 | |
---|
| 2642 | |
---|
| 2643 | </td> |
---|
| 2644 | |
---|
| 2645 | |
---|
| 2646 | |
---|
| 2647 | |
---|
| 2648 | |
---|
| 2649 | <td style="vertical-align: top;">R</td> |
---|
| 2650 | |
---|
| 2651 | |
---|
| 2652 | |
---|
| 2653 | |
---|
| 2654 | <td style="vertical-align: top;"><span style="font-style: italic;">variable</span></td> |
---|
| 2655 | |
---|
| 2656 | |
---|
| 2657 | |
---|
| 2658 | |
---|
| 2659 | |
---|
| 2660 | <td style="vertical-align: top;"> |
---|
| 2661 | |
---|
| 2662 | |
---|
| 2663 | |
---|
| 2664 | |
---|
| 2665 | <p>Time step for |
---|
| 2666 | the 3d-model (in s). </p> |
---|
| 2667 | |
---|
| 2668 | |
---|
| 2669 | |
---|
| 2670 | |
---|
| 2671 | |
---|
| 2672 | |
---|
| 2673 | |
---|
| 2674 | |
---|
| 2675 | |
---|
| 2676 | <p>By default, (i.e. |
---|
| 2677 | if a Runge-Kutta scheme is used, see <a href="#timestep_scheme">timestep_scheme</a>) |
---|
| 2678 | the value of the time step is calculating after each time step |
---|
| 2679 | (following the time step criteria) and |
---|
| 2680 | used for the next step.</p> |
---|
| 2681 | |
---|
| 2682 | |
---|
| 2683 | |
---|
| 2684 | |
---|
| 2685 | |
---|
| 2686 | |
---|
| 2687 | |
---|
| 2688 | |
---|
| 2689 | |
---|
| 2690 | <p>If the user assigns <b>dt</b> |
---|
| 2691 | a value, then the time step is |
---|
| 2692 | fixed to this value throughout the whole run (whether it fulfills the |
---|
| 2693 | time step |
---|
| 2694 | criteria or not). However, changes are allowed for restart runs, |
---|
| 2695 | because <b>dt</b> can also be used as a <a href="chapter_4.2.html#dt_laufparameter">run |
---|
| 2696 | parameter</a>. </p> |
---|
| 2697 | |
---|
| 2698 | |
---|
| 2699 | |
---|
| 2700 | |
---|
| 2701 | |
---|
| 2702 | |
---|
| 2703 | |
---|
| 2704 | |
---|
| 2705 | |
---|
| 2706 | <p>In case that the |
---|
| 2707 | calculated time step meets the condition<br> |
---|
| 2708 | |
---|
| 2709 | |
---|
| 2710 | |
---|
| 2711 | |
---|
| 2712 | </p> |
---|
| 2713 | |
---|
| 2714 | |
---|
| 2715 | |
---|
| 2716 | |
---|
| 2717 | |
---|
| 2718 | |
---|
| 2719 | |
---|
| 2720 | |
---|
| 2721 | |
---|
| 2722 | <ul> |
---|
| 2723 | |
---|
| 2724 | |
---|
| 2725 | |
---|
| 2726 | |
---|
| 2727 | |
---|
| 2728 | |
---|
| 2729 | |
---|
| 2730 | |
---|
| 2731 | |
---|
| 2732 | <p><b>dt</b> < 0.00001 * <a href="chapter_4.2.html#dt_max">dt_max</a> (with dt_max |
---|
| 2733 | = 20.0)</p> |
---|
| 2734 | |
---|
| 2735 | |
---|
| 2736 | |
---|
| 2737 | |
---|
| 2738 | |
---|
| 2739 | |
---|
| 2740 | |
---|
| 2741 | |
---|
| 2742 | |
---|
| 2743 | </ul> |
---|
| 2744 | |
---|
| 2745 | |
---|
| 2746 | |
---|
| 2747 | |
---|
| 2748 | |
---|
| 2749 | |
---|
| 2750 | |
---|
| 2751 | |
---|
| 2752 | |
---|
| 2753 | <p>the simulation will be |
---|
| 2754 | aborted. Such situations usually arise |
---|
| 2755 | in case of any numerical problem / instability which causes a |
---|
| 2756 | non-realistic increase of the wind speed. </p> |
---|
| 2757 | |
---|
| 2758 | |
---|
| 2759 | |
---|
| 2760 | |
---|
| 2761 | |
---|
| 2762 | |
---|
| 2763 | |
---|
| 2764 | |
---|
| 2765 | |
---|
| 2766 | <p>A |
---|
| 2767 | small time step due to a large mean horizontal windspeed |
---|
| 2768 | speed may be enlarged by using a coordinate transformation (see <a href="#galilei_transformation">galilei_transformation</a>), |
---|
| 2769 | in order to spare CPU time.<br> |
---|
| 2770 | |
---|
| 2771 | |
---|
| 2772 | |
---|
| 2773 | |
---|
| 2774 | </p> |
---|
| 2775 | |
---|
| 2776 | |
---|
| 2777 | |
---|
| 2778 | |
---|
| 2779 | |
---|
| 2780 | |
---|
| 2781 | |
---|
| 2782 | |
---|
| 2783 | |
---|
| 2784 | <p>If the |
---|
| 2785 | leapfrog timestep scheme is used (see <a href="#timestep_scheme">timestep_scheme</a>) |
---|
| 2786 | a temporary time step value dt_new is calculated first, with dt_new = <a href="chapter_4.2.html#fcl_factor">cfl_factor</a> |
---|
| 2787 | * dt_crit where dt_crit is the maximum timestep allowed by the CFL and |
---|
| 2788 | diffusion condition. Next it is examined whether dt_new exceeds or |
---|
| 2789 | falls below the |
---|
| 2790 | value of the previous timestep by at |
---|
| 2791 | least +5 % / -2%. If it is smaller, <span style="font-weight: bold;">dt</span> |
---|
| 2792 | = dt_new is immediately used for the next timestep. If it is larger, |
---|
| 2793 | then <span style="font-weight: bold;">dt </span>= |
---|
| 2794 | 1.02 * dt_prev |
---|
| 2795 | (previous timestep) is used as the new timestep, however the time |
---|
| 2796 | step is only increased if the last change of the time step is dated |
---|
| 2797 | back at |
---|
| 2798 | least 30 iterations. If dt_new is located in the interval mentioned |
---|
| 2799 | above, then dt |
---|
| 2800 | does not change at all. By doing so, permanent time step changes as |
---|
| 2801 | well as large |
---|
| 2802 | sudden changes (increases) in the time step are avoided.</p> |
---|
| 2803 | |
---|
| 2804 | |
---|
| 2805 | |
---|
| 2806 | |
---|
| 2807 | </td> |
---|
| 2808 | |
---|
| 2809 | |
---|
| 2810 | |
---|
| 2811 | |
---|
| 2812 | |
---|
| 2813 | </tr> |
---|
| 2814 | |
---|
| 2815 | |
---|
| 2816 | |
---|
| 2817 | |
---|
| 2818 | <tr> |
---|
| 2819 | |
---|
| 2820 | |
---|
| 2821 | |
---|
| 2822 | |
---|
| 2823 | <td style="vertical-align: top;"> |
---|
| 2824 | |
---|
| 2825 | |
---|
| 2826 | |
---|
| 2827 | |
---|
| 2828 | <p><a name="dt_pr_1d"></a><b>dt_pr_1d</b></p> |
---|
| 2829 | |
---|
| 2830 | |
---|
| 2831 | |
---|
| 2832 | |
---|
| 2833 | |
---|
| 2834 | </td> |
---|
| 2835 | |
---|
| 2836 | |
---|
| 2837 | |
---|
| 2838 | |
---|
| 2839 | <td style="vertical-align: top;">R</td> |
---|
| 2840 | |
---|
| 2841 | |
---|
| 2842 | |
---|
| 2843 | |
---|
| 2844 | |
---|
| 2845 | <td style="vertical-align: top;"><span style="font-style: italic;">9999999.9</span></td> |
---|
| 2846 | |
---|
| 2847 | |
---|
| 2848 | |
---|
| 2849 | |
---|
| 2850 | |
---|
| 2851 | <td style="vertical-align: top;"> |
---|
| 2852 | |
---|
| 2853 | |
---|
| 2854 | |
---|
| 2855 | |
---|
| 2856 | <p>Temporal |
---|
| 2857 | interval of vertical profile output of the 1D-model |
---|
| 2858 | (in s). </p> |
---|
| 2859 | |
---|
| 2860 | |
---|
| 2861 | |
---|
| 2862 | |
---|
| 2863 | |
---|
| 2864 | |
---|
| 2865 | |
---|
| 2866 | |
---|
| 2867 | |
---|
| 2868 | <p>Data are written in ASCII |
---|
| 2869 | format to file <a href="chapter_3.4.html#LIST_PROFIL_1D">LIST_PROFIL_1D</a>. |
---|
| 2870 | This parameter is only in effect if the 1d-model has been switched on |
---|
| 2871 | for the |
---|
| 2872 | initialization of the 3d-model with <a href="#initializing_actions">initializing_actions</a> |
---|
| 2873 | = <span style="font-style: italic;">'set_1d-model_profiles'</span>.</p> |
---|
| 2874 | |
---|
| 2875 | |
---|
| 2876 | |
---|
| 2877 | |
---|
| 2878 | |
---|
| 2879 | </td> |
---|
| 2880 | |
---|
| 2881 | |
---|
| 2882 | |
---|
| 2883 | |
---|
| 2884 | </tr> |
---|
| 2885 | |
---|
| 2886 | |
---|
| 2887 | |
---|
| 2888 | |
---|
| 2889 | <tr> |
---|
| 2890 | |
---|
| 2891 | |
---|
| 2892 | |
---|
| 2893 | |
---|
| 2894 | <td style="vertical-align: top;"> |
---|
| 2895 | |
---|
| 2896 | |
---|
| 2897 | |
---|
| 2898 | |
---|
| 2899 | <p><a name="dt_run_control_1d"></a><b>dt_run_control_1d</b></p> |
---|
| 2900 | |
---|
| 2901 | |
---|
| 2902 | |
---|
| 2903 | |
---|
| 2904 | |
---|
| 2905 | </td> |
---|
| 2906 | |
---|
| 2907 | |
---|
| 2908 | |
---|
| 2909 | |
---|
| 2910 | <td style="vertical-align: top;">R</td> |
---|
| 2911 | |
---|
| 2912 | |
---|
| 2913 | |
---|
| 2914 | |
---|
| 2915 | |
---|
| 2916 | <td style="vertical-align: top;"><span style="font-style: italic;">60.0</span></td> |
---|
| 2917 | |
---|
| 2918 | |
---|
| 2919 | |
---|
| 2920 | |
---|
| 2921 | <td style="vertical-align: top;"> |
---|
| 2922 | |
---|
| 2923 | |
---|
| 2924 | |
---|
| 2925 | |
---|
| 2926 | <p>Temporal interval of |
---|
| 2927 | runtime control output of the 1d-model |
---|
| 2928 | (in s). </p> |
---|
| 2929 | |
---|
| 2930 | |
---|
| 2931 | |
---|
| 2932 | |
---|
| 2933 | |
---|
| 2934 | |
---|
| 2935 | |
---|
| 2936 | |
---|
| 2937 | |
---|
| 2938 | <p>Data are written in ASCII |
---|
| 2939 | format to file <a href="chapter_3.4.html#RUN_CONTROL">RUN_CONTROL</a>. |
---|
| 2940 | This parameter is only in effect if the 1d-model is switched on for the |
---|
| 2941 | initialization of the 3d-model with <a href="#initializing_actions">initializing_actions</a> |
---|
| 2942 | = <span style="font-style: italic;">'set_1d-model_profiles'</span>.</p> |
---|
| 2943 | |
---|
| 2944 | |
---|
| 2945 | |
---|
| 2946 | |
---|
| 2947 | |
---|
| 2948 | </td> |
---|
| 2949 | |
---|
| 2950 | |
---|
| 2951 | |
---|
| 2952 | |
---|
| 2953 | </tr> |
---|
| 2954 | |
---|
| 2955 | |
---|
| 2956 | |
---|
| 2957 | |
---|
| 2958 | <tr> |
---|
| 2959 | |
---|
| 2960 | |
---|
| 2961 | |
---|
| 2962 | |
---|
| 2963 | <td style="vertical-align: top;"> |
---|
| 2964 | |
---|
| 2965 | |
---|
| 2966 | |
---|
| 2967 | |
---|
| 2968 | <p><a name="dx"></a><b>dx</b></p> |
---|
| 2969 | |
---|
| 2970 | |
---|
| 2971 | |
---|
| 2972 | |
---|
| 2973 | |
---|
| 2974 | </td> |
---|
| 2975 | |
---|
| 2976 | |
---|
| 2977 | |
---|
| 2978 | |
---|
| 2979 | <td style="vertical-align: top;">R</td> |
---|
| 2980 | |
---|
| 2981 | |
---|
| 2982 | |
---|
| 2983 | |
---|
| 2984 | |
---|
| 2985 | <td style="vertical-align: top;"><span style="font-style: italic;">1.0</span></td> |
---|
| 2986 | |
---|
| 2987 | |
---|
| 2988 | |
---|
| 2989 | |
---|
| 2990 | <td style="vertical-align: top;"> |
---|
| 2991 | |
---|
| 2992 | |
---|
| 2993 | |
---|
| 2994 | |
---|
| 2995 | <p>Horizontal grid |
---|
| 2996 | spacing along the x-direction (in m). </p> |
---|
| 2997 | |
---|
| 2998 | |
---|
| 2999 | |
---|
| 3000 | |
---|
| 3001 | |
---|
| 3002 | |
---|
| 3003 | |
---|
| 3004 | |
---|
| 3005 | |
---|
| 3006 | <p>Along |
---|
| 3007 | x-direction only a constant grid spacing is allowed.</p> |
---|
| 3008 | |
---|
| 3009 | |
---|
| 3010 | |
---|
| 3011 | |
---|
| 3012 | |
---|
| 3013 | |
---|
| 3014 | |
---|
| 3015 | |
---|
| 3016 | <p>For <a href="chapter_3.8.html">coupled runs</a> this parameter must be equal in both parameter files <a href="chapter_3.4.html#PARIN"><font style="font-size: 10pt;" size="2"><span style="font-family: mon;"></span>PARIN</font></a> |
---|
| 3017 | and <a href="chapter_3.4.html#PARIN"><font style="font-size: 10pt;" size="2">PARIN_O</font></a>.</p> |
---|
| 3018 | |
---|
| 3019 | |
---|
| 3020 | |
---|
| 3021 | |
---|
| 3022 | </td> |
---|
| 3023 | |
---|
| 3024 | |
---|
| 3025 | |
---|
| 3026 | |
---|
| 3027 | |
---|
| 3028 | </tr> |
---|
| 3029 | |
---|
| 3030 | |
---|
| 3031 | |
---|
| 3032 | |
---|
| 3033 | <tr> |
---|
| 3034 | |
---|
| 3035 | |
---|
| 3036 | |
---|
| 3037 | |
---|
| 3038 | <td style="vertical-align: top;"> |
---|
| 3039 | |
---|
| 3040 | |
---|
| 3041 | |
---|
| 3042 | |
---|
| 3043 | <p><a name="dy"></a><b>dy</b></p> |
---|
| 3044 | |
---|
| 3045 | |
---|
| 3046 | |
---|
| 3047 | |
---|
| 3048 | |
---|
| 3049 | </td> |
---|
| 3050 | |
---|
| 3051 | |
---|
| 3052 | |
---|
| 3053 | |
---|
| 3054 | <td style="vertical-align: top;">R</td> |
---|
| 3055 | |
---|
| 3056 | |
---|
| 3057 | |
---|
| 3058 | |
---|
| 3059 | |
---|
| 3060 | <td style="vertical-align: top;"><span style="font-style: italic;">1.0</span></td> |
---|
| 3061 | |
---|
| 3062 | |
---|
| 3063 | |
---|
| 3064 | |
---|
| 3065 | <td style="vertical-align: top;"> |
---|
| 3066 | |
---|
| 3067 | |
---|
| 3068 | |
---|
| 3069 | |
---|
| 3070 | <p>Horizontal grid |
---|
| 3071 | spacing along the y-direction (in m). </p> |
---|
| 3072 | |
---|
| 3073 | |
---|
| 3074 | |
---|
| 3075 | |
---|
| 3076 | |
---|
| 3077 | |
---|
| 3078 | |
---|
| 3079 | |
---|
| 3080 | |
---|
| 3081 | <p>Along y-direction only a constant grid spacing is allowed.</p> |
---|
| 3082 | |
---|
| 3083 | |
---|
| 3084 | |
---|
| 3085 | |
---|
| 3086 | |
---|
| 3087 | |
---|
| 3088 | |
---|
| 3089 | |
---|
| 3090 | <p>For <a href="chapter_3.8.html">coupled runs</a> this parameter must be equal in both parameter files <a href="chapter_3.4.html#PARIN"><font style="font-size: 10pt;" size="2"><span style="font-family: mon;"></span>PARIN</font></a> |
---|
| 3091 | and <a href="chapter_3.4.html#PARIN"><font style="font-size: 10pt;" size="2">PARIN_O</font></a>.</p> |
---|
| 3092 | |
---|
| 3093 | |
---|
| 3094 | |
---|
| 3095 | |
---|
| 3096 | </td> |
---|
| 3097 | |
---|
| 3098 | |
---|
| 3099 | |
---|
| 3100 | |
---|
| 3101 | |
---|
| 3102 | </tr> |
---|
| 3103 | |
---|
| 3104 | |
---|
| 3105 | |
---|
| 3106 | |
---|
| 3107 | <tr> |
---|
| 3108 | |
---|
| 3109 | |
---|
| 3110 | |
---|
| 3111 | |
---|
| 3112 | <td style="vertical-align: top;"> |
---|
| 3113 | |
---|
| 3114 | |
---|
| 3115 | |
---|
| 3116 | |
---|
| 3117 | <p><a name="dz"></a><b>dz</b></p> |
---|
| 3118 | |
---|
| 3119 | |
---|
| 3120 | |
---|
| 3121 | |
---|
| 3122 | |
---|
| 3123 | </td> |
---|
| 3124 | |
---|
| 3125 | |
---|
| 3126 | |
---|
| 3127 | |
---|
| 3128 | <td style="vertical-align: top;">R</td> |
---|
| 3129 | |
---|
| 3130 | |
---|
| 3131 | |
---|
| 3132 | |
---|
| 3133 | |
---|
| 3134 | <td style="vertical-align: top;"><br> |
---|
| 3135 | |
---|
| 3136 | |
---|
| 3137 | |
---|
| 3138 | |
---|
| 3139 | </td> |
---|
| 3140 | |
---|
| 3141 | |
---|
| 3142 | |
---|
| 3143 | |
---|
| 3144 | <td style="vertical-align: top;"> |
---|
| 3145 | |
---|
| 3146 | |
---|
| 3147 | |
---|
| 3148 | |
---|
| 3149 | <p>Vertical grid |
---|
| 3150 | spacing (in m). </p> |
---|
| 3151 | |
---|
| 3152 | |
---|
| 3153 | |
---|
| 3154 | |
---|
| 3155 | |
---|
| 3156 | |
---|
| 3157 | |
---|
| 3158 | |
---|
| 3159 | |
---|
| 3160 | <p>This parameter must be |
---|
| 3161 | assigned by the user, because no |
---|
| 3162 | default value is given.<br> |
---|
| 3163 | |
---|
| 3164 | |
---|
| 3165 | |
---|
| 3166 | |
---|
| 3167 | </p> |
---|
| 3168 | |
---|
| 3169 | |
---|
| 3170 | |
---|
| 3171 | |
---|
| 3172 | |
---|
| 3173 | |
---|
| 3174 | |
---|
| 3175 | |
---|
| 3176 | |
---|
| 3177 | <p>By default, the |
---|
| 3178 | model uses constant grid spacing along z-direction, but it can be |
---|
| 3179 | stretched using the parameters <a href="#dz_stretch_level">dz_stretch_level</a> |
---|
| 3180 | and <a href="#dz_stretch_factor">dz_stretch_factor</a>. |
---|
| 3181 | In case of stretching, a maximum allowed grid spacing can be given by <a href="#dz_max">dz_max</a>.<br> |
---|
| 3182 | |
---|
| 3183 | |
---|
| 3184 | |
---|
| 3185 | |
---|
| 3186 | </p> |
---|
| 3187 | |
---|
| 3188 | |
---|
| 3189 | |
---|
| 3190 | |
---|
| 3191 | |
---|
| 3192 | |
---|
| 3193 | |
---|
| 3194 | |
---|
| 3195 | |
---|
| 3196 | <p>Assuming |
---|
| 3197 | a constant <span style="font-weight: bold;">dz</span>, |
---|
| 3198 | the scalar levels (zu) are calculated directly by: </p> |
---|
| 3199 | |
---|
| 3200 | |
---|
| 3201 | |
---|
| 3202 | |
---|
| 3203 | |
---|
| 3204 | |
---|
| 3205 | |
---|
| 3206 | |
---|
| 3207 | |
---|
| 3208 | <ul> |
---|
| 3209 | |
---|
| 3210 | |
---|
| 3211 | |
---|
| 3212 | |
---|
| 3213 | |
---|
| 3214 | |
---|
| 3215 | |
---|
| 3216 | |
---|
| 3217 | |
---|
| 3218 | <p>zu(0) = - dz * 0.5 <br> |
---|
| 3219 | |
---|
| 3220 | |
---|
| 3221 | |
---|
| 3222 | |
---|
| 3223 | |
---|
| 3224 | zu(1) = dz * 0.5</p> |
---|
| 3225 | |
---|
| 3226 | |
---|
| 3227 | |
---|
| 3228 | |
---|
| 3229 | |
---|
| 3230 | |
---|
| 3231 | |
---|
| 3232 | |
---|
| 3233 | |
---|
| 3234 | </ul> |
---|
| 3235 | |
---|
| 3236 | |
---|
| 3237 | |
---|
| 3238 | |
---|
| 3239 | |
---|
| 3240 | |
---|
| 3241 | |
---|
| 3242 | |
---|
| 3243 | |
---|
| 3244 | <p>The w-levels lie |
---|
| 3245 | half between them: </p> |
---|
| 3246 | |
---|
| 3247 | |
---|
| 3248 | |
---|
| 3249 | |
---|
| 3250 | |
---|
| 3251 | |
---|
| 3252 | |
---|
| 3253 | |
---|
| 3254 | |
---|
| 3255 | <ul> |
---|
| 3256 | |
---|
| 3257 | |
---|
| 3258 | |
---|
| 3259 | |
---|
| 3260 | |
---|
| 3261 | |
---|
| 3262 | |
---|
| 3263 | |
---|
| 3264 | |
---|
| 3265 | <p>zw(k) = |
---|
| 3266 | ( zu(k) + zu(k+1) ) * 0.5</p> |
---|
| 3267 | |
---|
| 3268 | |
---|
| 3269 | |
---|
| 3270 | |
---|
| 3271 | |
---|
| 3272 | |
---|
| 3273 | |
---|
| 3274 | |
---|
| 3275 | |
---|
| 3276 | </ul> |
---|
| 3277 | |
---|
| 3278 | |
---|
| 3279 | |
---|
| 3280 | |
---|
| 3281 | </td> |
---|
| 3282 | |
---|
| 3283 | |
---|
| 3284 | |
---|
| 3285 | |
---|
| 3286 | </tr> |
---|
| 3287 | |
---|
| 3288 | |
---|
| 3289 | |
---|
| 3290 | |
---|
| 3291 | |
---|
| 3292 | <tr> |
---|
| 3293 | |
---|
| 3294 | |
---|
| 3295 | |
---|
| 3296 | |
---|
| 3297 | <td style="vertical-align: top;"><a name="dz_max"></a><span style="font-weight: bold;">dz_max</span></td> |
---|
| 3298 | |
---|
| 3299 | |
---|
| 3300 | |
---|
| 3301 | |
---|
| 3302 | <td style="vertical-align: top;">R</td> |
---|
| 3303 | |
---|
| 3304 | |
---|
| 3305 | |
---|
| 3306 | |
---|
| 3307 | <td style="vertical-align: top;"><span style="font-style: italic;">9999999.9</span></td> |
---|
| 3308 | |
---|
| 3309 | |
---|
| 3310 | |
---|
| 3311 | |
---|
| 3312 | <td style="vertical-align: top;">Allowed maximum vertical grid |
---|
| 3313 | spacing (in m).<br> |
---|
| 3314 | |
---|
| 3315 | |
---|
| 3316 | |
---|
| 3317 | |
---|
| 3318 | <br> |
---|
| 3319 | |
---|
| 3320 | |
---|
| 3321 | |
---|
| 3322 | |
---|
| 3323 | If the vertical grid is stretched |
---|
| 3324 | (see <a href="#dz_stretch_factor">dz_stretch_factor</a> |
---|
| 3325 | and <a href="#dz_stretch_level">dz_stretch_level</a>), |
---|
| 3326 | <span style="font-weight: bold;">dz_max</span> can |
---|
| 3327 | be used to limit the vertical grid spacing.</td> |
---|
| 3328 | |
---|
| 3329 | |
---|
| 3330 | |
---|
| 3331 | |
---|
| 3332 | </tr> |
---|
| 3333 | |
---|
| 3334 | |
---|
| 3335 | |
---|
| 3336 | |
---|
| 3337 | <tr> |
---|
| 3338 | |
---|
| 3339 | |
---|
| 3340 | |
---|
| 3341 | |
---|
| 3342 | |
---|
| 3343 | <td style="vertical-align: top;"> |
---|
| 3344 | |
---|
| 3345 | |
---|
| 3346 | |
---|
| 3347 | |
---|
| 3348 | <p><a name="dz_stretch_factor"></a><b>dz_stretch_factor</b></p> |
---|
| 3349 | |
---|
| 3350 | |
---|
| 3351 | |
---|
| 3352 | |
---|
| 3353 | |
---|
| 3354 | </td> |
---|
| 3355 | |
---|
| 3356 | |
---|
| 3357 | |
---|
| 3358 | |
---|
| 3359 | <td style="vertical-align: top;">R</td> |
---|
| 3360 | |
---|
| 3361 | |
---|
| 3362 | |
---|
| 3363 | |
---|
| 3364 | |
---|
| 3365 | <td style="vertical-align: top;"><span style="font-style: italic;">1.08</span></td> |
---|
| 3366 | |
---|
| 3367 | |
---|
| 3368 | |
---|
| 3369 | |
---|
| 3370 | <td style="vertical-align: top;"> |
---|
| 3371 | |
---|
| 3372 | |
---|
| 3373 | |
---|
| 3374 | |
---|
| 3375 | <p>Stretch factor for a |
---|
| 3376 | vertically stretched grid (see <a href="#dz_stretch_level">dz_stretch_level</a>). |
---|
| 3377 | </p> |
---|
| 3378 | |
---|
| 3379 | |
---|
| 3380 | |
---|
| 3381 | |
---|
| 3382 | |
---|
| 3383 | |
---|
| 3384 | |
---|
| 3385 | |
---|
| 3386 | |
---|
| 3387 | <p>The stretch factor should not exceed a value of |
---|
| 3388 | approx. 1.10 - |
---|
| 3389 | 1.12, otherwise the discretization errors due to the stretched grid not |
---|
| 3390 | negligible any more. (refer Kalnay de Rivas)</p> |
---|
| 3391 | |
---|
| 3392 | |
---|
| 3393 | |
---|
| 3394 | |
---|
| 3395 | </td> |
---|
| 3396 | |
---|
| 3397 | |
---|
| 3398 | |
---|
| 3399 | |
---|
| 3400 | </tr> |
---|
| 3401 | |
---|
| 3402 | |
---|
| 3403 | |
---|
| 3404 | |
---|
| 3405 | |
---|
| 3406 | <tr> |
---|
| 3407 | |
---|
| 3408 | |
---|
| 3409 | |
---|
| 3410 | |
---|
| 3411 | <td style="vertical-align: top;"> |
---|
| 3412 | |
---|
| 3413 | |
---|
| 3414 | |
---|
| 3415 | |
---|
| 3416 | <p><a name="dz_stretch_level"></a><b>dz_stretch_level</b></p> |
---|
| 3417 | |
---|
| 3418 | |
---|
| 3419 | |
---|
| 3420 | |
---|
| 3421 | |
---|
| 3422 | </td> |
---|
| 3423 | |
---|
| 3424 | |
---|
| 3425 | |
---|
| 3426 | |
---|
| 3427 | <td style="vertical-align: top;">R</td> |
---|
| 3428 | |
---|
| 3429 | |
---|
| 3430 | |
---|
| 3431 | |
---|
| 3432 | |
---|
| 3433 | <td style="vertical-align: top;"><span style="font-style: italic;">100000.0</span><br> |
---|
| 3434 | |
---|
| 3435 | |
---|
| 3436 | |
---|
| 3437 | |
---|
| 3438 | </td> |
---|
| 3439 | |
---|
| 3440 | |
---|
| 3441 | |
---|
| 3442 | |
---|
| 3443 | |
---|
| 3444 | <td style="vertical-align: top;"> |
---|
| 3445 | |
---|
| 3446 | |
---|
| 3447 | |
---|
| 3448 | |
---|
| 3449 | <p>Height level |
---|
| 3450 | above/below which the grid is to be stretched |
---|
| 3451 | vertically (in m). </p> |
---|
| 3452 | |
---|
| 3453 | |
---|
| 3454 | |
---|
| 3455 | |
---|
| 3456 | |
---|
| 3457 | |
---|
| 3458 | |
---|
| 3459 | |
---|
| 3460 | |
---|
| 3461 | <p>For <a href="chapter_4.1.html#ocean">ocean</a> = .F., <b>dz_stretch_level </b>is the height level (in m) <span style="font-weight: bold;">above </span>which the grid is to be stretched |
---|
| 3462 | vertically. The vertical grid |
---|
| 3463 | spacings <a href="#dz">dz</a> |
---|
| 3464 | above this level are calculated as </p> |
---|
| 3465 | |
---|
| 3466 | |
---|
| 3467 | |
---|
| 3468 | |
---|
| 3469 | |
---|
| 3470 | |
---|
| 3471 | |
---|
| 3472 | |
---|
| 3473 | |
---|
| 3474 | <ul> |
---|
| 3475 | |
---|
| 3476 | |
---|
| 3477 | |
---|
| 3478 | |
---|
| 3479 | |
---|
| 3480 | |
---|
| 3481 | |
---|
| 3482 | |
---|
| 3483 | |
---|
| 3484 | <p><b>dz</b>(k+1) |
---|
| 3485 | = <b>dz</b>(k) * <a href="#dz_stretch_factor">dz_stretch_factor</a></p> |
---|
| 3486 | |
---|
| 3487 | |
---|
| 3488 | |
---|
| 3489 | |
---|
| 3490 | |
---|
| 3491 | |
---|
| 3492 | |
---|
| 3493 | |
---|
| 3494 | |
---|
| 3495 | </ul> |
---|
| 3496 | |
---|
| 3497 | |
---|
| 3498 | |
---|
| 3499 | |
---|
| 3500 | |
---|
| 3501 | |
---|
| 3502 | |
---|
| 3503 | |
---|
| 3504 | |
---|
| 3505 | <p>and used as spacings for the scalar levels (zu). |
---|
| 3506 | The |
---|
| 3507 | w-levels are then defined as: </p> |
---|
| 3508 | |
---|
| 3509 | |
---|
| 3510 | |
---|
| 3511 | |
---|
| 3512 | |
---|
| 3513 | |
---|
| 3514 | |
---|
| 3515 | |
---|
| 3516 | |
---|
| 3517 | <ul> |
---|
| 3518 | |
---|
| 3519 | |
---|
| 3520 | |
---|
| 3521 | |
---|
| 3522 | |
---|
| 3523 | |
---|
| 3524 | |
---|
| 3525 | |
---|
| 3526 | |
---|
| 3527 | <p>zw(k) |
---|
| 3528 | = ( zu(k) + zu(k+1) ) * 0.5. |
---|
| 3529 | |
---|
| 3530 | |
---|
| 3531 | |
---|
| 3532 | </p> |
---|
| 3533 | |
---|
| 3534 | |
---|
| 3535 | |
---|
| 3536 | |
---|
| 3537 | </ul> |
---|
| 3538 | |
---|
| 3539 | |
---|
| 3540 | |
---|
| 3541 | |
---|
| 3542 | <p>For <a href="#ocean">ocean</a> = .T., <b>dz_stretch_level </b>is the height level (in m, negative) <span style="font-weight: bold;">below</span> which the grid is to be stretched |
---|
| 3543 | vertically. The vertical grid |
---|
| 3544 | spacings <a href="chapter_4.1.html#dz">dz</a> below this level are calculated correspondingly as |
---|
| 3545 | |
---|
| 3546 | |
---|
| 3547 | |
---|
| 3548 | </p> |
---|
| 3549 | |
---|
| 3550 | |
---|
| 3551 | |
---|
| 3552 | |
---|
| 3553 | <ul> |
---|
| 3554 | |
---|
| 3555 | |
---|
| 3556 | |
---|
| 3557 | |
---|
| 3558 | <p><b>dz</b>(k-1) |
---|
| 3559 | = <b>dz</b>(k) * <a href="chapter_4.1.html#dz_stretch_factor">dz_stretch_factor</a>.</p> |
---|
| 3560 | |
---|
| 3561 | |
---|
| 3562 | |
---|
| 3563 | |
---|
| 3564 | </ul> |
---|
| 3565 | |
---|
| 3566 | |
---|
| 3567 | |
---|
| 3568 | |
---|
| 3569 | </td> |
---|
| 3570 | |
---|
| 3571 | |
---|
| 3572 | |
---|
| 3573 | |
---|
| 3574 | </tr> |
---|
| 3575 | |
---|
| 3576 | |
---|
| 3577 | |
---|
| 3578 | |
---|
| 3579 | |
---|
| 3580 | <tr> |
---|
| 3581 | |
---|
| 3582 | |
---|
| 3583 | |
---|
| 3584 | <td style="vertical-align: top;"><span style="font-weight: bold;"><a name="e_init"></a>e_init</span></td> |
---|
| 3585 | |
---|
| 3586 | |
---|
| 3587 | |
---|
| 3588 | <td style="vertical-align: top;">R</td> |
---|
| 3589 | |
---|
| 3590 | |
---|
| 3591 | |
---|
| 3592 | <td style="vertical-align: top;"><span style="font-style: italic;">0.0</span></td> |
---|
| 3593 | |
---|
| 3594 | |
---|
| 3595 | |
---|
| 3596 | <td>Initial subgrid-scale TKE in m<sup>2</sup>s<sup>-2</sup>.<br> |
---|
| 3597 | |
---|
| 3598 | |
---|
| 3599 | |
---|
| 3600 | |
---|
| 3601 | |
---|
| 3602 | <br> |
---|
| 3603 | |
---|
| 3604 | |
---|
| 3605 | |
---|
| 3606 | |
---|
| 3607 | This |
---|
| 3608 | option prescribes an initial subgrid-scale TKE from which the initial diffusion coefficients K<sub>m</sub> and K<sub>h</sub> will be calculated if <span style="font-weight: bold;">e_init</span> is positive. This option only has an effect if <a href="#km_constant">km_constant</a> is not set.</td> |
---|
| 3609 | |
---|
| 3610 | |
---|
| 3611 | |
---|
| 3612 | </tr> |
---|
| 3613 | |
---|
| 3614 | |
---|
| 3615 | |
---|
| 3616 | <tr> |
---|
| 3617 | |
---|
| 3618 | |
---|
| 3619 | |
---|
| 3620 | |
---|
| 3621 | <td style="vertical-align: top;"><span style="font-weight: bold;"><a name="e_min"></a>e_min</span></td> |
---|
| 3622 | |
---|
| 3623 | |
---|
| 3624 | |
---|
| 3625 | |
---|
| 3626 | |
---|
| 3627 | <td style="vertical-align: top;">R</td> |
---|
| 3628 | |
---|
| 3629 | |
---|
| 3630 | |
---|
| 3631 | |
---|
| 3632 | <td style="vertical-align: top;"><span style="font-style: italic;">0.0</span></td> |
---|
| 3633 | |
---|
| 3634 | |
---|
| 3635 | |
---|
| 3636 | |
---|
| 3637 | <td>Minimum |
---|
| 3638 | subgrid-scale TKE in m<sup>2</sup>s<sup>-2</sup>.<br> |
---|
| 3639 | |
---|
| 3640 | |
---|
| 3641 | |
---|
| 3642 | |
---|
| 3643 | |
---|
| 3644 | <br> |
---|
| 3645 | |
---|
| 3646 | |
---|
| 3647 | |
---|
| 3648 | |
---|
| 3649 | This |
---|
| 3650 | option adds artificial viscosity to the flow by ensuring that |
---|
| 3651 | the |
---|
| 3652 | subgrid-scale TKE does not fall below the minimum threshold <span style="font-weight: bold;">e_min</span>.</td> |
---|
| 3653 | |
---|
| 3654 | |
---|
| 3655 | |
---|
| 3656 | |
---|
| 3657 | </tr> |
---|
| 3658 | |
---|
| 3659 | |
---|
| 3660 | |
---|
| 3661 | |
---|
| 3662 | |
---|
| 3663 | <tr> |
---|
| 3664 | |
---|
| 3665 | |
---|
| 3666 | |
---|
| 3667 | |
---|
| 3668 | <td style="vertical-align: top;"> |
---|
| 3669 | |
---|
| 3670 | |
---|
| 3671 | |
---|
| 3672 | |
---|
| 3673 | <p><a name="end_time_1d"></a><b>end_time_1d</b></p> |
---|
| 3674 | |
---|
| 3675 | |
---|
| 3676 | |
---|
| 3677 | |
---|
| 3678 | |
---|
| 3679 | </td> |
---|
| 3680 | |
---|
| 3681 | |
---|
| 3682 | |
---|
| 3683 | |
---|
| 3684 | <td style="vertical-align: top;">R</td> |
---|
| 3685 | |
---|
| 3686 | |
---|
| 3687 | |
---|
| 3688 | |
---|
| 3689 | |
---|
| 3690 | <td style="vertical-align: top;"><span style="font-style: italic;">864000.0</span><br> |
---|
| 3691 | |
---|
| 3692 | |
---|
| 3693 | |
---|
| 3694 | |
---|
| 3695 | </td> |
---|
| 3696 | |
---|
| 3697 | |
---|
| 3698 | |
---|
| 3699 | |
---|
| 3700 | |
---|
| 3701 | <td style="vertical-align: top;"> |
---|
| 3702 | |
---|
| 3703 | |
---|
| 3704 | |
---|
| 3705 | |
---|
| 3706 | <p>Time to be |
---|
| 3707 | simulated for the 1d-model (in s). </p> |
---|
| 3708 | |
---|
| 3709 | |
---|
| 3710 | |
---|
| 3711 | |
---|
| 3712 | |
---|
| 3713 | |
---|
| 3714 | |
---|
| 3715 | |
---|
| 3716 | |
---|
| 3717 | <p>The |
---|
| 3718 | default value corresponds to a simulated time of 10 days. |
---|
| 3719 | Usually, after such a period the inertia oscillations have completely |
---|
| 3720 | decayed and the solution of the 1d-model can be regarded as stationary |
---|
| 3721 | (see <a href="#damp_level_1d">damp_level_1d</a>). |
---|
| 3722 | This parameter is only in effect if the 1d-model is switched on for the |
---|
| 3723 | initialization of the 3d-model with <a href="#initializing_actions">initializing_actions</a> |
---|
| 3724 | = <span style="font-style: italic;">'set_1d-model_profiles'</span>.</p> |
---|
| 3725 | |
---|
| 3726 | |
---|
| 3727 | |
---|
| 3728 | |
---|
| 3729 | |
---|
| 3730 | </td> |
---|
| 3731 | |
---|
| 3732 | |
---|
| 3733 | |
---|
| 3734 | |
---|
| 3735 | </tr> |
---|
| 3736 | |
---|
| 3737 | |
---|
| 3738 | |
---|
| 3739 | |
---|
| 3740 | <tr> |
---|
| 3741 | |
---|
| 3742 | |
---|
| 3743 | |
---|
| 3744 | |
---|
| 3745 | <td style="vertical-align: top;"> |
---|
| 3746 | |
---|
| 3747 | |
---|
| 3748 | |
---|
| 3749 | |
---|
| 3750 | <p><a name="fft_method"></a><b>fft_method</b></p> |
---|
| 3751 | |
---|
| 3752 | |
---|
| 3753 | |
---|
| 3754 | |
---|
| 3755 | |
---|
| 3756 | </td> |
---|
| 3757 | |
---|
| 3758 | |
---|
| 3759 | |
---|
| 3760 | |
---|
| 3761 | <td style="vertical-align: top;">C * 20</td> |
---|
| 3762 | |
---|
| 3763 | |
---|
| 3764 | |
---|
| 3765 | |
---|
| 3766 | |
---|
| 3767 | <td style="vertical-align: top;"><span style="font-style: italic;">'system-</span><br style="font-style: italic;"> |
---|
| 3768 | |
---|
| 3769 | |
---|
| 3770 | |
---|
| 3771 | |
---|
| 3772 | <span style="font-style: italic;">specific'</span></td> |
---|
| 3773 | |
---|
| 3774 | |
---|
| 3775 | |
---|
| 3776 | |
---|
| 3777 | |
---|
| 3778 | <td style="vertical-align: top;"> |
---|
| 3779 | |
---|
| 3780 | |
---|
| 3781 | |
---|
| 3782 | |
---|
| 3783 | <p>FFT-method to |
---|
| 3784 | be used.<br> |
---|
| 3785 | |
---|
| 3786 | |
---|
| 3787 | |
---|
| 3788 | |
---|
| 3789 | </p> |
---|
| 3790 | |
---|
| 3791 | |
---|
| 3792 | |
---|
| 3793 | |
---|
| 3794 | |
---|
| 3795 | |
---|
| 3796 | |
---|
| 3797 | |
---|
| 3798 | |
---|
| 3799 | <p><br> |
---|
| 3800 | |
---|
| 3801 | |
---|
| 3802 | |
---|
| 3803 | |
---|
| 3804 | |
---|
| 3805 | The fast fourier transformation (FFT) is used for solving the |
---|
| 3806 | perturbation pressure equation with a direct method (see <a href="chapter_4.2.html#psolver">psolver</a>) |
---|
| 3807 | and for calculating power spectra (see optional software packages, |
---|
| 3808 | section <a href="chapter_4.2.html#spectra_package">4.2</a>).</p> |
---|
| 3809 | |
---|
| 3810 | |
---|
| 3811 | |
---|
| 3812 | |
---|
| 3813 | |
---|
| 3814 | |
---|
| 3815 | |
---|
| 3816 | |
---|
| 3817 | |
---|
| 3818 | <p><br> |
---|
| 3819 | |
---|
| 3820 | |
---|
| 3821 | |
---|
| 3822 | |
---|
| 3823 | |
---|
| 3824 | By default, system-specific, optimized routines from external |
---|
| 3825 | vendor libraries are used. However, these are available only on certain |
---|
| 3826 | computers and there are more or less severe restrictions concerning the |
---|
| 3827 | number of gridpoints to be used with them.<br> |
---|
| 3828 | |
---|
| 3829 | |
---|
| 3830 | |
---|
| 3831 | |
---|
| 3832 | </p> |
---|
| 3833 | |
---|
| 3834 | |
---|
| 3835 | |
---|
| 3836 | |
---|
| 3837 | |
---|
| 3838 | |
---|
| 3839 | |
---|
| 3840 | |
---|
| 3841 | |
---|
| 3842 | <p>There |
---|
| 3843 | are two other PALM internal methods available on every |
---|
| 3844 | machine (their respective source code is part of the PALM source code):</p> |
---|
| 3845 | |
---|
| 3846 | |
---|
| 3847 | |
---|
| 3848 | |
---|
| 3849 | |
---|
| 3850 | |
---|
| 3851 | |
---|
| 3852 | |
---|
| 3853 | |
---|
| 3854 | <p>1.: The <span style="font-weight: bold;">Temperton</span>-method |
---|
| 3855 | from Clive Temperton (ECWMF) which is computationally very fast and |
---|
| 3856 | switched on with <b>fft_method</b> = <span style="font-style: italic;">'temperton-algorithm'</span>. |
---|
| 3857 | The number of horizontal gridpoints (nx+1, ny+1) to be used with this |
---|
| 3858 | method must be composed of prime factors 2, 3 and 5.<br> |
---|
| 3859 | |
---|
| 3860 | |
---|
| 3861 | |
---|
| 3862 | |
---|
| 3863 | </p> |
---|
| 3864 | |
---|
| 3865 | |
---|
| 3866 | |
---|
| 3867 | |
---|
| 3868 | |
---|
| 3869 | 2.: The <span style="font-weight: bold;">Singleton</span>-method |
---|
| 3870 | which is very slow but has no restrictions concerning the number of |
---|
| 3871 | gridpoints to be used with, switched on with <b>fft_method</b> |
---|
| 3872 | = <span style="font-style: italic;">'singleton-algorithm'</span>. |
---|
| 3873 | </td> |
---|
| 3874 | |
---|
| 3875 | |
---|
| 3876 | |
---|
| 3877 | |
---|
| 3878 | </tr> |
---|
| 3879 | |
---|
| 3880 | |
---|
| 3881 | |
---|
| 3882 | |
---|
| 3883 | <tr> |
---|
| 3884 | |
---|
| 3885 | |
---|
| 3886 | |
---|
| 3887 | |
---|
| 3888 | <td style="vertical-align: top;"> |
---|
| 3889 | |
---|
| 3890 | |
---|
| 3891 | |
---|
| 3892 | |
---|
| 3893 | <p><a name="galilei_transformation"></a><b>galilei_transformation</b></p> |
---|
| 3894 | |
---|
| 3895 | |
---|
| 3896 | |
---|
| 3897 | |
---|
| 3898 | |
---|
| 3899 | </td> |
---|
| 3900 | |
---|
| 3901 | |
---|
| 3902 | |
---|
| 3903 | |
---|
| 3904 | <td style="vertical-align: top;">L</td> |
---|
| 3905 | |
---|
| 3906 | |
---|
| 3907 | |
---|
| 3908 | |
---|
| 3909 | |
---|
| 3910 | <td style="vertical-align: top;"><i>.F.</i></td> |
---|
| 3911 | |
---|
| 3912 | |
---|
| 3913 | |
---|
| 3914 | |
---|
| 3915 | |
---|
| 3916 | <td style="vertical-align: top;">Application of a |
---|
| 3917 | Galilei-transformation to the |
---|
| 3918 | coordinate |
---|
| 3919 | system of the model.<br> |
---|
| 3920 | |
---|
| 3921 | |
---|
| 3922 | |
---|
| 3923 | |
---|
| 3924 | |
---|
| 3925 | |
---|
| 3926 | |
---|
| 3927 | |
---|
| 3928 | <p>With <b>galilei_transformation</b> |
---|
| 3929 | = <i>.T.,</i> a so-called |
---|
| 3930 | Galilei-transformation is switched on which ensures that the coordinate |
---|
| 3931 | system of the model is moved along with the geostrophical wind. |
---|
| 3932 | Alternatively, the model domain can be moved along with the averaged |
---|
| 3933 | horizontal wind (see <a href="#use_ug_for_galilei_tr">use_ug_for_galilei_tr</a>, |
---|
| 3934 | this can and will naturally change in time). With this method, |
---|
| 3935 | numerical inaccuracies of the Piascek - Williams - scheme (concerns in |
---|
| 3936 | particular the momentum advection) are minimized. Beyond that, in the |
---|
| 3937 | majority of cases the lower relative velocities in the moved system |
---|
| 3938 | permit a larger time step (<a href="#dt">dt</a>). |
---|
| 3939 | Switching the transformation on is only worthwhile if the geostrophical |
---|
| 3940 | wind (ug, vg) |
---|
| 3941 | and the averaged horizontal wind clearly deviate from the value 0. In |
---|
| 3942 | each case, the distance the coordinate system has been moved is written |
---|
| 3943 | to the file <a href="chapter_3.4.html#RUN_CONTROL">RUN_CONTROL</a>. |
---|
| 3944 | </p> |
---|
| 3945 | |
---|
| 3946 | |
---|
| 3947 | |
---|
| 3948 | |
---|
| 3949 | |
---|
| 3950 | |
---|
| 3951 | |
---|
| 3952 | |
---|
| 3953 | |
---|
| 3954 | <p>Non-cyclic lateral boundary conditions (see <a href="#bc_lr">bc_lr</a> |
---|
| 3955 | and <a href="#bc_ns">bc_ns</a>), the specification |
---|
| 3956 | of a gestrophic |
---|
| 3957 | wind that is not constant with height |
---|
| 3958 | as well as e.g. stationary inhomogeneities at the bottom boundary do |
---|
| 3959 | not allow the use of this transformation.</p> |
---|
| 3960 | |
---|
| 3961 | |
---|
| 3962 | |
---|
| 3963 | |
---|
| 3964 | </td> |
---|
| 3965 | |
---|
| 3966 | |
---|
| 3967 | |
---|
| 3968 | |
---|
| 3969 | </tr> |
---|
| 3970 | |
---|
| 3971 | |
---|
| 3972 | |
---|
| 3973 | |
---|
| 3974 | |
---|
| 3975 | <tr> |
---|
| 3976 | |
---|
| 3977 | |
---|
| 3978 | |
---|
| 3979 | |
---|
| 3980 | <td style="vertical-align: top;"> |
---|
| 3981 | |
---|
| 3982 | |
---|
| 3983 | |
---|
| 3984 | |
---|
| 3985 | <p><a name="grid_matching"></a><b>grid_matching</b></p> |
---|
| 3986 | |
---|
| 3987 | |
---|
| 3988 | |
---|
| 3989 | |
---|
| 3990 | |
---|
| 3991 | </td> |
---|
| 3992 | |
---|
| 3993 | |
---|
| 3994 | |
---|
| 3995 | |
---|
| 3996 | <td style="vertical-align: top;">C * 6</td> |
---|
| 3997 | |
---|
| 3998 | |
---|
| 3999 | |
---|
| 4000 | |
---|
| 4001 | |
---|
| 4002 | <td style="vertical-align: top;"><span style="font-style: italic;">'match'</span></td> |
---|
| 4003 | |
---|
| 4004 | |
---|
| 4005 | |
---|
| 4006 | |
---|
| 4007 | <td style="vertical-align: top;">Variable to adjust the |
---|
| 4008 | subdomain |
---|
| 4009 | sizes in parallel runs.<br> |
---|
| 4010 | |
---|
| 4011 | |
---|
| 4012 | |
---|
| 4013 | |
---|
| 4014 | <br> |
---|
| 4015 | |
---|
| 4016 | |
---|
| 4017 | |
---|
| 4018 | |
---|
| 4019 | |
---|
| 4020 | For <b>grid_matching</b> = <span style="font-style: italic;">'strict'</span>, |
---|
| 4021 | the subdomains are forced to have an identical |
---|
| 4022 | size on all processors. In this case the processor numbers in the |
---|
| 4023 | respective directions of the virtual processor net must fulfill certain |
---|
| 4024 | divisor conditions concerning the grid point numbers in the three |
---|
| 4025 | directions (see <a href="#nx">nx</a>, <a href="#ny">ny</a> |
---|
| 4026 | and <a href="#nz">nz</a>). |
---|
| 4027 | Advantage of this method is that all PEs bear the same computational |
---|
| 4028 | load.<br> |
---|
| 4029 | |
---|
| 4030 | |
---|
| 4031 | |
---|
| 4032 | |
---|
| 4033 | <br> |
---|
| 4034 | |
---|
| 4035 | |
---|
| 4036 | |
---|
| 4037 | |
---|
| 4038 | |
---|
| 4039 | There is no such restriction by default, because then smaller |
---|
| 4040 | subdomains are allowed on those processors which |
---|
| 4041 | form the right and/or north boundary of the virtual processor grid. On |
---|
| 4042 | all other processors the subdomains are of same size. Whether smaller |
---|
| 4043 | subdomains are actually used, depends on the number of processors and |
---|
| 4044 | the grid point numbers used. Information about the respective settings |
---|
| 4045 | are given in file <a href="file:///home/raasch/public_html/PALM_group/home/raasch/public_html/PALM_group/doc/app/chapter_3.4.html#RUN_CONTROL">RUN_CONTROL</a>.<br> |
---|
| 4046 | |
---|
| 4047 | |
---|
| 4048 | |
---|
| 4049 | |
---|
| 4050 | |
---|
| 4051 | <br> |
---|
| 4052 | |
---|
| 4053 | |
---|
| 4054 | |
---|
| 4055 | |
---|
| 4056 | |
---|
| 4057 | When using a multi-grid method for solving the Poisson equation (see <a href="http://www.muk.uni-hannover.de/%7Eraasch/PALM_group/doc/app/chapter_4.2.html#psolver">psolver</a>) |
---|
| 4058 | only <b>grid_matching</b> = <span style="font-style: italic;">'strict'</span> |
---|
| 4059 | is allowed.<br> |
---|
| 4060 | |
---|
| 4061 | |
---|
| 4062 | |
---|
| 4063 | |
---|
| 4064 | <br> |
---|
| 4065 | |
---|
| 4066 | |
---|
| 4067 | |
---|
| 4068 | |
---|
| 4069 | <b>Note:</b><br> |
---|
| 4070 | |
---|
| 4071 | |
---|
| 4072 | |
---|
| 4073 | |
---|
| 4074 | |
---|
| 4075 | In some cases for small processor numbers there may be a very bad load |
---|
| 4076 | balancing among the |
---|
| 4077 | processors which may reduce the performance of the code.</td> |
---|
| 4078 | |
---|
| 4079 | |
---|
| 4080 | |
---|
| 4081 | |
---|
| 4082 | </tr> |
---|
| 4083 | |
---|
| 4084 | |
---|
| 4085 | |
---|
| 4086 | |
---|
| 4087 | |
---|
| 4088 | <tr> |
---|
| 4089 | |
---|
| 4090 | |
---|
| 4091 | |
---|
| 4092 | |
---|
| 4093 | <td style="vertical-align: top;"><a name="inflow_disturbance_begin"></a><b>inflow_disturbance_<br> |
---|
| 4094 | |
---|
| 4095 | |
---|
| 4096 | |
---|
| 4097 | |
---|
| 4098 | |
---|
| 4099 | begin</b></td> |
---|
| 4100 | |
---|
| 4101 | |
---|
| 4102 | |
---|
| 4103 | |
---|
| 4104 | <td style="vertical-align: top;">I</td> |
---|
| 4105 | |
---|
| 4106 | |
---|
| 4107 | |
---|
| 4108 | |
---|
| 4109 | |
---|
| 4110 | <td style="vertical-align: top;"><span style="font-style: italic;">MIN(10,</span><br style="font-style: italic;"> |
---|
| 4111 | |
---|
| 4112 | |
---|
| 4113 | |
---|
| 4114 | |
---|
| 4115 | <span style="font-style: italic;">nx/2 or ny/2)</span></td> |
---|
| 4116 | |
---|
| 4117 | |
---|
| 4118 | |
---|
| 4119 | |
---|
| 4120 | |
---|
| 4121 | <td style="vertical-align: top;">Lower |
---|
| 4122 | limit of the horizontal range for which random perturbations are to be |
---|
| 4123 | imposed on the horizontal velocity field (gridpoints).<br> |
---|
| 4124 | |
---|
| 4125 | |
---|
| 4126 | |
---|
| 4127 | |
---|
| 4128 | <br> |
---|
| 4129 | |
---|
| 4130 | |
---|
| 4131 | |
---|
| 4132 | |
---|
| 4133 | |
---|
| 4134 | If non-cyclic lateral boundary conditions are used (see <a href="#bc_lr">bc_lr</a> |
---|
| 4135 | or <a href="#bc_ns">bc_ns</a>), |
---|
| 4136 | this parameter gives the gridpoint number (counted horizontally from |
---|
| 4137 | the inflow) from which on perturbations are imposed on the |
---|
| 4138 | horizontal velocity field. Perturbations must be switched on with |
---|
| 4139 | parameter <a href="chapter_4.2.html#create_disturbances">create_disturbances</a>.</td> |
---|
| 4140 | |
---|
| 4141 | |
---|
| 4142 | |
---|
| 4143 | |
---|
| 4144 | |
---|
| 4145 | </tr> |
---|
| 4146 | |
---|
| 4147 | |
---|
| 4148 | |
---|
| 4149 | |
---|
| 4150 | <tr> |
---|
| 4151 | |
---|
| 4152 | |
---|
| 4153 | |
---|
| 4154 | |
---|
| 4155 | <td style="vertical-align: top;"><a name="inflow_disturbance_end"></a><b>inflow_disturbance_<br> |
---|
| 4156 | |
---|
| 4157 | |
---|
| 4158 | |
---|
| 4159 | |
---|
| 4160 | |
---|
| 4161 | end</b></td> |
---|
| 4162 | |
---|
| 4163 | |
---|
| 4164 | |
---|
| 4165 | |
---|
| 4166 | <td style="vertical-align: top;">I</td> |
---|
| 4167 | |
---|
| 4168 | |
---|
| 4169 | |
---|
| 4170 | |
---|
| 4171 | |
---|
| 4172 | <td style="vertical-align: top;"><span style="font-style: italic;">MIN(100,</span><br style="font-style: italic;"> |
---|
| 4173 | |
---|
| 4174 | |
---|
| 4175 | |
---|
| 4176 | |
---|
| 4177 | <span style="font-style: italic;">3/4*nx or</span><br style="font-style: italic;"> |
---|
| 4178 | |
---|
| 4179 | |
---|
| 4180 | |
---|
| 4181 | |
---|
| 4182 | <span style="font-style: italic;">3/4*ny)</span></td> |
---|
| 4183 | |
---|
| 4184 | |
---|
| 4185 | |
---|
| 4186 | |
---|
| 4187 | <td style="vertical-align: top;">Upper |
---|
| 4188 | limit of the horizontal range for which random perturbations are |
---|
| 4189 | to be imposed on the horizontal velocity field (gridpoints).<br> |
---|
| 4190 | |
---|
| 4191 | |
---|
| 4192 | |
---|
| 4193 | |
---|
| 4194 | <br> |
---|
| 4195 | |
---|
| 4196 | |
---|
| 4197 | |
---|
| 4198 | |
---|
| 4199 | |
---|
| 4200 | If non-cyclic lateral boundary conditions are used (see <a href="#bc_lr">bc_lr</a> |
---|
| 4201 | or <a href="#bc_ns">bc_ns</a>), |
---|
| 4202 | this parameter gives the gridpoint number (counted horizontally from |
---|
| 4203 | the inflow) unto which perturbations are imposed on the |
---|
| 4204 | horizontal |
---|
| 4205 | velocity field. Perturbations must be switched on with parameter <a href="chapter_4.2.html#create_disturbances">create_disturbances</a>.</td> |
---|
| 4206 | |
---|
| 4207 | |
---|
| 4208 | |
---|
| 4209 | |
---|
| 4210 | |
---|
| 4211 | </tr> |
---|
| 4212 | |
---|
| 4213 | |
---|
| 4214 | |
---|
| 4215 | |
---|
| 4216 | <tr> |
---|
| 4217 | |
---|
| 4218 | |
---|
| 4219 | |
---|
| 4220 | |
---|
| 4221 | <td style="vertical-align: top;"> |
---|
| 4222 | |
---|
| 4223 | |
---|
| 4224 | |
---|
| 4225 | |
---|
| 4226 | <p><a name="initializing_actions"></a><b>initializing_actions</b></p> |
---|
| 4227 | |
---|
| 4228 | |
---|
| 4229 | |
---|
| 4230 | |
---|
| 4231 | |
---|
| 4232 | </td> |
---|
| 4233 | |
---|
| 4234 | |
---|
| 4235 | |
---|
| 4236 | |
---|
| 4237 | <td style="vertical-align: top;">C * 100</td> |
---|
| 4238 | |
---|
| 4239 | |
---|
| 4240 | |
---|
| 4241 | |
---|
| 4242 | |
---|
| 4243 | <td style="vertical-align: top;"><br> |
---|
| 4244 | |
---|
| 4245 | |
---|
| 4246 | |
---|
| 4247 | |
---|
| 4248 | </td> |
---|
| 4249 | |
---|
| 4250 | |
---|
| 4251 | |
---|
| 4252 | |
---|
| 4253 | <td style="vertical-align: top;"> |
---|
| 4254 | |
---|
| 4255 | |
---|
| 4256 | |
---|
| 4257 | |
---|
| 4258 | <p style="font-style: normal;">Initialization actions |
---|
| 4259 | to be carried out. </p> |
---|
| 4260 | |
---|
| 4261 | |
---|
| 4262 | |
---|
| 4263 | |
---|
| 4264 | |
---|
| 4265 | |
---|
| 4266 | |
---|
| 4267 | |
---|
| 4268 | |
---|
| 4269 | <p style="font-style: normal;">This parameter does not have a |
---|
| 4270 | default value and therefore must be assigned with each model run. For |
---|
| 4271 | restart runs <b>initializing_actions</b> = <span style="font-style: italic;">'read_restart_data'</span> |
---|
| 4272 | must be set. For the initial run of a job chain the following values |
---|
| 4273 | are allowed: </p> |
---|
| 4274 | |
---|
| 4275 | |
---|
| 4276 | |
---|
| 4277 | |
---|
| 4278 | |
---|
| 4279 | |
---|
| 4280 | |
---|
| 4281 | |
---|
| 4282 | |
---|
| 4283 | <p style="font-style: normal;"><span style="font-style: italic;">'set_constant_profiles'</span> |
---|
| 4284 | </p> |
---|
| 4285 | |
---|
| 4286 | |
---|
| 4287 | |
---|
| 4288 | |
---|
| 4289 | |
---|
| 4290 | |
---|
| 4291 | |
---|
| 4292 | |
---|
| 4293 | |
---|
| 4294 | <ul> |
---|
| 4295 | |
---|
| 4296 | |
---|
| 4297 | |
---|
| 4298 | |
---|
| 4299 | |
---|
| 4300 | |
---|
| 4301 | |
---|
| 4302 | |
---|
| 4303 | |
---|
| 4304 | <p>A horizontal wind profile consisting |
---|
| 4305 | of linear sections (see <a href="#ug_surface">ug_surface</a>, |
---|
| 4306 | <a href="#ug_vertical_gradient">ug_vertical_gradient</a>, |
---|
| 4307 | <a href="#ug_vertical_gradient_level">ug_vertical_gradient_level</a> |
---|
| 4308 | and <a href="#vg_surface">vg_surface</a>, <a href="#vg_vertical_gradient">vg_vertical_gradient</a>, |
---|
| 4309 | <a href="#vg_vertical_gradient_level">vg_vertical_gradient_level</a>, |
---|
| 4310 | respectively) as well as a vertical temperature (humidity) profile |
---|
| 4311 | consisting of |
---|
| 4312 | linear sections (see <a href="#pt_surface">pt_surface</a>, |
---|
| 4313 | <a href="#pt_vertical_gradient">pt_vertical_gradient</a>, |
---|
| 4314 | <a href="#q_surface">q_surface</a> |
---|
| 4315 | and <a href="#q_vertical_gradient">q_vertical_gradient</a>) |
---|
| 4316 | are assumed as initial profiles. The subgrid-scale TKE is set to 0 but K<sub>m</sub> |
---|
| 4317 | and K<sub>h</sub> are set to very small values because |
---|
| 4318 | otherwise no TKE |
---|
| 4319 | would be generated.</p> |
---|
| 4320 | |
---|
| 4321 | |
---|
| 4322 | |
---|
| 4323 | |
---|
| 4324 | |
---|
| 4325 | |
---|
| 4326 | |
---|
| 4327 | |
---|
| 4328 | |
---|
| 4329 | </ul> |
---|
| 4330 | |
---|
| 4331 | |
---|
| 4332 | |
---|
| 4333 | |
---|
| 4334 | |
---|
| 4335 | |
---|
| 4336 | |
---|
| 4337 | |
---|
| 4338 | |
---|
| 4339 | <p style="font-style: italic;">'set_1d-model_profiles' </p> |
---|
| 4340 | |
---|
| 4341 | |
---|
| 4342 | |
---|
| 4343 | |
---|
| 4344 | |
---|
| 4345 | |
---|
| 4346 | |
---|
| 4347 | |
---|
| 4348 | |
---|
| 4349 | <ul> |
---|
| 4350 | |
---|
| 4351 | |
---|
| 4352 | |
---|
| 4353 | |
---|
| 4354 | |
---|
| 4355 | |
---|
| 4356 | |
---|
| 4357 | |
---|
| 4358 | |
---|
| 4359 | <p>The arrays of the 3d-model are initialized with |
---|
| 4360 | the |
---|
| 4361 | (stationary) solution of the 1d-model. These are the variables e, kh, |
---|
| 4362 | km, u, v and with Prandtl layer switched on rif, us, usws, vsws. The |
---|
| 4363 | temperature (humidity) profile consisting of linear sections is set as |
---|
| 4364 | for 'set_constant_profiles' and assumed as constant in time within the |
---|
| 4365 | 1d-model. For steering of the 1d-model a set of parameters with suffix |
---|
| 4366 | "_1d" (e.g. <a href="#end_time_1d">end_time_1d</a>, |
---|
| 4367 | <a href="#damp_level_1d">damp_level_1d</a>) |
---|
| 4368 | is available.</p> |
---|
| 4369 | |
---|
| 4370 | |
---|
| 4371 | |
---|
| 4372 | |
---|
| 4373 | |
---|
| 4374 | |
---|
| 4375 | |
---|
| 4376 | |
---|
| 4377 | |
---|
| 4378 | </ul> |
---|
| 4379 | |
---|
| 4380 | |
---|
| 4381 | |
---|
| 4382 | |
---|
| 4383 | |
---|
| 4384 | |
---|
| 4385 | |
---|
| 4386 | |
---|
| 4387 | |
---|
| 4388 | <p><span style="font-style: italic;">'by_user'</span></p> |
---|
| 4389 | |
---|
| 4390 | |
---|
| 4391 | |
---|
| 4392 | |
---|
| 4393 | |
---|
| 4394 | |
---|
| 4395 | |
---|
| 4396 | |
---|
| 4397 | <p style="margin-left: 40px;">The initialization of the arrays |
---|
| 4398 | of the 3d-model is under complete control of the user and has to be |
---|
| 4399 | done in routine <a href="chapter_3.5.1.html#user_init_3d_model">user_init_3d_model</a> |
---|
| 4400 | of the user-interface.<span style="font-style: italic;"></span></p> |
---|
| 4401 | |
---|
| 4402 | |
---|
| 4403 | |
---|
| 4404 | |
---|
| 4405 | |
---|
| 4406 | |
---|
| 4407 | |
---|
| 4408 | |
---|
| 4409 | <p><span style="font-style: italic;">'initialize_vortex'</span> |
---|
| 4410 | </p> |
---|
| 4411 | |
---|
| 4412 | |
---|
| 4413 | |
---|
| 4414 | |
---|
| 4415 | |
---|
| 4416 | |
---|
| 4417 | |
---|
| 4418 | |
---|
| 4419 | |
---|
| 4420 | <div style="margin-left: 40px;">The initial |
---|
| 4421 | velocity field of the |
---|
| 4422 | 3d-model corresponds to a |
---|
| 4423 | Rankine-vortex with vertical axis. This setting may be used to test |
---|
| 4424 | advection schemes. Free-slip boundary conditions for u and v (see <a href="#bc_uv_b">bc_uv_b</a>, <a href="#bc_uv_t">bc_uv_t</a>) |
---|
| 4425 | are necessary. In order not to distort the vortex, an initial |
---|
| 4426 | horizontal wind profile constant |
---|
| 4427 | with height is necessary (to be set by <b>initializing_actions</b> |
---|
| 4428 | = <span style="font-style: italic;">'set_constant_profiles'</span>) |
---|
| 4429 | and some other conditions have to be met (neutral stratification, |
---|
| 4430 | diffusion must be |
---|
| 4431 | switched off, see <a href="#km_constant">km_constant</a>). |
---|
| 4432 | The center of the vortex is located at jc = (nx+1)/2. It |
---|
| 4433 | extends from k = 0 to k = nz+1. Its radius is 8 * <a href="#dx">dx</a> |
---|
| 4434 | and the exponentially decaying part ranges to 32 * <a href="#dx">dx</a> |
---|
| 4435 | (see init_rankine.f90). </div> |
---|
| 4436 | |
---|
| 4437 | |
---|
| 4438 | |
---|
| 4439 | |
---|
| 4440 | |
---|
| 4441 | |
---|
| 4442 | |
---|
| 4443 | |
---|
| 4444 | |
---|
| 4445 | <p><span style="font-style: italic;">'initialize_ptanom'</span> |
---|
| 4446 | </p> |
---|
| 4447 | |
---|
| 4448 | |
---|
| 4449 | |
---|
| 4450 | |
---|
| 4451 | |
---|
| 4452 | |
---|
| 4453 | |
---|
| 4454 | |
---|
| 4455 | |
---|
| 4456 | <ul> |
---|
| 4457 | |
---|
| 4458 | |
---|
| 4459 | |
---|
| 4460 | |
---|
| 4461 | |
---|
| 4462 | |
---|
| 4463 | |
---|
| 4464 | |
---|
| 4465 | |
---|
| 4466 | <p>A 2d-Gauss-like shape disturbance |
---|
| 4467 | (x,y) is added to the |
---|
| 4468 | initial temperature field with radius 10.0 * <a href="#dx">dx</a> |
---|
| 4469 | and center at jc = (nx+1)/2. This may be used for tests of scalar |
---|
| 4470 | advection schemes |
---|
| 4471 | (see <a href="#scalar_advec">scalar_advec</a>). |
---|
| 4472 | Such tests require a horizontal wind profile constant with hight and |
---|
| 4473 | diffusion |
---|
| 4474 | switched off (see <span style="font-style: italic;">'initialize_vortex'</span>). |
---|
| 4475 | Additionally, the buoyancy term |
---|
| 4476 | must be switched of in the equation of motion for w (this |
---|
| 4477 | requires the user to comment out the call of <span style="font-family: monospace;">buoyancy</span> in the |
---|
| 4478 | source code of <span style="font-family: monospace;">prognostic_equations.f90</span>).</p> |
---|
| 4479 | |
---|
| 4480 | |
---|
| 4481 | |
---|
| 4482 | |
---|
| 4483 | |
---|
| 4484 | |
---|
| 4485 | |
---|
| 4486 | |
---|
| 4487 | |
---|
| 4488 | </ul> |
---|
| 4489 | |
---|
| 4490 | |
---|
| 4491 | |
---|
| 4492 | |
---|
| 4493 | |
---|
| 4494 | |
---|
| 4495 | |
---|
| 4496 | |
---|
| 4497 | |
---|
| 4498 | <p style="font-style: normal;">Values may be |
---|
| 4499 | combined, e.g. <b>initializing_actions</b> = <span style="font-style: italic;">'set_constant_profiles |
---|
| 4500 | initialize_vortex'</span>, but the values of <span style="font-style: italic;">'set_constant_profiles'</span>, |
---|
| 4501 | <span style="font-style: italic;">'set_1d-model_profiles'</span> |
---|
| 4502 | , and <span style="font-style: italic;">'by_user'</span> |
---|
| 4503 | must not be given at the same time.</p> |
---|
| 4504 | |
---|
| 4505 | |
---|
| 4506 | |
---|
| 4507 | |
---|
| 4508 | |
---|
| 4509 | |
---|
| 4510 | |
---|
| 4511 | |
---|
| 4512 | |
---|
| 4513 | <p style="font-style: italic;"> </p> |
---|
| 4514 | |
---|
| 4515 | |
---|
| 4516 | |
---|
| 4517 | |
---|
| 4518 | </td> |
---|
| 4519 | |
---|
| 4520 | |
---|
| 4521 | |
---|
| 4522 | |
---|
| 4523 | </tr> |
---|
| 4524 | |
---|
| 4525 | |
---|
| 4526 | |
---|
| 4527 | |
---|
| 4528 | |
---|
| 4529 | <tr> |
---|
| 4530 | |
---|
| 4531 | |
---|
| 4532 | |
---|
| 4533 | |
---|
| 4534 | <td style="vertical-align: top;"> |
---|
| 4535 | |
---|
| 4536 | |
---|
| 4537 | |
---|
| 4538 | |
---|
| 4539 | <p><a name="km_constant"></a><b>km_constant</b></p> |
---|
| 4540 | |
---|
| 4541 | |
---|
| 4542 | |
---|
| 4543 | |
---|
| 4544 | |
---|
| 4545 | </td> |
---|
| 4546 | |
---|
| 4547 | |
---|
| 4548 | |
---|
| 4549 | |
---|
| 4550 | <td style="vertical-align: top;">R</td> |
---|
| 4551 | |
---|
| 4552 | |
---|
| 4553 | |
---|
| 4554 | |
---|
| 4555 | |
---|
| 4556 | <td style="vertical-align: top;"><i>variable<br> |
---|
| 4557 | |
---|
| 4558 | |
---|
| 4559 | |
---|
| 4560 | |
---|
| 4561 | |
---|
| 4562 | (computed from TKE)</i></td> |
---|
| 4563 | |
---|
| 4564 | |
---|
| 4565 | |
---|
| 4566 | |
---|
| 4567 | <td style="vertical-align: top;"> |
---|
| 4568 | |
---|
| 4569 | |
---|
| 4570 | |
---|
| 4571 | |
---|
| 4572 | <p>Constant eddy |
---|
| 4573 | diffusivities are used (laminar |
---|
| 4574 | simulations). </p> |
---|
| 4575 | |
---|
| 4576 | |
---|
| 4577 | |
---|
| 4578 | |
---|
| 4579 | |
---|
| 4580 | |
---|
| 4581 | |
---|
| 4582 | |
---|
| 4583 | |
---|
| 4584 | <p>If this parameter is |
---|
| 4585 | specified, both in the 1d and in the |
---|
| 4586 | 3d-model constant values for the eddy diffusivities are used in |
---|
| 4587 | space and time with K<sub>m</sub> = <b>km_constant</b> |
---|
| 4588 | and K<sub>h</sub> = K<sub>m</sub> / <a href="chapter_4.2.html#prandtl_number">prandtl_number</a>. |
---|
| 4589 | The prognostic equation for the subgrid-scale TKE is switched off. |
---|
| 4590 | Constant eddy diffusivities are only allowed with the Prandtl layer (<a href="#prandtl_layer">prandtl_layer</a>) |
---|
| 4591 | switched off.</p> |
---|
| 4592 | |
---|
| 4593 | |
---|
| 4594 | |
---|
| 4595 | |
---|
| 4596 | </td> |
---|
| 4597 | |
---|
| 4598 | |
---|
| 4599 | |
---|
| 4600 | |
---|
| 4601 | </tr> |
---|
| 4602 | |
---|
| 4603 | |
---|
| 4604 | |
---|
| 4605 | |
---|
| 4606 | <tr> |
---|
| 4607 | |
---|
| 4608 | |
---|
| 4609 | |
---|
| 4610 | |
---|
| 4611 | <td style="vertical-align: top;"> |
---|
| 4612 | |
---|
| 4613 | |
---|
| 4614 | |
---|
| 4615 | |
---|
| 4616 | <p><a name="km_damp_max"></a><b>km_damp_max</b></p> |
---|
| 4617 | |
---|
| 4618 | |
---|
| 4619 | |
---|
| 4620 | |
---|
| 4621 | |
---|
| 4622 | </td> |
---|
| 4623 | |
---|
| 4624 | |
---|
| 4625 | |
---|
| 4626 | |
---|
| 4627 | <td style="vertical-align: top;">R</td> |
---|
| 4628 | |
---|
| 4629 | |
---|
| 4630 | |
---|
| 4631 | |
---|
| 4632 | |
---|
| 4633 | <td style="vertical-align: top;"><span style="font-style: italic;">0.5*(dx |
---|
| 4634 | or dy)</span></td> |
---|
| 4635 | |
---|
| 4636 | |
---|
| 4637 | |
---|
| 4638 | |
---|
| 4639 | <td style="vertical-align: top;">Maximum |
---|
| 4640 | diffusivity used for filtering the velocity field in the vicinity of |
---|
| 4641 | the outflow (in m<sup>2</sup>/s).<br> |
---|
| 4642 | |
---|
| 4643 | |
---|
| 4644 | |
---|
| 4645 | |
---|
| 4646 | <br> |
---|
| 4647 | |
---|
| 4648 | |
---|
| 4649 | |
---|
| 4650 | |
---|
| 4651 | |
---|
| 4652 | When using non-cyclic lateral boundaries (see <a href="#bc_lr">bc_lr</a> |
---|
| 4653 | or <a href="#bc_ns">bc_ns</a>), |
---|
| 4654 | a smoothing has to be applied to the |
---|
| 4655 | velocity field in the vicinity of the outflow in order to suppress any |
---|
| 4656 | reflections of outgoing disturbances. Smoothing is done by increasing |
---|
| 4657 | the eddy diffusivity along the horizontal direction which is |
---|
| 4658 | perpendicular to the outflow boundary. Only velocity components |
---|
| 4659 | parallel to the outflow boundary are filtered (e.g. v and w, if the |
---|
| 4660 | outflow is along x). Damping is applied from the bottom to the top of |
---|
| 4661 | the domain.<br> |
---|
| 4662 | |
---|
| 4663 | |
---|
| 4664 | |
---|
| 4665 | |
---|
| 4666 | <br> |
---|
| 4667 | |
---|
| 4668 | |
---|
| 4669 | |
---|
| 4670 | |
---|
| 4671 | |
---|
| 4672 | The horizontal range of the smoothing is controlled by <a href="#outflow_damping_width">outflow_damping_width</a> |
---|
| 4673 | which defines the number of gridpoints (counted from the outflow |
---|
| 4674 | boundary) from where on the smoothing is applied. Starting from that |
---|
| 4675 | point, the eddy diffusivity is linearly increased (from zero to its |
---|
| 4676 | maximum value given by <span style="font-weight: bold;">km_damp_max</span>) |
---|
| 4677 | until half of the damping range width, from where it remains constant |
---|
| 4678 | up to the outflow boundary. If at a certain grid point the eddy |
---|
| 4679 | diffusivity calculated from the flow field is larger than as described |
---|
| 4680 | above, it is used instead.<br> |
---|
| 4681 | |
---|
| 4682 | |
---|
| 4683 | |
---|
| 4684 | |
---|
| 4685 | <br> |
---|
| 4686 | |
---|
| 4687 | |
---|
| 4688 | |
---|
| 4689 | |
---|
| 4690 | |
---|
| 4691 | The default value of <span style="font-weight: bold;">km_damp_max</span> |
---|
| 4692 | has been empirically proven to be sufficient.</td> |
---|
| 4693 | |
---|
| 4694 | |
---|
| 4695 | |
---|
| 4696 | |
---|
| 4697 | </tr> |
---|
| 4698 | |
---|
| 4699 | |
---|
| 4700 | |
---|
| 4701 | |
---|
[138] | 4702 | <tr><td><a name="lad_surface"></a><span style="font-weight: bold;">lad_surface</span></td><td>R</td><td><span style="font-style: italic;">0.0</span></td><td>Surface value of the leaf area density (in m<sup>2</sup>/m<sup>3</sup>).<br><br>This |
---|
| 4703 | parameter assigns the value of the leaf area density <span style="font-weight: bold;">lad</span> at the surface (k=0)<b>.</b> Starting from this value, |
---|
| 4704 | the leaf area density profile is constructed with <a href="chapter_4.1.html#lad_vertical_gradient">lad_vertical_gradient</a> |
---|
| 4705 | and <a href="chapter_4.1.html#lad_vertical_gradient_level">lad_vertical_gradient_level |
---|
| 4706 | </a>.</td></tr><tr><td><a name="lad_vertical_gradient"></a><span style="font-weight: bold;">lad_vertical_gradient</span></td><td>R (10)</td><td><span style="font-style: italic;">10 * 0.0</span></td><td>Gradient(s) of the leaf area density (in m<sup>2</sup>/m<sup>4</sup>).<br><br><p>This leaf area density gradient |
---|
| 4707 | holds starting from the height |
---|
| 4708 | level defined by <a href="chapter_4.1.html#lad_vertical_gradient_level">lad_vertical_gradient_level</a> |
---|
| 4709 | (precisely: for all uv levels k where zu(k) > lad_vertical_gradient_level, lad(k) is set: lad(k) = lad(k-1) + dzu(k) * <b>lad_vertical_gradient</b>) |
---|
| 4710 | up to the level defined by <a href="#pch_index">pch_index</a>. Above that level lad(k) will automatically set to 0.0. A total of 10 different gradients for 11 height intervals (10 intervals |
---|
| 4711 | if <a href="chapter_4.1.html#lad_vertical_gradient_level">lad_vertical_gradient_level</a>(1) |
---|
| 4712 | = <i>0.0</i>) can be assigned. The leaf area density at the surface is |
---|
| 4713 | assigned via <a href="chapter_4.1.html#lad_surface">lad_surface</a>. |
---|
| 4714 | </p></td></tr><tr><td><a name="lad_vertical_gradient_level"></a><span style="font-weight: bold;">lad_vertical_gradient_level</span></td><td>R (10)</td><td><span style="font-style: italic;">10 * 0.0</span></td><td>Height level from which on the gradient |
---|
| 4715 | of the leaf area density defined by <a href="chapter_4.1.html#lad_vertical_gradient">lad_vertical_gradient_level</a> |
---|
| 4716 | is effective (in m).<br><br>The height levels have to be assigned in ascending order. The |
---|
| 4717 | default values result in a leaf area density that is constant with height uup to the top of the plant canopy layer defined by <a href="#pch_index">pch_index</a>. For the piecewise construction of temperature profiles see <a href="chapter_4.1.html#lad_vertical_gradient">lad_vertical_gradient</a>.</td></tr><tr> |
---|
[116] | 4718 | |
---|
| 4719 | |
---|
| 4720 | |
---|
| 4721 | |
---|
| 4722 | |
---|
| 4723 | <td style="vertical-align: top;"> |
---|
| 4724 | |
---|
| 4725 | |
---|
| 4726 | |
---|
| 4727 | |
---|
| 4728 | <p><a name="long_filter_factor"></a><b>long_filter_factor</b></p> |
---|
| 4729 | |
---|
| 4730 | |
---|
| 4731 | |
---|
| 4732 | |
---|
| 4733 | |
---|
| 4734 | </td> |
---|
| 4735 | |
---|
| 4736 | |
---|
| 4737 | |
---|
| 4738 | |
---|
| 4739 | <td style="vertical-align: top;">R</td> |
---|
| 4740 | |
---|
| 4741 | |
---|
| 4742 | |
---|
| 4743 | |
---|
| 4744 | |
---|
| 4745 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 4746 | |
---|
| 4747 | |
---|
| 4748 | |
---|
| 4749 | |
---|
| 4750 | |
---|
| 4751 | <td style="vertical-align: top;"> |
---|
| 4752 | |
---|
| 4753 | |
---|
| 4754 | |
---|
| 4755 | |
---|
| 4756 | <p>Filter factor |
---|
| 4757 | for the so-called Long-filter.<br> |
---|
| 4758 | |
---|
| 4759 | |
---|
| 4760 | |
---|
| 4761 | |
---|
| 4762 | </p> |
---|
| 4763 | |
---|
| 4764 | |
---|
| 4765 | |
---|
| 4766 | |
---|
| 4767 | |
---|
| 4768 | |
---|
| 4769 | |
---|
| 4770 | |
---|
| 4771 | |
---|
| 4772 | <p><br> |
---|
| 4773 | |
---|
| 4774 | |
---|
| 4775 | |
---|
| 4776 | |
---|
| 4777 | |
---|
| 4778 | This filter very efficiently |
---|
| 4779 | eliminates 2-delta-waves sometimes cauesed by the upstream-spline |
---|
| 4780 | scheme (see Mahrer and |
---|
| 4781 | Pielke, 1978: Mon. Wea. Rev., 106, 818-830). It works in all three |
---|
| 4782 | directions in space. A value of <b>long_filter_factor</b> |
---|
| 4783 | = <i>0.01</i> |
---|
| 4784 | sufficiently removes the small-scale waves without affecting the |
---|
| 4785 | longer waves.<br> |
---|
| 4786 | |
---|
| 4787 | |
---|
| 4788 | |
---|
| 4789 | |
---|
| 4790 | </p> |
---|
| 4791 | |
---|
| 4792 | |
---|
| 4793 | |
---|
| 4794 | |
---|
| 4795 | |
---|
| 4796 | |
---|
| 4797 | |
---|
| 4798 | |
---|
| 4799 | |
---|
| 4800 | <p>By default, the filter is |
---|
| 4801 | switched off (= <i>0.0</i>). |
---|
| 4802 | It is exclusively applied to the tendencies calculated by the |
---|
| 4803 | upstream-spline scheme (see <a href="#momentum_advec">momentum_advec</a> |
---|
| 4804 | and <a href="#scalar_advec">scalar_advec</a>), |
---|
| 4805 | not to the prognostic variables themselves. At the bottom and top |
---|
| 4806 | boundary of the model domain the filter effect for vertical |
---|
| 4807 | 2-delta-waves is reduced. There, the amplitude of these waves is only |
---|
| 4808 | reduced by approx. 50%, otherwise by nearly 100%. <br> |
---|
| 4809 | |
---|
| 4810 | |
---|
| 4811 | |
---|
| 4812 | |
---|
| 4813 | |
---|
| 4814 | Filter factors with values > <i>0.01</i> also |
---|
| 4815 | reduce the amplitudes |
---|
| 4816 | of waves with wavelengths longer than 2-delta (see the paper by Mahrer |
---|
| 4817 | and |
---|
| 4818 | Pielke, quoted above). </p> |
---|
| 4819 | |
---|
| 4820 | |
---|
| 4821 | |
---|
| 4822 | |
---|
| 4823 | </td> |
---|
| 4824 | |
---|
| 4825 | |
---|
| 4826 | |
---|
| 4827 | |
---|
| 4828 | </tr> |
---|
| 4829 | |
---|
| 4830 | |
---|
| 4831 | |
---|
| 4832 | |
---|
| 4833 | <tr> |
---|
| 4834 | |
---|
| 4835 | |
---|
| 4836 | |
---|
| 4837 | |
---|
| 4838 | <td style="vertical-align: top;"><a name="loop_optimization"></a><span style="font-weight: bold;">loop_optimization</span></td> |
---|
| 4839 | |
---|
| 4840 | |
---|
| 4841 | |
---|
| 4842 | |
---|
| 4843 | <td style="vertical-align: top;">C*16</td> |
---|
| 4844 | |
---|
| 4845 | |
---|
| 4846 | |
---|
| 4847 | |
---|
| 4848 | <td style="vertical-align: top;"><span style="font-style: italic;">see right</span></td> |
---|
| 4849 | |
---|
| 4850 | |
---|
| 4851 | |
---|
| 4852 | |
---|
| 4853 | <td>Method used to optimize loops for solving the prognostic equations .<br> |
---|
| 4854 | |
---|
| 4855 | |
---|
| 4856 | |
---|
| 4857 | |
---|
| 4858 | <br> |
---|
| 4859 | |
---|
| 4860 | |
---|
| 4861 | |
---|
| 4862 | |
---|
| 4863 | By |
---|
| 4864 | default, the optimization method depends on the host on which PALM is |
---|
| 4865 | running. On machines with vector-type CPUs, single 3d-loops are used to |
---|
| 4866 | calculate each tendency term of each prognostic equation, while on all |
---|
| 4867 | other machines, all prognostic equations are solved within one big loop |
---|
| 4868 | over the two horizontal indices<span style="font-family: Courier New,Courier,monospace;"> i </span>and<span style="font-family: Courier New,Courier,monospace;"> j </span>(giving a good cache uitilization).<br> |
---|
| 4869 | |
---|
| 4870 | |
---|
| 4871 | |
---|
| 4872 | |
---|
| 4873 | <br> |
---|
| 4874 | |
---|
| 4875 | |
---|
| 4876 | |
---|
| 4877 | |
---|
| 4878 | The default behaviour can be changed by setting either <span style="font-weight: bold;">loop_optimization</span> = <span style="font-style: italic;">'vector'</span> or <span style="font-weight: bold;">loop_optimization</span> = <span style="font-style: italic;">'cache'</span>.</td> |
---|
| 4879 | |
---|
| 4880 | |
---|
| 4881 | |
---|
| 4882 | |
---|
| 4883 | </tr> |
---|
| 4884 | |
---|
| 4885 | |
---|
| 4886 | |
---|
| 4887 | |
---|
| 4888 | <tr> |
---|
| 4889 | |
---|
| 4890 | |
---|
| 4891 | |
---|
| 4892 | |
---|
| 4893 | |
---|
| 4894 | <td style="vertical-align: top;"><a name="mixing_length_1d"></a><span style="font-weight: bold;">mixing_length_1d</span><br> |
---|
| 4895 | |
---|
| 4896 | |
---|
| 4897 | |
---|
| 4898 | |
---|
| 4899 | |
---|
| 4900 | </td> |
---|
| 4901 | |
---|
| 4902 | |
---|
| 4903 | |
---|
| 4904 | |
---|
| 4905 | <td style="vertical-align: top;">C*20<br> |
---|
| 4906 | |
---|
| 4907 | |
---|
| 4908 | |
---|
| 4909 | |
---|
| 4910 | |
---|
| 4911 | </td> |
---|
| 4912 | |
---|
| 4913 | |
---|
| 4914 | |
---|
| 4915 | |
---|
| 4916 | <td style="vertical-align: top;"><span style="font-style: italic;">'as_in_3d_</span><br style="font-style: italic;"> |
---|
| 4917 | |
---|
| 4918 | |
---|
| 4919 | |
---|
| 4920 | |
---|
| 4921 | <span style="font-style: italic;">model'</span><br> |
---|
| 4922 | |
---|
| 4923 | |
---|
| 4924 | |
---|
| 4925 | |
---|
| 4926 | </td> |
---|
| 4927 | |
---|
| 4928 | |
---|
| 4929 | |
---|
| 4930 | |
---|
| 4931 | |
---|
| 4932 | <td style="vertical-align: top;">Mixing length used in the |
---|
| 4933 | 1d-model.<br> |
---|
| 4934 | |
---|
| 4935 | |
---|
| 4936 | |
---|
| 4937 | |
---|
| 4938 | <br> |
---|
| 4939 | |
---|
| 4940 | |
---|
| 4941 | |
---|
| 4942 | |
---|
| 4943 | |
---|
| 4944 | By default the mixing length is calculated as in the 3d-model (i.e. it |
---|
| 4945 | depends on the grid spacing).<br> |
---|
| 4946 | |
---|
| 4947 | |
---|
| 4948 | |
---|
| 4949 | |
---|
| 4950 | <br> |
---|
| 4951 | |
---|
| 4952 | |
---|
| 4953 | |
---|
| 4954 | |
---|
| 4955 | |
---|
| 4956 | By setting <span style="font-weight: bold;">mixing_length_1d</span> |
---|
| 4957 | = <span style="font-style: italic;">'blackadar'</span>, |
---|
| 4958 | the so-called Blackadar mixing length is used (l = kappa * z / ( 1 + |
---|
| 4959 | kappa * z / lambda ) with the limiting value lambda = 2.7E-4 * u_g / f).<br> |
---|
| 4960 | |
---|
| 4961 | |
---|
| 4962 | |
---|
| 4963 | |
---|
| 4964 | |
---|
| 4965 | </td> |
---|
| 4966 | |
---|
| 4967 | |
---|
| 4968 | |
---|
| 4969 | |
---|
| 4970 | </tr> |
---|
| 4971 | |
---|
| 4972 | |
---|
| 4973 | |
---|
| 4974 | |
---|
| 4975 | <tr> |
---|
| 4976 | |
---|
| 4977 | |
---|
| 4978 | |
---|
| 4979 | |
---|
| 4980 | <td style="vertical-align: top;"> |
---|
| 4981 | |
---|
| 4982 | |
---|
| 4983 | |
---|
| 4984 | |
---|
| 4985 | <p><a name="humidity"></a><b>humidity</b></p> |
---|
| 4986 | |
---|
| 4987 | |
---|
| 4988 | |
---|
| 4989 | |
---|
| 4990 | |
---|
| 4991 | </td> |
---|
| 4992 | |
---|
| 4993 | |
---|
| 4994 | |
---|
| 4995 | |
---|
| 4996 | <td style="vertical-align: top;">L</td> |
---|
| 4997 | |
---|
| 4998 | |
---|
| 4999 | |
---|
| 5000 | |
---|
| 5001 | |
---|
| 5002 | <td style="vertical-align: top;"><i>.F.</i></td> |
---|
| 5003 | |
---|
| 5004 | |
---|
| 5005 | |
---|
| 5006 | |
---|
| 5007 | |
---|
| 5008 | <td style="vertical-align: top;"> |
---|
| 5009 | |
---|
| 5010 | |
---|
| 5011 | |
---|
| 5012 | |
---|
| 5013 | <p>Parameter to |
---|
| 5014 | switch on the prognostic equation for specific |
---|
| 5015 | humidity q.<br> |
---|
| 5016 | |
---|
| 5017 | |
---|
| 5018 | |
---|
| 5019 | |
---|
| 5020 | </p> |
---|
| 5021 | |
---|
| 5022 | |
---|
| 5023 | |
---|
| 5024 | |
---|
| 5025 | |
---|
| 5026 | |
---|
| 5027 | |
---|
| 5028 | |
---|
| 5029 | |
---|
| 5030 | <p>The initial vertical |
---|
| 5031 | profile of q can be set via parameters <a href="chapter_4.1.html#q_surface">q_surface</a>, <a href="chapter_4.1.html#q_vertical_gradient">q_vertical_gradient</a> |
---|
| 5032 | and <a href="chapter_4.1.html#q_vertical_gradient_level">q_vertical_gradient_level</a>. |
---|
| 5033 | Boundary conditions can be set via <a href="chapter_4.1.html#q_surface_initial_change">q_surface_initial_change</a> |
---|
| 5034 | and <a href="chapter_4.1.html#surface_waterflux">surface_waterflux</a>.<br> |
---|
| 5035 | |
---|
| 5036 | |
---|
| 5037 | |
---|
| 5038 | |
---|
| 5039 | |
---|
| 5040 | </p> |
---|
| 5041 | |
---|
| 5042 | |
---|
| 5043 | |
---|
| 5044 | |
---|
| 5045 | |
---|
| 5046 | If the condensation scheme is switched on (<a href="chapter_4.1.html#cloud_physics">cloud_physics</a> |
---|
| 5047 | = .TRUE.), q becomes the total liquid water content (sum of specific |
---|
| 5048 | humidity and liquid water content).</td> |
---|
| 5049 | |
---|
| 5050 | |
---|
| 5051 | |
---|
| 5052 | |
---|
| 5053 | </tr> |
---|
| 5054 | |
---|
| 5055 | |
---|
| 5056 | |
---|
| 5057 | |
---|
| 5058 | |
---|
| 5059 | <tr> |
---|
| 5060 | |
---|
| 5061 | |
---|
| 5062 | |
---|
| 5063 | |
---|
| 5064 | <td style="vertical-align: top;"> |
---|
| 5065 | |
---|
| 5066 | |
---|
| 5067 | |
---|
| 5068 | |
---|
| 5069 | <p><a name="momentum_advec"></a><b>momentum_advec</b></p> |
---|
| 5070 | |
---|
| 5071 | |
---|
| 5072 | |
---|
| 5073 | |
---|
| 5074 | |
---|
| 5075 | </td> |
---|
| 5076 | |
---|
| 5077 | |
---|
| 5078 | |
---|
| 5079 | |
---|
| 5080 | <td style="vertical-align: top;">C * 10</td> |
---|
| 5081 | |
---|
| 5082 | |
---|
| 5083 | |
---|
| 5084 | |
---|
| 5085 | |
---|
| 5086 | <td style="vertical-align: top;"><i>'pw-scheme'</i></td> |
---|
| 5087 | |
---|
| 5088 | |
---|
| 5089 | |
---|
| 5090 | |
---|
| 5091 | |
---|
| 5092 | <td style="vertical-align: top;"> |
---|
| 5093 | |
---|
| 5094 | |
---|
| 5095 | |
---|
| 5096 | |
---|
| 5097 | <p>Advection |
---|
| 5098 | scheme to be used for the momentum equations.<br> |
---|
| 5099 | |
---|
| 5100 | |
---|
| 5101 | |
---|
| 5102 | |
---|
| 5103 | <br> |
---|
| 5104 | |
---|
| 5105 | |
---|
| 5106 | |
---|
| 5107 | |
---|
| 5108 | |
---|
| 5109 | The user can choose between the following schemes:<br> |
---|
| 5110 | |
---|
| 5111 | |
---|
| 5112 | |
---|
| 5113 | |
---|
| 5114 | |
---|
| 5115 | <br> |
---|
| 5116 | |
---|
| 5117 | |
---|
| 5118 | |
---|
| 5119 | |
---|
| 5120 | <br> |
---|
| 5121 | |
---|
| 5122 | |
---|
| 5123 | |
---|
| 5124 | |
---|
| 5125 | <span style="font-style: italic;">'pw-scheme'</span><br> |
---|
| 5126 | |
---|
| 5127 | |
---|
| 5128 | |
---|
| 5129 | |
---|
| 5130 | |
---|
| 5131 | </p> |
---|
| 5132 | |
---|
| 5133 | |
---|
| 5134 | |
---|
| 5135 | |
---|
| 5136 | |
---|
| 5137 | |
---|
| 5138 | |
---|
| 5139 | |
---|
| 5140 | |
---|
| 5141 | <div style="margin-left: 40px;">The scheme of |
---|
| 5142 | Piascek and |
---|
| 5143 | Williams (1970, J. Comp. Phys., 6, |
---|
| 5144 | 392-405) with central differences in the form C3 is used.<br> |
---|
| 5145 | |
---|
| 5146 | |
---|
| 5147 | |
---|
| 5148 | |
---|
| 5149 | |
---|
| 5150 | If intermediate Euler-timesteps are carried out in case of <a href="#timestep_scheme">timestep_scheme</a> |
---|
| 5151 | = <span style="font-style: italic;">'leapfrog+euler'</span> |
---|
| 5152 | the |
---|
| 5153 | advection scheme is - for the Euler-timestep - automatically switched |
---|
| 5154 | to an upstream-scheme.<br> |
---|
| 5155 | |
---|
| 5156 | |
---|
| 5157 | |
---|
| 5158 | |
---|
| 5159 | </div> |
---|
| 5160 | |
---|
| 5161 | |
---|
| 5162 | |
---|
| 5163 | |
---|
| 5164 | |
---|
| 5165 | |
---|
| 5166 | |
---|
| 5167 | |
---|
| 5168 | |
---|
| 5169 | <p> </p> |
---|
| 5170 | |
---|
| 5171 | |
---|
| 5172 | |
---|
| 5173 | |
---|
| 5174 | |
---|
| 5175 | |
---|
| 5176 | |
---|
| 5177 | |
---|
| 5178 | |
---|
| 5179 | <p><span style="font-style: italic;">'ups-scheme'</span><br> |
---|
| 5180 | |
---|
| 5181 | |
---|
| 5182 | |
---|
| 5183 | |
---|
| 5184 | |
---|
| 5185 | </p> |
---|
| 5186 | |
---|
| 5187 | |
---|
| 5188 | |
---|
| 5189 | |
---|
| 5190 | |
---|
| 5191 | |
---|
| 5192 | |
---|
| 5193 | |
---|
| 5194 | |
---|
| 5195 | <div style="margin-left: 40px;">The |
---|
| 5196 | upstream-spline scheme is |
---|
| 5197 | used |
---|
| 5198 | (see Mahrer and Pielke, |
---|
| 5199 | 1978: Mon. Wea. Rev., 106, 818-830). In opposite to the |
---|
| 5200 | Piascek-Williams scheme, this is characterized by much better numerical |
---|
| 5201 | features (less numerical diffusion, better preservation of flow |
---|
| 5202 | structures, e.g. vortices), but computationally it is much more |
---|
| 5203 | expensive. In |
---|
| 5204 | addition, the use of the Euler-timestep scheme is mandatory (<a href="#timestep_scheme">timestep_scheme</a> |
---|
| 5205 | = <span style="font-style: italic;">'</span><i>euler'</i>), |
---|
| 5206 | i.e. the |
---|
| 5207 | timestep accuracy is only of first order. |
---|
| 5208 | For this reason the advection of scalar variables (see <a href="#scalar_advec">scalar_advec</a>) |
---|
| 5209 | should then also be carried out with the upstream-spline scheme, |
---|
| 5210 | because otherwise the scalar variables would |
---|
| 5211 | be subject to large numerical diffusion due to the upstream |
---|
| 5212 | scheme. </div> |
---|
| 5213 | |
---|
| 5214 | |
---|
| 5215 | |
---|
| 5216 | |
---|
| 5217 | |
---|
| 5218 | |
---|
| 5219 | |
---|
| 5220 | |
---|
| 5221 | |
---|
| 5222 | <p style="margin-left: 40px;">Since |
---|
| 5223 | the cubic splines used tend |
---|
| 5224 | to overshoot under |
---|
| 5225 | certain circumstances, this effect must be adjusted by suitable |
---|
| 5226 | filtering and smoothing (see <a href="#cut_spline_overshoot">cut_spline_overshoot</a>, |
---|
| 5227 | <a href="#long_filter_factor">long_filter_factor</a>, |
---|
| 5228 | <a href="#ups_limit_pt">ups_limit_pt</a>, <a href="#ups_limit_u">ups_limit_u</a>, <a href="#ups_limit_v">ups_limit_v</a>, <a href="#ups_limit_w">ups_limit_w</a>). |
---|
| 5229 | This is always neccessary for runs with stable stratification, |
---|
| 5230 | even if this stratification appears only in parts of the model domain.<br> |
---|
| 5231 | |
---|
| 5232 | |
---|
| 5233 | |
---|
| 5234 | |
---|
| 5235 | |
---|
| 5236 | </p> |
---|
| 5237 | |
---|
| 5238 | |
---|
| 5239 | |
---|
| 5240 | |
---|
| 5241 | |
---|
| 5242 | |
---|
| 5243 | |
---|
| 5244 | |
---|
| 5245 | |
---|
| 5246 | <div style="margin-left: 40px;">With stable |
---|
| 5247 | stratification the |
---|
| 5248 | upstream-spline scheme also |
---|
| 5249 | produces gravity waves with large amplitude, which must be |
---|
| 5250 | suitably damped (see <a href="chapter_4.2.html#rayleigh_damping_factor">rayleigh_damping_factor</a>).<br> |
---|
| 5251 | |
---|
| 5252 | |
---|
| 5253 | |
---|
| 5254 | |
---|
| 5255 | |
---|
| 5256 | <br> |
---|
| 5257 | |
---|
| 5258 | |
---|
| 5259 | |
---|
| 5260 | |
---|
| 5261 | <span style="font-weight: bold;">Important: </span>The |
---|
| 5262 | upstream-spline scheme is not implemented for humidity and passive |
---|
| 5263 | scalars (see <a href="#humidity">humidity</a> |
---|
| 5264 | and <a href="#passive_scalar">passive_scalar</a>) |
---|
| 5265 | and requires the use of a 2d-domain-decomposition. The last conditions |
---|
| 5266 | severely restricts code optimization on several machines leading to |
---|
| 5267 | very long execution times! The scheme is also not allowed for |
---|
| 5268 | non-cyclic lateral boundary conditions (see <a href="#bc_lr">bc_lr</a> |
---|
| 5269 | and <a href="#bc_ns">bc_ns</a>).</div> |
---|
| 5270 | |
---|
| 5271 | |
---|
| 5272 | |
---|
| 5273 | |
---|
| 5274 | </td> |
---|
| 5275 | |
---|
| 5276 | |
---|
| 5277 | |
---|
| 5278 | |
---|
| 5279 | |
---|
| 5280 | </tr> |
---|
| 5281 | |
---|
| 5282 | |
---|
| 5283 | |
---|
| 5284 | |
---|
| 5285 | <tr> |
---|
| 5286 | |
---|
| 5287 | |
---|
| 5288 | |
---|
| 5289 | |
---|
| 5290 | <td style="vertical-align: top;"><a name="netcdf_precision"></a><span style="font-weight: bold;">netcdf_precision</span><br> |
---|
| 5291 | |
---|
| 5292 | |
---|
| 5293 | |
---|
| 5294 | |
---|
| 5295 | |
---|
| 5296 | </td> |
---|
| 5297 | |
---|
| 5298 | |
---|
| 5299 | |
---|
| 5300 | |
---|
| 5301 | <td style="vertical-align: top;">C*20<br> |
---|
| 5302 | |
---|
| 5303 | |
---|
| 5304 | |
---|
| 5305 | |
---|
| 5306 | |
---|
| 5307 | (10)<br> |
---|
| 5308 | |
---|
| 5309 | |
---|
| 5310 | |
---|
| 5311 | |
---|
| 5312 | </td> |
---|
| 5313 | |
---|
| 5314 | |
---|
| 5315 | |
---|
| 5316 | |
---|
| 5317 | <td style="vertical-align: top;"><span style="font-style: italic;">single preci-</span><br style="font-style: italic;"> |
---|
| 5318 | |
---|
| 5319 | |
---|
| 5320 | |
---|
| 5321 | |
---|
| 5322 | <span style="font-style: italic;">sion for all</span><br style="font-style: italic;"> |
---|
| 5323 | |
---|
| 5324 | |
---|
| 5325 | |
---|
| 5326 | |
---|
| 5327 | <span style="font-style: italic;">output quan-</span><br style="font-style: italic;"> |
---|
| 5328 | |
---|
| 5329 | |
---|
| 5330 | |
---|
| 5331 | |
---|
| 5332 | <span style="font-style: italic;">tities</span><br> |
---|
| 5333 | |
---|
| 5334 | |
---|
| 5335 | |
---|
| 5336 | |
---|
| 5337 | </td> |
---|
| 5338 | |
---|
| 5339 | |
---|
| 5340 | |
---|
| 5341 | |
---|
| 5342 | |
---|
| 5343 | <td style="vertical-align: top;">Defines the accuracy of |
---|
| 5344 | the NetCDF output.<br> |
---|
| 5345 | |
---|
| 5346 | |
---|
| 5347 | |
---|
| 5348 | |
---|
| 5349 | <br> |
---|
| 5350 | |
---|
| 5351 | |
---|
| 5352 | |
---|
| 5353 | |
---|
| 5354 | |
---|
| 5355 | By default, all NetCDF output data (see <a href="chapter_4.2.html#data_output_format">data_output_format</a>) |
---|
| 5356 | have single precision (4 byte) accuracy. Double precision (8 |
---|
| 5357 | byte) can be choosen alternatively.<br> |
---|
| 5358 | |
---|
| 5359 | |
---|
| 5360 | |
---|
| 5361 | |
---|
| 5362 | |
---|
| 5363 | Accuracy for the different output data (cross sections, 3d-volume data, |
---|
| 5364 | spectra, etc.) can be set independently.<br> |
---|
| 5365 | |
---|
| 5366 | |
---|
| 5367 | |
---|
| 5368 | |
---|
| 5369 | <span style="font-style: italic;">'<out>_NF90_REAL4'</span> |
---|
| 5370 | (single precision) or <span style="font-style: italic;">'<out>_NF90_REAL8'</span> |
---|
| 5371 | (double precision) are the two principally allowed values for <span style="font-weight: bold;">netcdf_precision</span>, |
---|
| 5372 | where the string <span style="font-style: italic;">'<out>' |
---|
| 5373 | </span>can be chosen out of the following list:<br> |
---|
| 5374 | |
---|
| 5375 | |
---|
| 5376 | |
---|
| 5377 | |
---|
| 5378 | <br> |
---|
| 5379 | |
---|
| 5380 | |
---|
| 5381 | |
---|
| 5382 | |
---|
| 5383 | |
---|
| 5384 | |
---|
| 5385 | |
---|
| 5386 | |
---|
| 5387 | |
---|
| 5388 | <table style="text-align: left; width: 284px; height: 234px;" border="1" cellpadding="2" cellspacing="2"> |
---|
| 5389 | |
---|
| 5390 | |
---|
| 5391 | |
---|
| 5392 | |
---|
| 5393 | <tbody> |
---|
| 5394 | |
---|
| 5395 | |
---|
| 5396 | |
---|
| 5397 | |
---|
| 5398 | |
---|
| 5399 | <tr> |
---|
| 5400 | |
---|
| 5401 | |
---|
| 5402 | |
---|
| 5403 | |
---|
| 5404 | <td style="vertical-align: top;"><span style="font-style: italic;">'xy'</span><br> |
---|
| 5405 | |
---|
| 5406 | |
---|
| 5407 | |
---|
| 5408 | |
---|
| 5409 | </td> |
---|
| 5410 | |
---|
| 5411 | |
---|
| 5412 | |
---|
| 5413 | |
---|
| 5414 | |
---|
| 5415 | <td style="vertical-align: top;">horizontal cross section<br> |
---|
| 5416 | |
---|
| 5417 | |
---|
| 5418 | |
---|
| 5419 | |
---|
| 5420 | |
---|
| 5421 | </td> |
---|
| 5422 | |
---|
| 5423 | |
---|
| 5424 | |
---|
| 5425 | |
---|
| 5426 | </tr> |
---|
| 5427 | |
---|
| 5428 | |
---|
| 5429 | |
---|
| 5430 | |
---|
| 5431 | <tr> |
---|
| 5432 | |
---|
| 5433 | |
---|
| 5434 | |
---|
| 5435 | |
---|
| 5436 | <td style="vertical-align: top;"><span style="font-style: italic;">'xz'</span><br> |
---|
| 5437 | |
---|
| 5438 | |
---|
| 5439 | |
---|
| 5440 | |
---|
| 5441 | </td> |
---|
| 5442 | |
---|
| 5443 | |
---|
| 5444 | |
---|
| 5445 | |
---|
| 5446 | |
---|
| 5447 | <td style="vertical-align: top;">vertical (xz) cross |
---|
| 5448 | section<br> |
---|
| 5449 | |
---|
| 5450 | |
---|
| 5451 | |
---|
| 5452 | |
---|
| 5453 | </td> |
---|
| 5454 | |
---|
| 5455 | |
---|
| 5456 | |
---|
| 5457 | |
---|
| 5458 | </tr> |
---|
| 5459 | |
---|
| 5460 | |
---|
| 5461 | |
---|
| 5462 | |
---|
| 5463 | <tr> |
---|
| 5464 | |
---|
| 5465 | |
---|
| 5466 | |
---|
| 5467 | |
---|
| 5468 | <td style="vertical-align: top;"><span style="font-style: italic;">'yz'</span><br> |
---|
| 5469 | |
---|
| 5470 | |
---|
| 5471 | |
---|
| 5472 | |
---|
| 5473 | </td> |
---|
| 5474 | |
---|
| 5475 | |
---|
| 5476 | |
---|
| 5477 | |
---|
| 5478 | |
---|
| 5479 | <td style="vertical-align: top;">vertical (yz) cross |
---|
| 5480 | section<br> |
---|
| 5481 | |
---|
| 5482 | |
---|
| 5483 | |
---|
| 5484 | |
---|
| 5485 | </td> |
---|
| 5486 | |
---|
| 5487 | |
---|
| 5488 | |
---|
| 5489 | |
---|
| 5490 | </tr> |
---|
| 5491 | |
---|
| 5492 | |
---|
| 5493 | |
---|
| 5494 | |
---|
| 5495 | <tr> |
---|
| 5496 | |
---|
| 5497 | |
---|
| 5498 | |
---|
| 5499 | |
---|
| 5500 | <td style="vertical-align: top;"><span style="font-style: italic;">'2d'</span><br> |
---|
| 5501 | |
---|
| 5502 | |
---|
| 5503 | |
---|
| 5504 | |
---|
| 5505 | </td> |
---|
| 5506 | |
---|
| 5507 | |
---|
| 5508 | |
---|
| 5509 | |
---|
| 5510 | |
---|
| 5511 | <td style="vertical-align: top;">all cross sections<br> |
---|
| 5512 | |
---|
| 5513 | |
---|
| 5514 | |
---|
| 5515 | |
---|
| 5516 | |
---|
| 5517 | </td> |
---|
| 5518 | |
---|
| 5519 | |
---|
| 5520 | |
---|
| 5521 | |
---|
| 5522 | </tr> |
---|
| 5523 | |
---|
| 5524 | |
---|
| 5525 | |
---|
| 5526 | |
---|
| 5527 | <tr> |
---|
| 5528 | |
---|
| 5529 | |
---|
| 5530 | |
---|
| 5531 | |
---|
| 5532 | <td style="vertical-align: top;"><span style="font-style: italic;">'3d'</span><br> |
---|
| 5533 | |
---|
| 5534 | |
---|
| 5535 | |
---|
| 5536 | |
---|
| 5537 | </td> |
---|
| 5538 | |
---|
| 5539 | |
---|
| 5540 | |
---|
| 5541 | |
---|
| 5542 | |
---|
| 5543 | <td style="vertical-align: top;">volume data<br> |
---|
| 5544 | |
---|
| 5545 | |
---|
| 5546 | |
---|
| 5547 | |
---|
| 5548 | </td> |
---|
| 5549 | |
---|
| 5550 | |
---|
| 5551 | |
---|
| 5552 | |
---|
| 5553 | |
---|
| 5554 | </tr> |
---|
| 5555 | |
---|
| 5556 | |
---|
| 5557 | |
---|
| 5558 | |
---|
| 5559 | <tr> |
---|
| 5560 | |
---|
| 5561 | |
---|
| 5562 | |
---|
| 5563 | |
---|
| 5564 | <td style="vertical-align: top;"><span style="font-style: italic;">'pr'</span><br> |
---|
| 5565 | |
---|
| 5566 | |
---|
| 5567 | |
---|
| 5568 | |
---|
| 5569 | </td> |
---|
| 5570 | |
---|
| 5571 | |
---|
| 5572 | |
---|
| 5573 | |
---|
| 5574 | |
---|
| 5575 | <td style="vertical-align: top;">vertical profiles<br> |
---|
| 5576 | |
---|
| 5577 | |
---|
| 5578 | |
---|
| 5579 | |
---|
| 5580 | |
---|
| 5581 | </td> |
---|
| 5582 | |
---|
| 5583 | |
---|
| 5584 | |
---|
| 5585 | |
---|
| 5586 | </tr> |
---|
| 5587 | |
---|
| 5588 | |
---|
| 5589 | |
---|
| 5590 | |
---|
| 5591 | <tr> |
---|
| 5592 | |
---|
| 5593 | |
---|
| 5594 | |
---|
| 5595 | |
---|
| 5596 | <td style="vertical-align: top;"><span style="font-style: italic;">'ts'</span><br> |
---|
| 5597 | |
---|
| 5598 | |
---|
| 5599 | |
---|
| 5600 | |
---|
| 5601 | </td> |
---|
| 5602 | |
---|
| 5603 | |
---|
| 5604 | |
---|
| 5605 | |
---|
| 5606 | |
---|
| 5607 | <td style="vertical-align: top;">time series, particle |
---|
| 5608 | time series<br> |
---|
| 5609 | |
---|
| 5610 | |
---|
| 5611 | |
---|
| 5612 | |
---|
| 5613 | </td> |
---|
| 5614 | |
---|
| 5615 | |
---|
| 5616 | |
---|
| 5617 | |
---|
| 5618 | </tr> |
---|
| 5619 | |
---|
| 5620 | |
---|
| 5621 | |
---|
| 5622 | |
---|
| 5623 | <tr> |
---|
| 5624 | |
---|
| 5625 | |
---|
| 5626 | |
---|
| 5627 | |
---|
| 5628 | <td style="vertical-align: top;"><span style="font-style: italic;">'sp'</span><br> |
---|
| 5629 | |
---|
| 5630 | |
---|
| 5631 | |
---|
| 5632 | |
---|
| 5633 | </td> |
---|
| 5634 | |
---|
| 5635 | |
---|
| 5636 | |
---|
| 5637 | |
---|
| 5638 | |
---|
| 5639 | <td style="vertical-align: top;">spectra<br> |
---|
| 5640 | |
---|
| 5641 | |
---|
| 5642 | |
---|
| 5643 | |
---|
| 5644 | </td> |
---|
| 5645 | |
---|
| 5646 | |
---|
| 5647 | |
---|
| 5648 | |
---|
| 5649 | |
---|
| 5650 | </tr> |
---|
| 5651 | |
---|
| 5652 | |
---|
| 5653 | |
---|
| 5654 | |
---|
| 5655 | <tr> |
---|
| 5656 | |
---|
| 5657 | |
---|
| 5658 | |
---|
| 5659 | |
---|
| 5660 | <td style="vertical-align: top;"><span style="font-style: italic;">'prt'</span><br> |
---|
| 5661 | |
---|
| 5662 | |
---|
| 5663 | |
---|
| 5664 | |
---|
| 5665 | </td> |
---|
| 5666 | |
---|
| 5667 | |
---|
| 5668 | |
---|
| 5669 | |
---|
| 5670 | |
---|
| 5671 | <td style="vertical-align: top;">particles<br> |
---|
| 5672 | |
---|
| 5673 | |
---|
| 5674 | |
---|
| 5675 | |
---|
| 5676 | </td> |
---|
| 5677 | |
---|
| 5678 | |
---|
| 5679 | |
---|
| 5680 | |
---|
| 5681 | |
---|
| 5682 | </tr> |
---|
| 5683 | |
---|
| 5684 | |
---|
| 5685 | |
---|
| 5686 | |
---|
| 5687 | <tr> |
---|
| 5688 | |
---|
| 5689 | |
---|
| 5690 | |
---|
| 5691 | |
---|
| 5692 | <td style="vertical-align: top;"><span style="font-style: italic;">'all'</span><br> |
---|
| 5693 | |
---|
| 5694 | |
---|
| 5695 | |
---|
| 5696 | |
---|
| 5697 | </td> |
---|
| 5698 | |
---|
| 5699 | |
---|
| 5700 | |
---|
| 5701 | |
---|
| 5702 | |
---|
| 5703 | <td style="vertical-align: top;">all output quantities<br> |
---|
| 5704 | |
---|
| 5705 | |
---|
| 5706 | |
---|
| 5707 | |
---|
| 5708 | |
---|
| 5709 | </td> |
---|
| 5710 | |
---|
| 5711 | |
---|
| 5712 | |
---|
| 5713 | |
---|
| 5714 | </tr> |
---|
| 5715 | |
---|
| 5716 | |
---|
| 5717 | |
---|
| 5718 | |
---|
| 5719 | |
---|
| 5720 | |
---|
| 5721 | |
---|
| 5722 | |
---|
| 5723 | |
---|
| 5724 | </tbody> |
---|
| 5725 | |
---|
| 5726 | |
---|
| 5727 | |
---|
| 5728 | |
---|
| 5729 | </table> |
---|
| 5730 | |
---|
| 5731 | |
---|
| 5732 | |
---|
| 5733 | |
---|
| 5734 | <br> |
---|
| 5735 | |
---|
| 5736 | |
---|
| 5737 | |
---|
| 5738 | |
---|
| 5739 | <span style="font-weight: bold;">Example:</span><br> |
---|
| 5740 | |
---|
| 5741 | |
---|
| 5742 | |
---|
| 5743 | |
---|
| 5744 | |
---|
| 5745 | If all cross section data and the particle data shall be output in |
---|
| 5746 | double precision and all other quantities in single precision, then <span style="font-weight: bold;">netcdf_precision</span> = <span style="font-style: italic;">'2d_NF90_REAL8'</span>, <span style="font-style: italic;">'prt_NF90_REAL8'</span> |
---|
| 5747 | has to be assigned.<br> |
---|
| 5748 | |
---|
| 5749 | |
---|
| 5750 | |
---|
| 5751 | |
---|
| 5752 | </td> |
---|
| 5753 | |
---|
| 5754 | |
---|
| 5755 | |
---|
| 5756 | |
---|
| 5757 | </tr> |
---|
| 5758 | |
---|
| 5759 | |
---|
| 5760 | |
---|
| 5761 | |
---|
| 5762 | |
---|
| 5763 | <tr> |
---|
| 5764 | |
---|
| 5765 | |
---|
| 5766 | |
---|
| 5767 | |
---|
| 5768 | <td style="vertical-align: top;"> |
---|
| 5769 | |
---|
| 5770 | |
---|
| 5771 | |
---|
| 5772 | |
---|
| 5773 | <p><a name="npex"></a><b>npex</b></p> |
---|
| 5774 | |
---|
| 5775 | |
---|
| 5776 | |
---|
| 5777 | |
---|
| 5778 | </td> |
---|
| 5779 | |
---|
| 5780 | |
---|
| 5781 | |
---|
| 5782 | |
---|
| 5783 | |
---|
| 5784 | <td style="vertical-align: top;">I</td> |
---|
| 5785 | |
---|
| 5786 | |
---|
| 5787 | |
---|
| 5788 | |
---|
| 5789 | <td style="vertical-align: top;"><br> |
---|
| 5790 | |
---|
| 5791 | |
---|
| 5792 | |
---|
| 5793 | |
---|
| 5794 | </td> |
---|
| 5795 | |
---|
| 5796 | |
---|
| 5797 | |
---|
| 5798 | |
---|
| 5799 | <td style="vertical-align: top;"> |
---|
| 5800 | |
---|
| 5801 | |
---|
| 5802 | |
---|
| 5803 | |
---|
| 5804 | <p>Number of processors |
---|
| 5805 | along x-direction of the virtual |
---|
| 5806 | processor |
---|
| 5807 | net. </p> |
---|
| 5808 | |
---|
| 5809 | |
---|
| 5810 | |
---|
| 5811 | |
---|
| 5812 | |
---|
| 5813 | |
---|
| 5814 | |
---|
| 5815 | |
---|
| 5816 | |
---|
| 5817 | <p>For parallel runs, the total |
---|
| 5818 | number of processors to be used |
---|
| 5819 | is given by |
---|
| 5820 | the <span style="font-weight: bold;">mrun</span> |
---|
| 5821 | option <a href="http://www.muk.uni-hannover.de/software/mrun_beschreibung.html#Opt-X">-X</a>. |
---|
| 5822 | By default, depending on the type of the parallel computer, PALM |
---|
| 5823 | generates a 1d processor |
---|
| 5824 | net (domain decomposition along x, <span style="font-weight: bold;">npey</span> |
---|
| 5825 | = <span style="font-style: italic;">1</span>) or a |
---|
| 5826 | 2d-net (this is |
---|
| 5827 | favored on machines with fast communication network). In case of a |
---|
| 5828 | 2d-net, it is tried to make it more or less square-shaped. If, for |
---|
| 5829 | example, 16 processors are assigned (-X 16), a 4 * 4 processor net is |
---|
| 5830 | generated (<span style="font-weight: bold;">npex</span> |
---|
| 5831 | = <span style="font-style: italic;">4</span>, <span style="font-weight: bold;">npey</span> |
---|
| 5832 | = <span style="font-style: italic;">4</span>). |
---|
| 5833 | This choice is optimal for square total domains (<a href="#nx">nx</a> |
---|
| 5834 | = <a href="#ny">ny</a>), |
---|
| 5835 | since then the number of ghost points at the lateral boundarys of |
---|
| 5836 | the subdomains is minimal. If <span style="font-weight: bold;">nx</span> |
---|
| 5837 | nd <span style="font-weight: bold;">ny</span> |
---|
| 5838 | differ extremely, the |
---|
| 5839 | processor net should be manually adjusted using adequate values for <span style="font-weight: bold;">npex</span> and <span style="font-weight: bold;">npey</span>. </p> |
---|
| 5840 | |
---|
| 5841 | |
---|
| 5842 | |
---|
| 5843 | |
---|
| 5844 | |
---|
| 5845 | |
---|
| 5846 | |
---|
| 5847 | |
---|
| 5848 | |
---|
| 5849 | <p><b>Important:</b> The value of <span style="font-weight: bold;">npex</span> * <span style="font-weight: bold;">npey</span> must exactly |
---|
| 5850 | correspond to the |
---|
| 5851 | value assigned by the <span style="font-weight: bold;">mrun</span>-option |
---|
| 5852 | <tt>-X</tt>. |
---|
| 5853 | Otherwise the model run will abort with a corresponding error |
---|
| 5854 | message. <br> |
---|
| 5855 | |
---|
| 5856 | |
---|
| 5857 | |
---|
| 5858 | |
---|
| 5859 | |
---|
| 5860 | Additionally, the specification of <span style="font-weight: bold;">npex</span> |
---|
| 5861 | and <span style="font-weight: bold;">npey</span> |
---|
| 5862 | may of course |
---|
| 5863 | override the default setting for the domain decomposition (1d or 2d) |
---|
| 5864 | which may have a significant (negative) effect on the code performance. |
---|
| 5865 | </p> |
---|
| 5866 | |
---|
| 5867 | |
---|
| 5868 | |
---|
| 5869 | |
---|
| 5870 | </td> |
---|
| 5871 | |
---|
| 5872 | |
---|
| 5873 | |
---|
| 5874 | |
---|
| 5875 | </tr> |
---|
| 5876 | |
---|
| 5877 | |
---|
| 5878 | |
---|
| 5879 | |
---|
| 5880 | <tr> |
---|
| 5881 | |
---|
| 5882 | |
---|
| 5883 | |
---|
| 5884 | |
---|
| 5885 | <td style="vertical-align: top;"> |
---|
| 5886 | |
---|
| 5887 | |
---|
| 5888 | |
---|
| 5889 | |
---|
| 5890 | <p><a name="npey"></a><b>npey</b></p> |
---|
| 5891 | |
---|
| 5892 | |
---|
| 5893 | |
---|
| 5894 | |
---|
| 5895 | |
---|
| 5896 | </td> |
---|
| 5897 | |
---|
| 5898 | |
---|
| 5899 | |
---|
| 5900 | |
---|
| 5901 | <td style="vertical-align: top;">I</td> |
---|
| 5902 | |
---|
| 5903 | |
---|
| 5904 | |
---|
| 5905 | |
---|
| 5906 | |
---|
| 5907 | <td style="vertical-align: top;"><br> |
---|
| 5908 | |
---|
| 5909 | |
---|
| 5910 | |
---|
| 5911 | |
---|
| 5912 | </td> |
---|
| 5913 | |
---|
| 5914 | |
---|
| 5915 | |
---|
| 5916 | |
---|
| 5917 | <td style="vertical-align: top;"> |
---|
| 5918 | |
---|
| 5919 | |
---|
| 5920 | |
---|
| 5921 | |
---|
| 5922 | <p>Number of processors |
---|
| 5923 | along y-direction of the virtual |
---|
| 5924 | processor |
---|
| 5925 | net. </p> |
---|
| 5926 | |
---|
| 5927 | |
---|
| 5928 | |
---|
| 5929 | |
---|
| 5930 | |
---|
| 5931 | |
---|
| 5932 | |
---|
| 5933 | |
---|
| 5934 | |
---|
| 5935 | <p>For further information see <a href="#npex">npex</a>.</p> |
---|
| 5936 | |
---|
| 5937 | |
---|
| 5938 | |
---|
| 5939 | |
---|
| 5940 | </td> |
---|
| 5941 | |
---|
| 5942 | |
---|
| 5943 | |
---|
| 5944 | |
---|
| 5945 | </tr> |
---|
| 5946 | |
---|
| 5947 | |
---|
| 5948 | |
---|
| 5949 | |
---|
| 5950 | |
---|
| 5951 | <tr> |
---|
| 5952 | |
---|
| 5953 | |
---|
| 5954 | |
---|
| 5955 | |
---|
| 5956 | <td style="vertical-align: top;"> |
---|
| 5957 | |
---|
| 5958 | |
---|
| 5959 | |
---|
| 5960 | |
---|
| 5961 | <p><a name="nsor_ini"></a><b>nsor_ini</b></p> |
---|
| 5962 | |
---|
| 5963 | |
---|
| 5964 | |
---|
| 5965 | |
---|
| 5966 | |
---|
| 5967 | </td> |
---|
| 5968 | |
---|
| 5969 | |
---|
| 5970 | |
---|
| 5971 | |
---|
| 5972 | <td style="vertical-align: top;">I</td> |
---|
| 5973 | |
---|
| 5974 | |
---|
| 5975 | |
---|
| 5976 | |
---|
| 5977 | |
---|
| 5978 | <td style="vertical-align: top;"><i>100</i></td> |
---|
| 5979 | |
---|
| 5980 | |
---|
| 5981 | |
---|
| 5982 | |
---|
| 5983 | |
---|
| 5984 | <td style="vertical-align: top;"> |
---|
| 5985 | |
---|
| 5986 | |
---|
| 5987 | |
---|
| 5988 | |
---|
| 5989 | <p>Initial number |
---|
| 5990 | of iterations with the SOR algorithm. </p> |
---|
| 5991 | |
---|
| 5992 | |
---|
| 5993 | |
---|
| 5994 | |
---|
| 5995 | |
---|
| 5996 | |
---|
| 5997 | |
---|
| 5998 | |
---|
| 5999 | |
---|
| 6000 | <p>This |
---|
| 6001 | parameter is only effective if the SOR algorithm was |
---|
| 6002 | selected as the pressure solver scheme (<a href="chapter_4.2.html#psolver">psolver</a> |
---|
| 6003 | = <span style="font-style: italic;">'sor'</span>) |
---|
| 6004 | and specifies the |
---|
| 6005 | number of initial iterations of the SOR |
---|
| 6006 | scheme (at t = 0). The number of subsequent iterations at the following |
---|
| 6007 | timesteps is determined |
---|
| 6008 | with the parameter <a href="#nsor">nsor</a>. |
---|
| 6009 | Usually <b>nsor</b> < <b>nsor_ini</b>, |
---|
| 6010 | since in each case |
---|
| 6011 | subsequent calls to <a href="chapter_4.2.html#psolver">psolver</a> |
---|
| 6012 | use the solution of the previous call as initial value. Suitable |
---|
| 6013 | test runs should determine whether sufficient convergence of the |
---|
| 6014 | solution is obtained with the default value and if necessary the value |
---|
| 6015 | of <b>nsor_ini</b> should be changed.</p> |
---|
| 6016 | |
---|
| 6017 | |
---|
| 6018 | |
---|
| 6019 | |
---|
| 6020 | </td> |
---|
| 6021 | |
---|
| 6022 | |
---|
| 6023 | |
---|
| 6024 | |
---|
| 6025 | |
---|
| 6026 | </tr> |
---|
| 6027 | |
---|
| 6028 | |
---|
| 6029 | |
---|
| 6030 | |
---|
| 6031 | <tr> |
---|
| 6032 | |
---|
| 6033 | |
---|
| 6034 | |
---|
| 6035 | |
---|
| 6036 | <td style="vertical-align: top;"> |
---|
| 6037 | |
---|
| 6038 | |
---|
| 6039 | |
---|
| 6040 | |
---|
| 6041 | <p><a name="nx"></a><b>nx</b></p> |
---|
| 6042 | |
---|
| 6043 | |
---|
| 6044 | |
---|
| 6045 | |
---|
| 6046 | |
---|
| 6047 | </td> |
---|
| 6048 | |
---|
| 6049 | |
---|
| 6050 | |
---|
| 6051 | |
---|
| 6052 | <td style="vertical-align: top;">I</td> |
---|
| 6053 | |
---|
| 6054 | |
---|
| 6055 | |
---|
| 6056 | |
---|
| 6057 | |
---|
| 6058 | <td style="vertical-align: top;"><br> |
---|
| 6059 | |
---|
| 6060 | |
---|
| 6061 | |
---|
| 6062 | |
---|
| 6063 | </td> |
---|
| 6064 | |
---|
| 6065 | |
---|
| 6066 | |
---|
| 6067 | |
---|
| 6068 | <td style="vertical-align: top;"> |
---|
| 6069 | |
---|
| 6070 | |
---|
| 6071 | |
---|
| 6072 | |
---|
| 6073 | <p>Number of grid |
---|
| 6074 | points in x-direction. </p> |
---|
| 6075 | |
---|
| 6076 | |
---|
| 6077 | |
---|
| 6078 | |
---|
| 6079 | |
---|
| 6080 | |
---|
| 6081 | |
---|
| 6082 | |
---|
| 6083 | |
---|
| 6084 | <p>A value for this |
---|
| 6085 | parameter must be assigned. Since the lower |
---|
| 6086 | array bound in PALM |
---|
| 6087 | starts with i = 0, the actual number of grid points is equal to <b>nx+1</b>. |
---|
| 6088 | In case of cyclic boundary conditions along x, the domain size is (<b>nx+1</b>)* |
---|
| 6089 | <a href="#dx">dx</a>.</p> |
---|
| 6090 | |
---|
| 6091 | |
---|
| 6092 | |
---|
| 6093 | |
---|
| 6094 | |
---|
| 6095 | |
---|
| 6096 | |
---|
| 6097 | |
---|
| 6098 | |
---|
| 6099 | <p>For |
---|
| 6100 | parallel runs, in case of <a href="#grid_matching">grid_matching</a> |
---|
| 6101 | = <span style="font-style: italic;">'strict'</span>, |
---|
| 6102 | <b>nx+1</b> must |
---|
| 6103 | be an integral multiple |
---|
| 6104 | of the processor numbers (see <a href="#npex">npex</a> |
---|
| 6105 | and <a href="#npey">npey</a>) |
---|
| 6106 | along x- as well as along y-direction (due to data |
---|
| 6107 | transposition restrictions).</p> |
---|
| 6108 | |
---|
| 6109 | |
---|
| 6110 | |
---|
| 6111 | |
---|
| 6112 | |
---|
| 6113 | |
---|
| 6114 | |
---|
| 6115 | |
---|
| 6116 | <p>For <a href="chapter_3.8.html">coupled runs</a> this parameter must be equal in both parameter files <a href="chapter_3.4.html#PARIN"><font style="font-size: 10pt;" size="2"><span style="font-family: mon;"></span>PARIN</font></a> |
---|
| 6117 | and <a href="chapter_3.4.html#PARIN"><font style="font-size: 10pt;" size="2">PARIN_O</font></a>.</p> |
---|
| 6118 | |
---|
| 6119 | |
---|
| 6120 | |
---|
| 6121 | |
---|
| 6122 | </td> |
---|
| 6123 | |
---|
| 6124 | |
---|
| 6125 | |
---|
| 6126 | |
---|
| 6127 | </tr> |
---|
| 6128 | |
---|
| 6129 | |
---|
| 6130 | |
---|
| 6131 | |
---|
| 6132 | <tr> |
---|
| 6133 | |
---|
| 6134 | |
---|
| 6135 | |
---|
| 6136 | |
---|
| 6137 | |
---|
| 6138 | <td style="vertical-align: top;"> |
---|
| 6139 | |
---|
| 6140 | |
---|
| 6141 | |
---|
| 6142 | |
---|
| 6143 | <p><a name="ny"></a><b>ny</b></p> |
---|
| 6144 | |
---|
| 6145 | |
---|
| 6146 | |
---|
| 6147 | |
---|
| 6148 | |
---|
| 6149 | </td> |
---|
| 6150 | |
---|
| 6151 | |
---|
| 6152 | |
---|
| 6153 | |
---|
| 6154 | <td style="vertical-align: top;">I</td> |
---|
| 6155 | |
---|
| 6156 | |
---|
| 6157 | |
---|
| 6158 | |
---|
| 6159 | |
---|
| 6160 | <td style="vertical-align: top;"><br> |
---|
| 6161 | |
---|
| 6162 | |
---|
| 6163 | |
---|
| 6164 | |
---|
| 6165 | </td> |
---|
| 6166 | |
---|
| 6167 | |
---|
| 6168 | |
---|
| 6169 | |
---|
| 6170 | <td style="vertical-align: top;"> |
---|
| 6171 | |
---|
| 6172 | |
---|
| 6173 | |
---|
| 6174 | |
---|
| 6175 | <p>Number of grid |
---|
| 6176 | points in y-direction. </p> |
---|
| 6177 | |
---|
| 6178 | |
---|
| 6179 | |
---|
| 6180 | |
---|
| 6181 | |
---|
| 6182 | |
---|
| 6183 | |
---|
| 6184 | |
---|
| 6185 | |
---|
| 6186 | <p>A value for this |
---|
| 6187 | parameter must be assigned. Since the lower |
---|
| 6188 | array bound in PALM starts with j = 0, the actual number of grid points |
---|
| 6189 | is equal to <b>ny+1</b>. In case of cyclic boundary |
---|
| 6190 | conditions along |
---|
| 6191 | y, the domain size is (<b>ny+1</b>) * <a href="#dy">dy</a>.</p> |
---|
| 6192 | |
---|
| 6193 | |
---|
| 6194 | |
---|
| 6195 | |
---|
| 6196 | |
---|
| 6197 | |
---|
| 6198 | |
---|
| 6199 | |
---|
| 6200 | |
---|
| 6201 | <p>For parallel runs, in case of <a href="#grid_matching">grid_matching</a> |
---|
| 6202 | = <span style="font-style: italic;">'strict'</span>, |
---|
| 6203 | <b>ny+1</b> must |
---|
| 6204 | be an integral multiple |
---|
| 6205 | of the processor numbers (see <a href="#npex">npex</a> |
---|
| 6206 | and <a href="#npey">npey</a>) |
---|
| 6207 | along y- as well as along x-direction (due to data |
---|
| 6208 | transposition restrictions).</p> |
---|
| 6209 | |
---|
| 6210 | |
---|
| 6211 | |
---|
| 6212 | |
---|
| 6213 | |
---|
| 6214 | |
---|
| 6215 | |
---|
| 6216 | |
---|
| 6217 | <p>For <a href="chapter_3.8.html">coupled runs</a> this parameter must be equal in both parameter files <a href="chapter_3.4.html#PARIN"><font style="font-size: 10pt;" size="2"><span style="font-family: mon;"></span>PARIN</font></a> |
---|
| 6218 | and <a href="chapter_3.4.html#PARIN"><font style="font-size: 10pt;" size="2">PARIN_O</font></a>.</p> |
---|
| 6219 | |
---|
| 6220 | |
---|
| 6221 | |
---|
| 6222 | |
---|
| 6223 | </td> |
---|
| 6224 | |
---|
| 6225 | |
---|
| 6226 | |
---|
| 6227 | |
---|
| 6228 | </tr> |
---|
| 6229 | |
---|
| 6230 | |
---|
| 6231 | |
---|
| 6232 | |
---|
| 6233 | <tr> |
---|
| 6234 | |
---|
| 6235 | |
---|
| 6236 | |
---|
| 6237 | |
---|
| 6238 | |
---|
| 6239 | <td style="vertical-align: top;"> |
---|
| 6240 | |
---|
| 6241 | |
---|
| 6242 | |
---|
| 6243 | |
---|
| 6244 | <p><a name="nz"></a><b>nz</b></p> |
---|
| 6245 | |
---|
| 6246 | |
---|
| 6247 | |
---|
| 6248 | |
---|
| 6249 | |
---|
| 6250 | </td> |
---|
| 6251 | |
---|
| 6252 | |
---|
| 6253 | |
---|
| 6254 | |
---|
| 6255 | <td style="vertical-align: top;">I</td> |
---|
| 6256 | |
---|
| 6257 | |
---|
| 6258 | |
---|
| 6259 | |
---|
| 6260 | |
---|
| 6261 | <td style="vertical-align: top;"><br> |
---|
| 6262 | |
---|
| 6263 | |
---|
| 6264 | |
---|
| 6265 | |
---|
| 6266 | </td> |
---|
| 6267 | |
---|
| 6268 | |
---|
| 6269 | |
---|
| 6270 | |
---|
| 6271 | <td style="vertical-align: top;"> |
---|
| 6272 | |
---|
| 6273 | |
---|
| 6274 | |
---|
| 6275 | |
---|
| 6276 | <p>Number of grid |
---|
| 6277 | points in z-direction. </p> |
---|
| 6278 | |
---|
| 6279 | |
---|
| 6280 | |
---|
| 6281 | |
---|
| 6282 | |
---|
| 6283 | |
---|
| 6284 | |
---|
| 6285 | |
---|
| 6286 | |
---|
| 6287 | <p>A value for this |
---|
| 6288 | parameter must be assigned. Since the lower |
---|
| 6289 | array bound in PALM |
---|
| 6290 | starts with k = 0 and since one additional grid point is added at the |
---|
| 6291 | top boundary (k = <b>nz+1</b>), the actual number of grid |
---|
| 6292 | points is <b>nz+2</b>. |
---|
| 6293 | However, the prognostic equations are only solved up to <b>nz</b> |
---|
| 6294 | (u, |
---|
| 6295 | v) |
---|
| 6296 | or up to <b>nz-1</b> (w, scalar quantities). The top |
---|
| 6297 | boundary for u |
---|
| 6298 | and v is at k = <b>nz+1</b> (u, v) while at k = <b>nz</b> |
---|
| 6299 | for all |
---|
| 6300 | other quantities. </p> |
---|
| 6301 | |
---|
| 6302 | |
---|
| 6303 | |
---|
| 6304 | |
---|
| 6305 | |
---|
| 6306 | |
---|
| 6307 | |
---|
| 6308 | |
---|
| 6309 | |
---|
| 6310 | <p>For parallel |
---|
| 6311 | runs, in case of <a href="#grid_matching">grid_matching</a> |
---|
| 6312 | = <span style="font-style: italic;">'strict'</span>, |
---|
| 6313 | <b>nz</b> must |
---|
| 6314 | be an integral multiple of |
---|
| 6315 | the number of processors in x-direction (due to data transposition |
---|
| 6316 | restrictions).</p> |
---|
| 6317 | |
---|
| 6318 | |
---|
| 6319 | |
---|
| 6320 | |
---|
| 6321 | </td> |
---|
| 6322 | |
---|
| 6323 | |
---|
| 6324 | |
---|
| 6325 | |
---|
| 6326 | </tr> |
---|
| 6327 | |
---|
| 6328 | |
---|
| 6329 | |
---|
| 6330 | |
---|
| 6331 | <tr> |
---|
| 6332 | |
---|
| 6333 | |
---|
| 6334 | |
---|
| 6335 | |
---|
| 6336 | <td style="vertical-align: top;"><a name="ocean"></a><span style="font-weight: bold;">ocean</span></td> |
---|
| 6337 | |
---|
| 6338 | |
---|
| 6339 | |
---|
| 6340 | |
---|
| 6341 | <td style="vertical-align: top;">L</td> |
---|
| 6342 | |
---|
| 6343 | |
---|
| 6344 | |
---|
| 6345 | |
---|
| 6346 | <td style="vertical-align: top;"><span style="font-style: italic;">.F.</span></td> |
---|
| 6347 | |
---|
| 6348 | |
---|
| 6349 | |
---|
| 6350 | |
---|
| 6351 | <td style="vertical-align: top;">Parameter to switch on ocean runs.<br> |
---|
| 6352 | |
---|
| 6353 | |
---|
| 6354 | |
---|
| 6355 | |
---|
| 6356 | <br> |
---|
| 6357 | |
---|
| 6358 | |
---|
| 6359 | |
---|
| 6360 | |
---|
| 6361 | 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> |
---|
| 6362 | |
---|
| 6363 | |
---|
| 6364 | |
---|
| 6365 | |
---|
| 6366 | <br> |
---|
| 6367 | |
---|
| 6368 | |
---|
| 6369 | |
---|
| 6370 | |
---|
| 6371 | |
---|
| 6372 | |
---|
| 6373 | |
---|
| 6374 | |
---|
| 6375 | <ul> |
---|
| 6376 | |
---|
| 6377 | |
---|
| 6378 | |
---|
| 6379 | |
---|
| 6380 | <li>An additional prognostic equation for salinity is solved.</li> |
---|
| 6381 | |
---|
| 6382 | |
---|
| 6383 | |
---|
| 6384 | |
---|
| 6385 | <li>Potential temperature in buoyancy and stability-related terms is replaced by potential density.</li> |
---|
| 6386 | |
---|
| 6387 | |
---|
| 6388 | |
---|
| 6389 | |
---|
| 6390 | <li>Potential |
---|
| 6391 | density is calculated from the equation of state for seawater after |
---|
| 6392 | each timestep, using the algorithm proposed by Jackett et al. (2006, J. |
---|
| 6393 | Atmos. Oceanic Technol., <span style="font-weight: bold;">23</span>, 1709-1728).<br> |
---|
| 6394 | |
---|
| 6395 | |
---|
| 6396 | |
---|
| 6397 | |
---|
| 6398 | So far, only the initial hydrostatic pressure is entered into this equation.</li> |
---|
| 6399 | |
---|
| 6400 | |
---|
| 6401 | |
---|
| 6402 | |
---|
| 6403 | <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> |
---|
| 6404 | |
---|
| 6405 | |
---|
| 6406 | |
---|
| 6407 | |
---|
| 6408 | <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> |
---|
| 6409 | |
---|
| 6410 | |
---|
| 6411 | |
---|
| 6412 | |
---|
| 6413 | <li>Zero salinity flux is used as default boundary condition at the bottom of the sea.</li> |
---|
| 6414 | |
---|
| 6415 | |
---|
| 6416 | |
---|
| 6417 | |
---|
| 6418 | <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> |
---|
| 6419 | |
---|
| 6420 | |
---|
| 6421 | |
---|
| 6422 | |
---|
| 6423 | |
---|
| 6424 | |
---|
| 6425 | |
---|
| 6426 | |
---|
| 6427 | </ul> |
---|
| 6428 | |
---|
| 6429 | |
---|
| 6430 | |
---|
| 6431 | |
---|
| 6432 | <br> |
---|
| 6433 | |
---|
| 6434 | |
---|
| 6435 | |
---|
| 6436 | |
---|
| 6437 | 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> |
---|
| 6438 | |
---|
| 6439 | |
---|
| 6440 | |
---|
| 6441 | |
---|
| 6442 | <br> |
---|
| 6443 | |
---|
| 6444 | |
---|
| 6445 | |
---|
| 6446 | |
---|
| 6447 | 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> |
---|
| 6448 | |
---|
| 6449 | |
---|
| 6450 | |
---|
| 6451 | |
---|
| 6452 | <br> |
---|
| 6453 | |
---|
| 6454 | |
---|
| 6455 | |
---|
| 6456 | |
---|
| 6457 | <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>.<span style="font-weight: bold;"></span><br> |
---|
| 6458 | |
---|
| 6459 | </td> |
---|
| 6460 | |
---|
| 6461 | |
---|
| 6462 | |
---|
| 6463 | |
---|
| 6464 | </tr> |
---|
| 6465 | |
---|
| 6466 | |
---|
| 6467 | |
---|
| 6468 | |
---|
| 6469 | <tr> |
---|
| 6470 | |
---|
| 6471 | |
---|
| 6472 | |
---|
| 6473 | |
---|
| 6474 | <td style="vertical-align: top;"> |
---|
| 6475 | |
---|
| 6476 | |
---|
| 6477 | |
---|
| 6478 | |
---|
| 6479 | <p><a name="omega"></a><b>omega</b></p> |
---|
| 6480 | |
---|
| 6481 | |
---|
| 6482 | |
---|
| 6483 | |
---|
| 6484 | |
---|
| 6485 | </td> |
---|
| 6486 | |
---|
| 6487 | |
---|
| 6488 | |
---|
| 6489 | |
---|
| 6490 | <td style="vertical-align: top;">R</td> |
---|
| 6491 | |
---|
| 6492 | |
---|
| 6493 | |
---|
| 6494 | |
---|
| 6495 | |
---|
| 6496 | <td style="vertical-align: top;"><i>7.29212E-5</i></td> |
---|
| 6497 | |
---|
| 6498 | |
---|
| 6499 | |
---|
| 6500 | |
---|
| 6501 | |
---|
| 6502 | <td style="vertical-align: top;"> |
---|
| 6503 | |
---|
| 6504 | |
---|
| 6505 | |
---|
| 6506 | |
---|
| 6507 | <p>Angular |
---|
| 6508 | velocity of the rotating system (in rad s<sup>-1</sup>). |
---|
| 6509 | </p> |
---|
| 6510 | |
---|
| 6511 | |
---|
| 6512 | |
---|
| 6513 | |
---|
| 6514 | |
---|
| 6515 | |
---|
| 6516 | |
---|
| 6517 | |
---|
| 6518 | |
---|
| 6519 | <p>The angular velocity of the earth is set by |
---|
| 6520 | default. The |
---|
| 6521 | values |
---|
| 6522 | of the Coriolis parameters are calculated as: </p> |
---|
| 6523 | |
---|
| 6524 | |
---|
| 6525 | |
---|
| 6526 | |
---|
| 6527 | |
---|
| 6528 | |
---|
| 6529 | |
---|
| 6530 | |
---|
| 6531 | |
---|
| 6532 | <ul> |
---|
| 6533 | |
---|
| 6534 | |
---|
| 6535 | |
---|
| 6536 | |
---|
| 6537 | |
---|
| 6538 | |
---|
| 6539 | |
---|
| 6540 | |
---|
| 6541 | |
---|
| 6542 | <p>f = 2.0 * <b>omega</b> * sin(<a href="#phi">phi</a>) |
---|
| 6543 | <br> |
---|
| 6544 | |
---|
| 6545 | |
---|
| 6546 | |
---|
| 6547 | |
---|
| 6548 | f* = 2.0 * <b>omega</b> * cos(<a href="#phi">phi</a>)</p> |
---|
| 6549 | |
---|
| 6550 | |
---|
| 6551 | |
---|
| 6552 | |
---|
| 6553 | |
---|
| 6554 | |
---|
| 6555 | |
---|
| 6556 | |
---|
| 6557 | |
---|
| 6558 | </ul> |
---|
| 6559 | |
---|
| 6560 | |
---|
| 6561 | |
---|
| 6562 | |
---|
| 6563 | </td> |
---|
| 6564 | |
---|
| 6565 | |
---|
| 6566 | |
---|
| 6567 | |
---|
| 6568 | </tr> |
---|
| 6569 | |
---|
| 6570 | |
---|
| 6571 | |
---|
| 6572 | |
---|
| 6573 | <tr> |
---|
| 6574 | |
---|
| 6575 | |
---|
| 6576 | |
---|
| 6577 | |
---|
| 6578 | <td style="vertical-align: top;"> |
---|
| 6579 | |
---|
| 6580 | |
---|
| 6581 | |
---|
| 6582 | |
---|
| 6583 | <p><a name="outflow_damping_width"></a><b>outflow_damping_width</b></p> |
---|
| 6584 | |
---|
| 6585 | |
---|
| 6586 | |
---|
| 6587 | |
---|
| 6588 | |
---|
| 6589 | </td> |
---|
| 6590 | |
---|
| 6591 | |
---|
| 6592 | |
---|
| 6593 | |
---|
| 6594 | <td style="vertical-align: top;">I</td> |
---|
| 6595 | |
---|
| 6596 | |
---|
| 6597 | |
---|
| 6598 | |
---|
| 6599 | |
---|
| 6600 | <td style="vertical-align: top;"><span style="font-style: italic;">MIN(20, |
---|
| 6601 | nx/2</span> or <span style="font-style: italic;">ny/2)</span></td> |
---|
| 6602 | |
---|
| 6603 | |
---|
| 6604 | |
---|
| 6605 | |
---|
| 6606 | |
---|
| 6607 | <td style="vertical-align: top;">Width of |
---|
| 6608 | the damping range in the vicinity of the outflow (gridpoints).<br> |
---|
| 6609 | |
---|
| 6610 | |
---|
| 6611 | |
---|
| 6612 | |
---|
| 6613 | |
---|
| 6614 | <br> |
---|
| 6615 | |
---|
| 6616 | |
---|
| 6617 | |
---|
| 6618 | |
---|
| 6619 | |
---|
| 6620 | When using non-cyclic lateral boundaries (see <a href="chapter_4.1.html#bc_lr">bc_lr</a> |
---|
| 6621 | or <a href="chapter_4.1.html#bc_ns">bc_ns</a>), |
---|
| 6622 | a smoothing has to be applied to the |
---|
| 6623 | velocity field in the vicinity of the outflow in order to suppress any |
---|
| 6624 | reflections of outgoing disturbances. This parameter controlls the |
---|
| 6625 | horizontal range to which the smoothing is applied. The range is given |
---|
| 6626 | in gridpoints counted from the respective outflow boundary. For further |
---|
| 6627 | details about the smoothing see parameter <a href="chapter_4.1.html#km_damp_max">km_damp_max</a>, |
---|
| 6628 | which defines the magnitude of the damping.</td> |
---|
| 6629 | |
---|
| 6630 | |
---|
| 6631 | |
---|
| 6632 | |
---|
| 6633 | </tr> |
---|
| 6634 | |
---|
| 6635 | |
---|
| 6636 | |
---|
| 6637 | |
---|
| 6638 | |
---|
| 6639 | <tr> |
---|
| 6640 | |
---|
| 6641 | |
---|
| 6642 | |
---|
| 6643 | |
---|
| 6644 | <td style="vertical-align: top;"> |
---|
| 6645 | |
---|
| 6646 | |
---|
| 6647 | |
---|
| 6648 | |
---|
| 6649 | <p><a name="overshoot_limit_e"></a><b>overshoot_limit_e</b></p> |
---|
| 6650 | |
---|
| 6651 | |
---|
| 6652 | |
---|
| 6653 | |
---|
| 6654 | |
---|
| 6655 | </td> |
---|
| 6656 | |
---|
| 6657 | |
---|
| 6658 | |
---|
| 6659 | |
---|
| 6660 | <td style="vertical-align: top;">R</td> |
---|
| 6661 | |
---|
| 6662 | |
---|
| 6663 | |
---|
| 6664 | |
---|
| 6665 | |
---|
| 6666 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 6667 | |
---|
| 6668 | |
---|
| 6669 | |
---|
| 6670 | |
---|
| 6671 | |
---|
| 6672 | <td style="vertical-align: top;"> |
---|
| 6673 | |
---|
| 6674 | |
---|
| 6675 | |
---|
| 6676 | |
---|
| 6677 | <p>Allowed limit |
---|
| 6678 | for the overshooting of subgrid-scale TKE in |
---|
| 6679 | case that the upstream-spline scheme is switched on (in m<sup>2</sup>/s<sup>2</sup>). |
---|
| 6680 | </p> |
---|
| 6681 | |
---|
| 6682 | |
---|
| 6683 | |
---|
| 6684 | |
---|
| 6685 | |
---|
| 6686 | |
---|
| 6687 | |
---|
| 6688 | |
---|
| 6689 | |
---|
| 6690 | <p>By deafult, if cut-off of overshoots is switched |
---|
| 6691 | on for the |
---|
| 6692 | upstream-spline scheme (see <a href="#cut_spline_overshoot">cut_spline_overshoot</a>), |
---|
| 6693 | no overshoots are permitted at all. If <b>overshoot_limit_e</b> |
---|
| 6694 | is given a non-zero value, overshoots with the respective |
---|
| 6695 | amplitude (both upward and downward) are allowed. </p> |
---|
| 6696 | |
---|
| 6697 | |
---|
| 6698 | |
---|
| 6699 | |
---|
| 6700 | |
---|
| 6701 | |
---|
| 6702 | |
---|
| 6703 | |
---|
| 6704 | |
---|
| 6705 | <p>Only positive values are allowed for <b>overshoot_limit_e</b>.</p> |
---|
| 6706 | |
---|
| 6707 | |
---|
| 6708 | |
---|
| 6709 | |
---|
| 6710 | |
---|
| 6711 | </td> |
---|
| 6712 | |
---|
| 6713 | |
---|
| 6714 | |
---|
| 6715 | |
---|
| 6716 | </tr> |
---|
| 6717 | |
---|
| 6718 | |
---|
| 6719 | |
---|
| 6720 | |
---|
| 6721 | <tr> |
---|
| 6722 | |
---|
| 6723 | |
---|
| 6724 | |
---|
| 6725 | |
---|
| 6726 | <td style="vertical-align: top;"> |
---|
| 6727 | |
---|
| 6728 | |
---|
| 6729 | |
---|
| 6730 | |
---|
| 6731 | <p><a name="overshoot_limit_pt"></a><b>overshoot_limit_pt</b></p> |
---|
| 6732 | |
---|
| 6733 | |
---|
| 6734 | |
---|
| 6735 | |
---|
| 6736 | |
---|
| 6737 | </td> |
---|
| 6738 | |
---|
| 6739 | |
---|
| 6740 | |
---|
| 6741 | |
---|
| 6742 | <td style="vertical-align: top;">R</td> |
---|
| 6743 | |
---|
| 6744 | |
---|
| 6745 | |
---|
| 6746 | |
---|
| 6747 | |
---|
| 6748 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 6749 | |
---|
| 6750 | |
---|
| 6751 | |
---|
| 6752 | |
---|
| 6753 | |
---|
| 6754 | <td style="vertical-align: top;"> |
---|
| 6755 | |
---|
| 6756 | |
---|
| 6757 | |
---|
| 6758 | |
---|
| 6759 | <p>Allowed limit |
---|
| 6760 | for the overshooting of potential temperature in |
---|
| 6761 | case that the upstream-spline scheme is switched on (in K). </p> |
---|
| 6762 | |
---|
| 6763 | |
---|
| 6764 | |
---|
| 6765 | |
---|
| 6766 | |
---|
| 6767 | |
---|
| 6768 | |
---|
| 6769 | |
---|
| 6770 | |
---|
| 6771 | <p>For further information see <a href="#overshoot_limit_e">overshoot_limit_e</a>. |
---|
| 6772 | </p> |
---|
| 6773 | |
---|
| 6774 | |
---|
| 6775 | |
---|
| 6776 | |
---|
| 6777 | |
---|
| 6778 | |
---|
| 6779 | |
---|
| 6780 | |
---|
| 6781 | |
---|
| 6782 | <p>Only positive values are allowed for <b>overshoot_limit_pt</b>.</p> |
---|
| 6783 | |
---|
| 6784 | |
---|
| 6785 | |
---|
| 6786 | |
---|
| 6787 | |
---|
| 6788 | </td> |
---|
| 6789 | |
---|
| 6790 | |
---|
| 6791 | |
---|
| 6792 | |
---|
| 6793 | </tr> |
---|
| 6794 | |
---|
| 6795 | |
---|
| 6796 | |
---|
| 6797 | |
---|
| 6798 | <tr> |
---|
| 6799 | |
---|
| 6800 | |
---|
| 6801 | |
---|
| 6802 | |
---|
| 6803 | <td style="vertical-align: top;"> |
---|
| 6804 | |
---|
| 6805 | |
---|
| 6806 | |
---|
| 6807 | |
---|
| 6808 | <p><a name="overshoot_limit_u"></a><b>overshoot_limit_u</b></p> |
---|
| 6809 | |
---|
| 6810 | |
---|
| 6811 | |
---|
| 6812 | |
---|
| 6813 | |
---|
| 6814 | </td> |
---|
| 6815 | |
---|
| 6816 | |
---|
| 6817 | |
---|
| 6818 | |
---|
| 6819 | <td style="vertical-align: top;">R</td> |
---|
| 6820 | |
---|
| 6821 | |
---|
| 6822 | |
---|
| 6823 | |
---|
| 6824 | |
---|
| 6825 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 6826 | |
---|
| 6827 | |
---|
| 6828 | |
---|
| 6829 | |
---|
| 6830 | |
---|
| 6831 | <td style="vertical-align: top;">Allowed limit for the |
---|
| 6832 | overshooting of |
---|
| 6833 | the u-component of velocity in case that the upstream-spline scheme is |
---|
| 6834 | switched on (in m/s). |
---|
| 6835 | |
---|
| 6836 | |
---|
| 6837 | |
---|
| 6838 | |
---|
| 6839 | <p>For further information see <a href="#overshoot_limit_e">overshoot_limit_e</a>. |
---|
| 6840 | </p> |
---|
| 6841 | |
---|
| 6842 | |
---|
| 6843 | |
---|
| 6844 | |
---|
| 6845 | |
---|
| 6846 | |
---|
| 6847 | |
---|
| 6848 | |
---|
| 6849 | |
---|
| 6850 | <p>Only positive values are allowed for <b>overshoot_limit_u</b>.</p> |
---|
| 6851 | |
---|
| 6852 | |
---|
| 6853 | |
---|
| 6854 | |
---|
| 6855 | |
---|
| 6856 | </td> |
---|
| 6857 | |
---|
| 6858 | |
---|
| 6859 | |
---|
| 6860 | |
---|
| 6861 | </tr> |
---|
| 6862 | |
---|
| 6863 | |
---|
| 6864 | |
---|
| 6865 | |
---|
| 6866 | <tr> |
---|
| 6867 | |
---|
| 6868 | |
---|
| 6869 | |
---|
| 6870 | |
---|
| 6871 | <td style="vertical-align: top;"> |
---|
| 6872 | |
---|
| 6873 | |
---|
| 6874 | |
---|
| 6875 | |
---|
| 6876 | <p><a name="overshoot_limit_v"></a><b>overshoot_limit_v</b></p> |
---|
| 6877 | |
---|
| 6878 | |
---|
| 6879 | |
---|
| 6880 | |
---|
| 6881 | |
---|
| 6882 | </td> |
---|
| 6883 | |
---|
| 6884 | |
---|
| 6885 | |
---|
| 6886 | |
---|
| 6887 | <td style="vertical-align: top;">R</td> |
---|
| 6888 | |
---|
| 6889 | |
---|
| 6890 | |
---|
| 6891 | |
---|
| 6892 | |
---|
| 6893 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 6894 | |
---|
| 6895 | |
---|
| 6896 | |
---|
| 6897 | |
---|
| 6898 | |
---|
| 6899 | <td style="vertical-align: top;"> |
---|
| 6900 | |
---|
| 6901 | |
---|
| 6902 | |
---|
| 6903 | |
---|
| 6904 | <p>Allowed limit |
---|
| 6905 | for the overshooting of the v-component of |
---|
| 6906 | velocity in case that the upstream-spline scheme is switched on |
---|
| 6907 | (in m/s). </p> |
---|
| 6908 | |
---|
| 6909 | |
---|
| 6910 | |
---|
| 6911 | |
---|
| 6912 | |
---|
| 6913 | |
---|
| 6914 | |
---|
| 6915 | |
---|
| 6916 | |
---|
| 6917 | <p>For further information see <a href="#overshoot_limit_e">overshoot_limit_e</a>. |
---|
| 6918 | </p> |
---|
| 6919 | |
---|
| 6920 | |
---|
| 6921 | |
---|
| 6922 | |
---|
| 6923 | |
---|
| 6924 | |
---|
| 6925 | |
---|
| 6926 | |
---|
| 6927 | |
---|
| 6928 | <p>Only positive values are allowed for <b>overshoot_limit_v</b>.</p> |
---|
| 6929 | |
---|
| 6930 | |
---|
| 6931 | |
---|
| 6932 | |
---|
| 6933 | |
---|
| 6934 | </td> |
---|
| 6935 | |
---|
| 6936 | |
---|
| 6937 | |
---|
| 6938 | |
---|
| 6939 | </tr> |
---|
| 6940 | |
---|
| 6941 | |
---|
| 6942 | |
---|
| 6943 | |
---|
| 6944 | <tr> |
---|
| 6945 | |
---|
| 6946 | |
---|
| 6947 | |
---|
| 6948 | |
---|
| 6949 | <td style="vertical-align: top;"> |
---|
| 6950 | |
---|
| 6951 | |
---|
| 6952 | |
---|
| 6953 | |
---|
| 6954 | <p><a name="overshoot_limit_w"></a><b>overshoot_limit_w</b></p> |
---|
| 6955 | |
---|
| 6956 | |
---|
| 6957 | |
---|
| 6958 | |
---|
| 6959 | |
---|
| 6960 | </td> |
---|
| 6961 | |
---|
| 6962 | |
---|
| 6963 | |
---|
| 6964 | |
---|
| 6965 | <td style="vertical-align: top;">R</td> |
---|
| 6966 | |
---|
| 6967 | |
---|
| 6968 | |
---|
| 6969 | |
---|
| 6970 | |
---|
| 6971 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 6972 | |
---|
| 6973 | |
---|
| 6974 | |
---|
| 6975 | |
---|
| 6976 | |
---|
| 6977 | <td style="vertical-align: top;"> |
---|
| 6978 | |
---|
| 6979 | |
---|
| 6980 | |
---|
| 6981 | |
---|
| 6982 | <p>Allowed limit |
---|
| 6983 | for the overshooting of the w-component of |
---|
| 6984 | velocity in case that the upstream-spline scheme is switched on |
---|
| 6985 | (in m/s). </p> |
---|
| 6986 | |
---|
| 6987 | |
---|
| 6988 | |
---|
| 6989 | |
---|
| 6990 | |
---|
| 6991 | |
---|
| 6992 | |
---|
| 6993 | |
---|
| 6994 | |
---|
| 6995 | <p>For further information see <a href="#overshoot_limit_e">overshoot_limit_e</a>. |
---|
| 6996 | </p> |
---|
| 6997 | |
---|
| 6998 | |
---|
| 6999 | |
---|
| 7000 | |
---|
| 7001 | |
---|
| 7002 | |
---|
| 7003 | |
---|
| 7004 | |
---|
| 7005 | |
---|
| 7006 | <p>Only positive values are permitted for <b>overshoot_limit_w</b>.</p> |
---|
| 7007 | |
---|
| 7008 | |
---|
| 7009 | |
---|
| 7010 | |
---|
| 7011 | |
---|
| 7012 | </td> |
---|
| 7013 | |
---|
| 7014 | |
---|
| 7015 | |
---|
| 7016 | |
---|
| 7017 | </tr> |
---|
| 7018 | |
---|
| 7019 | |
---|
| 7020 | |
---|
| 7021 | |
---|
| 7022 | <tr> |
---|
| 7023 | |
---|
| 7024 | |
---|
| 7025 | |
---|
| 7026 | |
---|
| 7027 | <td style="vertical-align: top;"> |
---|
| 7028 | |
---|
| 7029 | |
---|
| 7030 | |
---|
| 7031 | |
---|
| 7032 | <p><a name="passive_scalar"></a><b>passive_scalar</b></p> |
---|
| 7033 | |
---|
| 7034 | |
---|
| 7035 | |
---|
| 7036 | |
---|
| 7037 | |
---|
| 7038 | </td> |
---|
| 7039 | |
---|
| 7040 | |
---|
| 7041 | |
---|
| 7042 | |
---|
| 7043 | <td style="vertical-align: top;">L</td> |
---|
| 7044 | |
---|
| 7045 | |
---|
| 7046 | |
---|
| 7047 | |
---|
| 7048 | |
---|
| 7049 | <td style="vertical-align: top;"><i>.F.</i></td> |
---|
| 7050 | |
---|
| 7051 | |
---|
| 7052 | |
---|
| 7053 | |
---|
| 7054 | |
---|
| 7055 | <td style="vertical-align: top;"> |
---|
| 7056 | |
---|
| 7057 | |
---|
| 7058 | |
---|
| 7059 | |
---|
| 7060 | <p>Parameter to |
---|
| 7061 | switch on the prognostic equation for a passive |
---|
| 7062 | scalar. <br> |
---|
| 7063 | |
---|
| 7064 | |
---|
| 7065 | |
---|
| 7066 | |
---|
| 7067 | </p> |
---|
| 7068 | |
---|
| 7069 | |
---|
| 7070 | |
---|
| 7071 | |
---|
| 7072 | |
---|
| 7073 | |
---|
| 7074 | |
---|
| 7075 | |
---|
| 7076 | |
---|
| 7077 | <p>The initial vertical profile |
---|
| 7078 | of s can be set via parameters <a href="#s_surface">s_surface</a>, |
---|
| 7079 | <a href="#s_vertical_gradient">s_vertical_gradient</a> |
---|
| 7080 | and <a href="#s_vertical_gradient_level">s_vertical_gradient_level</a>. |
---|
| 7081 | Boundary conditions can be set via <a href="#s_surface_initial_change">s_surface_initial_change</a> |
---|
| 7082 | and <a href="#surface_scalarflux">surface_scalarflux</a>. |
---|
| 7083 | </p> |
---|
| 7084 | |
---|
| 7085 | |
---|
| 7086 | |
---|
| 7087 | |
---|
| 7088 | |
---|
| 7089 | |
---|
| 7090 | |
---|
| 7091 | |
---|
| 7092 | |
---|
| 7093 | <p><b>Note:</b> <br> |
---|
| 7094 | |
---|
| 7095 | |
---|
| 7096 | |
---|
| 7097 | |
---|
| 7098 | |
---|
| 7099 | With <span style="font-weight: bold;">passive_scalar</span> |
---|
| 7100 | switched |
---|
| 7101 | on, the simultaneous use of humidity (see <a href="#humidity">humidity</a>) |
---|
| 7102 | is impossible.</p> |
---|
| 7103 | |
---|
| 7104 | |
---|
| 7105 | |
---|
| 7106 | |
---|
| 7107 | </td> |
---|
| 7108 | |
---|
| 7109 | |
---|
| 7110 | |
---|
| 7111 | |
---|
| 7112 | </tr> |
---|
| 7113 | |
---|
| 7114 | |
---|
| 7115 | |
---|
| 7116 | |
---|
[138] | 7117 | <tr><td><a name="pch_index"></a><span style="font-weight: bold;">pch_index</span></td><td>I</td><td><span style="font-style: italic;">0</span></td><td>Grid point index (scalar) of the upper boundary of the plant canopy layer.<br><br>Above <span style="font-weight: bold;">pch_index</span> the arrays of leaf area density and drag_coeffient are automatically set to zero in case of <a href="#plant_canopy">plant_canopy</a> = .T.. Up to <span style="font-weight: bold;">pch_index</span> a leaf area density profile can be prescribed by using the parameters <a href="#lad_surface">lad_surface</a>, <a href="#lad_vertical_gradient">lad_vertical_gradient</a> and <a href="#lad_vertical_gradient_level">lad_vertical_gradient_level</a>.</td></tr><tr> |
---|
[116] | 7118 | |
---|
| 7119 | |
---|
| 7120 | |
---|
| 7121 | |
---|
| 7122 | <td style="vertical-align: top;"> |
---|
| 7123 | |
---|
| 7124 | |
---|
| 7125 | |
---|
| 7126 | |
---|
| 7127 | <p><a name="phi"></a><b>phi</b></p> |
---|
| 7128 | |
---|
| 7129 | |
---|
| 7130 | |
---|
| 7131 | |
---|
| 7132 | |
---|
| 7133 | </td> |
---|
| 7134 | |
---|
| 7135 | |
---|
| 7136 | |
---|
| 7137 | |
---|
| 7138 | <td style="vertical-align: top;">R</td> |
---|
| 7139 | |
---|
| 7140 | |
---|
| 7141 | |
---|
| 7142 | |
---|
| 7143 | |
---|
| 7144 | <td style="vertical-align: top;"><i>55.0</i></td> |
---|
| 7145 | |
---|
| 7146 | |
---|
| 7147 | |
---|
| 7148 | |
---|
| 7149 | |
---|
| 7150 | <td style="vertical-align: top;"> |
---|
| 7151 | |
---|
| 7152 | |
---|
| 7153 | |
---|
| 7154 | |
---|
| 7155 | <p>Geographical |
---|
| 7156 | latitude (in degrees). </p> |
---|
| 7157 | |
---|
| 7158 | |
---|
| 7159 | |
---|
| 7160 | |
---|
| 7161 | |
---|
| 7162 | |
---|
| 7163 | |
---|
| 7164 | |
---|
| 7165 | |
---|
| 7166 | <p>The value of |
---|
| 7167 | this parameter determines the value of the |
---|
| 7168 | Coriolis parameters f and f*, provided that the angular velocity (see <a href="#omega">omega</a>) |
---|
| 7169 | is non-zero.</p> |
---|
| 7170 | |
---|
| 7171 | |
---|
| 7172 | |
---|
| 7173 | |
---|
| 7174 | </td> |
---|
| 7175 | |
---|
| 7176 | |
---|
| 7177 | |
---|
| 7178 | |
---|
| 7179 | </tr> |
---|
| 7180 | |
---|
| 7181 | |
---|
| 7182 | |
---|
| 7183 | |
---|
[138] | 7184 | <tr><td><a name="plant_canopy"></a><span style="font-weight: bold;">plant_canopy</span></td><td>L</td><td><span style="font-style: italic;">.F.</span></td><td>Switch for the plant_canopy_model.<br><br>If <span style="font-weight: bold;">plant_canopy</span> is set <span style="font-style: italic;">.T.</span>, the plant canopy model of Watanabe (2004, BLM 112, 307-341) is used. <br>The |
---|
| 7185 | impact of a plant canopy on a turbulent flow is considered by an |
---|
| 7186 | additional drag term in the momentum equations and an additional sink |
---|
| 7187 | term in the prognostic equation for the subgrid-scale TKE. These |
---|
| 7188 | additional terms are dependent on the leaf drag coefficient (see <a href="#drag_coefficient">drag_coefficient</a>) and the leaf area density (see <a href="#lad_surface">lad_surface</a>, <a href="#lad_vertical_gradient">lad_vertical_gradient</a>, <a href="#lad_vertical_gradient_level">lad_vertical_gradient_level</a>). <br>By default, a horizontally homogeneous plant canopy is prescribed, if <span style="font-weight: bold;">plant_canopy</span> is set <span style="font-style: italic;">.T.</span>. However, the user can define other types of plant canopies (see <a href="#canopy_mode">canopy_mode</a>).<br><br><span style="font-weight: bold;">plant_canopy</span> = <span style="font-style: italic;">.T. </span>is only allowed together with a non-zero <a href="#drag_coefficient">drag_coefficient</a>.</td></tr><tr> |
---|
[116] | 7189 | |
---|
| 7190 | |
---|
| 7191 | |
---|
| 7192 | |
---|
| 7193 | <td style="vertical-align: top;"> |
---|
| 7194 | |
---|
| 7195 | |
---|
| 7196 | |
---|
| 7197 | |
---|
| 7198 | <p><a name="prandtl_layer"></a><b>prandtl_layer</b></p> |
---|
| 7199 | |
---|
| 7200 | |
---|
| 7201 | |
---|
| 7202 | |
---|
| 7203 | |
---|
| 7204 | </td> |
---|
| 7205 | |
---|
| 7206 | |
---|
| 7207 | |
---|
| 7208 | |
---|
| 7209 | <td style="vertical-align: top;">L</td> |
---|
| 7210 | |
---|
| 7211 | |
---|
| 7212 | |
---|
| 7213 | |
---|
| 7214 | |
---|
| 7215 | <td style="vertical-align: top;"><i>.T.</i></td> |
---|
| 7216 | |
---|
| 7217 | |
---|
| 7218 | |
---|
| 7219 | |
---|
| 7220 | |
---|
| 7221 | <td style="vertical-align: top;"> |
---|
| 7222 | |
---|
| 7223 | |
---|
| 7224 | |
---|
| 7225 | |
---|
| 7226 | <p>Parameter to |
---|
| 7227 | switch on a Prandtl layer. </p> |
---|
| 7228 | |
---|
| 7229 | |
---|
| 7230 | |
---|
| 7231 | |
---|
| 7232 | |
---|
| 7233 | |
---|
| 7234 | |
---|
| 7235 | |
---|
| 7236 | |
---|
| 7237 | <p>By default, |
---|
| 7238 | a Prandtl layer is switched on at the bottom |
---|
| 7239 | boundary between z = 0 and z = 0.5 * <a href="#dz">dz</a> |
---|
| 7240 | (the first computational grid point above ground for u, v and the |
---|
| 7241 | scalar quantities). |
---|
| 7242 | In this case, at the bottom boundary, free-slip conditions for u and v |
---|
| 7243 | (see <a href="#bc_uv_b">bc_uv_b</a>) |
---|
| 7244 | are not allowed. Likewise, laminar |
---|
| 7245 | simulations with constant eddy diffusivities (<a href="#km_constant">km_constant</a>) |
---|
| 7246 | are forbidden. </p> |
---|
| 7247 | |
---|
| 7248 | |
---|
| 7249 | |
---|
| 7250 | |
---|
| 7251 | |
---|
| 7252 | |
---|
| 7253 | |
---|
| 7254 | |
---|
| 7255 | |
---|
| 7256 | <p>With Prandtl-layer |
---|
| 7257 | switched off, the TKE boundary condition <a href="#bc_e_b">bc_e_b</a> |
---|
| 7258 | = '<i>(u*)**2+neumann'</i> must not be used and is |
---|
| 7259 | automatically |
---|
| 7260 | changed to <i>'neumann'</i> if necessary. Also, |
---|
| 7261 | the pressure |
---|
| 7262 | boundary condition <a href="#bc_p_b">bc_p_b</a> |
---|
| 7263 | = <i>'neumann+inhomo'</i> is not allowed. </p> |
---|
| 7264 | |
---|
| 7265 | |
---|
| 7266 | |
---|
| 7267 | |
---|
| 7268 | |
---|
| 7269 | |
---|
| 7270 | |
---|
| 7271 | |
---|
| 7272 | |
---|
| 7273 | <p>The roughness length is declared via the parameter <a href="#roughness_length">roughness_length</a>.</p> |
---|
| 7274 | |
---|
| 7275 | |
---|
| 7276 | |
---|
| 7277 | |
---|
| 7278 | |
---|
| 7279 | </td> |
---|
| 7280 | |
---|
| 7281 | |
---|
| 7282 | |
---|
| 7283 | |
---|
| 7284 | </tr> |
---|
| 7285 | |
---|
| 7286 | |
---|
| 7287 | |
---|
| 7288 | |
---|
| 7289 | <tr> |
---|
| 7290 | |
---|
| 7291 | |
---|
| 7292 | |
---|
| 7293 | |
---|
| 7294 | <td style="vertical-align: top;"> |
---|
| 7295 | |
---|
| 7296 | |
---|
| 7297 | |
---|
| 7298 | |
---|
| 7299 | <p><a name="precipitation"></a><b>precipitation</b></p> |
---|
| 7300 | |
---|
| 7301 | |
---|
| 7302 | |
---|
| 7303 | |
---|
| 7304 | |
---|
| 7305 | </td> |
---|
| 7306 | |
---|
| 7307 | |
---|
| 7308 | |
---|
| 7309 | |
---|
| 7310 | <td style="vertical-align: top;">L</td> |
---|
| 7311 | |
---|
| 7312 | |
---|
| 7313 | |
---|
| 7314 | |
---|
| 7315 | |
---|
| 7316 | <td style="vertical-align: top;"><span style="font-style: italic;">.F.</span></td> |
---|
| 7317 | |
---|
| 7318 | |
---|
| 7319 | |
---|
| 7320 | |
---|
| 7321 | <td style="vertical-align: top;"> |
---|
| 7322 | |
---|
| 7323 | |
---|
| 7324 | |
---|
| 7325 | |
---|
| 7326 | <p>Parameter to switch |
---|
| 7327 | on the precipitation scheme.<br> |
---|
| 7328 | |
---|
| 7329 | |
---|
| 7330 | |
---|
| 7331 | |
---|
| 7332 | </p> |
---|
| 7333 | |
---|
| 7334 | |
---|
| 7335 | |
---|
| 7336 | |
---|
| 7337 | |
---|
| 7338 | |
---|
| 7339 | |
---|
| 7340 | |
---|
| 7341 | |
---|
| 7342 | <p>For |
---|
| 7343 | precipitation processes PALM uses a simplified Kessler |
---|
| 7344 | scheme. This scheme only considers the |
---|
| 7345 | so-called autoconversion, that means the generation of rain water by |
---|
| 7346 | coagulation of cloud drops among themselves. Precipitation begins and |
---|
| 7347 | is immediately removed from the flow as soon as the liquid water |
---|
| 7348 | content exceeds the critical value of 0.5 g/kg.</p> |
---|
| 7349 | |
---|
| 7350 | |
---|
| 7351 | |
---|
| 7352 | |
---|
| 7353 | |
---|
| 7354 | |
---|
| 7355 | |
---|
| 7356 | |
---|
| 7357 | <p>The precipitation rate and amount can be output by assigning the runtime parameter <a href="chapter_4.2.html#data_output">data_output</a> = <span style="font-style: italic;">'prr*'</span> or <span style="font-style: italic;">'pra*'</span>, respectively. The time interval on which the precipitation amount is defined can be controlled via runtime parameter <a href="chapter_4.2.html#precipitation_amount_interval">precipitation_amount_interval</a>.</p> |
---|
| 7358 | |
---|
| 7359 | |
---|
| 7360 | |
---|
| 7361 | |
---|
| 7362 | </td> |
---|
| 7363 | |
---|
| 7364 | |
---|
| 7365 | |
---|
| 7366 | |
---|
| 7367 | </tr> |
---|
| 7368 | |
---|
| 7369 | |
---|
| 7370 | |
---|
| 7371 | |
---|
| 7372 | |
---|
| 7373 | <tr> |
---|
| 7374 | |
---|
| 7375 | |
---|
| 7376 | |
---|
| 7377 | |
---|
| 7378 | <td style="vertical-align: top;"><a name="pt_reference"></a><span style="font-weight: bold;">pt_reference</span></td> |
---|
| 7379 | |
---|
| 7380 | |
---|
| 7381 | |
---|
| 7382 | |
---|
| 7383 | <td style="vertical-align: top;">R</td> |
---|
| 7384 | |
---|
| 7385 | |
---|
| 7386 | |
---|
| 7387 | |
---|
| 7388 | <td style="vertical-align: top;"><span style="font-style: italic;">use horizontal average as |
---|
| 7389 | refrence</span></td> |
---|
| 7390 | |
---|
| 7391 | |
---|
| 7392 | |
---|
| 7393 | |
---|
| 7394 | <td style="vertical-align: top;">Reference |
---|
| 7395 | temperature to be used in all buoyancy terms (in K).<br> |
---|
| 7396 | |
---|
| 7397 | |
---|
| 7398 | |
---|
| 7399 | |
---|
| 7400 | <br> |
---|
| 7401 | |
---|
| 7402 | |
---|
| 7403 | |
---|
| 7404 | |
---|
| 7405 | By |
---|
| 7406 | default, the instantaneous horizontal average over the total model |
---|
| 7407 | domain is used.<br> |
---|
| 7408 | |
---|
| 7409 | |
---|
| 7410 | |
---|
| 7411 | |
---|
| 7412 | <br> |
---|
| 7413 | |
---|
| 7414 | |
---|
| 7415 | |
---|
| 7416 | |
---|
| 7417 | <span style="font-weight: bold;">Attention:</span><br> |
---|
| 7418 | |
---|
| 7419 | |
---|
| 7420 | |
---|
| 7421 | |
---|
| 7422 | 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> |
---|
| 7423 | |
---|
| 7424 | |
---|
| 7425 | |
---|
| 7426 | |
---|
| 7427 | </tr> |
---|
| 7428 | |
---|
| 7429 | |
---|
| 7430 | |
---|
| 7431 | |
---|
| 7432 | <tr> |
---|
| 7433 | |
---|
| 7434 | |
---|
| 7435 | |
---|
| 7436 | |
---|
| 7437 | <td style="vertical-align: top;"> |
---|
| 7438 | |
---|
| 7439 | |
---|
| 7440 | |
---|
| 7441 | |
---|
| 7442 | <p><a name="pt_surface"></a><b>pt_surface</b></p> |
---|
| 7443 | |
---|
| 7444 | |
---|
| 7445 | |
---|
| 7446 | |
---|
| 7447 | |
---|
| 7448 | </td> |
---|
| 7449 | |
---|
| 7450 | |
---|
| 7451 | |
---|
| 7452 | |
---|
| 7453 | <td style="vertical-align: top;">R</td> |
---|
| 7454 | |
---|
| 7455 | |
---|
| 7456 | |
---|
| 7457 | |
---|
| 7458 | |
---|
| 7459 | <td style="vertical-align: top;"><i>300.0</i></td> |
---|
| 7460 | |
---|
| 7461 | |
---|
| 7462 | |
---|
| 7463 | |
---|
| 7464 | |
---|
| 7465 | <td style="vertical-align: top;"> |
---|
| 7466 | |
---|
| 7467 | |
---|
| 7468 | |
---|
| 7469 | |
---|
| 7470 | <p>Surface |
---|
| 7471 | potential temperature (in K). </p> |
---|
| 7472 | |
---|
| 7473 | |
---|
| 7474 | |
---|
| 7475 | |
---|
| 7476 | |
---|
| 7477 | |
---|
| 7478 | |
---|
| 7479 | |
---|
| 7480 | |
---|
| 7481 | <p>This |
---|
| 7482 | parameter assigns the value of the potential temperature |
---|
| 7483 | <span style="font-weight: bold;">pt</span> at the surface (k=0)<b>.</b> Starting from this value, |
---|
| 7484 | the |
---|
| 7485 | initial vertical temperature profile is constructed with <a href="#pt_vertical_gradient">pt_vertical_gradient</a> |
---|
| 7486 | and <a href="#pt_vertical_gradient_level">pt_vertical_gradient_level |
---|
| 7487 | </a>. |
---|
| 7488 | This profile is also used for the 1d-model as a stationary profile.</p> |
---|
| 7489 | |
---|
| 7490 | |
---|
| 7491 | |
---|
| 7492 | |
---|
| 7493 | |
---|
| 7494 | |
---|
| 7495 | |
---|
| 7496 | |
---|
| 7497 | <p><span style="font-weight: bold;">Attention:</span><br> |
---|
| 7498 | |
---|
| 7499 | |
---|
| 7500 | |
---|
| 7501 | |
---|
| 7502 | In case of ocean runs (see <a href="#ocean">ocean</a>), |
---|
| 7503 | this parameter gives the temperature value at the sea surface, which is |
---|
| 7504 | at k=nzt. The profile is then constructed from the surface down to the |
---|
| 7505 | bottom of the model.</p> |
---|
| 7506 | |
---|
| 7507 | |
---|
| 7508 | |
---|
| 7509 | |
---|
| 7510 | |
---|
| 7511 | </td> |
---|
| 7512 | |
---|
| 7513 | |
---|
| 7514 | |
---|
| 7515 | |
---|
| 7516 | </tr> |
---|
| 7517 | |
---|
| 7518 | |
---|
| 7519 | |
---|
| 7520 | |
---|
| 7521 | <tr> |
---|
| 7522 | |
---|
| 7523 | |
---|
| 7524 | |
---|
| 7525 | |
---|
| 7526 | <td style="vertical-align: top;"> |
---|
| 7527 | |
---|
| 7528 | |
---|
| 7529 | |
---|
| 7530 | |
---|
| 7531 | <p><a name="pt_surface_initial_change"></a><b>pt_surface_initial</b> |
---|
| 7532 | <br> |
---|
| 7533 | |
---|
| 7534 | |
---|
| 7535 | |
---|
| 7536 | |
---|
| 7537 | <b>_change</b></p> |
---|
| 7538 | |
---|
| 7539 | |
---|
| 7540 | |
---|
| 7541 | |
---|
| 7542 | </td> |
---|
| 7543 | |
---|
| 7544 | |
---|
| 7545 | |
---|
| 7546 | |
---|
| 7547 | <td style="vertical-align: top;">R</td> |
---|
| 7548 | |
---|
| 7549 | |
---|
| 7550 | |
---|
| 7551 | |
---|
| 7552 | <td style="vertical-align: top;"><span style="font-style: italic;">0.0</span><br> |
---|
| 7553 | |
---|
| 7554 | |
---|
| 7555 | |
---|
| 7556 | |
---|
| 7557 | </td> |
---|
| 7558 | |
---|
| 7559 | |
---|
| 7560 | |
---|
| 7561 | |
---|
| 7562 | |
---|
| 7563 | <td style="vertical-align: top;"> |
---|
| 7564 | |
---|
| 7565 | |
---|
| 7566 | |
---|
| 7567 | |
---|
| 7568 | <p>Change in |
---|
| 7569 | surface temperature to be made at the beginning of |
---|
| 7570 | the 3d run |
---|
| 7571 | (in K). </p> |
---|
| 7572 | |
---|
| 7573 | |
---|
| 7574 | |
---|
| 7575 | |
---|
| 7576 | |
---|
| 7577 | |
---|
| 7578 | |
---|
| 7579 | |
---|
| 7580 | |
---|
| 7581 | <p>If <b>pt_surface_initial_change</b> |
---|
| 7582 | is set to a non-zero |
---|
| 7583 | value, the near surface sensible heat flux is not allowed to be given |
---|
| 7584 | simultaneously (see <a href="#surface_heatflux">surface_heatflux</a>).</p> |
---|
| 7585 | |
---|
| 7586 | |
---|
| 7587 | |
---|
| 7588 | |
---|
| 7589 | |
---|
| 7590 | </td> |
---|
| 7591 | |
---|
| 7592 | |
---|
| 7593 | |
---|
| 7594 | |
---|
| 7595 | </tr> |
---|
| 7596 | |
---|
| 7597 | |
---|
| 7598 | |
---|
| 7599 | |
---|
| 7600 | <tr> |
---|
| 7601 | |
---|
| 7602 | |
---|
| 7603 | |
---|
| 7604 | |
---|
| 7605 | <td style="vertical-align: top;"> |
---|
| 7606 | |
---|
| 7607 | |
---|
| 7608 | |
---|
| 7609 | |
---|
| 7610 | <p><a name="pt_vertical_gradient"></a><b>pt_vertical_gradient</b></p> |
---|
| 7611 | |
---|
| 7612 | |
---|
| 7613 | |
---|
| 7614 | |
---|
| 7615 | |
---|
| 7616 | </td> |
---|
| 7617 | |
---|
| 7618 | |
---|
| 7619 | |
---|
| 7620 | |
---|
| 7621 | <td style="vertical-align: top;">R (10)</td> |
---|
| 7622 | |
---|
| 7623 | |
---|
| 7624 | |
---|
| 7625 | |
---|
| 7626 | |
---|
| 7627 | <td style="vertical-align: top;"><i>10 * 0.0</i></td> |
---|
| 7628 | |
---|
| 7629 | |
---|
| 7630 | |
---|
| 7631 | |
---|
| 7632 | |
---|
| 7633 | <td style="vertical-align: top;"> |
---|
| 7634 | |
---|
| 7635 | |
---|
| 7636 | |
---|
| 7637 | |
---|
| 7638 | <p>Temperature |
---|
| 7639 | gradient(s) of the initial temperature profile (in |
---|
| 7640 | K |
---|
| 7641 | / 100 m). </p> |
---|
| 7642 | |
---|
| 7643 | |
---|
| 7644 | |
---|
| 7645 | |
---|
| 7646 | |
---|
| 7647 | |
---|
| 7648 | |
---|
| 7649 | |
---|
| 7650 | |
---|
| 7651 | <p>This temperature gradient |
---|
| 7652 | holds starting from the height |
---|
| 7653 | level defined by <a href="#pt_vertical_gradient_level">pt_vertical_gradient_level</a> |
---|
| 7654 | (precisely: for all uv levels k where zu(k) > |
---|
| 7655 | pt_vertical_gradient_level, |
---|
| 7656 | pt_init(k) is set: pt_init(k) = pt_init(k-1) + dzu(k) * <b>pt_vertical_gradient</b>) |
---|
| 7657 | up to the top boundary or up to the next height level defined |
---|
| 7658 | by <a href="#pt_vertical_gradient_level">pt_vertical_gradient_level</a>. |
---|
| 7659 | A total of 10 different gradients for 11 height intervals (10 intervals |
---|
| 7660 | if <a href="#pt_vertical_gradient_level">pt_vertical_gradient_level</a>(1) |
---|
| 7661 | = <i>0.0</i>) can be assigned. The surface temperature is |
---|
| 7662 | assigned via <a href="#pt_surface">pt_surface</a>. |
---|
| 7663 | </p> |
---|
| 7664 | |
---|
| 7665 | |
---|
| 7666 | |
---|
| 7667 | |
---|
| 7668 | |
---|
| 7669 | |
---|
| 7670 | |
---|
| 7671 | |
---|
| 7672 | |
---|
| 7673 | <p>Example: </p> |
---|
| 7674 | |
---|
| 7675 | |
---|
| 7676 | |
---|
| 7677 | |
---|
| 7678 | |
---|
| 7679 | |
---|
| 7680 | |
---|
| 7681 | |
---|
| 7682 | |
---|
| 7683 | <ul> |
---|
| 7684 | |
---|
| 7685 | |
---|
| 7686 | |
---|
| 7687 | |
---|
| 7688 | |
---|
| 7689 | |
---|
| 7690 | |
---|
| 7691 | |
---|
| 7692 | |
---|
| 7693 | <p><b>pt_vertical_gradient</b> |
---|
| 7694 | = <i>1.0</i>, <i>0.5</i>, <br> |
---|
| 7695 | |
---|
| 7696 | |
---|
| 7697 | |
---|
| 7698 | |
---|
| 7699 | |
---|
| 7700 | <b>pt_vertical_gradient_level</b> = <i>500.0</i>, |
---|
| 7701 | <i>1000.0</i>,</p> |
---|
| 7702 | |
---|
| 7703 | |
---|
| 7704 | |
---|
| 7705 | |
---|
| 7706 | |
---|
| 7707 | |
---|
| 7708 | |
---|
| 7709 | |
---|
| 7710 | |
---|
| 7711 | </ul> |
---|
| 7712 | |
---|
| 7713 | |
---|
| 7714 | |
---|
| 7715 | |
---|
| 7716 | |
---|
| 7717 | |
---|
| 7718 | |
---|
| 7719 | |
---|
| 7720 | |
---|
| 7721 | <p>That |
---|
| 7722 | defines the temperature profile to be neutrally |
---|
| 7723 | stratified |
---|
| 7724 | up to z = 500.0 m with a temperature given by <a href="#pt_surface">pt_surface</a>. |
---|
| 7725 | For 500.0 m < z <= 1000.0 m the temperature gradient is |
---|
| 7726 | 1.0 K / |
---|
| 7727 | 100 m and for z > 1000.0 m up to the top boundary it is |
---|
| 7728 | 0.5 K / 100 m (it is assumed that the assigned height levels correspond |
---|
| 7729 | with uv levels).</p> |
---|
| 7730 | |
---|
| 7731 | |
---|
| 7732 | |
---|
| 7733 | |
---|
| 7734 | |
---|
| 7735 | |
---|
| 7736 | |
---|
| 7737 | |
---|
| 7738 | <p><span style="font-weight: bold;">Attention:</span><br> |
---|
| 7739 | |
---|
| 7740 | |
---|
| 7741 | |
---|
| 7742 | |
---|
| 7743 | In case of ocean runs (see <a href="chapter_4.1.html#ocean">ocean</a>), |
---|
| 7744 | the profile is constructed like described above, but starting from the |
---|
| 7745 | sea surface (k=nzt) down to the bottom boundary of the model. Height |
---|
| 7746 | 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> |
---|
| 7747 | |
---|
| 7748 | |
---|
| 7749 | |
---|
| 7750 | |
---|
| 7751 | </td> |
---|
| 7752 | |
---|
| 7753 | |
---|
| 7754 | |
---|
| 7755 | |
---|
| 7756 | </tr> |
---|
| 7757 | |
---|
| 7758 | |
---|
| 7759 | |
---|
| 7760 | |
---|
| 7761 | <tr> |
---|
| 7762 | |
---|
| 7763 | |
---|
| 7764 | |
---|
| 7765 | |
---|
| 7766 | <td style="vertical-align: top;"> |
---|
| 7767 | |
---|
| 7768 | |
---|
| 7769 | |
---|
| 7770 | |
---|
| 7771 | <p><a name="pt_vertical_gradient_level"></a><b>pt_vertical_gradient</b> |
---|
| 7772 | <br> |
---|
| 7773 | |
---|
| 7774 | |
---|
| 7775 | |
---|
| 7776 | |
---|
| 7777 | <b>_level</b></p> |
---|
| 7778 | |
---|
| 7779 | |
---|
| 7780 | |
---|
| 7781 | |
---|
| 7782 | </td> |
---|
| 7783 | |
---|
| 7784 | |
---|
| 7785 | |
---|
| 7786 | |
---|
| 7787 | <td style="vertical-align: top;">R (10)</td> |
---|
| 7788 | |
---|
| 7789 | |
---|
| 7790 | |
---|
| 7791 | |
---|
| 7792 | <td style="vertical-align: top;"> |
---|
| 7793 | |
---|
| 7794 | |
---|
| 7795 | |
---|
| 7796 | |
---|
| 7797 | <p><i>10 *</i> |
---|
| 7798 | <span style="font-style: italic;">0.0</span><br> |
---|
| 7799 | |
---|
| 7800 | |
---|
| 7801 | |
---|
| 7802 | |
---|
| 7803 | |
---|
| 7804 | </p> |
---|
| 7805 | |
---|
| 7806 | |
---|
| 7807 | |
---|
| 7808 | |
---|
| 7809 | </td> |
---|
| 7810 | |
---|
| 7811 | |
---|
| 7812 | |
---|
| 7813 | |
---|
| 7814 | <td style="vertical-align: top;"> |
---|
| 7815 | |
---|
| 7816 | |
---|
| 7817 | |
---|
| 7818 | |
---|
| 7819 | <p>Height level from which on the temperature gradient defined by |
---|
| 7820 | <a href="#pt_vertical_gradient">pt_vertical_gradient</a> |
---|
| 7821 | is effective (in m). </p> |
---|
| 7822 | |
---|
| 7823 | |
---|
| 7824 | |
---|
| 7825 | |
---|
| 7826 | |
---|
| 7827 | |
---|
| 7828 | |
---|
| 7829 | |
---|
| 7830 | |
---|
| 7831 | <p>The height levels have to be assigned in ascending order. The |
---|
| 7832 | default values result in a neutral stratification regardless of the |
---|
| 7833 | values of <a href="#pt_vertical_gradient">pt_vertical_gradient</a> |
---|
| 7834 | (unless the top boundary of the model is higher than 100000.0 m). |
---|
| 7835 | For the piecewise construction of temperature profiles see <a href="#pt_vertical_gradient">pt_vertical_gradient</a>.</p> |
---|
| 7836 | |
---|
| 7837 | |
---|
| 7838 | |
---|
| 7839 | |
---|
| 7840 | <span style="font-weight: bold;">Attention:</span><br> |
---|
| 7841 | |
---|
| 7842 | |
---|
| 7843 | |
---|
| 7844 | |
---|
| 7845 | 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. |
---|
| 7846 | </td> |
---|
| 7847 | |
---|
| 7848 | |
---|
| 7849 | |
---|
| 7850 | |
---|
| 7851 | </tr> |
---|
| 7852 | |
---|
| 7853 | |
---|
| 7854 | |
---|
| 7855 | |
---|
| 7856 | <tr> |
---|
| 7857 | |
---|
| 7858 | |
---|
| 7859 | |
---|
| 7860 | |
---|
| 7861 | <td style="vertical-align: top;"> |
---|
| 7862 | |
---|
| 7863 | |
---|
| 7864 | |
---|
| 7865 | |
---|
| 7866 | <p><a name="q_surface"></a><b>q_surface</b></p> |
---|
| 7867 | |
---|
| 7868 | |
---|
| 7869 | |
---|
| 7870 | |
---|
| 7871 | |
---|
| 7872 | </td> |
---|
| 7873 | |
---|
| 7874 | |
---|
| 7875 | |
---|
| 7876 | |
---|
| 7877 | <td style="vertical-align: top;">R</td> |
---|
| 7878 | |
---|
| 7879 | |
---|
| 7880 | |
---|
| 7881 | |
---|
| 7882 | |
---|
| 7883 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 7884 | |
---|
| 7885 | |
---|
| 7886 | |
---|
| 7887 | |
---|
| 7888 | |
---|
| 7889 | <td style="vertical-align: top;"> |
---|
| 7890 | |
---|
| 7891 | |
---|
| 7892 | |
---|
| 7893 | |
---|
| 7894 | <p>Surface |
---|
| 7895 | specific humidity / total water content (kg/kg). </p> |
---|
| 7896 | |
---|
| 7897 | |
---|
| 7898 | |
---|
| 7899 | |
---|
| 7900 | |
---|
| 7901 | |
---|
| 7902 | |
---|
| 7903 | |
---|
| 7904 | |
---|
| 7905 | <p>This |
---|
| 7906 | parameter assigns the value of the specific humidity q at |
---|
| 7907 | the surface (k=0). Starting from this value, the initial |
---|
| 7908 | humidity |
---|
| 7909 | profile is constructed with <a href="#q_vertical_gradient">q_vertical_gradient</a> |
---|
| 7910 | and <a href="#q_vertical_gradient_level">q_vertical_gradient_level</a>. |
---|
| 7911 | This profile is also used for the 1d-model as a stationary profile.</p> |
---|
| 7912 | |
---|
| 7913 | |
---|
| 7914 | |
---|
| 7915 | |
---|
| 7916 | |
---|
| 7917 | </td> |
---|
| 7918 | |
---|
| 7919 | |
---|
| 7920 | |
---|
| 7921 | |
---|
| 7922 | </tr> |
---|
| 7923 | |
---|
| 7924 | |
---|
| 7925 | |
---|
| 7926 | |
---|
| 7927 | <tr> |
---|
| 7928 | |
---|
| 7929 | |
---|
| 7930 | |
---|
| 7931 | |
---|
| 7932 | <td style="vertical-align: top;"> |
---|
| 7933 | |
---|
| 7934 | |
---|
| 7935 | |
---|
| 7936 | |
---|
| 7937 | <p><a name="q_surface_initial_change"></a><b>q_surface_initial</b> |
---|
| 7938 | <br> |
---|
| 7939 | |
---|
| 7940 | |
---|
| 7941 | |
---|
| 7942 | |
---|
| 7943 | <b>_change</b></p> |
---|
| 7944 | |
---|
| 7945 | |
---|
| 7946 | |
---|
| 7947 | |
---|
| 7948 | </td> |
---|
| 7949 | |
---|
| 7950 | |
---|
| 7951 | |
---|
| 7952 | |
---|
| 7953 | <td style="vertical-align: top;">R<br> |
---|
| 7954 | |
---|
| 7955 | |
---|
| 7956 | |
---|
| 7957 | |
---|
| 7958 | </td> |
---|
| 7959 | |
---|
| 7960 | |
---|
| 7961 | |
---|
| 7962 | |
---|
| 7963 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 7964 | |
---|
| 7965 | |
---|
| 7966 | |
---|
| 7967 | |
---|
| 7968 | |
---|
| 7969 | <td style="vertical-align: top;"> |
---|
| 7970 | |
---|
| 7971 | |
---|
| 7972 | |
---|
| 7973 | |
---|
| 7974 | <p>Change in |
---|
| 7975 | surface specific humidity / total water content to |
---|
| 7976 | be made at the beginning |
---|
| 7977 | of the 3d run (kg/kg). </p> |
---|
| 7978 | |
---|
| 7979 | |
---|
| 7980 | |
---|
| 7981 | |
---|
| 7982 | |
---|
| 7983 | |
---|
| 7984 | |
---|
| 7985 | |
---|
| 7986 | |
---|
| 7987 | <p>If <b>q_surface_initial_change</b><i> |
---|
| 7988 | </i>is set to a |
---|
| 7989 | non-zero value the |
---|
| 7990 | near surface latent heat flux (water flux) is not allowed to be given |
---|
| 7991 | simultaneously (see <a href="#surface_waterflux">surface_waterflux</a>).</p> |
---|
| 7992 | |
---|
| 7993 | |
---|
| 7994 | |
---|
| 7995 | |
---|
| 7996 | |
---|
| 7997 | </td> |
---|
| 7998 | |
---|
| 7999 | |
---|
| 8000 | |
---|
| 8001 | |
---|
| 8002 | </tr> |
---|
| 8003 | |
---|
| 8004 | |
---|
| 8005 | |
---|
| 8006 | |
---|
| 8007 | <tr> |
---|
| 8008 | |
---|
| 8009 | |
---|
| 8010 | |
---|
| 8011 | |
---|
| 8012 | <td style="vertical-align: top;"> |
---|
| 8013 | |
---|
| 8014 | |
---|
| 8015 | |
---|
| 8016 | |
---|
| 8017 | <p><a name="q_vertical_gradient"></a><b>q_vertical_gradient</b></p> |
---|
| 8018 | |
---|
| 8019 | |
---|
| 8020 | |
---|
| 8021 | |
---|
| 8022 | |
---|
| 8023 | </td> |
---|
| 8024 | |
---|
| 8025 | |
---|
| 8026 | |
---|
| 8027 | |
---|
| 8028 | <td style="vertical-align: top;">R (10)</td> |
---|
| 8029 | |
---|
| 8030 | |
---|
| 8031 | |
---|
| 8032 | |
---|
| 8033 | |
---|
| 8034 | <td style="vertical-align: top;"><i>10 * 0.0</i></td> |
---|
| 8035 | |
---|
| 8036 | |
---|
| 8037 | |
---|
| 8038 | |
---|
| 8039 | |
---|
| 8040 | <td style="vertical-align: top;"> |
---|
| 8041 | |
---|
| 8042 | |
---|
| 8043 | |
---|
| 8044 | |
---|
| 8045 | <p>Humidity |
---|
| 8046 | gradient(s) of the initial humidity profile |
---|
| 8047 | (in 1/100 m). </p> |
---|
| 8048 | |
---|
| 8049 | |
---|
| 8050 | |
---|
| 8051 | |
---|
| 8052 | |
---|
| 8053 | |
---|
| 8054 | |
---|
| 8055 | |
---|
| 8056 | |
---|
| 8057 | <p>This humidity gradient |
---|
| 8058 | holds starting from the height |
---|
| 8059 | level defined by <a href="#q_vertical_gradient_level">q_vertical_gradient_level</a> |
---|
| 8060 | (precisely: for all uv levels k, where zu(k) > |
---|
| 8061 | q_vertical_gradient_level, |
---|
| 8062 | q_init(k) is set: q_init(k) = q_init(k-1) + dzu(k) * <b>q_vertical_gradient</b>) |
---|
| 8063 | up to the top boundary or up to the next height level defined |
---|
| 8064 | by <a href="#q_vertical_gradient_level">q_vertical_gradient_level</a>. |
---|
| 8065 | A total of 10 different gradients for 11 height intervals (10 intervals |
---|
| 8066 | if <a href="#q_vertical_gradient_level">q_vertical_gradient_level</a>(1) |
---|
| 8067 | = <i>0.0</i>) can be asigned. The surface humidity is |
---|
| 8068 | assigned |
---|
| 8069 | via <a href="#q_surface">q_surface</a>. </p> |
---|
| 8070 | |
---|
| 8071 | |
---|
| 8072 | |
---|
| 8073 | |
---|
| 8074 | |
---|
| 8075 | |
---|
| 8076 | |
---|
| 8077 | |
---|
| 8078 | |
---|
| 8079 | <p>Example: </p> |
---|
| 8080 | |
---|
| 8081 | |
---|
| 8082 | |
---|
| 8083 | |
---|
| 8084 | |
---|
| 8085 | |
---|
| 8086 | |
---|
| 8087 | |
---|
| 8088 | |
---|
| 8089 | <ul> |
---|
| 8090 | |
---|
| 8091 | |
---|
| 8092 | |
---|
| 8093 | |
---|
| 8094 | |
---|
| 8095 | |
---|
| 8096 | |
---|
| 8097 | |
---|
| 8098 | |
---|
| 8099 | <p><b>q_vertical_gradient</b> |
---|
| 8100 | = <i>0.001</i>, <i>0.0005</i>, <br> |
---|
| 8101 | |
---|
| 8102 | |
---|
| 8103 | |
---|
| 8104 | |
---|
| 8105 | |
---|
| 8106 | <b>q_vertical_gradient_level</b> = <i>500.0</i>, |
---|
| 8107 | <i>1000.0</i>,</p> |
---|
| 8108 | |
---|
| 8109 | |
---|
| 8110 | |
---|
| 8111 | |
---|
| 8112 | |
---|
| 8113 | |
---|
| 8114 | |
---|
| 8115 | |
---|
| 8116 | |
---|
| 8117 | </ul> |
---|
| 8118 | |
---|
| 8119 | |
---|
| 8120 | |
---|
| 8121 | |
---|
| 8122 | |
---|
| 8123 | That defines the humidity to be constant with height up to z = |
---|
| 8124 | 500.0 |
---|
| 8125 | m with a |
---|
| 8126 | value given by <a href="#q_surface">q_surface</a>. |
---|
| 8127 | For 500.0 m < z <= 1000.0 m the humidity gradient is |
---|
| 8128 | 0.001 / 100 |
---|
| 8129 | m and for z > 1000.0 m up to the top boundary it is |
---|
| 8130 | 0.0005 / 100 m (it is assumed that the assigned height levels |
---|
| 8131 | correspond with uv |
---|
| 8132 | levels). </td> |
---|
| 8133 | |
---|
| 8134 | |
---|
| 8135 | |
---|
| 8136 | |
---|
| 8137 | </tr> |
---|
| 8138 | |
---|
| 8139 | |
---|
| 8140 | |
---|
| 8141 | |
---|
| 8142 | <tr> |
---|
| 8143 | |
---|
| 8144 | |
---|
| 8145 | |
---|
| 8146 | |
---|
| 8147 | <td style="vertical-align: top;"> |
---|
| 8148 | |
---|
| 8149 | |
---|
| 8150 | |
---|
| 8151 | |
---|
| 8152 | <p><a name="q_vertical_gradient_level"></a><b>q_vertical_gradient</b> |
---|
| 8153 | <br> |
---|
| 8154 | |
---|
| 8155 | |
---|
| 8156 | |
---|
| 8157 | |
---|
| 8158 | <b>_level</b></p> |
---|
| 8159 | |
---|
| 8160 | |
---|
| 8161 | |
---|
| 8162 | |
---|
| 8163 | </td> |
---|
| 8164 | |
---|
| 8165 | |
---|
| 8166 | |
---|
| 8167 | |
---|
| 8168 | <td style="vertical-align: top;">R (10)</td> |
---|
| 8169 | |
---|
| 8170 | |
---|
| 8171 | |
---|
| 8172 | |
---|
| 8173 | <td style="vertical-align: top;"> |
---|
| 8174 | |
---|
| 8175 | |
---|
| 8176 | |
---|
| 8177 | |
---|
| 8178 | <p><i>10 *</i> |
---|
| 8179 | <i>0.0</i></p> |
---|
| 8180 | |
---|
| 8181 | |
---|
| 8182 | |
---|
| 8183 | |
---|
| 8184 | </td> |
---|
| 8185 | |
---|
| 8186 | |
---|
| 8187 | |
---|
| 8188 | |
---|
| 8189 | <td style="vertical-align: top;"> |
---|
| 8190 | |
---|
| 8191 | |
---|
| 8192 | |
---|
| 8193 | |
---|
| 8194 | <p>Height level from |
---|
| 8195 | which on the humidity gradient defined by <a href="#q_vertical_gradient">q_vertical_gradient</a> |
---|
| 8196 | is effective (in m). </p> |
---|
| 8197 | |
---|
| 8198 | |
---|
| 8199 | |
---|
| 8200 | |
---|
| 8201 | |
---|
| 8202 | |
---|
| 8203 | |
---|
| 8204 | |
---|
| 8205 | |
---|
| 8206 | <p>The height levels |
---|
| 8207 | are to be assigned in ascending order. The |
---|
| 8208 | default values result in a humidity constant with height regardless of |
---|
| 8209 | the values of <a href="#q_vertical_gradient">q_vertical_gradient</a> |
---|
| 8210 | (unless the top boundary of the model is higher than 100000.0 m). For |
---|
| 8211 | the piecewise construction of humidity profiles see <a href="#q_vertical_gradient">q_vertical_gradient</a>.</p> |
---|
| 8212 | |
---|
| 8213 | |
---|
| 8214 | |
---|
| 8215 | |
---|
| 8216 | |
---|
| 8217 | </td> |
---|
| 8218 | |
---|
| 8219 | |
---|
| 8220 | |
---|
| 8221 | |
---|
| 8222 | </tr> |
---|
| 8223 | |
---|
| 8224 | |
---|
| 8225 | |
---|
| 8226 | |
---|
| 8227 | <tr> |
---|
| 8228 | |
---|
| 8229 | |
---|
| 8230 | |
---|
| 8231 | |
---|
| 8232 | <td style="vertical-align: top;"> |
---|
| 8233 | |
---|
| 8234 | |
---|
| 8235 | |
---|
| 8236 | |
---|
| 8237 | <p><a name="radiation"></a><b>radiation</b></p> |
---|
| 8238 | |
---|
| 8239 | |
---|
| 8240 | |
---|
| 8241 | |
---|
| 8242 | |
---|
| 8243 | </td> |
---|
| 8244 | |
---|
| 8245 | |
---|
| 8246 | |
---|
| 8247 | |
---|
| 8248 | <td style="vertical-align: top;">L</td> |
---|
| 8249 | |
---|
| 8250 | |
---|
| 8251 | |
---|
| 8252 | |
---|
| 8253 | |
---|
| 8254 | <td style="vertical-align: top;"><i>.F.</i></td> |
---|
| 8255 | |
---|
| 8256 | |
---|
| 8257 | |
---|
| 8258 | |
---|
| 8259 | |
---|
| 8260 | <td style="vertical-align: top;"> |
---|
| 8261 | |
---|
| 8262 | |
---|
| 8263 | |
---|
| 8264 | |
---|
| 8265 | <p>Parameter to |
---|
| 8266 | switch on longwave radiation cooling at |
---|
| 8267 | cloud-tops. </p> |
---|
| 8268 | |
---|
| 8269 | |
---|
| 8270 | |
---|
| 8271 | |
---|
| 8272 | |
---|
| 8273 | |
---|
| 8274 | |
---|
| 8275 | |
---|
| 8276 | |
---|
| 8277 | <p>Long-wave radiation |
---|
| 8278 | processes are parameterized by the |
---|
| 8279 | effective emissivity, which considers only the absorption and emission |
---|
| 8280 | of long-wave radiation at cloud droplets. The radiation scheme can be |
---|
| 8281 | used only with <a href="#cloud_physics">cloud_physics</a> |
---|
| 8282 | = .TRUE. .</p> |
---|
| 8283 | |
---|
| 8284 | |
---|
| 8285 | |
---|
| 8286 | |
---|
| 8287 | </td> |
---|
| 8288 | |
---|
| 8289 | |
---|
| 8290 | |
---|
| 8291 | |
---|
| 8292 | </tr> |
---|
| 8293 | |
---|
| 8294 | |
---|
| 8295 | |
---|
| 8296 | |
---|
| 8297 | <tr> |
---|
| 8298 | |
---|
| 8299 | |
---|
| 8300 | |
---|
| 8301 | |
---|
| 8302 | <td style="vertical-align: top;"> |
---|
| 8303 | |
---|
| 8304 | |
---|
| 8305 | |
---|
| 8306 | |
---|
| 8307 | <p><a name="random_generator"></a><b>random_generator</b></p> |
---|
| 8308 | |
---|
| 8309 | |
---|
| 8310 | |
---|
| 8311 | |
---|
| 8312 | |
---|
| 8313 | </td> |
---|
| 8314 | |
---|
| 8315 | |
---|
| 8316 | |
---|
| 8317 | |
---|
| 8318 | <td style="vertical-align: top;">C * 20</td> |
---|
| 8319 | |
---|
| 8320 | |
---|
| 8321 | |
---|
| 8322 | |
---|
| 8323 | |
---|
| 8324 | <td style="vertical-align: top;"> |
---|
| 8325 | |
---|
| 8326 | |
---|
| 8327 | |
---|
| 8328 | |
---|
| 8329 | <p><i>'numerical</i><br> |
---|
| 8330 | |
---|
| 8331 | |
---|
| 8332 | |
---|
| 8333 | |
---|
| 8334 | |
---|
| 8335 | <i>recipes'</i></p> |
---|
| 8336 | |
---|
| 8337 | |
---|
| 8338 | |
---|
| 8339 | |
---|
| 8340 | </td> |
---|
| 8341 | |
---|
| 8342 | |
---|
| 8343 | |
---|
| 8344 | |
---|
| 8345 | <td style="vertical-align: top;"> |
---|
| 8346 | |
---|
| 8347 | |
---|
| 8348 | |
---|
| 8349 | |
---|
| 8350 | <p>Random number |
---|
| 8351 | generator to be used for creating uniformly |
---|
| 8352 | distributed random numbers. <br> |
---|
| 8353 | |
---|
| 8354 | |
---|
| 8355 | |
---|
| 8356 | |
---|
| 8357 | </p> |
---|
| 8358 | |
---|
| 8359 | |
---|
| 8360 | |
---|
| 8361 | |
---|
| 8362 | |
---|
| 8363 | |
---|
| 8364 | |
---|
| 8365 | |
---|
| 8366 | |
---|
| 8367 | <p>It is |
---|
| 8368 | used if random perturbations are to be imposed on the |
---|
| 8369 | velocity field or on the surface heat flux field (see <a href="chapter_4.2.html#create_disturbances">create_disturbances</a> |
---|
| 8370 | and <a href="chapter_4.2.html#random_heatflux">random_heatflux</a>). |
---|
| 8371 | By default, the "Numerical Recipes" random number generator is used. |
---|
| 8372 | This one provides exactly the same order of random numbers on all |
---|
| 8373 | different machines and should be used in particular for comparison runs.<br> |
---|
| 8374 | |
---|
| 8375 | |
---|
| 8376 | |
---|
| 8377 | |
---|
| 8378 | |
---|
| 8379 | <br> |
---|
| 8380 | |
---|
| 8381 | |
---|
| 8382 | |
---|
| 8383 | |
---|
| 8384 | |
---|
| 8385 | Besides, a system-specific generator is available ( <b>random_generator</b> |
---|
| 8386 | = <i>'system-specific')</i> which should particularly be |
---|
| 8387 | used for runs |
---|
| 8388 | on vector parallel computers (NEC), because the default generator |
---|
| 8389 | cannot be vectorized and therefore significantly drops down the code |
---|
| 8390 | performance on these machines.<br> |
---|
| 8391 | |
---|
| 8392 | |
---|
| 8393 | |
---|
| 8394 | |
---|
| 8395 | </p> |
---|
| 8396 | |
---|
| 8397 | |
---|
| 8398 | |
---|
| 8399 | |
---|
| 8400 | <span style="font-weight: bold;">Note:</span><br> |
---|
| 8401 | |
---|
| 8402 | |
---|
| 8403 | |
---|
| 8404 | |
---|
| 8405 | |
---|
| 8406 | Results from two otherwise identical model runs will not be comparable |
---|
| 8407 | one-to-one if they used different random number generators.</td> |
---|
| 8408 | |
---|
| 8409 | |
---|
| 8410 | |
---|
| 8411 | |
---|
| 8412 | </tr> |
---|
| 8413 | |
---|
| 8414 | |
---|
| 8415 | |
---|
| 8416 | |
---|
| 8417 | |
---|
| 8418 | <tr> |
---|
| 8419 | |
---|
| 8420 | |
---|
| 8421 | |
---|
| 8422 | |
---|
| 8423 | <td style="vertical-align: top;"> |
---|
| 8424 | |
---|
| 8425 | |
---|
| 8426 | |
---|
| 8427 | |
---|
| 8428 | <p><a name="random_heatflux"></a><b>random_heatflux</b></p> |
---|
| 8429 | |
---|
| 8430 | |
---|
| 8431 | |
---|
| 8432 | |
---|
| 8433 | |
---|
| 8434 | </td> |
---|
| 8435 | |
---|
| 8436 | |
---|
| 8437 | |
---|
| 8438 | |
---|
| 8439 | <td style="vertical-align: top;">L</td> |
---|
| 8440 | |
---|
| 8441 | |
---|
| 8442 | |
---|
| 8443 | |
---|
| 8444 | |
---|
| 8445 | <td style="vertical-align: top;"><i>.F.</i></td> |
---|
| 8446 | |
---|
| 8447 | |
---|
| 8448 | |
---|
| 8449 | |
---|
| 8450 | |
---|
| 8451 | <td style="vertical-align: top;"> |
---|
| 8452 | |
---|
| 8453 | |
---|
| 8454 | |
---|
| 8455 | |
---|
| 8456 | <p>Parameter to |
---|
| 8457 | impose random perturbations on the internal two-dimensional near |
---|
| 8458 | surface heat flux field <span style="font-style: italic;">shf</span>. |
---|
| 8459 | <br> |
---|
| 8460 | |
---|
| 8461 | |
---|
| 8462 | |
---|
| 8463 | |
---|
| 8464 | </p> |
---|
| 8465 | |
---|
| 8466 | |
---|
| 8467 | |
---|
| 8468 | |
---|
| 8469 | If a near surface heat flux is used as bottom |
---|
| 8470 | boundary |
---|
| 8471 | condition (see <a href="#surface_heatflux">surface_heatflux</a>), |
---|
| 8472 | it is by default assumed to be horizontally homogeneous. Random |
---|
| 8473 | perturbations can be imposed on the internal |
---|
| 8474 | two-dimensional heat flux field <span style="font-style: italic;">shf</span> by assigning <b>random_heatflux</b> |
---|
| 8475 | = <i>.T.</i>. The disturbed heat flux field is calculated |
---|
| 8476 | by |
---|
| 8477 | multiplying the |
---|
| 8478 | values at each mesh point with a normally distributed random number |
---|
| 8479 | with a mean value and standard deviation of 1. This is repeated after |
---|
| 8480 | every timestep.<br> |
---|
| 8481 | |
---|
| 8482 | |
---|
| 8483 | |
---|
| 8484 | |
---|
| 8485 | <br> |
---|
| 8486 | |
---|
| 8487 | |
---|
| 8488 | |
---|
| 8489 | |
---|
| 8490 | |
---|
| 8491 | In case of a non-flat <a href="#topography">topography</a>, assigning |
---|
| 8492 | <b>random_heatflux</b> |
---|
| 8493 | = <i>.T.</i> imposes random perturbations on the |
---|
| 8494 | combined heat |
---|
| 8495 | flux field <span style="font-style: italic;">shf</span> |
---|
| 8496 | composed of <a href="#surface_heatflux">surface_heatflux</a> |
---|
| 8497 | at the bottom surface and <a href="#wall_heatflux">wall_heatflux(0)</a> |
---|
| 8498 | at the topography top face.</td> |
---|
| 8499 | |
---|
| 8500 | |
---|
| 8501 | |
---|
| 8502 | |
---|
| 8503 | </tr> |
---|
| 8504 | |
---|
| 8505 | |
---|
| 8506 | |
---|
| 8507 | |
---|
| 8508 | <tr> |
---|
| 8509 | |
---|
| 8510 | |
---|
| 8511 | |
---|
| 8512 | |
---|
| 8513 | <td style="vertical-align: top;"> |
---|
| 8514 | |
---|
| 8515 | |
---|
| 8516 | |
---|
| 8517 | |
---|
| 8518 | <p><a name="rif_max"></a><b>rif_max</b></p> |
---|
| 8519 | |
---|
| 8520 | |
---|
| 8521 | |
---|
| 8522 | |
---|
| 8523 | |
---|
| 8524 | </td> |
---|
| 8525 | |
---|
| 8526 | |
---|
| 8527 | |
---|
| 8528 | |
---|
| 8529 | <td style="vertical-align: top;">R</td> |
---|
| 8530 | |
---|
| 8531 | |
---|
| 8532 | |
---|
| 8533 | |
---|
| 8534 | |
---|
| 8535 | <td style="vertical-align: top;"><i>1.0</i></td> |
---|
| 8536 | |
---|
| 8537 | |
---|
| 8538 | |
---|
| 8539 | |
---|
| 8540 | |
---|
| 8541 | <td style="vertical-align: top;"> |
---|
| 8542 | |
---|
| 8543 | |
---|
| 8544 | |
---|
| 8545 | |
---|
| 8546 | <p>Upper limit of |
---|
| 8547 | the flux-Richardson number. </p> |
---|
| 8548 | |
---|
| 8549 | |
---|
| 8550 | |
---|
| 8551 | |
---|
| 8552 | |
---|
| 8553 | |
---|
| 8554 | |
---|
| 8555 | |
---|
| 8556 | |
---|
| 8557 | <p>With the |
---|
| 8558 | Prandtl layer switched on (see <a href="#prandtl_layer">prandtl_layer</a>), |
---|
| 8559 | flux-Richardson numbers (rif) are calculated for z=z<sub>p</sub> |
---|
| 8560 | (k=1) |
---|
| 8561 | in the 3d-model (in the 1d model for all heights). Their values in |
---|
| 8562 | particular determine the |
---|
| 8563 | values of the friction velocity (1d- and 3d-model) and the values of |
---|
| 8564 | the eddy diffusivity (1d-model). With small wind velocities at the |
---|
| 8565 | Prandtl layer top or small vertical wind shears in the 1d-model, rif |
---|
| 8566 | can take up unrealistic large values. They are limited by an upper (<span style="font-weight: bold;">rif_max</span>) and lower |
---|
| 8567 | limit (see <a href="#rif_min">rif_min</a>) |
---|
| 8568 | for the flux-Richardson number. The condition <b>rif_max</b> |
---|
| 8569 | > <b>rif_min</b> |
---|
| 8570 | must be met.</p> |
---|
| 8571 | |
---|
| 8572 | |
---|
| 8573 | |
---|
| 8574 | |
---|
| 8575 | </td> |
---|
| 8576 | |
---|
| 8577 | |
---|
| 8578 | |
---|
| 8579 | |
---|
| 8580 | </tr> |
---|
| 8581 | |
---|
| 8582 | |
---|
| 8583 | |
---|
| 8584 | |
---|
| 8585 | <tr> |
---|
| 8586 | |
---|
| 8587 | |
---|
| 8588 | |
---|
| 8589 | |
---|
| 8590 | <td style="vertical-align: top;"> |
---|
| 8591 | |
---|
| 8592 | |
---|
| 8593 | |
---|
| 8594 | |
---|
| 8595 | <p><a name="rif_min"></a><b>rif_min</b></p> |
---|
| 8596 | |
---|
| 8597 | |
---|
| 8598 | |
---|
| 8599 | |
---|
| 8600 | |
---|
| 8601 | </td> |
---|
| 8602 | |
---|
| 8603 | |
---|
| 8604 | |
---|
| 8605 | |
---|
| 8606 | <td style="vertical-align: top;">R</td> |
---|
| 8607 | |
---|
| 8608 | |
---|
| 8609 | |
---|
| 8610 | |
---|
| 8611 | |
---|
| 8612 | <td style="vertical-align: top;"><i>- 5.0</i></td> |
---|
| 8613 | |
---|
| 8614 | |
---|
| 8615 | |
---|
| 8616 | |
---|
| 8617 | |
---|
| 8618 | <td style="vertical-align: top;"> |
---|
| 8619 | |
---|
| 8620 | |
---|
| 8621 | |
---|
| 8622 | |
---|
| 8623 | <p>Lower limit of |
---|
| 8624 | the flux-Richardson number. </p> |
---|
| 8625 | |
---|
| 8626 | |
---|
| 8627 | |
---|
| 8628 | |
---|
| 8629 | |
---|
| 8630 | |
---|
| 8631 | |
---|
| 8632 | |
---|
| 8633 | |
---|
| 8634 | <p>For further |
---|
| 8635 | explanations see <a href="#rif_max">rif_max</a>. |
---|
| 8636 | The condition <b>rif_max</b> > <b>rif_min </b>must |
---|
| 8637 | be met.</p> |
---|
| 8638 | |
---|
| 8639 | |
---|
| 8640 | |
---|
| 8641 | |
---|
| 8642 | </td> |
---|
| 8643 | |
---|
| 8644 | |
---|
| 8645 | |
---|
| 8646 | |
---|
| 8647 | </tr> |
---|
| 8648 | |
---|
| 8649 | |
---|
| 8650 | |
---|
| 8651 | |
---|
| 8652 | <tr> |
---|
| 8653 | |
---|
| 8654 | |
---|
| 8655 | |
---|
| 8656 | |
---|
| 8657 | <td style="vertical-align: top;"> |
---|
| 8658 | |
---|
| 8659 | |
---|
| 8660 | |
---|
| 8661 | |
---|
| 8662 | <p><a name="roughness_length"></a><b>roughness_length</b></p> |
---|
| 8663 | |
---|
| 8664 | |
---|
| 8665 | |
---|
| 8666 | |
---|
| 8667 | |
---|
| 8668 | </td> |
---|
| 8669 | |
---|
| 8670 | |
---|
| 8671 | |
---|
| 8672 | |
---|
| 8673 | <td style="vertical-align: top;">R</td> |
---|
| 8674 | |
---|
| 8675 | |
---|
| 8676 | |
---|
| 8677 | |
---|
| 8678 | |
---|
| 8679 | <td style="vertical-align: top;"><i>0.1</i></td> |
---|
| 8680 | |
---|
| 8681 | |
---|
| 8682 | |
---|
| 8683 | |
---|
| 8684 | |
---|
| 8685 | <td style="vertical-align: top;"> |
---|
| 8686 | |
---|
| 8687 | |
---|
| 8688 | |
---|
| 8689 | |
---|
| 8690 | <p>Roughness |
---|
| 8691 | length (in m). </p> |
---|
| 8692 | |
---|
| 8693 | |
---|
| 8694 | |
---|
| 8695 | |
---|
| 8696 | |
---|
| 8697 | |
---|
| 8698 | |
---|
| 8699 | |
---|
| 8700 | |
---|
| 8701 | <p>This parameter is |
---|
| 8702 | effective only in case that a Prandtl layer |
---|
| 8703 | is switched |
---|
| 8704 | on (see <a href="#prandtl_layer">prandtl_layer</a>).</p> |
---|
| 8705 | |
---|
| 8706 | |
---|
| 8707 | |
---|
| 8708 | |
---|
| 8709 | |
---|
| 8710 | </td> |
---|
| 8711 | |
---|
| 8712 | |
---|
| 8713 | |
---|
| 8714 | |
---|
| 8715 | </tr> |
---|
| 8716 | |
---|
| 8717 | |
---|
| 8718 | |
---|
| 8719 | |
---|
| 8720 | <tr> |
---|
| 8721 | |
---|
| 8722 | |
---|
| 8723 | |
---|
| 8724 | |
---|
| 8725 | <td style="vertical-align: top;"><a name="sa_surface"></a><span style="font-weight: bold;">sa_surface</span></td> |
---|
| 8726 | |
---|
| 8727 | |
---|
| 8728 | |
---|
| 8729 | |
---|
| 8730 | <td style="vertical-align: top;">R</td> |
---|
| 8731 | |
---|
| 8732 | |
---|
| 8733 | |
---|
| 8734 | |
---|
| 8735 | <td style="vertical-align: top;"><span style="font-style: italic;">35.0</span></td> |
---|
| 8736 | |
---|
| 8737 | |
---|
| 8738 | |
---|
| 8739 | |
---|
| 8740 | <td style="vertical-align: top;"> |
---|
| 8741 | |
---|
| 8742 | |
---|
| 8743 | |
---|
| 8744 | |
---|
| 8745 | <p>Surface salinity (in psu). </p> |
---|
| 8746 | |
---|
| 8747 | |
---|
| 8748 | |
---|
| 8749 | |
---|
| 8750 | This parameter only comes into effect for ocean runs (see parameter <a href="chapter_4.1.html#ocean">ocean</a>). |
---|
| 8751 | |
---|
| 8752 | |
---|
| 8753 | |
---|
| 8754 | |
---|
| 8755 | <p>This |
---|
| 8756 | 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, |
---|
| 8757 | the |
---|
| 8758 | 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> |
---|
| 8759 | and <a href="chapter_4.1.html#sa_vertical_gradient_level">sa_vertical_gradient_level |
---|
| 8760 | </a>.</p> |
---|
| 8761 | |
---|
| 8762 | |
---|
| 8763 | |
---|
| 8764 | |
---|
| 8765 | </td> |
---|
| 8766 | |
---|
| 8767 | |
---|
| 8768 | |
---|
| 8769 | |
---|
| 8770 | </tr> |
---|
| 8771 | |
---|
| 8772 | |
---|
| 8773 | |
---|
| 8774 | |
---|
| 8775 | <tr> |
---|
| 8776 | |
---|
| 8777 | |
---|
| 8778 | |
---|
| 8779 | |
---|
| 8780 | <td style="vertical-align: top;"><a name="sa_vertical_gradient"></a><span style="font-weight: bold;">sa_vertical_gradient</span></td> |
---|
| 8781 | |
---|
| 8782 | |
---|
| 8783 | |
---|
| 8784 | |
---|
| 8785 | <td style="vertical-align: top;">R(10)</td> |
---|
| 8786 | |
---|
| 8787 | |
---|
| 8788 | |
---|
| 8789 | |
---|
| 8790 | <td style="vertical-align: top;"><span style="font-style: italic;">10 * 0.0</span></td> |
---|
| 8791 | |
---|
| 8792 | |
---|
| 8793 | |
---|
| 8794 | |
---|
| 8795 | <td style="vertical-align: top;"> |
---|
| 8796 | |
---|
| 8797 | |
---|
| 8798 | |
---|
| 8799 | |
---|
| 8800 | <p>Salinity gradient(s) of the initial salinity profile (in psu |
---|
| 8801 | / 100 m). </p> |
---|
| 8802 | |
---|
| 8803 | |
---|
| 8804 | |
---|
| 8805 | |
---|
| 8806 | |
---|
| 8807 | |
---|
| 8808 | |
---|
| 8809 | |
---|
| 8810 | |
---|
| 8811 | <p>This parameter only comes into effect for ocean runs (see parameter <a href="chapter_4.1.html#ocean">ocean</a>).</p> |
---|
| 8812 | |
---|
| 8813 | |
---|
| 8814 | |
---|
| 8815 | |
---|
| 8816 | |
---|
| 8817 | |
---|
| 8818 | |
---|
| 8819 | |
---|
| 8820 | <p>This salinity gradient |
---|
| 8821 | holds starting from the height |
---|
| 8822 | level defined by <a href="chapter_4.1.html#sa_vertical_gradient_level">sa_vertical_gradient_level</a> |
---|
| 8823 | (precisely: for all uv levels k where zu(k) < |
---|
| 8824 | sa_vertical_gradient_level, sa_init(k) is set: sa_init(k) = |
---|
| 8825 | 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 |
---|
| 8826 | by <a href="chapter_4.1.html#sa_vertical_gradient_level">sa_vertical_gradient_level</a>. |
---|
| 8827 | A total of 10 different gradients for 11 height intervals (10 intervals |
---|
| 8828 | if <a href="chapter_4.1.html#sa_vertical_gradient_level">sa_vertical_gradient_level</a>(1) |
---|
| 8829 | = <i>0.0</i>) can be assigned. The surface salinity at k=nzt is |
---|
| 8830 | assigned via <a href="chapter_4.1.html#sa_surface">sa_surface</a>. |
---|
| 8831 | </p> |
---|
| 8832 | |
---|
| 8833 | |
---|
| 8834 | |
---|
| 8835 | |
---|
| 8836 | |
---|
| 8837 | |
---|
| 8838 | |
---|
| 8839 | |
---|
| 8840 | |
---|
| 8841 | <p>Example: </p> |
---|
| 8842 | |
---|
| 8843 | |
---|
| 8844 | |
---|
| 8845 | |
---|
| 8846 | |
---|
| 8847 | |
---|
| 8848 | |
---|
| 8849 | |
---|
| 8850 | |
---|
| 8851 | <ul> |
---|
| 8852 | |
---|
| 8853 | |
---|
| 8854 | |
---|
| 8855 | |
---|
| 8856 | |
---|
| 8857 | |
---|
| 8858 | |
---|
| 8859 | |
---|
| 8860 | <p><b>sa_vertical_gradient</b> |
---|
| 8861 | = <i>1.0</i>, <i>0.5</i>, <br> |
---|
| 8862 | |
---|
| 8863 | |
---|
| 8864 | |
---|
| 8865 | |
---|
| 8866 | |
---|
| 8867 | <b>sa_vertical_gradient_level</b> = <i>-500.0</i>, |
---|
| 8868 | -<i>1000.0</i>,</p> |
---|
| 8869 | |
---|
| 8870 | |
---|
| 8871 | |
---|
| 8872 | |
---|
| 8873 | |
---|
| 8874 | |
---|
| 8875 | |
---|
| 8876 | |
---|
| 8877 | </ul> |
---|
| 8878 | |
---|
| 8879 | |
---|
| 8880 | |
---|
| 8881 | |
---|
| 8882 | |
---|
| 8883 | |
---|
| 8884 | |
---|
| 8885 | |
---|
| 8886 | |
---|
| 8887 | <p>That |
---|
| 8888 | 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>. |
---|
| 8889 | For -500.0 m < z <= -1000.0 m the salinity gradient is |
---|
| 8890 | 1.0 psu / |
---|
| 8891 | 100 m and for z < -1000.0 m down to the bottom boundary it is |
---|
| 8892 | 0.5 psu / 100 m (it is assumed that the assigned height levels correspond |
---|
| 8893 | with uv levels).</p> |
---|
| 8894 | |
---|
| 8895 | |
---|
| 8896 | |
---|
| 8897 | |
---|
| 8898 | </td> |
---|
| 8899 | |
---|
| 8900 | |
---|
| 8901 | |
---|
| 8902 | |
---|
| 8903 | </tr> |
---|
| 8904 | |
---|
| 8905 | |
---|
| 8906 | |
---|
| 8907 | |
---|
| 8908 | <tr> |
---|
| 8909 | |
---|
| 8910 | |
---|
| 8911 | |
---|
| 8912 | |
---|
| 8913 | <td style="vertical-align: top;"><a name="sa_vertical_gradient_level"></a><span style="font-weight: bold;">sa_vertical_gradient_level</span></td> |
---|
| 8914 | |
---|
| 8915 | |
---|
| 8916 | |
---|
| 8917 | |
---|
| 8918 | <td style="vertical-align: top;">R(10)</td> |
---|
| 8919 | |
---|
| 8920 | |
---|
| 8921 | |
---|
| 8922 | |
---|
| 8923 | <td style="vertical-align: top;"><span style="font-style: italic;">10 * 0.0</span></td> |
---|
| 8924 | |
---|
| 8925 | |
---|
| 8926 | |
---|
| 8927 | |
---|
| 8928 | <td style="vertical-align: top;"> |
---|
| 8929 | |
---|
| 8930 | |
---|
| 8931 | |
---|
| 8932 | |
---|
| 8933 | <p>Height level from which on the salinity gradient defined by <a href="chapter_4.1.html#sa_vertical_gradient">sa_vertical_gradient</a> |
---|
| 8934 | is effective (in m). </p> |
---|
| 8935 | |
---|
| 8936 | |
---|
| 8937 | |
---|
| 8938 | |
---|
| 8939 | |
---|
| 8940 | |
---|
| 8941 | |
---|
| 8942 | |
---|
| 8943 | |
---|
| 8944 | <p>This parameter only comes into effect for ocean runs (see parameter <a href="chapter_4.1.html#ocean">ocean</a>).</p> |
---|
| 8945 | |
---|
| 8946 | |
---|
| 8947 | |
---|
| 8948 | |
---|
| 8949 | |
---|
| 8950 | |
---|
| 8951 | |
---|
| 8952 | |
---|
| 8953 | <p>The height levels have to be assigned in descending order. The |
---|
| 8954 | default values result in a constant salinity profile regardless of the |
---|
| 8955 | values of <a href="chapter_4.1.html#sa_vertical_gradient">sa_vertical_gradient</a> |
---|
| 8956 | (unless the bottom boundary of the model is lower than -100000.0 m). |
---|
| 8957 | For the piecewise construction of salinity profiles see <a href="chapter_4.1.html#sa_vertical_gradient">sa_vertical_gradient</a>.</p> |
---|
| 8958 | |
---|
| 8959 | |
---|
| 8960 | |
---|
| 8961 | |
---|
| 8962 | </td> |
---|
| 8963 | |
---|
| 8964 | |
---|
| 8965 | |
---|
| 8966 | |
---|
| 8967 | </tr> |
---|
| 8968 | |
---|
| 8969 | |
---|
| 8970 | |
---|
| 8971 | |
---|
| 8972 | <tr> |
---|
| 8973 | |
---|
| 8974 | |
---|
| 8975 | |
---|
| 8976 | |
---|
| 8977 | <td style="vertical-align: top;"> |
---|
| 8978 | |
---|
| 8979 | |
---|
| 8980 | |
---|
| 8981 | |
---|
| 8982 | <p><a name="scalar_advec"></a><b>scalar_advec</b></p> |
---|
| 8983 | |
---|
| 8984 | |
---|
| 8985 | |
---|
| 8986 | |
---|
| 8987 | |
---|
| 8988 | </td> |
---|
| 8989 | |
---|
| 8990 | |
---|
| 8991 | |
---|
| 8992 | |
---|
| 8993 | <td style="vertical-align: top;">C * 10</td> |
---|
| 8994 | |
---|
| 8995 | |
---|
| 8996 | |
---|
| 8997 | |
---|
| 8998 | |
---|
| 8999 | <td style="vertical-align: top;"><i>'pw-scheme'</i></td> |
---|
| 9000 | |
---|
| 9001 | |
---|
| 9002 | |
---|
| 9003 | |
---|
| 9004 | |
---|
| 9005 | <td style="vertical-align: top;"> |
---|
| 9006 | |
---|
| 9007 | |
---|
| 9008 | |
---|
| 9009 | |
---|
| 9010 | <p>Advection |
---|
| 9011 | scheme to be used for the scalar quantities. </p> |
---|
| 9012 | |
---|
| 9013 | |
---|
| 9014 | |
---|
| 9015 | |
---|
| 9016 | |
---|
| 9017 | |
---|
| 9018 | |
---|
| 9019 | |
---|
| 9020 | |
---|
| 9021 | <p>The |
---|
| 9022 | user can choose between the following schemes:<br> |
---|
| 9023 | |
---|
| 9024 | |
---|
| 9025 | |
---|
| 9026 | |
---|
| 9027 | </p> |
---|
| 9028 | |
---|
| 9029 | |
---|
| 9030 | |
---|
| 9031 | |
---|
| 9032 | |
---|
| 9033 | |
---|
| 9034 | |
---|
| 9035 | |
---|
| 9036 | |
---|
| 9037 | <p><span style="font-style: italic;">'pw-scheme'</span><br> |
---|
| 9038 | |
---|
| 9039 | |
---|
| 9040 | |
---|
| 9041 | |
---|
| 9042 | |
---|
| 9043 | </p> |
---|
| 9044 | |
---|
| 9045 | |
---|
| 9046 | |
---|
| 9047 | |
---|
| 9048 | |
---|
| 9049 | |
---|
| 9050 | |
---|
| 9051 | |
---|
| 9052 | |
---|
| 9053 | <div style="margin-left: 40px;">The scheme of |
---|
| 9054 | Piascek and |
---|
| 9055 | Williams (1970, J. Comp. Phys., 6, |
---|
| 9056 | 392-405) with central differences in the form C3 is used.<br> |
---|
| 9057 | |
---|
| 9058 | |
---|
| 9059 | |
---|
| 9060 | |
---|
| 9061 | |
---|
| 9062 | If intermediate Euler-timesteps are carried out in case of <a href="#timestep_scheme">timestep_scheme</a> |
---|
| 9063 | = <span style="font-style: italic;">'leapfrog+euler'</span> |
---|
| 9064 | the |
---|
| 9065 | advection scheme is - for the Euler-timestep - automatically switched |
---|
| 9066 | to an upstream-scheme. <br> |
---|
| 9067 | |
---|
| 9068 | |
---|
| 9069 | |
---|
| 9070 | |
---|
| 9071 | </div> |
---|
| 9072 | |
---|
| 9073 | |
---|
| 9074 | |
---|
| 9075 | |
---|
| 9076 | <br> |
---|
| 9077 | |
---|
| 9078 | |
---|
| 9079 | |
---|
| 9080 | |
---|
| 9081 | |
---|
| 9082 | |
---|
| 9083 | |
---|
| 9084 | |
---|
| 9085 | |
---|
| 9086 | <p><span style="font-style: italic;">'bc-scheme'</span><br> |
---|
| 9087 | |
---|
| 9088 | |
---|
| 9089 | |
---|
| 9090 | |
---|
| 9091 | |
---|
| 9092 | </p> |
---|
| 9093 | |
---|
| 9094 | |
---|
| 9095 | |
---|
| 9096 | |
---|
| 9097 | |
---|
| 9098 | |
---|
| 9099 | |
---|
| 9100 | |
---|
| 9101 | |
---|
| 9102 | <div style="margin-left: 40px;">The Bott |
---|
| 9103 | scheme modified by |
---|
| 9104 | Chlond (1994, Mon. |
---|
| 9105 | Wea. Rev., 122, 111-125). This is a conservative monotonous scheme with |
---|
| 9106 | very small numerical diffusion and therefore very good conservation of |
---|
| 9107 | scalar flow features. The scheme however, is computationally very |
---|
| 9108 | expensive both because it is expensive itself and because it does (so |
---|
| 9109 | far) not allow specific code optimizations (e.g. cache optimization). |
---|
| 9110 | Choice of this |
---|
| 9111 | scheme forces the Euler timestep scheme to be used for the scalar |
---|
| 9112 | quantities. For output of horizontally averaged |
---|
| 9113 | profiles of the resolved / total heat flux, <a href="chapter_4.2.html#data_output_pr">data_output_pr</a> |
---|
| 9114 | = <i>'w*pt*BC'</i> / <i>'wptBC' </i>should |
---|
| 9115 | be used, instead of the |
---|
| 9116 | standard profiles (<span style="font-style: italic;">'w*pt*'</span> |
---|
| 9117 | and <span style="font-style: italic;">'wpt'</span>) |
---|
| 9118 | because these are |
---|
| 9119 | too inaccurate with this scheme. However, for subdomain analysis (see <a href="#statistic_regions">statistic_regions</a>) |
---|
| 9120 | exactly the reverse holds: here <i>'w*pt*BC'</i> and <i>'wptBC'</i> |
---|
| 9121 | show very large errors and should not be used.<br> |
---|
| 9122 | |
---|
| 9123 | |
---|
| 9124 | |
---|
| 9125 | |
---|
| 9126 | <br> |
---|
| 9127 | |
---|
| 9128 | |
---|
| 9129 | |
---|
| 9130 | |
---|
| 9131 | |
---|
| 9132 | This scheme is not allowed for non-cyclic lateral boundary conditions |
---|
| 9133 | (see <a href="#bc_lr">bc_lr</a> |
---|
| 9134 | and <a href="#bc_ns">bc_ns</a>).<br> |
---|
| 9135 | |
---|
| 9136 | |
---|
| 9137 | |
---|
| 9138 | |
---|
| 9139 | <br> |
---|
| 9140 | |
---|
| 9141 | |
---|
| 9142 | |
---|
| 9143 | |
---|
| 9144 | |
---|
| 9145 | </div> |
---|
| 9146 | |
---|
| 9147 | |
---|
| 9148 | |
---|
| 9149 | |
---|
| 9150 | <span style="font-style: italic;">'ups-scheme'</span><br> |
---|
| 9151 | |
---|
| 9152 | |
---|
| 9153 | |
---|
| 9154 | |
---|
| 9155 | |
---|
| 9156 | |
---|
| 9157 | |
---|
| 9158 | |
---|
| 9159 | |
---|
| 9160 | <p style="margin-left: 40px;">The upstream-spline-scheme |
---|
| 9161 | is used |
---|
| 9162 | (see Mahrer and Pielke, |
---|
| 9163 | 1978: Mon. Wea. Rev., 106, 818-830). In opposite to the Piascek |
---|
| 9164 | Williams scheme, this is characterized by much better numerical |
---|
| 9165 | features (less numerical diffusion, better preservation of flux |
---|
| 9166 | structures, e.g. vortices), but computationally it is much more |
---|
| 9167 | expensive. In |
---|
| 9168 | addition, the use of the Euler-timestep scheme is mandatory (<a href="#timestep_scheme">timestep_scheme</a> |
---|
| 9169 | = <span style="font-style: italic;">'</span><i>euler'</i>), |
---|
| 9170 | i.e. the |
---|
| 9171 | timestep accuracy is only first order. For this reason the advection of |
---|
| 9172 | momentum (see <a href="#momentum_advec">momentum_advec</a>) |
---|
| 9173 | should then also be carried out with the upstream-spline scheme, |
---|
| 9174 | because otherwise the momentum would |
---|
| 9175 | be subject to large numerical diffusion due to the upstream |
---|
| 9176 | scheme. </p> |
---|
| 9177 | |
---|
| 9178 | |
---|
| 9179 | |
---|
| 9180 | |
---|
| 9181 | |
---|
| 9182 | |
---|
| 9183 | |
---|
| 9184 | |
---|
| 9185 | |
---|
| 9186 | <p style="margin-left: 40px;">Since |
---|
| 9187 | the cubic splines used tend |
---|
| 9188 | to overshoot under |
---|
| 9189 | certain circumstances, this effect must be adjusted by suitable |
---|
| 9190 | filtering and smoothing (see <a href="#cut_spline_overshoot">cut_spline_overshoot</a>, |
---|
| 9191 | <a href="#long_filter_factor">long_filter_factor</a>, |
---|
| 9192 | <a href="#ups_limit_pt">ups_limit_pt</a>, <a href="#ups_limit_u">ups_limit_u</a>, <a href="#ups_limit_v">ups_limit_v</a>, <a href="#ups_limit_w">ups_limit_w</a>). |
---|
| 9193 | This is always neccesssary for runs with stable stratification, |
---|
| 9194 | even if this stratification appears only in parts of the model |
---|
| 9195 | domain. </p> |
---|
| 9196 | |
---|
| 9197 | |
---|
| 9198 | |
---|
| 9199 | |
---|
| 9200 | |
---|
| 9201 | |
---|
| 9202 | |
---|
| 9203 | |
---|
| 9204 | |
---|
| 9205 | <p style="margin-left: 40px;">With |
---|
| 9206 | stable stratification the |
---|
| 9207 | upstream-upline scheme also produces gravity waves with large |
---|
| 9208 | amplitude, which must be |
---|
| 9209 | suitably damped (see <a href="chapter_4.2.html#rayleigh_damping_factor">rayleigh_damping_factor</a>).<br> |
---|
| 9210 | |
---|
| 9211 | |
---|
| 9212 | |
---|
| 9213 | |
---|
| 9214 | |
---|
| 9215 | </p> |
---|
| 9216 | |
---|
| 9217 | |
---|
| 9218 | |
---|
| 9219 | |
---|
| 9220 | |
---|
| 9221 | |
---|
| 9222 | |
---|
| 9223 | |
---|
| 9224 | |
---|
| 9225 | <p style="margin-left: 40px;"><span style="font-weight: bold;">Important: </span>The |
---|
| 9226 | upstream-spline scheme is not implemented for humidity and passive |
---|
| 9227 | scalars (see <a href="#humidity">humidity</a> |
---|
| 9228 | and <a href="#passive_scalar">passive_scalar</a>) |
---|
| 9229 | and requires the use of a 2d-domain-decomposition. The last conditions |
---|
| 9230 | severely restricts code optimization on several machines leading to |
---|
| 9231 | very long execution times! This scheme is also not allowed for |
---|
| 9232 | non-cyclic lateral boundary conditions (see <a href="#bc_lr">bc_lr</a> |
---|
| 9233 | and <a href="#bc_ns">bc_ns</a>).</p> |
---|
| 9234 | |
---|
| 9235 | |
---|
| 9236 | |
---|
| 9237 | |
---|
| 9238 | <br> |
---|
| 9239 | |
---|
| 9240 | |
---|
| 9241 | |
---|
| 9242 | |
---|
| 9243 | A |
---|
| 9244 | differing advection scheme can be choosed for the subgrid-scale TKE |
---|
| 9245 | using parameter <a href="chapter_4.1.html#use_upstream_for_tke">use_upstream_for_tke</a>.</td> |
---|
| 9246 | |
---|
| 9247 | |
---|
| 9248 | |
---|
| 9249 | |
---|
| 9250 | |
---|
| 9251 | </tr> |
---|
| 9252 | |
---|
| 9253 | |
---|
| 9254 | |
---|
| 9255 | |
---|
| 9256 | <tr> |
---|
| 9257 | |
---|
| 9258 | |
---|
| 9259 | |
---|
| 9260 | |
---|
| 9261 | <td style="vertical-align: top;"> |
---|
| 9262 | |
---|
| 9263 | |
---|
| 9264 | |
---|
| 9265 | |
---|
| 9266 | <p><a name="statistic_regions"></a><b>statistic_regions</b></p> |
---|
| 9267 | |
---|
| 9268 | |
---|
| 9269 | |
---|
| 9270 | |
---|
| 9271 | |
---|
| 9272 | </td> |
---|
| 9273 | |
---|
| 9274 | |
---|
| 9275 | |
---|
| 9276 | |
---|
| 9277 | <td style="vertical-align: top;">I</td> |
---|
| 9278 | |
---|
| 9279 | |
---|
| 9280 | |
---|
| 9281 | |
---|
| 9282 | |
---|
| 9283 | <td style="vertical-align: top;"><i>0</i></td> |
---|
| 9284 | |
---|
| 9285 | |
---|
| 9286 | |
---|
| 9287 | |
---|
| 9288 | |
---|
| 9289 | <td style="vertical-align: top;"> |
---|
| 9290 | |
---|
| 9291 | |
---|
| 9292 | |
---|
| 9293 | |
---|
| 9294 | <p>Number of |
---|
| 9295 | additional user-defined subdomains for which |
---|
| 9296 | statistical analysis |
---|
| 9297 | and corresponding output (profiles, time series) shall be |
---|
| 9298 | made. </p> |
---|
| 9299 | |
---|
| 9300 | |
---|
| 9301 | |
---|
| 9302 | |
---|
| 9303 | |
---|
| 9304 | |
---|
| 9305 | |
---|
| 9306 | |
---|
| 9307 | |
---|
| 9308 | <p>By default, vertical profiles and |
---|
| 9309 | other statistical quantities |
---|
| 9310 | are calculated as horizontal and/or volume average of the total model |
---|
| 9311 | domain. Beyond that, these calculations can also be carried out for |
---|
| 9312 | subdomains which can be defined using the field <a href="chapter_3.5.3.html">rmask </a>within the |
---|
| 9313 | user-defined software |
---|
| 9314 | (see <a href="chapter_3.5.3.html">chapter |
---|
| 9315 | 3.5.3</a>). The number of these subdomains is determined with the |
---|
| 9316 | parameter <b>statistic_regions</b>. Maximum 9 additional |
---|
| 9317 | subdomains |
---|
| 9318 | are allowed. The parameter <a href="chapter_4.3.html#region">region</a> |
---|
| 9319 | can be used to assigned names (identifier) to these subdomains which |
---|
| 9320 | are then used in the headers |
---|
| 9321 | of the output files and plots.</p> |
---|
| 9322 | |
---|
| 9323 | |
---|
| 9324 | |
---|
| 9325 | |
---|
| 9326 | |
---|
| 9327 | |
---|
| 9328 | |
---|
| 9329 | |
---|
| 9330 | <p>If the default NetCDF |
---|
| 9331 | output format is selected (see parameter <a href="chapter_4.2.html#data_output_format">data_output_format</a>), |
---|
| 9332 | data for the total domain and all defined subdomains are output to the |
---|
| 9333 | same file(s) (<a href="chapter_3.4.html#DATA_1D_PR_NETCDF">DATA_1D_PR_NETCDF</a>, |
---|
| 9334 | <a href="chapter_3.4.html#DATA_1D_TS_NETCDF">DATA_1D_TS_NETCDF</a>). |
---|
| 9335 | In case of <span style="font-weight: bold;">statistic_regions</span> |
---|
| 9336 | > <span style="font-style: italic;">0</span>, |
---|
| 9337 | data on the file for the different domains can be distinguished by a |
---|
| 9338 | suffix which is appended to the quantity names. Suffix 0 means data for |
---|
| 9339 | the total domain, suffix 1 means data for subdomain 1, etc.</p> |
---|
| 9340 | |
---|
| 9341 | |
---|
| 9342 | |
---|
| 9343 | |
---|
| 9344 | |
---|
| 9345 | |
---|
| 9346 | |
---|
| 9347 | |
---|
| 9348 | <p>In |
---|
| 9349 | case of <span style="font-weight: bold;">data_output_format</span> |
---|
| 9350 | = <span style="font-style: italic;">'profil'</span>, |
---|
| 9351 | individual local files for profiles (<a href="chapter_3.4.html#PLOT1D_DATA">PLOT1D_DATA</a>) are |
---|
| 9352 | created for each subdomain. The individual subdomain files differ by |
---|
| 9353 | their name (the |
---|
| 9354 | number of the respective subdomain is attached, e.g. |
---|
| 9355 | PLOT1D_DATA_1). In this case the name of the file with the data of |
---|
| 9356 | the total domain is PLOT1D_DATA_0. If no subdomains |
---|
| 9357 | are declared (<b>statistic_regions</b> = <i>0</i>), |
---|
| 9358 | the name |
---|
| 9359 | PLOT1D_DATA is used (this must be considered in the |
---|
| 9360 | respective file connection statements of the <span style="font-weight: bold;">mrun</span> configuration |
---|
| 9361 | file).</p> |
---|
| 9362 | |
---|
| 9363 | |
---|
| 9364 | |
---|
| 9365 | |
---|
| 9366 | </td> |
---|
| 9367 | |
---|
| 9368 | |
---|
| 9369 | |
---|
| 9370 | |
---|
| 9371 | </tr> |
---|
| 9372 | |
---|
| 9373 | |
---|
| 9374 | |
---|
| 9375 | |
---|
| 9376 | <tr> |
---|
| 9377 | |
---|
| 9378 | |
---|
| 9379 | |
---|
| 9380 | |
---|
| 9381 | <td style="vertical-align: top;"> |
---|
| 9382 | |
---|
| 9383 | |
---|
| 9384 | |
---|
| 9385 | |
---|
| 9386 | <p><a name="surface_heatflux"></a><b>surface_heatflux</b></p> |
---|
| 9387 | |
---|
| 9388 | |
---|
| 9389 | |
---|
| 9390 | |
---|
| 9391 | |
---|
| 9392 | </td> |
---|
| 9393 | |
---|
| 9394 | |
---|
| 9395 | |
---|
| 9396 | |
---|
| 9397 | <td style="vertical-align: top;">R</td> |
---|
| 9398 | |
---|
| 9399 | |
---|
| 9400 | |
---|
| 9401 | |
---|
| 9402 | |
---|
| 9403 | <td style="vertical-align: top;"><span style="font-style: italic;">no prescribed<br> |
---|
| 9404 | |
---|
| 9405 | |
---|
| 9406 | |
---|
| 9407 | |
---|
| 9408 | |
---|
| 9409 | heatflux<br> |
---|
| 9410 | |
---|
| 9411 | |
---|
| 9412 | |
---|
| 9413 | |
---|
| 9414 | </span></td> |
---|
| 9415 | |
---|
| 9416 | |
---|
| 9417 | |
---|
| 9418 | |
---|
| 9419 | <td style="vertical-align: top;"> |
---|
| 9420 | |
---|
| 9421 | |
---|
| 9422 | |
---|
| 9423 | |
---|
| 9424 | <p>Kinematic sensible |
---|
| 9425 | heat flux at the bottom surface (in K m/s). </p> |
---|
| 9426 | |
---|
| 9427 | |
---|
| 9428 | |
---|
| 9429 | |
---|
| 9430 | |
---|
| 9431 | |
---|
| 9432 | |
---|
| 9433 | |
---|
| 9434 | |
---|
| 9435 | <p>If |
---|
| 9436 | a value is assigned to this parameter, the internal two-dimensional |
---|
| 9437 | surface heat flux field <span style="font-style: italic;">shf</span> |
---|
| 9438 | is initialized with the value of <span style="font-weight: bold;">surface_heatflux</span> as |
---|
| 9439 | bottom (horizontally homogeneous) boundary condition for the |
---|
| 9440 | temperature equation. This additionally requires that a Neumann |
---|
| 9441 | condition must be used for the potential temperature (see <a href="#bc_pt_b">bc_pt_b</a>), |
---|
| 9442 | because otherwise the resolved scale may contribute to |
---|
| 9443 | the surface flux so that a constant value cannot be guaranteed. Also, |
---|
| 9444 | changes of the |
---|
| 9445 | surface temperature (see <a href="#pt_surface_initial_change">pt_surface_initial_change</a>) |
---|
| 9446 | are not allowed. The parameter <a href="#random_heatflux">random_heatflux</a> |
---|
| 9447 | can be used to impose random perturbations on the (homogeneous) surface |
---|
| 9448 | heat |
---|
| 9449 | flux field <span style="font-style: italic;">shf</span>. </p> |
---|
| 9450 | |
---|
| 9451 | |
---|
| 9452 | |
---|
| 9453 | |
---|
| 9454 | |
---|
| 9455 | |
---|
| 9456 | |
---|
| 9457 | |
---|
| 9458 | |
---|
| 9459 | <p> |
---|
| 9460 | In case of a non-flat <a href="#topography">topography</a>, the |
---|
| 9461 | internal two-dimensional surface heat |
---|
| 9462 | flux field <span style="font-style: italic;">shf</span> |
---|
| 9463 | is initialized with the value of <span style="font-weight: bold;">surface_heatflux</span> |
---|
| 9464 | at the bottom surface and <a href="#wall_heatflux">wall_heatflux(0)</a> |
---|
| 9465 | at the topography top face. The parameter<a href="#random_heatflux"> random_heatflux</a> |
---|
| 9466 | can be used to impose random perturbations on this combined surface |
---|
| 9467 | heat |
---|
| 9468 | flux field <span style="font-style: italic;">shf</span>. |
---|
| 9469 | </p> |
---|
| 9470 | |
---|
| 9471 | |
---|
| 9472 | |
---|
| 9473 | |
---|
| 9474 | |
---|
| 9475 | |
---|
| 9476 | |
---|
| 9477 | |
---|
| 9478 | |
---|
| 9479 | <p>If no surface heat flux is assigned, <span style="font-style: italic;">shf</span> is calculated |
---|
| 9480 | at each timestep by u<sub>*</sub> * theta<sub>*</sub> |
---|
| 9481 | (of course only with <a href="#prandtl_layer">prandtl_layer</a> |
---|
| 9482 | switched on). Here, u<sub>*</sub> |
---|
| 9483 | and theta<sub>*</sub> are calculated from the Prandtl law |
---|
| 9484 | assuming |
---|
| 9485 | logarithmic wind and temperature |
---|
| 9486 | profiles between k=0 and k=1. In this case a Dirichlet condition (see <a href="#bc_pt_b">bc_pt_b</a>) |
---|
| 9487 | must be used as bottom boundary condition for the potential temperature.</p> |
---|
| 9488 | |
---|
| 9489 | |
---|
| 9490 | |
---|
| 9491 | |
---|
| 9492 | |
---|
| 9493 | |
---|
| 9494 | |
---|
| 9495 | |
---|
| 9496 | <p>See |
---|
| 9497 | also <a href="#top_heatflux">top_heatflux</a>.</p> |
---|
| 9498 | |
---|
| 9499 | |
---|
| 9500 | |
---|
| 9501 | |
---|
| 9502 | |
---|
| 9503 | </td> |
---|
| 9504 | |
---|
| 9505 | |
---|
| 9506 | |
---|
| 9507 | |
---|
| 9508 | </tr> |
---|
| 9509 | |
---|
| 9510 | |
---|
| 9511 | |
---|
| 9512 | |
---|
| 9513 | <tr> |
---|
| 9514 | |
---|
| 9515 | |
---|
| 9516 | |
---|
| 9517 | |
---|
| 9518 | <td style="vertical-align: top;"> |
---|
| 9519 | |
---|
| 9520 | |
---|
| 9521 | |
---|
| 9522 | |
---|
| 9523 | <p><a name="surface_pressure"></a><b>surface_pressure</b></p> |
---|
| 9524 | |
---|
| 9525 | |
---|
| 9526 | |
---|
| 9527 | |
---|
| 9528 | |
---|
| 9529 | </td> |
---|
| 9530 | |
---|
| 9531 | |
---|
| 9532 | |
---|
| 9533 | |
---|
| 9534 | <td style="vertical-align: top;">R</td> |
---|
| 9535 | |
---|
| 9536 | |
---|
| 9537 | |
---|
| 9538 | |
---|
| 9539 | |
---|
| 9540 | <td style="vertical-align: top;"><i>1013.25</i></td> |
---|
| 9541 | |
---|
| 9542 | |
---|
| 9543 | |
---|
| 9544 | |
---|
| 9545 | |
---|
| 9546 | <td style="vertical-align: top;"> |
---|
| 9547 | |
---|
| 9548 | |
---|
| 9549 | |
---|
| 9550 | |
---|
| 9551 | <p>Atmospheric |
---|
| 9552 | pressure at the surface (in hPa). </p> |
---|
| 9553 | |
---|
| 9554 | |
---|
| 9555 | |
---|
| 9556 | |
---|
| 9557 | |
---|
| 9558 | Starting from this surface value, the vertical pressure |
---|
| 9559 | profile is calculated once at the beginning of the run assuming a |
---|
| 9560 | neutrally stratified |
---|
| 9561 | atmosphere. This is needed for |
---|
| 9562 | converting between the liquid water potential temperature and the |
---|
| 9563 | potential temperature (see <a href="#cloud_physics">cloud_physics</a><span style="text-decoration: underline;"></span>).</td> |
---|
| 9564 | |
---|
| 9565 | |
---|
| 9566 | |
---|
| 9567 | |
---|
| 9568 | |
---|
| 9569 | </tr> |
---|
| 9570 | |
---|
| 9571 | |
---|
| 9572 | |
---|
| 9573 | |
---|
| 9574 | <tr> |
---|
| 9575 | |
---|
| 9576 | |
---|
| 9577 | |
---|
| 9578 | |
---|
| 9579 | <td style="vertical-align: top;"> |
---|
| 9580 | |
---|
| 9581 | |
---|
| 9582 | |
---|
| 9583 | |
---|
| 9584 | <p><a name="surface_scalarflux"></a><b>surface_scalarflux</b></p> |
---|
| 9585 | |
---|
| 9586 | |
---|
| 9587 | |
---|
| 9588 | |
---|
| 9589 | |
---|
| 9590 | </td> |
---|
| 9591 | |
---|
| 9592 | |
---|
| 9593 | |
---|
| 9594 | |
---|
| 9595 | <td style="vertical-align: top;">R</td> |
---|
| 9596 | |
---|
| 9597 | |
---|
| 9598 | |
---|
| 9599 | |
---|
| 9600 | |
---|
| 9601 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 9602 | |
---|
| 9603 | |
---|
| 9604 | |
---|
| 9605 | |
---|
| 9606 | |
---|
| 9607 | <td style="vertical-align: top;"> |
---|
| 9608 | |
---|
| 9609 | |
---|
| 9610 | |
---|
| 9611 | |
---|
| 9612 | <p>Scalar flux at |
---|
| 9613 | the surface (in kg/(m<sup>2</sup> s)). </p> |
---|
| 9614 | |
---|
| 9615 | |
---|
| 9616 | |
---|
| 9617 | |
---|
| 9618 | |
---|
| 9619 | |
---|
| 9620 | |
---|
| 9621 | |
---|
| 9622 | |
---|
| 9623 | <p>If a non-zero value is assigned to this parameter, the |
---|
| 9624 | respective scalar flux value is used |
---|
| 9625 | as bottom (horizontally homogeneous) boundary condition for the scalar |
---|
| 9626 | concentration equation. This additionally requires that a |
---|
| 9627 | Neumann |
---|
| 9628 | condition must be used for the scalar concentration (see <a href="#bc_s_b">bc_s_b</a>), |
---|
| 9629 | because otherwise the resolved scale may contribute to |
---|
| 9630 | the surface flux so that a constant value cannot be guaranteed. Also, |
---|
| 9631 | changes of the |
---|
| 9632 | surface scalar concentration (see <a href="#s_surface_initial_change">s_surface_initial_change</a>) |
---|
| 9633 | are not allowed. <br> |
---|
| 9634 | |
---|
| 9635 | |
---|
| 9636 | |
---|
| 9637 | |
---|
| 9638 | </p> |
---|
| 9639 | |
---|
| 9640 | |
---|
| 9641 | |
---|
| 9642 | |
---|
| 9643 | |
---|
| 9644 | |
---|
| 9645 | |
---|
| 9646 | |
---|
| 9647 | |
---|
| 9648 | <p>If no surface scalar |
---|
| 9649 | flux is assigned (<b>surface_scalarflux</b> |
---|
| 9650 | = <i>0.0</i>), |
---|
| 9651 | it is calculated at each timestep by u<sub>*</sub> * s<sub>*</sub> |
---|
| 9652 | (of course only with Prandtl layer switched on). Here, s<sub>*</sub> |
---|
| 9653 | is calculated from the Prandtl law assuming a logarithmic scalar |
---|
| 9654 | concentration |
---|
| 9655 | profile between k=0 and k=1. In this case a Dirichlet condition (see <a href="#bc_s_b">bc_s_b</a>) |
---|
| 9656 | must be used as bottom boundary condition for the scalar concentration.</p> |
---|
| 9657 | |
---|
| 9658 | |
---|
| 9659 | |
---|
| 9660 | |
---|
| 9661 | |
---|
| 9662 | </td> |
---|
| 9663 | |
---|
| 9664 | |
---|
| 9665 | |
---|
| 9666 | |
---|
| 9667 | </tr> |
---|
| 9668 | |
---|
| 9669 | |
---|
| 9670 | |
---|
| 9671 | |
---|
| 9672 | <tr> |
---|
| 9673 | |
---|
| 9674 | |
---|
| 9675 | |
---|
| 9676 | |
---|
| 9677 | <td style="vertical-align: top;"> |
---|
| 9678 | |
---|
| 9679 | |
---|
| 9680 | |
---|
| 9681 | |
---|
| 9682 | <p><a name="surface_waterflux"></a><b>surface_waterflux</b></p> |
---|
| 9683 | |
---|
| 9684 | |
---|
| 9685 | |
---|
| 9686 | |
---|
| 9687 | |
---|
| 9688 | </td> |
---|
| 9689 | |
---|
| 9690 | |
---|
| 9691 | |
---|
| 9692 | |
---|
| 9693 | <td style="vertical-align: top;">R</td> |
---|
| 9694 | |
---|
| 9695 | |
---|
| 9696 | |
---|
| 9697 | |
---|
| 9698 | |
---|
| 9699 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 9700 | |
---|
| 9701 | |
---|
| 9702 | |
---|
| 9703 | |
---|
| 9704 | |
---|
| 9705 | <td style="vertical-align: top;"> |
---|
| 9706 | |
---|
| 9707 | |
---|
| 9708 | |
---|
| 9709 | |
---|
| 9710 | <p>Kinematic |
---|
| 9711 | water flux near the surface (in m/s). </p> |
---|
| 9712 | |
---|
| 9713 | |
---|
| 9714 | |
---|
| 9715 | |
---|
| 9716 | |
---|
| 9717 | |
---|
| 9718 | |
---|
| 9719 | |
---|
| 9720 | |
---|
| 9721 | <p>If |
---|
| 9722 | a non-zero value is assigned to this parameter, the |
---|
| 9723 | respective water flux value is used |
---|
| 9724 | as bottom (horizontally homogeneous) boundary condition for the |
---|
| 9725 | humidity equation. This additionally requires that a Neumann |
---|
| 9726 | condition must be used for the specific humidity / total water content |
---|
| 9727 | (see <a href="#bc_q_b">bc_q_b</a>), |
---|
| 9728 | because otherwise the resolved scale may contribute to |
---|
| 9729 | the surface flux so that a constant value cannot be guaranteed. Also, |
---|
| 9730 | changes of the |
---|
| 9731 | surface humidity (see <a href="#q_surface_initial_change">q_surface_initial_change</a>) |
---|
| 9732 | are not allowed.<br> |
---|
| 9733 | |
---|
| 9734 | |
---|
| 9735 | |
---|
| 9736 | |
---|
| 9737 | </p> |
---|
| 9738 | |
---|
| 9739 | |
---|
| 9740 | |
---|
| 9741 | |
---|
| 9742 | |
---|
| 9743 | |
---|
| 9744 | |
---|
| 9745 | |
---|
| 9746 | |
---|
| 9747 | <p>If no surface water |
---|
| 9748 | flux is assigned (<b>surface_waterflux</b> |
---|
| 9749 | = <i>0.0</i>), |
---|
| 9750 | it is calculated at each timestep by u<sub>*</sub> * q<sub>*</sub> |
---|
| 9751 | (of course only with Prandtl layer switched on). Here, q<sub>*</sub> |
---|
| 9752 | is calculated from the Prandtl law assuming a logarithmic temperature |
---|
| 9753 | profile between k=0 and k=1. In this case a Dirichlet condition (see <a href="#bc_q_b">bc_q_b</a>) |
---|
| 9754 | must be used as the bottom boundary condition for the humidity.</p> |
---|
| 9755 | |
---|
| 9756 | |
---|
| 9757 | |
---|
| 9758 | |
---|
| 9759 | |
---|
| 9760 | </td> |
---|
| 9761 | |
---|
| 9762 | |
---|
| 9763 | |
---|
| 9764 | |
---|
| 9765 | </tr> |
---|
| 9766 | |
---|
| 9767 | |
---|
| 9768 | |
---|
| 9769 | |
---|
| 9770 | <tr> |
---|
| 9771 | |
---|
| 9772 | |
---|
| 9773 | |
---|
| 9774 | |
---|
| 9775 | <td style="vertical-align: top;"> |
---|
| 9776 | |
---|
| 9777 | |
---|
| 9778 | |
---|
| 9779 | |
---|
| 9780 | <p><a name="s_surface"></a><b>s_surface</b></p> |
---|
| 9781 | |
---|
| 9782 | |
---|
| 9783 | |
---|
| 9784 | |
---|
| 9785 | |
---|
| 9786 | </td> |
---|
| 9787 | |
---|
| 9788 | |
---|
| 9789 | |
---|
| 9790 | |
---|
| 9791 | <td style="vertical-align: top;">R</td> |
---|
| 9792 | |
---|
| 9793 | |
---|
| 9794 | |
---|
| 9795 | |
---|
| 9796 | |
---|
| 9797 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 9798 | |
---|
| 9799 | |
---|
| 9800 | |
---|
| 9801 | |
---|
| 9802 | |
---|
| 9803 | <td style="vertical-align: top;"> |
---|
| 9804 | |
---|
| 9805 | |
---|
| 9806 | |
---|
| 9807 | |
---|
| 9808 | <p>Surface value |
---|
| 9809 | of the passive scalar (in kg/m<sup>3</sup>). <br> |
---|
| 9810 | |
---|
| 9811 | |
---|
| 9812 | |
---|
| 9813 | |
---|
| 9814 | |
---|
| 9815 | </p> |
---|
| 9816 | |
---|
| 9817 | |
---|
| 9818 | |
---|
| 9819 | |
---|
| 9820 | |
---|
| 9821 | This parameter assigns the value of the passive scalar s at |
---|
| 9822 | the surface (k=0)<b>.</b> Starting from this value, the |
---|
| 9823 | initial vertical scalar concentration profile is constructed with<a href="#s_vertical_gradient"> |
---|
| 9824 | s_vertical_gradient</a> and <a href="#s_vertical_gradient_level">s_vertical_gradient_level</a>.</td> |
---|
| 9825 | |
---|
| 9826 | |
---|
| 9827 | |
---|
| 9828 | |
---|
| 9829 | |
---|
| 9830 | </tr> |
---|
| 9831 | |
---|
| 9832 | |
---|
| 9833 | |
---|
| 9834 | |
---|
| 9835 | <tr> |
---|
| 9836 | |
---|
| 9837 | |
---|
| 9838 | |
---|
| 9839 | |
---|
| 9840 | <td style="vertical-align: top;"> |
---|
| 9841 | |
---|
| 9842 | |
---|
| 9843 | |
---|
| 9844 | |
---|
| 9845 | <p><a name="s_surface_initial_change"></a><b>s_surface_initial</b> |
---|
| 9846 | <br> |
---|
| 9847 | |
---|
| 9848 | |
---|
| 9849 | |
---|
| 9850 | |
---|
| 9851 | <b>_change</b></p> |
---|
| 9852 | |
---|
| 9853 | |
---|
| 9854 | |
---|
| 9855 | |
---|
| 9856 | </td> |
---|
| 9857 | |
---|
| 9858 | |
---|
| 9859 | |
---|
| 9860 | |
---|
| 9861 | <td style="vertical-align: top;">R</td> |
---|
| 9862 | |
---|
| 9863 | |
---|
| 9864 | |
---|
| 9865 | |
---|
| 9866 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 9867 | |
---|
| 9868 | |
---|
| 9869 | |
---|
| 9870 | |
---|
| 9871 | |
---|
| 9872 | <td style="vertical-align: top;"> |
---|
| 9873 | |
---|
| 9874 | |
---|
| 9875 | |
---|
| 9876 | |
---|
| 9877 | <p>Change in |
---|
| 9878 | surface scalar concentration to be made at the |
---|
| 9879 | beginning of the 3d run (in kg/m<sup>3</sup>). </p> |
---|
| 9880 | |
---|
| 9881 | |
---|
| 9882 | |
---|
| 9883 | |
---|
| 9884 | |
---|
| 9885 | |
---|
| 9886 | |
---|
| 9887 | |
---|
| 9888 | |
---|
| 9889 | <p>If <b>s_surface_initial_change</b><i> </i>is |
---|
| 9890 | set to a |
---|
| 9891 | non-zero |
---|
| 9892 | value, the near surface scalar flux is not allowed to be given |
---|
| 9893 | simultaneously (see <a href="#surface_scalarflux">surface_scalarflux</a>).</p> |
---|
| 9894 | |
---|
| 9895 | |
---|
| 9896 | |
---|
| 9897 | |
---|
| 9898 | |
---|
| 9899 | </td> |
---|
| 9900 | |
---|
| 9901 | |
---|
| 9902 | |
---|
| 9903 | |
---|
| 9904 | </tr> |
---|
| 9905 | |
---|
| 9906 | |
---|
| 9907 | |
---|
| 9908 | |
---|
| 9909 | <tr> |
---|
| 9910 | |
---|
| 9911 | |
---|
| 9912 | |
---|
| 9913 | |
---|
| 9914 | <td style="vertical-align: top;"> |
---|
| 9915 | |
---|
| 9916 | |
---|
| 9917 | |
---|
| 9918 | |
---|
| 9919 | <p><a name="s_vertical_gradient"></a><b>s_vertical_gradient</b></p> |
---|
| 9920 | |
---|
| 9921 | |
---|
| 9922 | |
---|
| 9923 | |
---|
| 9924 | |
---|
| 9925 | </td> |
---|
| 9926 | |
---|
| 9927 | |
---|
| 9928 | |
---|
| 9929 | |
---|
| 9930 | <td style="vertical-align: top;">R (10)</td> |
---|
| 9931 | |
---|
| 9932 | |
---|
| 9933 | |
---|
| 9934 | |
---|
| 9935 | |
---|
| 9936 | <td style="vertical-align: top;"><i>10 * 0</i><i>.0</i></td> |
---|
| 9937 | |
---|
| 9938 | |
---|
| 9939 | |
---|
| 9940 | |
---|
| 9941 | |
---|
| 9942 | <td style="vertical-align: top;"> |
---|
| 9943 | |
---|
| 9944 | |
---|
| 9945 | |
---|
| 9946 | |
---|
| 9947 | <p>Scalar |
---|
| 9948 | concentration gradient(s) of the initial scalar |
---|
| 9949 | concentration profile (in kg/m<sup>3 </sup>/ |
---|
| 9950 | 100 m). </p> |
---|
| 9951 | |
---|
| 9952 | |
---|
| 9953 | |
---|
| 9954 | |
---|
| 9955 | |
---|
| 9956 | |
---|
| 9957 | |
---|
| 9958 | |
---|
| 9959 | |
---|
| 9960 | <p>The scalar gradient holds |
---|
| 9961 | starting from the height level |
---|
| 9962 | defined by <a href="#s_vertical_gradient_level">s_vertical_gradient_level |
---|
| 9963 | </a>(precisely: for all uv levels k, where zu(k) > |
---|
| 9964 | s_vertical_gradient_level, s_init(k) is set: s_init(k) = s_init(k-1) + |
---|
| 9965 | dzu(k) * <b>s_vertical_gradient</b>) up to the top |
---|
| 9966 | boundary or up to |
---|
| 9967 | the next height level defined by <a href="#s_vertical_gradient_level">s_vertical_gradient_level</a>. |
---|
| 9968 | A total of 10 different gradients for 11 height intervals (10 intervals |
---|
| 9969 | if <a href="#s_vertical_gradient_level">s_vertical_gradient_level</a>(1) |
---|
| 9970 | = <i>0.0</i>) can be assigned. The surface scalar value is |
---|
| 9971 | assigned |
---|
| 9972 | via <a href="#s_surface">s_surface</a>.<br> |
---|
| 9973 | |
---|
| 9974 | |
---|
| 9975 | |
---|
| 9976 | |
---|
| 9977 | </p> |
---|
| 9978 | |
---|
| 9979 | |
---|
| 9980 | |
---|
| 9981 | |
---|
| 9982 | |
---|
| 9983 | |
---|
| 9984 | |
---|
| 9985 | |
---|
| 9986 | |
---|
| 9987 | <p>Example: </p> |
---|
| 9988 | |
---|
| 9989 | |
---|
| 9990 | |
---|
| 9991 | |
---|
| 9992 | |
---|
| 9993 | |
---|
| 9994 | |
---|
| 9995 | |
---|
| 9996 | |
---|
| 9997 | <ul> |
---|
| 9998 | |
---|
| 9999 | |
---|
| 10000 | |
---|
| 10001 | |
---|
| 10002 | |
---|
| 10003 | |
---|
| 10004 | |
---|
| 10005 | |
---|
| 10006 | |
---|
| 10007 | <p><b>s_vertical_gradient</b> |
---|
| 10008 | = <i>0.1</i>, <i>0.05</i>, <br> |
---|
| 10009 | |
---|
| 10010 | |
---|
| 10011 | |
---|
| 10012 | |
---|
| 10013 | |
---|
| 10014 | <b>s_vertical_gradient_level</b> = <i>500.0</i>, |
---|
| 10015 | <i>1000.0</i>,</p> |
---|
| 10016 | |
---|
| 10017 | |
---|
| 10018 | |
---|
| 10019 | |
---|
| 10020 | |
---|
| 10021 | |
---|
| 10022 | |
---|
| 10023 | |
---|
| 10024 | |
---|
| 10025 | </ul> |
---|
| 10026 | |
---|
| 10027 | |
---|
| 10028 | |
---|
| 10029 | |
---|
| 10030 | |
---|
| 10031 | |
---|
| 10032 | |
---|
| 10033 | |
---|
| 10034 | |
---|
| 10035 | <p>That |
---|
| 10036 | defines the scalar concentration to be constant with |
---|
| 10037 | height up to z = 500.0 m with a value given by <a href="#s_surface">s_surface</a>. |
---|
| 10038 | For 500.0 m < z <= 1000.0 m the scalar gradient is 0.1 |
---|
| 10039 | kg/m<sup>3 </sup>/ 100 m and for z > 1000.0 m up to |
---|
| 10040 | the top |
---|
| 10041 | boundary it is 0.05 kg/m<sup>3 </sup>/ 100 m (it is |
---|
| 10042 | assumed that the |
---|
| 10043 | assigned height levels |
---|
| 10044 | correspond with uv |
---|
| 10045 | levels).</p> |
---|
| 10046 | |
---|
| 10047 | |
---|
| 10048 | |
---|
| 10049 | |
---|
| 10050 | </td> |
---|
| 10051 | |
---|
| 10052 | |
---|
| 10053 | |
---|
| 10054 | |
---|
| 10055 | </tr> |
---|
| 10056 | |
---|
| 10057 | |
---|
| 10058 | |
---|
| 10059 | |
---|
| 10060 | <tr> |
---|
| 10061 | |
---|
| 10062 | |
---|
| 10063 | |
---|
| 10064 | |
---|
| 10065 | <td style="vertical-align: top;"> |
---|
| 10066 | |
---|
| 10067 | |
---|
| 10068 | |
---|
| 10069 | |
---|
| 10070 | <p><a name="s_vertical_gradient_level"></a><b>s_vertical_gradient_</b> |
---|
| 10071 | <br> |
---|
| 10072 | |
---|
| 10073 | |
---|
| 10074 | |
---|
| 10075 | |
---|
| 10076 | <b>level</b></p> |
---|
| 10077 | |
---|
| 10078 | |
---|
| 10079 | |
---|
| 10080 | |
---|
| 10081 | </td> |
---|
| 10082 | |
---|
| 10083 | |
---|
| 10084 | |
---|
| 10085 | |
---|
| 10086 | <td style="vertical-align: top;">R (10)</td> |
---|
| 10087 | |
---|
| 10088 | |
---|
| 10089 | |
---|
| 10090 | |
---|
| 10091 | <td style="vertical-align: top;"> |
---|
| 10092 | |
---|
| 10093 | |
---|
| 10094 | |
---|
| 10095 | |
---|
| 10096 | <p><i>10 *</i> |
---|
| 10097 | <i>0.0</i></p> |
---|
| 10098 | |
---|
| 10099 | |
---|
| 10100 | |
---|
| 10101 | |
---|
| 10102 | </td> |
---|
| 10103 | |
---|
| 10104 | |
---|
| 10105 | |
---|
| 10106 | |
---|
| 10107 | <td style="vertical-align: top;"> |
---|
| 10108 | |
---|
| 10109 | |
---|
| 10110 | |
---|
| 10111 | |
---|
| 10112 | <p>Height level from |
---|
| 10113 | which on the scalar gradient defined by <a href="#s_vertical_gradient">s_vertical_gradient</a> |
---|
| 10114 | is effective (in m). </p> |
---|
| 10115 | |
---|
| 10116 | |
---|
| 10117 | |
---|
| 10118 | |
---|
| 10119 | |
---|
| 10120 | |
---|
| 10121 | |
---|
| 10122 | |
---|
| 10123 | |
---|
| 10124 | <p>The height levels |
---|
| 10125 | are to be assigned in ascending order. The |
---|
| 10126 | default values result in a scalar concentration constant with height |
---|
| 10127 | regardless of the values of <a href="#s_vertical_gradient">s_vertical_gradient</a> |
---|
| 10128 | (unless the top boundary of the model is higher than 100000.0 m). For |
---|
| 10129 | the |
---|
| 10130 | piecewise construction of scalar concentration profiles see <a href="#s_vertical_gradient">s_vertical_gradient</a>.</p> |
---|
| 10131 | |
---|
| 10132 | |
---|
| 10133 | |
---|
| 10134 | |
---|
| 10135 | |
---|
| 10136 | </td> |
---|
| 10137 | |
---|
| 10138 | |
---|
| 10139 | |
---|
| 10140 | |
---|
| 10141 | </tr> |
---|
| 10142 | |
---|
| 10143 | |
---|
| 10144 | |
---|
| 10145 | |
---|
| 10146 | <tr> |
---|
| 10147 | |
---|
| 10148 | |
---|
| 10149 | |
---|
| 10150 | |
---|
| 10151 | <td style="vertical-align: top;"> |
---|
| 10152 | |
---|
| 10153 | |
---|
| 10154 | |
---|
| 10155 | |
---|
| 10156 | <p><a name="timestep_scheme"></a><b>timestep_scheme</b></p> |
---|
| 10157 | |
---|
| 10158 | |
---|
| 10159 | |
---|
| 10160 | |
---|
| 10161 | |
---|
| 10162 | </td> |
---|
| 10163 | |
---|
| 10164 | |
---|
| 10165 | |
---|
| 10166 | |
---|
| 10167 | <td style="vertical-align: top;">C * 20</td> |
---|
| 10168 | |
---|
| 10169 | |
---|
| 10170 | |
---|
| 10171 | |
---|
| 10172 | |
---|
| 10173 | <td style="vertical-align: top;"> |
---|
| 10174 | |
---|
| 10175 | |
---|
| 10176 | |
---|
| 10177 | |
---|
| 10178 | <p><i>'runge</i><br> |
---|
| 10179 | |
---|
| 10180 | |
---|
| 10181 | |
---|
| 10182 | |
---|
| 10183 | |
---|
| 10184 | <i>kutta-3'</i></p> |
---|
| 10185 | |
---|
| 10186 | |
---|
| 10187 | |
---|
| 10188 | |
---|
| 10189 | </td> |
---|
| 10190 | |
---|
| 10191 | |
---|
| 10192 | |
---|
| 10193 | |
---|
| 10194 | <td style="vertical-align: top;"> |
---|
| 10195 | |
---|
| 10196 | |
---|
| 10197 | |
---|
| 10198 | |
---|
| 10199 | <p>Time step scheme to |
---|
| 10200 | be used for the integration of the prognostic |
---|
| 10201 | variables. </p> |
---|
| 10202 | |
---|
| 10203 | |
---|
| 10204 | |
---|
| 10205 | |
---|
| 10206 | |
---|
| 10207 | |
---|
| 10208 | |
---|
| 10209 | |
---|
| 10210 | |
---|
| 10211 | <p>The user can choose between |
---|
| 10212 | the following schemes:<br> |
---|
| 10213 | |
---|
| 10214 | |
---|
| 10215 | |
---|
| 10216 | |
---|
| 10217 | </p> |
---|
| 10218 | |
---|
| 10219 | |
---|
| 10220 | |
---|
| 10221 | |
---|
| 10222 | |
---|
| 10223 | |
---|
| 10224 | |
---|
| 10225 | |
---|
| 10226 | |
---|
| 10227 | <p><span style="font-style: italic;">'runge-kutta-3'</span><br> |
---|
| 10228 | |
---|
| 10229 | |
---|
| 10230 | |
---|
| 10231 | |
---|
| 10232 | |
---|
| 10233 | </p> |
---|
| 10234 | |
---|
| 10235 | |
---|
| 10236 | |
---|
| 10237 | |
---|
| 10238 | |
---|
| 10239 | |
---|
| 10240 | |
---|
| 10241 | |
---|
| 10242 | |
---|
| 10243 | <div style="margin-left: 40px;">Third order |
---|
| 10244 | Runge-Kutta scheme.<br> |
---|
| 10245 | |
---|
| 10246 | |
---|
| 10247 | |
---|
| 10248 | |
---|
| 10249 | |
---|
| 10250 | This scheme requires the use of <a href="#momentum_advec">momentum_advec</a> |
---|
| 10251 | = <a href="#scalar_advec">scalar_advec</a> |
---|
| 10252 | = '<i>pw-scheme'</i>. Please refer to the <a href="../tec/numerik.heiko/zeitschrittverfahren.pdf">documentation |
---|
| 10253 | on PALM's time integration schemes (28p., in German)</a> |
---|
| 10254 | fur further details.<br> |
---|
| 10255 | |
---|
| 10256 | |
---|
| 10257 | |
---|
| 10258 | |
---|
| 10259 | </div> |
---|
| 10260 | |
---|
| 10261 | |
---|
| 10262 | |
---|
| 10263 | |
---|
| 10264 | |
---|
| 10265 | |
---|
| 10266 | |
---|
| 10267 | |
---|
| 10268 | |
---|
| 10269 | <p><span style="font-style: italic;">'runge-kutta-2'</span><br> |
---|
| 10270 | |
---|
| 10271 | |
---|
| 10272 | |
---|
| 10273 | |
---|
| 10274 | |
---|
| 10275 | </p> |
---|
| 10276 | |
---|
| 10277 | |
---|
| 10278 | |
---|
| 10279 | |
---|
| 10280 | |
---|
| 10281 | |
---|
| 10282 | |
---|
| 10283 | |
---|
| 10284 | |
---|
| 10285 | <div style="margin-left: 40px;">Second order |
---|
| 10286 | Runge-Kutta scheme.<br> |
---|
| 10287 | |
---|
| 10288 | |
---|
| 10289 | |
---|
| 10290 | |
---|
| 10291 | |
---|
| 10292 | For special features see <b>timestep_scheme</b> = '<i>runge-kutta-3'</i>.<br> |
---|
| 10293 | |
---|
| 10294 | |
---|
| 10295 | |
---|
| 10296 | |
---|
| 10297 | |
---|
| 10298 | </div> |
---|
| 10299 | |
---|
| 10300 | |
---|
| 10301 | |
---|
| 10302 | |
---|
| 10303 | <br> |
---|
| 10304 | |
---|
| 10305 | |
---|
| 10306 | |
---|
| 10307 | |
---|
| 10308 | <span style="font-style: italic;"><span style="font-style: italic;">'leapfrog'</span><br> |
---|
| 10309 | |
---|
| 10310 | |
---|
| 10311 | |
---|
| 10312 | |
---|
| 10313 | |
---|
| 10314 | <br> |
---|
| 10315 | |
---|
| 10316 | |
---|
| 10317 | |
---|
| 10318 | |
---|
| 10319 | </span> |
---|
| 10320 | |
---|
| 10321 | |
---|
| 10322 | |
---|
| 10323 | |
---|
| 10324 | <div style="margin-left: 40px;">Second |
---|
| 10325 | order leapfrog scheme.<br> |
---|
| 10326 | |
---|
| 10327 | |
---|
| 10328 | |
---|
| 10329 | |
---|
| 10330 | |
---|
| 10331 | Although this scheme requires a constant timestep (because it is |
---|
| 10332 | centered in time), is even applied in case of changes in |
---|
| 10333 | timestep. Therefore, only small |
---|
| 10334 | changes of the timestep are allowed (see <a href="#dt">dt</a>). |
---|
| 10335 | However, an Euler timestep is always used as the first timestep of an |
---|
| 10336 | initiali run. When using the Bott-Chlond scheme for scalar advection |
---|
| 10337 | (see <a href="#scalar_advec">scalar_advec</a>), |
---|
| 10338 | the prognostic equation for potential temperature will be calculated |
---|
| 10339 | with the Euler scheme, although the leapfrog scheme is switched |
---|
| 10340 | on. <br> |
---|
| 10341 | |
---|
| 10342 | |
---|
| 10343 | |
---|
| 10344 | |
---|
| 10345 | |
---|
| 10346 | The leapfrog scheme must not be used together with the upstream-spline |
---|
| 10347 | scheme for calculating the advection (see <a href="#scalar_advec">scalar_advec</a> |
---|
| 10348 | = '<i>ups-scheme'</i> and <a href="#momentum_advec">momentum_advec</a> |
---|
| 10349 | = '<i>ups-scheme'</i>).<br> |
---|
| 10350 | |
---|
| 10351 | |
---|
| 10352 | |
---|
| 10353 | |
---|
| 10354 | </div> |
---|
| 10355 | |
---|
| 10356 | |
---|
| 10357 | |
---|
| 10358 | |
---|
| 10359 | <br> |
---|
| 10360 | |
---|
| 10361 | |
---|
| 10362 | |
---|
| 10363 | |
---|
| 10364 | |
---|
| 10365 | <span style="font-style: italic;">'</span><span style="font-style: italic;"><span style="font-style: italic;">leapfrog+euler'</span><br> |
---|
| 10366 | |
---|
| 10367 | |
---|
| 10368 | |
---|
| 10369 | |
---|
| 10370 | |
---|
| 10371 | <br> |
---|
| 10372 | |
---|
| 10373 | |
---|
| 10374 | |
---|
| 10375 | |
---|
| 10376 | </span> |
---|
| 10377 | |
---|
| 10378 | |
---|
| 10379 | |
---|
| 10380 | |
---|
| 10381 | <div style="margin-left: 40px;">The |
---|
| 10382 | leapfrog scheme is used, but |
---|
| 10383 | after each change of a timestep an Euler timestep is carried out. |
---|
| 10384 | Although this method is theoretically correct (because the pure |
---|
| 10385 | leapfrog method does not allow timestep changes), the divergence of the |
---|
| 10386 | velocity field (after applying the pressure solver) may be |
---|
| 10387 | significantly larger than with <span style="font-style: italic;">'leapfrog'</span>.<br> |
---|
| 10388 | |
---|
| 10389 | |
---|
| 10390 | |
---|
| 10391 | |
---|
| 10392 | |
---|
| 10393 | </div> |
---|
| 10394 | |
---|
| 10395 | |
---|
| 10396 | |
---|
| 10397 | |
---|
| 10398 | <br> |
---|
| 10399 | |
---|
| 10400 | |
---|
| 10401 | |
---|
| 10402 | |
---|
| 10403 | <span style="font-style: italic;">'euler'</span><br> |
---|
| 10404 | |
---|
| 10405 | |
---|
| 10406 | |
---|
| 10407 | |
---|
| 10408 | |
---|
| 10409 | <br> |
---|
| 10410 | |
---|
| 10411 | |
---|
| 10412 | |
---|
| 10413 | |
---|
| 10414 | |
---|
| 10415 | |
---|
| 10416 | |
---|
| 10417 | |
---|
| 10418 | |
---|
| 10419 | <div style="margin-left: 40px;">First order |
---|
| 10420 | Euler scheme. <br> |
---|
| 10421 | |
---|
| 10422 | |
---|
| 10423 | |
---|
| 10424 | |
---|
| 10425 | |
---|
| 10426 | The Euler scheme must be used when treating the advection terms with |
---|
| 10427 | the upstream-spline scheme (see <a href="#scalar_advec">scalar_advec</a> |
---|
| 10428 | = <span style="font-style: italic;">'ups-scheme'</span> |
---|
| 10429 | and <a href="#momentum_advec">momentum_advec</a> |
---|
| 10430 | = <span style="font-style: italic;">'ups-scheme'</span>).</div> |
---|
| 10431 | |
---|
| 10432 | |
---|
| 10433 | |
---|
| 10434 | |
---|
| 10435 | |
---|
| 10436 | <br> |
---|
| 10437 | |
---|
| 10438 | |
---|
| 10439 | |
---|
| 10440 | |
---|
| 10441 | <br> |
---|
| 10442 | |
---|
| 10443 | |
---|
| 10444 | |
---|
| 10445 | |
---|
| 10446 | A differing timestep scheme can be choosed for the |
---|
| 10447 | subgrid-scale TKE using parameter <a href="#use_upstream_for_tke">use_upstream_for_tke</a>.<br> |
---|
| 10448 | |
---|
| 10449 | |
---|
| 10450 | |
---|
| 10451 | |
---|
| 10452 | |
---|
| 10453 | </td> |
---|
| 10454 | |
---|
| 10455 | |
---|
| 10456 | |
---|
| 10457 | |
---|
| 10458 | </tr> |
---|
| 10459 | |
---|
| 10460 | |
---|
| 10461 | |
---|
| 10462 | |
---|
| 10463 | <tr> |
---|
| 10464 | |
---|
| 10465 | |
---|
| 10466 | |
---|
| 10467 | |
---|
| 10468 | <td style="text-align: left; vertical-align: top;"><span style="font-weight: bold;"><a name="topography"></a></span><span style="font-weight: bold;">topography</span></td> |
---|
| 10469 | |
---|
| 10470 | |
---|
| 10471 | |
---|
| 10472 | |
---|
| 10473 | |
---|
| 10474 | <td style="vertical-align: top;">C * 40</td> |
---|
| 10475 | |
---|
| 10476 | |
---|
| 10477 | |
---|
| 10478 | |
---|
| 10479 | <td style="vertical-align: top;"><span style="font-style: italic;">'flat'</span></td> |
---|
| 10480 | |
---|
| 10481 | |
---|
| 10482 | |
---|
| 10483 | |
---|
| 10484 | <td> |
---|
| 10485 | |
---|
| 10486 | |
---|
| 10487 | |
---|
| 10488 | |
---|
| 10489 | <p>Topography mode. </p> |
---|
| 10490 | |
---|
| 10491 | |
---|
| 10492 | |
---|
| 10493 | |
---|
| 10494 | |
---|
| 10495 | |
---|
| 10496 | |
---|
| 10497 | |
---|
| 10498 | |
---|
| 10499 | <p>The user can |
---|
| 10500 | choose between the following modes:<br> |
---|
| 10501 | |
---|
| 10502 | |
---|
| 10503 | |
---|
| 10504 | |
---|
| 10505 | </p> |
---|
| 10506 | |
---|
| 10507 | |
---|
| 10508 | |
---|
| 10509 | |
---|
| 10510 | |
---|
| 10511 | |
---|
| 10512 | |
---|
| 10513 | |
---|
| 10514 | |
---|
| 10515 | <p><span style="font-style: italic;">'flat'</span><br> |
---|
| 10516 | |
---|
| 10517 | |
---|
| 10518 | |
---|
| 10519 | |
---|
| 10520 | </p> |
---|
| 10521 | |
---|
| 10522 | |
---|
| 10523 | |
---|
| 10524 | |
---|
| 10525 | |
---|
| 10526 | |
---|
| 10527 | |
---|
| 10528 | |
---|
| 10529 | |
---|
| 10530 | <div style="margin-left: 40px;">Flat surface.</div> |
---|
| 10531 | |
---|
| 10532 | |
---|
| 10533 | |
---|
| 10534 | |
---|
| 10535 | |
---|
| 10536 | |
---|
| 10537 | |
---|
| 10538 | |
---|
| 10539 | |
---|
| 10540 | <p><span style="font-style: italic;">'single_building'</span><br> |
---|
| 10541 | |
---|
| 10542 | |
---|
| 10543 | |
---|
| 10544 | |
---|
| 10545 | |
---|
| 10546 | </p> |
---|
| 10547 | |
---|
| 10548 | |
---|
| 10549 | |
---|
| 10550 | |
---|
| 10551 | |
---|
| 10552 | |
---|
| 10553 | |
---|
| 10554 | |
---|
| 10555 | |
---|
| 10556 | <div style="margin-left: 40px;">Flow |
---|
| 10557 | around a single rectangular building mounted on a flat surface.<br> |
---|
| 10558 | |
---|
| 10559 | |
---|
| 10560 | |
---|
| 10561 | |
---|
| 10562 | |
---|
[134] | 10563 | The building size and location can be specified with the parameters <a href="#building_height">building_height</a>, <a href="#building_length_x">building_length_x</a>, <a href="#building_length_y">building_length_y</a>, <a href="#building_wall_left">building_wall_left</a> and <a href="#building_wall_south">building_wall_south</a>.<br><font color="#000000">Due to the staggered grid the building will be displaced by -0.5 <a href="chapter_4.1.html#dx">dx</a> in x-direction and -0.5 <a href="chapter_4.1.html#dy">dy</a> in y-direction.</font></div> |
---|
[116] | 10564 | |
---|
| 10565 | |
---|
| 10566 | |
---|
| 10567 | |
---|
| 10568 | |
---|
| 10569 | <span style="font-style: italic;"></span> |
---|
| 10570 | |
---|
| 10571 | |
---|
| 10572 | |
---|
| 10573 | |
---|
| 10574 | <p><span style="font-style: italic;">'read_from_file'</span><br> |
---|
| 10575 | |
---|
| 10576 | |
---|
| 10577 | |
---|
| 10578 | |
---|
| 10579 | |
---|
| 10580 | </p> |
---|
| 10581 | |
---|
| 10582 | |
---|
| 10583 | |
---|
| 10584 | |
---|
| 10585 | |
---|
| 10586 | |
---|
| 10587 | |
---|
| 10588 | |
---|
| 10589 | |
---|
| 10590 | <div style="margin-left: 40px;">Flow around |
---|
| 10591 | arbitrary topography.<br> |
---|
| 10592 | |
---|
| 10593 | |
---|
| 10594 | |
---|
| 10595 | |
---|
| 10596 | |
---|
| 10597 | This mode requires the input file <a href="chapter_3.4.html#TOPOGRAPHY_DATA">TOPOGRAPHY_DATA</a><font color="#000000">. This file contains </font><font color="#000000"><font color="#000000">the </font></font><font color="#000000">arbitrary topography </font><font color="#000000"><font color="#000000">height |
---|
| 10598 | information</font></font><font color="#000000"> |
---|
| 10599 | in m. These data <span style="font-style: italic;"></span>must |
---|
[134] | 10600 | exactly match the horizontal grid.<br>Due to the staggered grid the topography will be displaced by -0.5 <a href="#dx">dx</a> in x-direction and -0.5 <a href="#dy">dy</a> in y-direction.</font> </div> |
---|
[116] | 10601 | |
---|
| 10602 | |
---|
| 10603 | |
---|
| 10604 | |
---|
| 10605 | <span style="font-style: italic;"><br> |
---|
| 10606 | |
---|
| 10607 | |
---|
| 10608 | |
---|
| 10609 | |
---|
| 10610 | </span><font color="#000000"> |
---|
| 10611 | Alternatively, the user may add code to the user interface subroutine <a href="chapter_3.5.1.html#user_init_grid">user_init_grid</a> |
---|
[134] | 10612 | to allow further topography modes. Again, </font><font color="#000000">due to the staggered grid the topography will be displaced by -0.5 <a href="chapter_4.1.html#dx">dx</a> in x-direction and -0.5 <a href="chapter_4.1.html#dy">dy</a> in y-direction.</font><br><font color="#000000"> |
---|
[116] | 10613 | |
---|
| 10614 | |
---|
| 10615 | |
---|
| 10616 | |
---|
| 10617 | <br> |
---|
| 10618 | |
---|
| 10619 | |
---|
| 10620 | |
---|
| 10621 | |
---|
| 10622 | |
---|
| 10623 | All non-flat <span style="font-weight: bold;">topography</span> |
---|
| 10624 | modes </font>require the use of <a href="#momentum_advec">momentum_advec</a> |
---|
| 10625 | = <a href="#scalar_advec">scalar_advec</a> |
---|
| 10626 | = '<i>pw-scheme'</i>, <a href="chapter_4.2.html#psolver">psolver</a> |
---|
| 10627 | = <i>'poisfft'</i> or '<i>poisfft_hybrid'</i>, |
---|
| 10628 | <i> </i><a href="#alpha_surface">alpha_surface</a> |
---|
| 10629 | = 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> |
---|
| 10630 | = <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> |
---|
| 10631 | |
---|
| 10632 | |
---|
| 10633 | |
---|
| 10634 | |
---|
| 10635 | |
---|
| 10636 | <font color="#000000"><br> |
---|
| 10637 | |
---|
| 10638 | |
---|
| 10639 | |
---|
| 10640 | |
---|
| 10641 | |
---|
| 10642 | 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 |
---|
| 10643 | nonzero </font><a href="#alpha_surface">alpha_surface</a>.</td> |
---|
| 10644 | |
---|
| 10645 | |
---|
| 10646 | |
---|
| 10647 | |
---|
| 10648 | |
---|
| 10649 | </tr> |
---|
| 10650 | |
---|
| 10651 | |
---|
| 10652 | |
---|
| 10653 | |
---|
| 10654 | <tr> |
---|
| 10655 | |
---|
| 10656 | |
---|
| 10657 | |
---|
| 10658 | |
---|
| 10659 | <td style="vertical-align: top;"><a name="top_heatflux"></a><span style="font-weight: bold;">top_heatflux</span></td> |
---|
| 10660 | |
---|
| 10661 | |
---|
| 10662 | |
---|
| 10663 | |
---|
| 10664 | <td style="vertical-align: top;">R</td> |
---|
| 10665 | |
---|
| 10666 | |
---|
| 10667 | |
---|
| 10668 | |
---|
| 10669 | <td style="vertical-align: top;"><span style="font-style: italic;">no prescribed<br> |
---|
| 10670 | |
---|
| 10671 | |
---|
| 10672 | |
---|
| 10673 | |
---|
| 10674 | |
---|
| 10675 | heatflux</span></td> |
---|
| 10676 | |
---|
| 10677 | |
---|
| 10678 | |
---|
| 10679 | |
---|
| 10680 | <td style="vertical-align: top;"> |
---|
| 10681 | |
---|
| 10682 | |
---|
| 10683 | |
---|
| 10684 | |
---|
| 10685 | <p>Kinematic |
---|
| 10686 | sensible heat flux at the top boundary (in K m/s). </p> |
---|
| 10687 | |
---|
| 10688 | |
---|
| 10689 | |
---|
| 10690 | |
---|
| 10691 | |
---|
| 10692 | |
---|
| 10693 | |
---|
| 10694 | |
---|
| 10695 | |
---|
| 10696 | <p>If a value is assigned to this parameter, the internal |
---|
| 10697 | two-dimensional surface heat flux field <span style="font-family: monospace;">tswst</span> is |
---|
| 10698 | initialized with the value of <span style="font-weight: bold;">top_heatflux</span> as |
---|
| 10699 | top (horizontally homogeneous) boundary condition for the |
---|
| 10700 | temperature equation. This additionally requires that a Neumann |
---|
| 10701 | condition must be used for the potential temperature (see <a href="chapter_4.1.html#bc_pt_t">bc_pt_t</a>), |
---|
| 10702 | because otherwise the resolved scale may contribute to |
---|
| 10703 | the top flux so that a constant flux value cannot be guaranteed.<span style="font-style: italic;"></span> </p> |
---|
| 10704 | |
---|
| 10705 | |
---|
| 10706 | |
---|
| 10707 | |
---|
| 10708 | |
---|
| 10709 | |
---|
| 10710 | |
---|
| 10711 | |
---|
| 10712 | |
---|
| 10713 | <p><span style="font-weight: bold;">Note:</span><br> |
---|
| 10714 | |
---|
| 10715 | |
---|
| 10716 | |
---|
| 10717 | |
---|
| 10718 | The |
---|
| 10719 | application of a top heat flux additionally requires the setting of |
---|
| 10720 | initial parameter <a href="#use_top_fluxes">use_top_fluxes</a> |
---|
| 10721 | = .T..<span style="font-style: italic;"></span><span style="font-weight: bold;"></span> </p> |
---|
| 10722 | |
---|
| 10723 | |
---|
| 10724 | |
---|
| 10725 | |
---|
| 10726 | |
---|
| 10727 | |
---|
| 10728 | |
---|
| 10729 | |
---|
| 10730 | <p>No |
---|
| 10731 | Prandtl-layer is available at the top boundary so far.</p> |
---|
| 10732 | |
---|
| 10733 | |
---|
| 10734 | |
---|
| 10735 | |
---|
| 10736 | |
---|
| 10737 | |
---|
| 10738 | |
---|
| 10739 | |
---|
| 10740 | <p>See |
---|
| 10741 | also <a href="#surface_heatflux">surface_heatflux</a>.</p> |
---|
| 10742 | |
---|
| 10743 | |
---|
| 10744 | |
---|
| 10745 | |
---|
| 10746 | |
---|
| 10747 | </td> |
---|
| 10748 | |
---|
| 10749 | |
---|
| 10750 | |
---|
| 10751 | |
---|
| 10752 | </tr> |
---|
| 10753 | |
---|
| 10754 | |
---|
| 10755 | |
---|
| 10756 | |
---|
| 10757 | <tr> |
---|
| 10758 | |
---|
| 10759 | |
---|
| 10760 | |
---|
| 10761 | |
---|
| 10762 | <td style="vertical-align: top;"><a name="top_momentumflux_u"></a><span style="font-weight: bold;">top_momentumflux_u</span></td> |
---|
| 10763 | |
---|
| 10764 | |
---|
| 10765 | |
---|
| 10766 | |
---|
| 10767 | <td style="vertical-align: top;">R</td> |
---|
| 10768 | |
---|
| 10769 | |
---|
| 10770 | |
---|
| 10771 | |
---|
| 10772 | <td style="vertical-align: top;"><span style="font-style: italic;">no prescribed momentumflux</span></td> |
---|
| 10773 | |
---|
| 10774 | |
---|
| 10775 | |
---|
| 10776 | |
---|
| 10777 | <td style="vertical-align: top;">Momentum flux along x at the top boundary (in m2/s2).<br> |
---|
| 10778 | |
---|
| 10779 | |
---|
| 10780 | |
---|
| 10781 | |
---|
| 10782 | |
---|
| 10783 | |
---|
| 10784 | |
---|
| 10785 | |
---|
| 10786 | <p>If a value is assigned to this parameter, the internal |
---|
| 10787 | two-dimensional u-momentum flux field <span style="font-family: monospace;">uswst</span> is |
---|
| 10788 | initialized with the value of <span style="font-weight: bold;">top_momentumflux_u</span> as |
---|
| 10789 | top (horizontally homogeneous) boundary condition for the u-momentum equation.</p> |
---|
| 10790 | |
---|
| 10791 | |
---|
| 10792 | |
---|
| 10793 | |
---|
| 10794 | |
---|
| 10795 | |
---|
| 10796 | |
---|
| 10797 | |
---|
| 10798 | <p><span style="font-weight: bold;">Notes:</span><br> |
---|
| 10799 | |
---|
| 10800 | |
---|
| 10801 | |
---|
| 10802 | |
---|
| 10803 | The |
---|
| 10804 | application of a top momentum flux additionally requires the setting of |
---|
| 10805 | initial parameter <a href="chapter_4.1.html#use_top_fluxes">use_top_fluxes</a> |
---|
| 10806 | = .T.. Setting of <span style="font-weight: bold;">top_momentumflux_u</span> requires setting of <a href="#top_momentumflux_v">top_momentumflux_v</a> also.</p> |
---|
| 10807 | |
---|
| 10808 | |
---|
| 10809 | |
---|
| 10810 | |
---|
| 10811 | |
---|
| 10812 | |
---|
| 10813 | |
---|
| 10814 | |
---|
| 10815 | <p>A Neumann |
---|
| 10816 | condition should be used for the u velocity component (see <a href="chapter_4.1.html#bc_uv_t">bc_uv_t</a>), |
---|
| 10817 | because otherwise the resolved scale may contribute to |
---|
| 10818 | the top flux so that a constant flux value cannot be guaranteed.<span style="font-style: italic;"></span> </p> |
---|
| 10819 | |
---|
| 10820 | |
---|
| 10821 | |
---|
| 10822 | |
---|
| 10823 | |
---|
| 10824 | <span style="font-weight: bold;"></span> |
---|
| 10825 | |
---|
| 10826 | |
---|
| 10827 | |
---|
| 10828 | |
---|
| 10829 | <p>No |
---|
| 10830 | Prandtl-layer is available at the top boundary so far.</p> |
---|
| 10831 | |
---|
| 10832 | |
---|
| 10833 | |
---|
| 10834 | |
---|
| 10835 | |
---|
| 10836 | |
---|
| 10837 | |
---|
| 10838 | |
---|
| 10839 | <p> The <a href="chapter_3.8.html">coupled</a> ocean parameter file <a href="chapter_3.4.html#PARIN"><font style="font-size: 10pt;" size="2">PARIN_O</font></a> should include dummy REAL value assignments to both <a href="chapter_4.1.html#top_momentumflux_u">top_momentumflux_u</a> and <a href="chapter_4.1.html#top_momentumflux_v">top_momentumflux_v</a> (e.g. top_momentumflux_u = 0.0, top_momentumflux_v = 0.0) to enable the momentum flux coupling.</p> |
---|
| 10840 | |
---|
| 10841 | |
---|
| 10842 | |
---|
| 10843 | |
---|
| 10844 | </td> |
---|
| 10845 | |
---|
| 10846 | |
---|
| 10847 | |
---|
| 10848 | |
---|
| 10849 | </tr> |
---|
| 10850 | |
---|
| 10851 | |
---|
| 10852 | |
---|
| 10853 | |
---|
| 10854 | <tr> |
---|
| 10855 | |
---|
| 10856 | |
---|
| 10857 | |
---|
| 10858 | |
---|
| 10859 | <td style="vertical-align: top;"><a name="top_momentumflux_v"></a><span style="font-weight: bold;">top_momentumflux_v</span></td> |
---|
| 10860 | |
---|
| 10861 | |
---|
| 10862 | |
---|
| 10863 | |
---|
| 10864 | <td style="vertical-align: top;">R</td> |
---|
| 10865 | |
---|
| 10866 | |
---|
| 10867 | |
---|
| 10868 | |
---|
| 10869 | <td style="vertical-align: top;"><span style="font-style: italic;">no prescribed momentumflux</span></td> |
---|
| 10870 | |
---|
| 10871 | |
---|
| 10872 | |
---|
| 10873 | |
---|
| 10874 | <td style="vertical-align: top;">Momentum flux along y at the top boundary (in m2/s2).<br> |
---|
| 10875 | |
---|
| 10876 | |
---|
| 10877 | |
---|
| 10878 | |
---|
| 10879 | |
---|
| 10880 | |
---|
| 10881 | |
---|
| 10882 | |
---|
| 10883 | <p>If a value is assigned to this parameter, the internal |
---|
| 10884 | two-dimensional v-momentum flux field <span style="font-family: monospace;">vswst</span> is |
---|
| 10885 | initialized with the value of <span style="font-weight: bold;">top_momentumflux_v</span> as |
---|
| 10886 | top (horizontally homogeneous) boundary condition for the v-momentum equation.</p> |
---|
| 10887 | |
---|
| 10888 | |
---|
| 10889 | |
---|
| 10890 | |
---|
| 10891 | |
---|
| 10892 | |
---|
| 10893 | |
---|
| 10894 | |
---|
| 10895 | <p><span style="font-weight: bold;">Notes:</span><br> |
---|
| 10896 | |
---|
| 10897 | |
---|
| 10898 | |
---|
| 10899 | |
---|
| 10900 | The |
---|
| 10901 | application of a top momentum flux additionally requires the setting of |
---|
| 10902 | initial parameter <a href="chapter_4.1.html#use_top_fluxes">use_top_fluxes</a> |
---|
| 10903 | = .T.. Setting of <span style="font-weight: bold;">top_momentumflux_v</span> requires setting of <a href="chapter_4.1.html#top_momentumflux_u">top_momentumflux_u</a> also.</p> |
---|
| 10904 | |
---|
| 10905 | |
---|
| 10906 | |
---|
| 10907 | |
---|
| 10908 | |
---|
| 10909 | |
---|
| 10910 | |
---|
| 10911 | |
---|
| 10912 | <p>A Neumann |
---|
| 10913 | condition should be used for the v velocity component (see <a href="chapter_4.1.html#bc_uv_t">bc_uv_t</a>), |
---|
| 10914 | because otherwise the resolved scale may contribute to |
---|
| 10915 | the top flux so that a constant flux value cannot be guaranteed.<span style="font-style: italic;"></span> </p> |
---|
| 10916 | |
---|
| 10917 | |
---|
| 10918 | |
---|
| 10919 | |
---|
| 10920 | |
---|
| 10921 | <span style="font-weight: bold;"></span> |
---|
| 10922 | |
---|
| 10923 | |
---|
| 10924 | |
---|
| 10925 | |
---|
| 10926 | <p>No |
---|
| 10927 | Prandtl-layer is available at the top boundary so far.</p> |
---|
| 10928 | |
---|
| 10929 | |
---|
| 10930 | |
---|
| 10931 | |
---|
| 10932 | |
---|
| 10933 | |
---|
| 10934 | |
---|
| 10935 | |
---|
| 10936 | <p> The <a href="chapter_3.8.html">coupled</a> ocean parameter file <a href="chapter_3.4.html#PARIN"><font style="font-size: 10pt;" size="2">PARIN_O</font></a> should include dummy REAL value assignments to both <a href="chapter_4.1.html#top_momentumflux_u">top_momentumflux_u</a> and <a href="chapter_4.1.html#top_momentumflux_v">top_momentumflux_v</a> (e.g. top_momentumflux_u = 0.0, top_momentumflux_v = 0.0) to enable the momentum flux coupling.</p> |
---|
| 10937 | |
---|
| 10938 | |
---|
| 10939 | |
---|
| 10940 | |
---|
| 10941 | </td> |
---|
| 10942 | |
---|
| 10943 | |
---|
| 10944 | |
---|
| 10945 | |
---|
| 10946 | </tr> |
---|
| 10947 | |
---|
| 10948 | |
---|
| 10949 | |
---|
| 10950 | |
---|
| 10951 | <tr> |
---|
| 10952 | |
---|
| 10953 | |
---|
| 10954 | |
---|
| 10955 | |
---|
| 10956 | <td style="vertical-align: top;"><a name="top_salinityflux"></a><span style="font-weight: bold;">top_salinityflux</span></td> |
---|
| 10957 | |
---|
| 10958 | |
---|
| 10959 | |
---|
| 10960 | |
---|
| 10961 | <td style="vertical-align: top;">R</td> |
---|
| 10962 | |
---|
| 10963 | |
---|
| 10964 | |
---|
| 10965 | |
---|
| 10966 | <td style="vertical-align: top;"><span style="font-style: italic;">no prescribed<br> |
---|
| 10967 | |
---|
| 10968 | |
---|
| 10969 | |
---|
| 10970 | |
---|
| 10971 | |
---|
| 10972 | salinityflux</span></td> |
---|
| 10973 | |
---|
| 10974 | |
---|
| 10975 | |
---|
| 10976 | |
---|
| 10977 | <td style="vertical-align: top;"> |
---|
| 10978 | |
---|
| 10979 | |
---|
| 10980 | |
---|
| 10981 | |
---|
| 10982 | <p>Kinematic |
---|
| 10983 | salinity flux at the top boundary, i.e. the sea surface (in psu m/s). </p> |
---|
| 10984 | |
---|
| 10985 | |
---|
| 10986 | |
---|
| 10987 | |
---|
| 10988 | |
---|
| 10989 | |
---|
| 10990 | |
---|
| 10991 | |
---|
| 10992 | |
---|
| 10993 | <p>This parameter only comes into effect for ocean runs (see parameter <a href="chapter_4.1.html#ocean">ocean</a>).</p> |
---|
| 10994 | |
---|
| 10995 | |
---|
| 10996 | |
---|
| 10997 | |
---|
| 10998 | |
---|
| 10999 | |
---|
| 11000 | |
---|
| 11001 | |
---|
| 11002 | <p>If a value is assigned to this parameter, the internal |
---|
| 11003 | two-dimensional surface heat flux field <span style="font-family: monospace;">saswst</span> is |
---|
| 11004 | initialized with the value of <span style="font-weight: bold;">top_salinityflux</span> as |
---|
| 11005 | top (horizontally homogeneous) boundary condition for the salinity equation. This additionally requires that a Neumann |
---|
| 11006 | condition must be used for the salinity (see <a href="chapter_4.1.html#bc_sa_t">bc_sa_t</a>), |
---|
| 11007 | because otherwise the resolved scale may contribute to |
---|
| 11008 | the top flux so that a constant flux value cannot be guaranteed.<span style="font-style: italic;"></span> </p> |
---|
| 11009 | |
---|
| 11010 | |
---|
| 11011 | |
---|
| 11012 | |
---|
| 11013 | |
---|
| 11014 | |
---|
| 11015 | |
---|
| 11016 | |
---|
| 11017 | |
---|
| 11018 | <p><span style="font-weight: bold;">Note:</span><br> |
---|
| 11019 | |
---|
| 11020 | |
---|
| 11021 | |
---|
| 11022 | |
---|
| 11023 | The |
---|
| 11024 | application of a salinity flux at the model top additionally requires the setting of |
---|
| 11025 | initial parameter <a href="chapter_4.1.html#use_top_fluxes">use_top_fluxes</a> |
---|
| 11026 | = .T..<span style="font-style: italic;"></span><span style="font-weight: bold;"></span> </p> |
---|
| 11027 | |
---|
| 11028 | |
---|
| 11029 | |
---|
| 11030 | |
---|
| 11031 | |
---|
| 11032 | |
---|
| 11033 | |
---|
| 11034 | |
---|
| 11035 | <p>See |
---|
| 11036 | also <a href="chapter_4.1.html#bottom_salinityflux">bottom_salinityflux</a>.</p> |
---|
| 11037 | |
---|
| 11038 | |
---|
| 11039 | |
---|
| 11040 | |
---|
| 11041 | </td> |
---|
| 11042 | |
---|
| 11043 | |
---|
| 11044 | |
---|
| 11045 | |
---|
| 11046 | </tr> |
---|
| 11047 | |
---|
| 11048 | |
---|
| 11049 | |
---|
| 11050 | |
---|
| 11051 | <tr> |
---|
| 11052 | |
---|
| 11053 | |
---|
| 11054 | |
---|
| 11055 | |
---|
| 11056 | <td style="vertical-align: top;"> |
---|
| 11057 | |
---|
| 11058 | |
---|
| 11059 | |
---|
| 11060 | |
---|
| 11061 | <p><a name="ug_surface"></a><span style="font-weight: bold;">ug_surface</span></p> |
---|
| 11062 | |
---|
| 11063 | |
---|
| 11064 | |
---|
| 11065 | |
---|
| 11066 | |
---|
| 11067 | </td> |
---|
| 11068 | |
---|
| 11069 | |
---|
| 11070 | |
---|
| 11071 | |
---|
| 11072 | <td style="vertical-align: top;">R<br> |
---|
| 11073 | |
---|
| 11074 | |
---|
| 11075 | |
---|
| 11076 | |
---|
| 11077 | </td> |
---|
| 11078 | |
---|
| 11079 | |
---|
| 11080 | |
---|
| 11081 | |
---|
| 11082 | |
---|
| 11083 | <td style="vertical-align: top;"><span style="font-style: italic;">0.0</span><br> |
---|
| 11084 | |
---|
| 11085 | |
---|
| 11086 | |
---|
| 11087 | |
---|
| 11088 | </td> |
---|
| 11089 | |
---|
| 11090 | |
---|
| 11091 | |
---|
| 11092 | |
---|
| 11093 | |
---|
| 11094 | <td style="vertical-align: top;">u-component of the |
---|
| 11095 | geostrophic |
---|
| 11096 | wind at the surface (in m/s).<br> |
---|
| 11097 | |
---|
| 11098 | |
---|
| 11099 | |
---|
| 11100 | |
---|
| 11101 | <br> |
---|
| 11102 | |
---|
| 11103 | |
---|
| 11104 | |
---|
| 11105 | |
---|
| 11106 | |
---|
| 11107 | This parameter assigns the value of the u-component of the geostrophic |
---|
| 11108 | wind (ug) at the surface (k=0). Starting from this value, the initial |
---|
| 11109 | vertical profile of the <br> |
---|
| 11110 | |
---|
| 11111 | |
---|
| 11112 | |
---|
| 11113 | |
---|
| 11114 | |
---|
| 11115 | u-component of the geostrophic wind is constructed with <a href="#ug_vertical_gradient">ug_vertical_gradient</a> |
---|
| 11116 | and <a href="#ug_vertical_gradient_level">ug_vertical_gradient_level</a>. |
---|
| 11117 | The |
---|
| 11118 | profile constructed in that way is used for creating the initial |
---|
| 11119 | vertical velocity profile of the 3d-model. Either it is applied, as it |
---|
| 11120 | has been specified by the user (<a href="#initializing_actions">initializing_actions</a> |
---|
| 11121 | = 'set_constant_profiles') or it is used for calculating a stationary |
---|
| 11122 | boundary layer wind profile (<a href="#initializing_actions">initializing_actions</a> |
---|
| 11123 | = 'set_1d-model_profiles'). If ug is constant with height (i.e. ug(k)=<span style="font-weight: bold;">ug_surface</span>) |
---|
| 11124 | and has a large |
---|
| 11125 | value, it is recommended to use a Galilei-transformation of the |
---|
| 11126 | coordinate system, if possible (see <a href="#galilei_transformation">galilei_transformation</a>), |
---|
| 11127 | in order to obtain larger time steps.<br> |
---|
| 11128 | |
---|
| 11129 | |
---|
| 11130 | |
---|
| 11131 | |
---|
| 11132 | <br> |
---|
| 11133 | |
---|
| 11134 | |
---|
| 11135 | |
---|
| 11136 | |
---|
| 11137 | <span style="font-weight: bold;">Attention:</span><br> |
---|
| 11138 | |
---|
| 11139 | |
---|
| 11140 | |
---|
| 11141 | |
---|
| 11142 | In case of ocean runs (see <a href="chapter_4.1.html#ocean">ocean</a>), |
---|
| 11143 | this parameter gives the geostrophic velocity value (i.e. the pressure gradient) at the sea surface, which is |
---|
| 11144 | at k=nzt. The profile is then constructed from the surface down to the |
---|
| 11145 | bottom of the model.<br> |
---|
| 11146 | |
---|
| 11147 | |
---|
| 11148 | |
---|
| 11149 | |
---|
| 11150 | </td> |
---|
| 11151 | |
---|
| 11152 | |
---|
| 11153 | |
---|
| 11154 | |
---|
| 11155 | </tr> |
---|
| 11156 | |
---|
| 11157 | |
---|
| 11158 | |
---|
| 11159 | |
---|
| 11160 | |
---|
| 11161 | <tr> |
---|
| 11162 | |
---|
| 11163 | |
---|
| 11164 | |
---|
| 11165 | |
---|
| 11166 | <td style="vertical-align: top;"> |
---|
| 11167 | |
---|
| 11168 | |
---|
| 11169 | |
---|
| 11170 | |
---|
| 11171 | <p><a name="ug_vertical_gradient"></a><span style="font-weight: bold;">ug_vertical_gradient</span></p> |
---|
| 11172 | |
---|
| 11173 | |
---|
| 11174 | |
---|
| 11175 | |
---|
| 11176 | |
---|
| 11177 | </td> |
---|
| 11178 | |
---|
| 11179 | |
---|
| 11180 | |
---|
| 11181 | |
---|
| 11182 | <td style="vertical-align: top;">R(10)<br> |
---|
| 11183 | |
---|
| 11184 | |
---|
| 11185 | |
---|
| 11186 | |
---|
| 11187 | |
---|
| 11188 | </td> |
---|
| 11189 | |
---|
| 11190 | |
---|
| 11191 | |
---|
| 11192 | |
---|
| 11193 | <td style="vertical-align: top;"><span style="font-style: italic;">10 |
---|
| 11194 | * 0.0</span><br> |
---|
| 11195 | |
---|
| 11196 | |
---|
| 11197 | |
---|
| 11198 | |
---|
| 11199 | </td> |
---|
| 11200 | |
---|
| 11201 | |
---|
| 11202 | |
---|
| 11203 | |
---|
| 11204 | <td style="vertical-align: top;">Gradient(s) of the initial |
---|
| 11205 | profile of the u-component of the geostrophic wind (in |
---|
| 11206 | 1/100s).<br> |
---|
| 11207 | |
---|
| 11208 | |
---|
| 11209 | |
---|
| 11210 | |
---|
| 11211 | <br> |
---|
| 11212 | |
---|
| 11213 | |
---|
| 11214 | |
---|
| 11215 | |
---|
| 11216 | |
---|
| 11217 | The gradient holds starting from the height level defined by <a href="#ug_vertical_gradient_level">ug_vertical_gradient_level</a> |
---|
| 11218 | (precisely: for all uv levels k where zu(k) > <a href="#ug_vertical_gradient_level">ug_vertical_gradient_level</a>, |
---|
| 11219 | ug(k) is set: ug(k) = ug(k-1) + dzu(k) * <span style="font-weight: bold;">ug_vertical_gradient</span>) |
---|
| 11220 | up to the top |
---|
| 11221 | boundary or up to the next height level defined by <a href="#ug_vertical_gradient_level">ug_vertical_gradient_level</a>. |
---|
| 11222 | A |
---|
| 11223 | total of 10 different gradients for 11 height intervals (10 |
---|
| 11224 | intervals if <a href="#ug_vertical_gradient_level">ug_vertical_gradient_level</a>(1) |
---|
| 11225 | = 0.0) can be assigned. The surface geostrophic wind is assigned by <a href="#ug_surface">ug_surface</a>.<br> |
---|
| 11226 | |
---|
| 11227 | |
---|
| 11228 | |
---|
| 11229 | |
---|
| 11230 | <br> |
---|
| 11231 | |
---|
| 11232 | |
---|
| 11233 | |
---|
| 11234 | |
---|
| 11235 | <span style="font-weight: bold;">Attention:</span><br> |
---|
| 11236 | |
---|
| 11237 | |
---|
| 11238 | |
---|
| 11239 | |
---|
| 11240 | In case of ocean runs (see <a href="chapter_4.1.html#ocean">ocean</a>), |
---|
| 11241 | the profile is constructed like described above, but starting from the |
---|
| 11242 | sea surface (k=nzt) down to the bottom boundary of the model. Height |
---|
| 11243 | 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> |
---|
| 11244 | |
---|
| 11245 | |
---|
| 11246 | |
---|
| 11247 | |
---|
| 11248 | </td> |
---|
| 11249 | |
---|
| 11250 | |
---|
| 11251 | |
---|
| 11252 | |
---|
| 11253 | |
---|
| 11254 | </tr> |
---|
| 11255 | |
---|
| 11256 | |
---|
| 11257 | |
---|
| 11258 | |
---|
| 11259 | <tr> |
---|
| 11260 | |
---|
| 11261 | |
---|
| 11262 | |
---|
| 11263 | |
---|
| 11264 | <td style="vertical-align: top;"> |
---|
| 11265 | |
---|
| 11266 | |
---|
| 11267 | |
---|
| 11268 | |
---|
| 11269 | <p><a name="ug_vertical_gradient_level"></a><span style="font-weight: bold;">ug_vertical_gradient_level</span></p> |
---|
| 11270 | |
---|
| 11271 | |
---|
| 11272 | |
---|
| 11273 | |
---|
| 11274 | |
---|
| 11275 | </td> |
---|
| 11276 | |
---|
| 11277 | |
---|
| 11278 | |
---|
| 11279 | |
---|
| 11280 | <td style="vertical-align: top;">R(10)<br> |
---|
| 11281 | |
---|
| 11282 | |
---|
| 11283 | |
---|
| 11284 | |
---|
| 11285 | |
---|
| 11286 | </td> |
---|
| 11287 | |
---|
| 11288 | |
---|
| 11289 | |
---|
| 11290 | |
---|
| 11291 | <td style="vertical-align: top;"><span style="font-style: italic;">10 |
---|
| 11292 | * 0.0</span><br> |
---|
| 11293 | |
---|
| 11294 | |
---|
| 11295 | |
---|
| 11296 | |
---|
| 11297 | </td> |
---|
| 11298 | |
---|
| 11299 | |
---|
| 11300 | |
---|
| 11301 | |
---|
| 11302 | <td style="vertical-align: top;">Height level from which on the |
---|
| 11303 | gradient defined by <a href="#ug_vertical_gradient">ug_vertical_gradient</a> |
---|
| 11304 | is effective (in m).<br> |
---|
| 11305 | |
---|
| 11306 | |
---|
| 11307 | |
---|
| 11308 | |
---|
| 11309 | <br> |
---|
| 11310 | |
---|
| 11311 | |
---|
| 11312 | |
---|
| 11313 | |
---|
| 11314 | |
---|
| 11315 | The height levels have to be assigned in ascending order. For the |
---|
| 11316 | piecewise construction of a profile of the u-component of the |
---|
| 11317 | geostrophic wind component (ug) see <a href="#ug_vertical_gradient">ug_vertical_gradient</a>.<br> |
---|
| 11318 | |
---|
| 11319 | |
---|
| 11320 | |
---|
| 11321 | |
---|
| 11322 | <br> |
---|
| 11323 | |
---|
| 11324 | |
---|
| 11325 | |
---|
| 11326 | |
---|
| 11327 | <span style="font-weight: bold;">Attention:</span><br> |
---|
| 11328 | |
---|
| 11329 | |
---|
| 11330 | |
---|
| 11331 | |
---|
| 11332 | 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> |
---|
| 11333 | |
---|
| 11334 | |
---|
| 11335 | |
---|
| 11336 | |
---|
| 11337 | </tr> |
---|
| 11338 | |
---|
| 11339 | |
---|
| 11340 | |
---|
| 11341 | |
---|
| 11342 | <tr> |
---|
| 11343 | |
---|
| 11344 | |
---|
| 11345 | |
---|
| 11346 | |
---|
| 11347 | <td style="vertical-align: top;"> |
---|
| 11348 | |
---|
| 11349 | |
---|
| 11350 | |
---|
| 11351 | |
---|
| 11352 | <p><a name="ups_limit_e"></a><b>ups_limit_e</b></p> |
---|
| 11353 | |
---|
| 11354 | |
---|
| 11355 | |
---|
| 11356 | |
---|
| 11357 | |
---|
| 11358 | </td> |
---|
| 11359 | |
---|
| 11360 | |
---|
| 11361 | |
---|
| 11362 | |
---|
| 11363 | <td style="vertical-align: top;">R</td> |
---|
| 11364 | |
---|
| 11365 | |
---|
| 11366 | |
---|
| 11367 | |
---|
| 11368 | |
---|
| 11369 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 11370 | |
---|
| 11371 | |
---|
| 11372 | |
---|
| 11373 | |
---|
| 11374 | |
---|
| 11375 | <td style="vertical-align: top;"> |
---|
| 11376 | |
---|
| 11377 | |
---|
| 11378 | |
---|
| 11379 | |
---|
| 11380 | <p>Subgrid-scale |
---|
| 11381 | turbulent kinetic energy difference used as |
---|
| 11382 | criterion for applying the upstream scheme when upstream-spline |
---|
| 11383 | advection is switched on (in m<sup>2</sup>/s<sup>2</sup>). |
---|
| 11384 | </p> |
---|
| 11385 | |
---|
| 11386 | |
---|
| 11387 | |
---|
| 11388 | |
---|
| 11389 | |
---|
| 11390 | |
---|
| 11391 | |
---|
| 11392 | |
---|
| 11393 | |
---|
| 11394 | <p>This variable steers the appropriate |
---|
| 11395 | treatment of the |
---|
| 11396 | advection of the subgrid-scale turbulent kinetic energy in case that |
---|
| 11397 | the uptream-spline scheme is used . For further information see <a href="#ups_limit_pt">ups_limit_pt</a>. </p> |
---|
| 11398 | |
---|
| 11399 | |
---|
| 11400 | |
---|
| 11401 | |
---|
| 11402 | |
---|
| 11403 | |
---|
| 11404 | |
---|
| 11405 | |
---|
| 11406 | |
---|
| 11407 | <p>Only positive values are allowed for <b>ups_limit_e</b>. |
---|
| 11408 | </p> |
---|
| 11409 | |
---|
| 11410 | |
---|
| 11411 | |
---|
| 11412 | |
---|
| 11413 | </td> |
---|
| 11414 | |
---|
| 11415 | |
---|
| 11416 | |
---|
| 11417 | |
---|
| 11418 | </tr> |
---|
| 11419 | |
---|
| 11420 | |
---|
| 11421 | |
---|
| 11422 | |
---|
| 11423 | <tr> |
---|
| 11424 | |
---|
| 11425 | |
---|
| 11426 | |
---|
| 11427 | |
---|
| 11428 | <td style="vertical-align: top;"> |
---|
| 11429 | |
---|
| 11430 | |
---|
| 11431 | |
---|
| 11432 | |
---|
| 11433 | <p><a name="ups_limit_pt"></a><b>ups_limit_pt</b></p> |
---|
| 11434 | |
---|
| 11435 | |
---|
| 11436 | |
---|
| 11437 | |
---|
| 11438 | |
---|
| 11439 | </td> |
---|
| 11440 | |
---|
| 11441 | |
---|
| 11442 | |
---|
| 11443 | |
---|
| 11444 | <td style="vertical-align: top;">R</td> |
---|
| 11445 | |
---|
| 11446 | |
---|
| 11447 | |
---|
| 11448 | |
---|
| 11449 | |
---|
| 11450 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 11451 | |
---|
| 11452 | |
---|
| 11453 | |
---|
| 11454 | |
---|
| 11455 | |
---|
| 11456 | <td style="vertical-align: top;"> |
---|
| 11457 | |
---|
| 11458 | |
---|
| 11459 | |
---|
| 11460 | |
---|
| 11461 | <p>Temperature |
---|
| 11462 | difference used as criterion for applying |
---|
| 11463 | the upstream scheme when upstream-spline advection is |
---|
| 11464 | switched on |
---|
| 11465 | (in K). </p> |
---|
| 11466 | |
---|
| 11467 | |
---|
| 11468 | |
---|
| 11469 | |
---|
| 11470 | |
---|
| 11471 | |
---|
| 11472 | |
---|
| 11473 | |
---|
| 11474 | |
---|
| 11475 | <p>This criterion is used if the |
---|
| 11476 | upstream-spline scheme is |
---|
| 11477 | switched on (see <a href="#scalar_advec">scalar_advec</a>).<br> |
---|
| 11478 | |
---|
| 11479 | |
---|
| 11480 | |
---|
| 11481 | |
---|
| 11482 | |
---|
| 11483 | If, for a given gridpoint, the absolute temperature difference with |
---|
| 11484 | respect to the upstream |
---|
| 11485 | grid point is smaller than the value given for <b>ups_limit_pt</b>, |
---|
| 11486 | the upstream scheme is used for this gridpoint (by default, the |
---|
| 11487 | upstream-spline scheme is always used). Reason: in case of a very small |
---|
| 11488 | upstream gradient, the advection should cause only a very small |
---|
| 11489 | tendency. However, in such situations the upstream-spline scheme may |
---|
| 11490 | give wrong tendencies at a |
---|
| 11491 | grid point due to spline overshooting, if simultaneously the downstream |
---|
| 11492 | gradient is very large. In such cases it may be more reasonable to use |
---|
| 11493 | the upstream scheme. The numerical diffusion caused by the upstream |
---|
| 11494 | schme remains small as long as the upstream gradients are small.<br> |
---|
| 11495 | |
---|
| 11496 | |
---|
| 11497 | |
---|
| 11498 | |
---|
| 11499 | |
---|
| 11500 | </p> |
---|
| 11501 | |
---|
| 11502 | |
---|
| 11503 | |
---|
| 11504 | |
---|
| 11505 | |
---|
| 11506 | |
---|
| 11507 | |
---|
| 11508 | |
---|
| 11509 | |
---|
| 11510 | <p>The percentage of grid points for which the |
---|
| 11511 | upstream |
---|
| 11512 | scheme is actually used, can be output as a time series with respect to |
---|
| 11513 | the |
---|
| 11514 | three directions in space with run parameter (see <a href="chapter_4.2.html#dt_dots">dt_dots</a>, the |
---|
| 11515 | timeseries names in the NetCDF file are <i>'splptx'</i>, <i>'splpty'</i>, |
---|
| 11516 | <i>'splptz'</i>). The percentage |
---|
| 11517 | of gridpoints should stay below a certain limit, however, it |
---|
| 11518 | is |
---|
| 11519 | not possible to give |
---|
| 11520 | a general limit, since it depends on the respective flow. </p> |
---|
| 11521 | |
---|
| 11522 | |
---|
| 11523 | |
---|
| 11524 | |
---|
| 11525 | |
---|
| 11526 | |
---|
| 11527 | |
---|
| 11528 | |
---|
| 11529 | |
---|
| 11530 | <p>Only positive values are permitted for <b>ups_limit_pt</b>.<br> |
---|
| 11531 | |
---|
| 11532 | |
---|
| 11533 | |
---|
| 11534 | |
---|
| 11535 | |
---|
| 11536 | </p> |
---|
| 11537 | |
---|
| 11538 | |
---|
| 11539 | |
---|
| 11540 | |
---|
| 11541 | |
---|
| 11542 | A more effective control of |
---|
| 11543 | the “overshoots” can be achieved with parameter <a href="#cut_spline_overshoot">cut_spline_overshoot</a>. |
---|
| 11544 | </td> |
---|
| 11545 | |
---|
| 11546 | |
---|
| 11547 | |
---|
| 11548 | |
---|
| 11549 | </tr> |
---|
| 11550 | |
---|
| 11551 | |
---|
| 11552 | |
---|
| 11553 | |
---|
| 11554 | <tr> |
---|
| 11555 | |
---|
| 11556 | |
---|
| 11557 | |
---|
| 11558 | |
---|
| 11559 | <td style="vertical-align: top;"> |
---|
| 11560 | |
---|
| 11561 | |
---|
| 11562 | |
---|
| 11563 | |
---|
| 11564 | <p><a name="ups_limit_u"></a><b>ups_limit_u</b></p> |
---|
| 11565 | |
---|
| 11566 | |
---|
| 11567 | |
---|
| 11568 | |
---|
| 11569 | |
---|
| 11570 | </td> |
---|
| 11571 | |
---|
| 11572 | |
---|
| 11573 | |
---|
| 11574 | |
---|
| 11575 | <td style="vertical-align: top;">R</td> |
---|
| 11576 | |
---|
| 11577 | |
---|
| 11578 | |
---|
| 11579 | |
---|
| 11580 | |
---|
| 11581 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 11582 | |
---|
| 11583 | |
---|
| 11584 | |
---|
| 11585 | |
---|
| 11586 | |
---|
| 11587 | <td style="vertical-align: top;"> |
---|
| 11588 | |
---|
| 11589 | |
---|
| 11590 | |
---|
| 11591 | |
---|
| 11592 | <p>Velocity |
---|
| 11593 | difference (u-component) used as criterion for |
---|
| 11594 | applying the upstream scheme |
---|
| 11595 | when upstream-spline advection is switched on (in m/s). </p> |
---|
| 11596 | |
---|
| 11597 | |
---|
| 11598 | |
---|
| 11599 | |
---|
| 11600 | |
---|
| 11601 | |
---|
| 11602 | |
---|
| 11603 | |
---|
| 11604 | |
---|
| 11605 | <p>This variable steers the appropriate treatment of the |
---|
| 11606 | advection of the u-velocity-component in case that the upstream-spline |
---|
| 11607 | scheme is used. For further |
---|
| 11608 | information see <a href="#ups_limit_pt">ups_limit_pt</a>. |
---|
| 11609 | </p> |
---|
| 11610 | |
---|
| 11611 | |
---|
| 11612 | |
---|
| 11613 | |
---|
| 11614 | |
---|
| 11615 | |
---|
| 11616 | |
---|
| 11617 | |
---|
| 11618 | |
---|
| 11619 | <p>Only positive values are permitted for <b>ups_limit_u</b>.</p> |
---|
| 11620 | |
---|
| 11621 | |
---|
| 11622 | |
---|
| 11623 | |
---|
| 11624 | |
---|
| 11625 | </td> |
---|
| 11626 | |
---|
| 11627 | |
---|
| 11628 | |
---|
| 11629 | |
---|
| 11630 | </tr> |
---|
| 11631 | |
---|
| 11632 | |
---|
| 11633 | |
---|
| 11634 | |
---|
| 11635 | <tr> |
---|
| 11636 | |
---|
| 11637 | |
---|
| 11638 | |
---|
| 11639 | |
---|
| 11640 | <td style="vertical-align: top;"> |
---|
| 11641 | |
---|
| 11642 | |
---|
| 11643 | |
---|
| 11644 | |
---|
| 11645 | <p><a name="ups_limit_v"></a><b>ups_limit_v</b></p> |
---|
| 11646 | |
---|
| 11647 | |
---|
| 11648 | |
---|
| 11649 | |
---|
| 11650 | |
---|
| 11651 | </td> |
---|
| 11652 | |
---|
| 11653 | |
---|
| 11654 | |
---|
| 11655 | |
---|
| 11656 | <td style="vertical-align: top;">R</td> |
---|
| 11657 | |
---|
| 11658 | |
---|
| 11659 | |
---|
| 11660 | |
---|
| 11661 | |
---|
| 11662 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 11663 | |
---|
| 11664 | |
---|
| 11665 | |
---|
| 11666 | |
---|
| 11667 | |
---|
| 11668 | <td style="vertical-align: top;"> |
---|
| 11669 | |
---|
| 11670 | |
---|
| 11671 | |
---|
| 11672 | |
---|
| 11673 | <p>Velocity |
---|
| 11674 | difference (v-component) used as criterion for |
---|
| 11675 | applying the upstream scheme |
---|
| 11676 | when upstream-spline advection is switched on (in m/s). </p> |
---|
| 11677 | |
---|
| 11678 | |
---|
| 11679 | |
---|
| 11680 | |
---|
| 11681 | |
---|
| 11682 | |
---|
| 11683 | |
---|
| 11684 | |
---|
| 11685 | |
---|
| 11686 | <p>This variable steers the appropriate treatment of the |
---|
| 11687 | advection of the v-velocity-component in case that the upstream-spline |
---|
| 11688 | scheme is used. For further |
---|
| 11689 | information see <a href="#ups_limit_pt">ups_limit_pt</a>. |
---|
| 11690 | </p> |
---|
| 11691 | |
---|
| 11692 | |
---|
| 11693 | |
---|
| 11694 | |
---|
| 11695 | |
---|
| 11696 | |
---|
| 11697 | |
---|
| 11698 | |
---|
| 11699 | |
---|
| 11700 | <p>Only positive values are permitted for <b>ups_limit_v</b>.</p> |
---|
| 11701 | |
---|
| 11702 | |
---|
| 11703 | |
---|
| 11704 | |
---|
| 11705 | |
---|
| 11706 | </td> |
---|
| 11707 | |
---|
| 11708 | |
---|
| 11709 | |
---|
| 11710 | |
---|
| 11711 | </tr> |
---|
| 11712 | |
---|
| 11713 | |
---|
| 11714 | |
---|
| 11715 | |
---|
| 11716 | <tr> |
---|
| 11717 | |
---|
| 11718 | |
---|
| 11719 | |
---|
| 11720 | |
---|
| 11721 | <td style="vertical-align: top;"> |
---|
| 11722 | |
---|
| 11723 | |
---|
| 11724 | |
---|
| 11725 | |
---|
| 11726 | <p><a name="ups_limit_w"></a><b>ups_limit_w</b></p> |
---|
| 11727 | |
---|
| 11728 | |
---|
| 11729 | |
---|
| 11730 | |
---|
| 11731 | |
---|
| 11732 | </td> |
---|
| 11733 | |
---|
| 11734 | |
---|
| 11735 | |
---|
| 11736 | |
---|
| 11737 | <td style="vertical-align: top;">R</td> |
---|
| 11738 | |
---|
| 11739 | |
---|
| 11740 | |
---|
| 11741 | |
---|
| 11742 | |
---|
| 11743 | <td style="vertical-align: top;"><i>0.0</i></td> |
---|
| 11744 | |
---|
| 11745 | |
---|
| 11746 | |
---|
| 11747 | |
---|
| 11748 | |
---|
| 11749 | <td style="vertical-align: top;"> |
---|
| 11750 | |
---|
| 11751 | |
---|
| 11752 | |
---|
| 11753 | |
---|
| 11754 | <p>Velocity |
---|
| 11755 | difference (w-component) used as criterion for |
---|
| 11756 | applying the upstream scheme |
---|
| 11757 | when upstream-spline advection is switched on (in m/s). </p> |
---|
| 11758 | |
---|
| 11759 | |
---|
| 11760 | |
---|
| 11761 | |
---|
| 11762 | |
---|
| 11763 | |
---|
| 11764 | |
---|
| 11765 | |
---|
| 11766 | |
---|
| 11767 | <p>This variable steers the appropriate treatment of the |
---|
| 11768 | advection of the w-velocity-component in case that the upstream-spline |
---|
| 11769 | scheme is used. For further |
---|
| 11770 | information see <a href="#ups_limit_pt">ups_limit_pt</a>. |
---|
| 11771 | </p> |
---|
| 11772 | |
---|
| 11773 | |
---|
| 11774 | |
---|
| 11775 | |
---|
| 11776 | |
---|
| 11777 | |
---|
| 11778 | |
---|
| 11779 | |
---|
| 11780 | |
---|
| 11781 | <p>Only positive values are permitted for <b>ups_limit_w</b>.</p> |
---|
| 11782 | |
---|
| 11783 | |
---|
| 11784 | |
---|
| 11785 | |
---|
| 11786 | |
---|
| 11787 | </td> |
---|
| 11788 | |
---|
| 11789 | |
---|
| 11790 | |
---|
| 11791 | |
---|
| 11792 | </tr> |
---|
| 11793 | |
---|
| 11794 | |
---|
| 11795 | |
---|
| 11796 | |
---|
| 11797 | <tr> |
---|
| 11798 | |
---|
| 11799 | |
---|
| 11800 | |
---|
| 11801 | |
---|
| 11802 | <td style="vertical-align: top;"> |
---|
| 11803 | |
---|
| 11804 | |
---|
| 11805 | |
---|
| 11806 | |
---|
| 11807 | <p><a name="use_surface_fluxes"></a><b>use_surface_fluxes</b></p> |
---|
| 11808 | |
---|
| 11809 | |
---|
| 11810 | |
---|
| 11811 | |
---|
| 11812 | |
---|
| 11813 | </td> |
---|
| 11814 | |
---|
| 11815 | |
---|
| 11816 | |
---|
| 11817 | |
---|
| 11818 | <td style="vertical-align: top;">L</td> |
---|
| 11819 | |
---|
| 11820 | |
---|
| 11821 | |
---|
| 11822 | |
---|
| 11823 | |
---|
| 11824 | <td style="vertical-align: top;"><i>.F.</i></td> |
---|
| 11825 | |
---|
| 11826 | |
---|
| 11827 | |
---|
| 11828 | |
---|
| 11829 | |
---|
| 11830 | <td style="vertical-align: top;"> |
---|
| 11831 | |
---|
| 11832 | |
---|
| 11833 | |
---|
| 11834 | |
---|
| 11835 | <p>Parameter to |
---|
| 11836 | steer the treatment of the subgrid-scale vertical |
---|
| 11837 | fluxes within the diffusion terms at k=1 (bottom boundary).<br> |
---|
| 11838 | |
---|
| 11839 | |
---|
| 11840 | |
---|
| 11841 | |
---|
| 11842 | </p> |
---|
| 11843 | |
---|
| 11844 | |
---|
| 11845 | |
---|
| 11846 | |
---|
| 11847 | |
---|
| 11848 | |
---|
| 11849 | |
---|
| 11850 | |
---|
| 11851 | |
---|
| 11852 | <p>By default, the near-surface subgrid-scale fluxes are |
---|
| 11853 | parameterized (like in the remaining model domain) using the gradient |
---|
| 11854 | approach. If <b>use_surface_fluxes</b> |
---|
| 11855 | = <i>.TRUE.</i>, the user-assigned surface fluxes are used |
---|
| 11856 | instead |
---|
| 11857 | (see <a href="#surface_heatflux">surface_heatflux</a>, |
---|
| 11858 | <a href="#surface_waterflux">surface_waterflux</a> |
---|
| 11859 | and <a href="#surface_scalarflux">surface_scalarflux</a>) |
---|
| 11860 | <span style="font-weight: bold;">or</span> the |
---|
| 11861 | surface fluxes are |
---|
| 11862 | calculated via the Prandtl layer relation (depends on the bottom |
---|
| 11863 | boundary conditions, see <a href="#bc_pt_b">bc_pt_b</a>, |
---|
| 11864 | <a href="#bc_q_b">bc_q_b</a> |
---|
| 11865 | and <a href="#bc_s_b">bc_s_b</a>).<br> |
---|
| 11866 | |
---|
| 11867 | |
---|
| 11868 | |
---|
| 11869 | |
---|
| 11870 | </p> |
---|
| 11871 | |
---|
| 11872 | |
---|
| 11873 | |
---|
| 11874 | |
---|
| 11875 | |
---|
| 11876 | |
---|
| 11877 | |
---|
| 11878 | |
---|
| 11879 | |
---|
| 11880 | <p><b>use_surface_fluxes</b> |
---|
| 11881 | is automatically set <i>.TRUE.</i>, if a Prandtl layer is |
---|
| 11882 | used (see <a href="#prandtl_layer">prandtl_layer</a>). |
---|
| 11883 | </p> |
---|
| 11884 | |
---|
| 11885 | |
---|
| 11886 | |
---|
| 11887 | |
---|
| 11888 | |
---|
| 11889 | |
---|
| 11890 | |
---|
| 11891 | |
---|
| 11892 | |
---|
| 11893 | <p>The user may prescribe the surface fluxes at the |
---|
| 11894 | bottom |
---|
| 11895 | boundary without using a Prandtl layer by setting <span style="font-weight: bold;">use_surface_fluxes</span> = |
---|
| 11896 | <span style="font-style: italic;">.T.</span> and <span style="font-weight: bold;">prandtl_layer</span> = <span style="font-style: italic;">.F.</span>. If , in this |
---|
| 11897 | case, the |
---|
| 11898 | momentum flux (u<sub>*</sub><sup>2</sup>) |
---|
| 11899 | should also be prescribed, |
---|
| 11900 | the user must assign an appropriate value within the user-defined code.</p> |
---|
| 11901 | |
---|
| 11902 | |
---|
| 11903 | |
---|
| 11904 | |
---|
| 11905 | |
---|
| 11906 | </td> |
---|
| 11907 | |
---|
| 11908 | |
---|
| 11909 | |
---|
| 11910 | |
---|
| 11911 | </tr> |
---|
| 11912 | |
---|
| 11913 | |
---|
| 11914 | |
---|
| 11915 | |
---|
| 11916 | <tr> |
---|
| 11917 | |
---|
| 11918 | |
---|
| 11919 | |
---|
| 11920 | |
---|
| 11921 | <td style="vertical-align: top;"><a name="use_top_fluxes"></a><span style="font-weight: bold;">use_top_fluxes</span></td> |
---|
| 11922 | |
---|
| 11923 | |
---|
| 11924 | |
---|
| 11925 | |
---|
| 11926 | <td style="vertical-align: top;">L</td> |
---|
| 11927 | |
---|
| 11928 | |
---|
| 11929 | |
---|
| 11930 | |
---|
| 11931 | <td style="vertical-align: top;"><span style="font-style: italic;">.F.</span></td> |
---|
| 11932 | |
---|
| 11933 | |
---|
| 11934 | |
---|
| 11935 | |
---|
| 11936 | <td style="vertical-align: top;"> |
---|
| 11937 | |
---|
| 11938 | |
---|
| 11939 | |
---|
| 11940 | |
---|
| 11941 | <p>Parameter to steer |
---|
| 11942 | the treatment of the subgrid-scale vertical |
---|
| 11943 | fluxes within the diffusion terms at k=nz (top boundary).</p> |
---|
| 11944 | |
---|
| 11945 | |
---|
| 11946 | |
---|
| 11947 | |
---|
| 11948 | |
---|
| 11949 | |
---|
| 11950 | |
---|
| 11951 | |
---|
| 11952 | <p>By |
---|
| 11953 | default, the fluxes at nz are calculated using the gradient approach. |
---|
| 11954 | If <b>use_top_fluxes</b> |
---|
| 11955 | = <i>.TRUE.</i>, the user-assigned top fluxes are used |
---|
| 11956 | instead |
---|
| 11957 | (see <a href="chapter_4.1.html#top_heatflux">top_heatflux</a>, <a href="#top_momentumflux_u">top_momentumflux_u</a>, <a href="#top_momentumflux_v">top_momentumflux_v</a>, <a href="#top_salinityflux">top_salinityflux</a>).</p> |
---|
| 11958 | |
---|
| 11959 | |
---|
| 11960 | |
---|
| 11961 | |
---|
| 11962 | |
---|
| 11963 | |
---|
| 11964 | |
---|
| 11965 | |
---|
| 11966 | <p>Currently, no value for the latent heatflux can be assigned. In case of <span style="font-weight: bold;">use_top_fluxes</span> = <span style="font-style: italic;">.TRUE.</span>, the latent |
---|
| 11967 | heat flux at the top will be automatically set to zero.</p> |
---|
| 11968 | |
---|
| 11969 | |
---|
| 11970 | |
---|
| 11971 | |
---|
| 11972 | </td> |
---|
| 11973 | |
---|
| 11974 | |
---|
| 11975 | |
---|
| 11976 | |
---|
| 11977 | </tr> |
---|
| 11978 | |
---|
| 11979 | |
---|
| 11980 | |
---|
| 11981 | |
---|
| 11982 | <tr> |
---|
| 11983 | |
---|
| 11984 | |
---|
| 11985 | |
---|
| 11986 | |
---|
| 11987 | |
---|
| 11988 | <td style="vertical-align: top;"> |
---|
| 11989 | |
---|
| 11990 | |
---|
| 11991 | |
---|
| 11992 | |
---|
| 11993 | <p><a name="use_ug_for_galilei_tr"></a><b>use_ug_for_galilei_tr</b></p> |
---|
| 11994 | |
---|
| 11995 | |
---|
| 11996 | |
---|
| 11997 | |
---|
| 11998 | |
---|
| 11999 | </td> |
---|
| 12000 | |
---|
| 12001 | |
---|
| 12002 | |
---|
| 12003 | |
---|
| 12004 | <td style="vertical-align: top;">L</td> |
---|
| 12005 | |
---|
| 12006 | |
---|
| 12007 | |
---|
| 12008 | |
---|
| 12009 | |
---|
| 12010 | <td style="vertical-align: top;"><i>.T.</i></td> |
---|
| 12011 | |
---|
| 12012 | |
---|
| 12013 | |
---|
| 12014 | |
---|
| 12015 | |
---|
| 12016 | <td style="vertical-align: top;"> |
---|
| 12017 | |
---|
| 12018 | |
---|
| 12019 | |
---|
| 12020 | |
---|
| 12021 | <p>Switch to |
---|
| 12022 | determine the translation velocity in case that a |
---|
| 12023 | Galilean transformation is used.<br> |
---|
| 12024 | |
---|
| 12025 | |
---|
| 12026 | |
---|
| 12027 | |
---|
| 12028 | </p> |
---|
| 12029 | |
---|
| 12030 | |
---|
| 12031 | |
---|
| 12032 | |
---|
| 12033 | |
---|
| 12034 | |
---|
| 12035 | |
---|
| 12036 | |
---|
| 12037 | |
---|
| 12038 | <p>In |
---|
| 12039 | case of a Galilean transformation (see <a href="#galilei_transformation">galilei_transformation</a>), |
---|
| 12040 | <b>use_ug_for_galilei_tr</b> |
---|
| 12041 | = <i>.T.</i> ensures |
---|
| 12042 | that the coordinate system is translated with the geostrophic windspeed.<br> |
---|
| 12043 | |
---|
| 12044 | |
---|
| 12045 | |
---|
| 12046 | |
---|
| 12047 | |
---|
| 12048 | </p> |
---|
| 12049 | |
---|
| 12050 | |
---|
| 12051 | |
---|
| 12052 | |
---|
| 12053 | |
---|
| 12054 | |
---|
| 12055 | |
---|
| 12056 | |
---|
| 12057 | |
---|
| 12058 | <p>Alternatively, with <b>use_ug_for_galilei_tr</b> |
---|
| 12059 | = <i>.F</i>., |
---|
| 12060 | the |
---|
| 12061 | geostrophic wind can be replaced as translation speed by the (volume) |
---|
| 12062 | averaged velocity. However, in this case the user must be aware of fast |
---|
| 12063 | growing gravity waves, so this |
---|
| 12064 | choice is usually not recommended!</p> |
---|
| 12065 | |
---|
| 12066 | |
---|
| 12067 | |
---|
| 12068 | |
---|
| 12069 | </td> |
---|
| 12070 | |
---|
| 12071 | |
---|
| 12072 | |
---|
| 12073 | |
---|
| 12074 | </tr> |
---|
| 12075 | |
---|
| 12076 | |
---|
| 12077 | |
---|
| 12078 | |
---|
| 12079 | <tr> |
---|
| 12080 | |
---|
| 12081 | |
---|
| 12082 | |
---|
| 12083 | |
---|
| 12084 | <td align="left" valign="top"><a name="use_upstream_for_tke"></a><span style="font-weight: bold;">use_upstream_for_tke</span></td> |
---|
| 12085 | |
---|
| 12086 | |
---|
| 12087 | |
---|
| 12088 | |
---|
| 12089 | <td align="left" valign="top">L</td> |
---|
| 12090 | |
---|
| 12091 | |
---|
| 12092 | |
---|
| 12093 | |
---|
| 12094 | <td align="left" valign="top"><span style="font-style: italic;">.F.</span></td> |
---|
| 12095 | |
---|
| 12096 | |
---|
| 12097 | |
---|
| 12098 | |
---|
| 12099 | <td align="left" valign="top">Parameter to choose the |
---|
| 12100 | advection/timestep scheme to be used for the subgrid-scale TKE.<br> |
---|
| 12101 | |
---|
| 12102 | |
---|
| 12103 | |
---|
| 12104 | |
---|
| 12105 | <br> |
---|
| 12106 | |
---|
| 12107 | |
---|
| 12108 | |
---|
| 12109 | |
---|
| 12110 | By |
---|
| 12111 | default, the advection scheme and the timestep scheme to be used for |
---|
| 12112 | the subgrid-scale TKE are set by the initialization parameters <a href="#scalar_advec">scalar_advec</a> and <a href="#timestep_scheme">timestep_scheme</a>, |
---|
| 12113 | respectively. <span style="font-weight: bold;">use_upstream_for_tke</span> |
---|
| 12114 | = <span style="font-style: italic;">.T.</span> |
---|
| 12115 | forces the Euler-scheme and the upstream-scheme to be used as timestep |
---|
| 12116 | scheme and advection scheme, respectively. By these methods, the strong |
---|
| 12117 | (artificial) near-surface vertical gradients of the subgrid-scale TKE |
---|
| 12118 | are significantly reduced. This is required when subgrid-scale |
---|
| 12119 | velocities are used for advection of particles (see particle package |
---|
| 12120 | parameter <a href="chapter_4.2.html#use_sgs_for_particles">use_sgs_for_particles</a>).</td> |
---|
| 12121 | |
---|
| 12122 | |
---|
| 12123 | |
---|
| 12124 | |
---|
| 12125 | </tr> |
---|
| 12126 | |
---|
| 12127 | |
---|
| 12128 | |
---|
| 12129 | |
---|
| 12130 | <tr> |
---|
| 12131 | |
---|
| 12132 | |
---|
| 12133 | |
---|
| 12134 | |
---|
| 12135 | |
---|
| 12136 | <td style="vertical-align: top;"> |
---|
| 12137 | |
---|
| 12138 | |
---|
| 12139 | |
---|
| 12140 | |
---|
| 12141 | <p><a name="vg_surface"></a><span style="font-weight: bold;">vg_surface</span></p> |
---|
| 12142 | |
---|
| 12143 | |
---|
| 12144 | |
---|
| 12145 | |
---|
| 12146 | |
---|
| 12147 | </td> |
---|
| 12148 | |
---|
| 12149 | |
---|
| 12150 | |
---|
| 12151 | |
---|
| 12152 | <td style="vertical-align: top;">R<br> |
---|
| 12153 | |
---|
| 12154 | |
---|
| 12155 | |
---|
| 12156 | |
---|
| 12157 | </td> |
---|
| 12158 | |
---|
| 12159 | |
---|
| 12160 | |
---|
| 12161 | |
---|
| 12162 | |
---|
| 12163 | <td style="vertical-align: top;"><span style="font-style: italic;">0.0</span><br> |
---|
| 12164 | |
---|
| 12165 | |
---|
| 12166 | |
---|
| 12167 | |
---|
| 12168 | </td> |
---|
| 12169 | |
---|
| 12170 | |
---|
| 12171 | |
---|
| 12172 | |
---|
| 12173 | |
---|
| 12174 | <td style="vertical-align: top;">v-component of the |
---|
| 12175 | geostrophic |
---|
| 12176 | wind at the surface (in m/s).<br> |
---|
| 12177 | |
---|
| 12178 | |
---|
| 12179 | |
---|
| 12180 | |
---|
| 12181 | <br> |
---|
| 12182 | |
---|
| 12183 | |
---|
| 12184 | |
---|
| 12185 | |
---|
| 12186 | |
---|
| 12187 | This parameter assigns the value of the v-component of the geostrophic |
---|
| 12188 | wind (vg) at the surface (k=0). Starting from this value, the initial |
---|
| 12189 | vertical profile of the <br> |
---|
| 12190 | |
---|
| 12191 | |
---|
| 12192 | |
---|
| 12193 | |
---|
| 12194 | |
---|
| 12195 | v-component of the geostrophic wind is constructed with <a href="#vg_vertical_gradient">vg_vertical_gradient</a> |
---|
| 12196 | and <a href="#vg_vertical_gradient_level">vg_vertical_gradient_level</a>. |
---|
| 12197 | The |
---|
| 12198 | profile |
---|
| 12199 | constructed in that way is used for creating the initial vertical |
---|
| 12200 | velocity profile of the 3d-model. Either it is applied, as it has been |
---|
| 12201 | specified by the user (<a href="#initializing_actions">initializing_actions</a> |
---|
| 12202 | = 'set_constant_profiles') |
---|
| 12203 | or it is used for calculating a stationary boundary layer wind profile |
---|
| 12204 | (<a href="#initializing_actions">initializing_actions</a> |
---|
| 12205 | = |
---|
| 12206 | 'set_1d-model_profiles'). If vg is constant |
---|
| 12207 | with height (i.e. vg(k)=<span style="font-weight: bold;">vg_surface</span>) |
---|
| 12208 | and has a large value, it is |
---|
| 12209 | recommended to use a Galilei-transformation of the coordinate system, |
---|
| 12210 | if possible (see <a href="#galilei_transformation">galilei_transformation</a>), |
---|
| 12211 | in order to obtain larger |
---|
| 12212 | time steps.<br> |
---|
| 12213 | |
---|
| 12214 | |
---|
| 12215 | |
---|
| 12216 | |
---|
| 12217 | <br> |
---|
| 12218 | |
---|
| 12219 | |
---|
| 12220 | |
---|
| 12221 | |
---|
| 12222 | <span style="font-weight: bold;">Attention:</span><br> |
---|
| 12223 | |
---|
| 12224 | |
---|
| 12225 | |
---|
| 12226 | |
---|
| 12227 | In case of ocean runs (see <a href="chapter_4.1.html#ocean">ocean</a>), |
---|
| 12228 | this parameter gives the geostrophic velocity value (i.e. the pressure gradient) at the sea surface, which is |
---|
| 12229 | at k=nzt. The profile is then constructed from the surface down to the |
---|
| 12230 | bottom of the model.</td> |
---|
| 12231 | |
---|
| 12232 | |
---|
| 12233 | |
---|
| 12234 | |
---|
| 12235 | </tr> |
---|
| 12236 | |
---|
| 12237 | |
---|
| 12238 | |
---|
| 12239 | |
---|
| 12240 | <tr> |
---|
| 12241 | |
---|
| 12242 | |
---|
| 12243 | |
---|
| 12244 | |
---|
| 12245 | <td style="vertical-align: top;"> |
---|
| 12246 | |
---|
| 12247 | |
---|
| 12248 | |
---|
| 12249 | |
---|
| 12250 | <p><a name="vg_vertical_gradient"></a><span style="font-weight: bold;">vg_vertical_gradient</span></p> |
---|
| 12251 | |
---|
| 12252 | |
---|
| 12253 | |
---|
| 12254 | |
---|
| 12255 | |
---|
| 12256 | </td> |
---|
| 12257 | |
---|
| 12258 | |
---|
| 12259 | |
---|
| 12260 | |
---|
| 12261 | <td style="vertical-align: top;">R(10)<br> |
---|
| 12262 | |
---|
| 12263 | |
---|
| 12264 | |
---|
| 12265 | |
---|
| 12266 | |
---|
| 12267 | </td> |
---|
| 12268 | |
---|
| 12269 | |
---|
| 12270 | |
---|
| 12271 | |
---|
| 12272 | <td style="vertical-align: top;"><span style="font-style: italic;">10 |
---|
| 12273 | * 0.0</span><br> |
---|
| 12274 | |
---|
| 12275 | |
---|
| 12276 | |
---|
| 12277 | |
---|
| 12278 | </td> |
---|
| 12279 | |
---|
| 12280 | |
---|
| 12281 | |
---|
| 12282 | |
---|
| 12283 | <td style="vertical-align: top;">Gradient(s) of the initial |
---|
| 12284 | profile of the v-component of the geostrophic wind (in |
---|
| 12285 | 1/100s).<br> |
---|
| 12286 | |
---|
| 12287 | |
---|
| 12288 | |
---|
| 12289 | |
---|
| 12290 | <br> |
---|
| 12291 | |
---|
| 12292 | |
---|
| 12293 | |
---|
| 12294 | |
---|
| 12295 | |
---|
| 12296 | The gradient holds starting from the height level defined by <a href="#vg_vertical_gradient_level">vg_vertical_gradient_level</a> |
---|
| 12297 | (precisely: for all uv levels k where zu(k) |
---|
| 12298 | > <a href="#vg_vertical_gradient_level">vg_vertical_gradient_level</a>, |
---|
| 12299 | vg(k) is set: vg(k) = vg(k-1) + dzu(k) |
---|
| 12300 | * <span style="font-weight: bold;">vg_vertical_gradient</span>) |
---|
| 12301 | up to |
---|
| 12302 | the top boundary or up to the next height |
---|
| 12303 | level defined by <a href="#vg_vertical_gradient_level">vg_vertical_gradient_level</a>. |
---|
| 12304 | A total of 10 different |
---|
| 12305 | gradients for 11 height intervals (10 intervals if <a href="#vg_vertical_gradient_level">vg_vertical_gradient_level</a>(1) |
---|
| 12306 | = |
---|
| 12307 | 0.0) can be assigned. The surface |
---|
| 12308 | geostrophic wind is assigned by <a href="#vg_surface">vg_surface</a>.<br> |
---|
| 12309 | |
---|
| 12310 | |
---|
| 12311 | |
---|
| 12312 | |
---|
| 12313 | <br> |
---|
| 12314 | |
---|
| 12315 | |
---|
| 12316 | |
---|
| 12317 | |
---|
| 12318 | <span style="font-weight: bold;">Attention:</span><br> |
---|
| 12319 | |
---|
| 12320 | |
---|
| 12321 | |
---|
| 12322 | |
---|
| 12323 | In case of ocean runs (see <a href="chapter_4.1.html#ocean">ocean</a>), |
---|
| 12324 | the profile is constructed like described above, but starting from the |
---|
| 12325 | sea surface (k=nzt) down to the bottom boundary of the model. Height |
---|
| 12326 | 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> |
---|
| 12327 | |
---|
| 12328 | |
---|
| 12329 | |
---|
| 12330 | |
---|
| 12331 | |
---|
| 12332 | </tr> |
---|
| 12333 | |
---|
| 12334 | |
---|
| 12335 | |
---|
| 12336 | |
---|
| 12337 | <tr> |
---|
| 12338 | |
---|
| 12339 | |
---|
| 12340 | |
---|
| 12341 | |
---|
| 12342 | <td style="vertical-align: top;"> |
---|
| 12343 | |
---|
| 12344 | |
---|
| 12345 | |
---|
| 12346 | |
---|
| 12347 | <p><a name="vg_vertical_gradient_level"></a><span style="font-weight: bold;">vg_vertical_gradient_level</span></p> |
---|
| 12348 | |
---|
| 12349 | |
---|
| 12350 | |
---|
| 12351 | |
---|
| 12352 | |
---|
| 12353 | </td> |
---|
| 12354 | |
---|
| 12355 | |
---|
| 12356 | |
---|
| 12357 | |
---|
| 12358 | <td style="vertical-align: top;">R(10)<br> |
---|
| 12359 | |
---|
| 12360 | |
---|
| 12361 | |
---|
| 12362 | |
---|
| 12363 | |
---|
| 12364 | </td> |
---|
| 12365 | |
---|
| 12366 | |
---|
| 12367 | |
---|
| 12368 | |
---|
| 12369 | <td style="vertical-align: top;"><span style="font-style: italic;">10 |
---|
| 12370 | * 0.0</span><br> |
---|
| 12371 | |
---|
| 12372 | |
---|
| 12373 | |
---|
| 12374 | |
---|
| 12375 | </td> |
---|
| 12376 | |
---|
| 12377 | |
---|
| 12378 | |
---|
| 12379 | |
---|
| 12380 | <td style="vertical-align: top;">Height level from which on the |
---|
| 12381 | gradient defined by <a href="#vg_vertical_gradient">vg_vertical_gradient</a> |
---|
| 12382 | is effective (in m).<br> |
---|
| 12383 | |
---|
| 12384 | |
---|
| 12385 | |
---|
| 12386 | |
---|
| 12387 | <br> |
---|
| 12388 | |
---|
| 12389 | |
---|
| 12390 | |
---|
| 12391 | |
---|
| 12392 | |
---|
| 12393 | The height levels have to be assigned in ascending order. For the |
---|
| 12394 | piecewise construction of a profile of the v-component of the |
---|
| 12395 | geostrophic wind component (vg) see <a href="#vg_vertical_gradient">vg_vertical_gradient</a>.<br> |
---|
| 12396 | |
---|
| 12397 | |
---|
| 12398 | |
---|
| 12399 | |
---|
| 12400 | <br> |
---|
| 12401 | |
---|
| 12402 | |
---|
| 12403 | |
---|
| 12404 | |
---|
| 12405 | <span style="font-weight: bold;">Attention:</span><br> |
---|
| 12406 | |
---|
| 12407 | |
---|
| 12408 | |
---|
| 12409 | |
---|
| 12410 | 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> |
---|
| 12411 | |
---|
| 12412 | |
---|
| 12413 | |
---|
| 12414 | |
---|
| 12415 | |
---|
| 12416 | </tr> |
---|
| 12417 | |
---|
| 12418 | |
---|
| 12419 | |
---|
| 12420 | |
---|
| 12421 | <tr> |
---|
| 12422 | |
---|
| 12423 | |
---|
| 12424 | |
---|
| 12425 | |
---|
| 12426 | <td style="vertical-align: top;"> |
---|
| 12427 | |
---|
| 12428 | |
---|
| 12429 | |
---|
| 12430 | |
---|
| 12431 | <p><a name="wall_adjustment"></a><b>wall_adjustment</b></p> |
---|
| 12432 | |
---|
| 12433 | |
---|
| 12434 | |
---|
| 12435 | |
---|
| 12436 | |
---|
| 12437 | </td> |
---|
| 12438 | |
---|
| 12439 | |
---|
| 12440 | |
---|
| 12441 | |
---|
| 12442 | <td style="vertical-align: top;">L</td> |
---|
| 12443 | |
---|
| 12444 | |
---|
| 12445 | |
---|
| 12446 | |
---|
| 12447 | |
---|
| 12448 | <td style="vertical-align: top;"><i>.T.</i></td> |
---|
| 12449 | |
---|
| 12450 | |
---|
| 12451 | |
---|
| 12452 | |
---|
| 12453 | |
---|
| 12454 | <td style="vertical-align: top;"> |
---|
| 12455 | |
---|
| 12456 | |
---|
| 12457 | |
---|
| 12458 | |
---|
| 12459 | <p>Parameter to |
---|
| 12460 | restrict the mixing length in the vicinity of the |
---|
| 12461 | bottom |
---|
| 12462 | boundary (and near vertical walls of a non-flat <a href="chapter_4.1.html#topography">topography</a>). </p> |
---|
| 12463 | |
---|
| 12464 | |
---|
| 12465 | |
---|
| 12466 | |
---|
| 12467 | |
---|
| 12468 | |
---|
| 12469 | |
---|
| 12470 | |
---|
| 12471 | |
---|
| 12472 | <p>With <b>wall_adjustment</b> |
---|
| 12473 | = <i>.TRUE., </i>the mixing |
---|
| 12474 | length is limited to a maximum of 1.8 * z. This condition |
---|
| 12475 | typically affects only the |
---|
| 12476 | first grid points above the bottom boundary.</p> |
---|
| 12477 | <p>In case of a non-flat <a href="chapter_4.1.html#topography">topography</a> the respective horizontal distance from vertical walls is used.</p> |
---|
| 12478 | |
---|
| 12479 | |
---|
| 12480 | |
---|
| 12481 | |
---|
| 12482 | </td> |
---|
| 12483 | |
---|
| 12484 | |
---|
| 12485 | |
---|
| 12486 | |
---|
| 12487 | </tr> |
---|
| 12488 | |
---|
| 12489 | |
---|
| 12490 | |
---|
| 12491 | |
---|
| 12492 | |
---|
| 12493 | <tr> |
---|
| 12494 | |
---|
| 12495 | |
---|
| 12496 | |
---|
| 12497 | |
---|
| 12498 | <td style="vertical-align: top;"><span style="font-weight: bold;"><a name="wall_heatflux"></a>wall_heatflux</span></td> |
---|
| 12499 | |
---|
| 12500 | |
---|
| 12501 | |
---|
| 12502 | |
---|
| 12503 | |
---|
| 12504 | <td style="vertical-align: top;">R(5)</td> |
---|
| 12505 | |
---|
| 12506 | |
---|
| 12507 | |
---|
| 12508 | |
---|
| 12509 | <td style="vertical-align: top;"><span style="font-style: italic;">5 * 0.0</span></td> |
---|
| 12510 | |
---|
| 12511 | |
---|
| 12512 | |
---|
| 12513 | |
---|
| 12514 | <td>Prescribed |
---|
| 12515 | kinematic sensible heat flux in K m/s |
---|
| 12516 | at the five topography faces:<br> |
---|
| 12517 | |
---|
| 12518 | |
---|
| 12519 | |
---|
| 12520 | |
---|
| 12521 | <br> |
---|
| 12522 | |
---|
| 12523 | |
---|
| 12524 | |
---|
| 12525 | |
---|
| 12526 | |
---|
| 12527 | |
---|
| 12528 | |
---|
| 12529 | |
---|
| 12530 | |
---|
| 12531 | <div style="margin-left: 40px;"><span style="font-weight: bold;">wall_heatflux(0) |
---|
| 12532 | </span>top face<br> |
---|
| 12533 | |
---|
| 12534 | |
---|
| 12535 | |
---|
| 12536 | |
---|
| 12537 | <span style="font-weight: bold;">wall_heatflux(1) |
---|
| 12538 | </span>left face<br> |
---|
| 12539 | |
---|
| 12540 | |
---|
| 12541 | |
---|
| 12542 | |
---|
| 12543 | <span style="font-weight: bold;">wall_heatflux(2) |
---|
| 12544 | </span>right face<br> |
---|
| 12545 | |
---|
| 12546 | |
---|
| 12547 | |
---|
| 12548 | |
---|
| 12549 | <span style="font-weight: bold;">wall_heatflux(3) |
---|
| 12550 | </span>south face<br> |
---|
| 12551 | |
---|
| 12552 | |
---|
| 12553 | |
---|
| 12554 | |
---|
| 12555 | <span style="font-weight: bold;">wall_heatflux(4) |
---|
| 12556 | </span>north face</div> |
---|
| 12557 | |
---|
| 12558 | |
---|
| 12559 | |
---|
| 12560 | |
---|
| 12561 | <br> |
---|
| 12562 | |
---|
| 12563 | |
---|
| 12564 | |
---|
| 12565 | |
---|
| 12566 | |
---|
| 12567 | This parameter applies only in case of a non-flat <a href="#topography">topography</a>. The |
---|
| 12568 | parameter <a href="#random_heatflux">random_heatflux</a> |
---|
| 12569 | can be used to impose random perturbations on the internal |
---|
| 12570 | two-dimensional surface heat |
---|
| 12571 | flux field <span style="font-style: italic;">shf</span> |
---|
| 12572 | that is composed of <a href="#surface_heatflux">surface_heatflux</a> |
---|
| 12573 | at the bottom surface and <span style="font-weight: bold;">wall_heatflux(0)</span> |
---|
| 12574 | at the topography top face. </td> |
---|
| 12575 | |
---|
| 12576 | |
---|
| 12577 | |
---|
| 12578 | |
---|
| 12579 | </tr> |
---|
| 12580 | |
---|
| 12581 | |
---|
| 12582 | |
---|
| 12583 | |
---|
| 12584 | |
---|
| 12585 | |
---|
| 12586 | |
---|
| 12587 | |
---|
| 12588 | |
---|
| 12589 | </tbody> |
---|
| 12590 | </table> |
---|
| 12591 | |
---|
| 12592 | |
---|
| 12593 | |
---|
| 12594 | |
---|
| 12595 | <br> |
---|
| 12596 | |
---|
| 12597 | |
---|
| 12598 | |
---|
| 12599 | |
---|
| 12600 | |
---|
| 12601 | <p style="line-height: 100%;"><br> |
---|
| 12602 | |
---|
| 12603 | |
---|
| 12604 | |
---|
| 12605 | |
---|
| 12606 | <font color="#000080"><font color="#000080"><a href="chapter_4.0.html"><font color="#000080"><img name="Grafik1" src="left.gif" align="bottom" border="2" height="32" width="32"></font></a><a href="index.html"><font color="#000080"><img name="Grafik2" src="up.gif" align="bottom" border="2" height="32" width="32"></font></a><a href="chapter_4.2.html"><font color="#000080"><img name="Grafik3" src="right.gif" align="bottom" border="2" height="32" width="32"></font></a></font></font></p> |
---|
| 12607 | |
---|
| 12608 | |
---|
| 12609 | |
---|
| 12610 | |
---|
| 12611 | |
---|
| 12612 | <p style="line-height: 100%;"><i>Last |
---|
| 12613 | change: </i> $Id: chapter_4.1.html 138 2007-11-28 10:03:58Z letzel $ </p> |
---|
| 12614 | |
---|
| 12615 | |
---|
| 12616 | |
---|
| 12617 | |
---|
| 12618 | |
---|
| 12619 | <br> |
---|
| 12620 | |
---|
| 12621 | |
---|
| 12622 | |
---|
| 12623 | |
---|
| 12624 | <br> |
---|
| 12625 | |
---|
| 12626 | |
---|
| 12627 | |
---|
| 12628 | |
---|
| 12629 | |
---|
| 12630 | </body></html> |
---|