542 | | [=#<insert_parameter_name> '''<insert_parameter_name>'''] |
543 | | }}} |
544 | | {{{#!td style="vertical-align:top" |
545 | | <insert type> |
546 | | }}} |
547 | | {{{#!td style="vertical-align:top" |
548 | | <insert value> |
549 | | }}} |
550 | | {{{#!td |
551 | | <insert explanation> |
| 542 | [=#canyon_wall_left '''canyon_wall_left'''] |
| 543 | }}} |
| 544 | {{{#!td style="vertical-align:top" |
| 545 | R |
| 546 | }}} |
| 547 | {{{#!td style="vertical-align:top" |
| 548 | canyon centered in x-direction |
| 549 | }}} |
| 550 | {{{#!td |
| 551 | x-coordinate of the left canyon wall (distance between the left canyon wall and the left border of the model domain) in m.\\\\ |
| 552 | Currently, '''canyon_wall_left''' must be at least 1 * [#dx dx] and less than ( [#nx nx] - 1 ) * dx - [#canyon_width_x canyon_width_x]. This parameter requires [#topography topography] = '' 'single_street_canyon'.''\\\\ |
| 553 | The default value '''canyon_wall_left''' = ( ( nx + 1 ) * dx - canyon_width_x ) / 2 centers the canyon in x-direction. |
| 554 | }}} |
| 555 | |---------------- |
| 556 | {{{#!td style="vertical-align:top" |
| 557 | [=#canyon_wall_south '''canyon_wall_south'''] |
| 558 | }}} |
| 559 | {{{#!td style="vertical-align:top" |
| 560 | R |
| 561 | }}} |
| 562 | {{{#!td style="vertical-align:top" |
| 563 | canyon centered in y-direction |
| 564 | }}} |
| 565 | {{{#!td |
| 566 | y-coordinate of the South canyon wall (distance between the South canyon wall and the South border of the model domain) in m.\\\\ |
| 567 | Currently, '''canyon_wall_south''' must be at least 1 * [#dy dy] and less than ( [#ny ny] - 1 ) * dy - [#canyon_width_y canyon_width_y]. This parameter requires [#topography topography] = '' 'single_street_canyon'.''\\\\ |
| 568 | The default value '''canyon_wall_south''' = ( ( ny + 1 ) * dy - canyon_width_y ) / 2 centers the canyon in y-direction. |