Changes between Version 325 and Version 326 of doc/app/initialization_parameters
- Timestamp:
- Jun 6, 2017 3:40:07 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/initialization_parameters
v325 v326 2695 2695 The height of the tunnel outer top wall can be specified by [#tunnel_height tunnel_height]. 2696 2696 The tunnel length and width can be specified via [#tunnel_length tunnel_length] and either [#tunnel_width_x tunnel_width_x] or [#tunnel_width_y tunnel_width_y]. 2697 Furthermore, the depth of tunnel walls can be specified by [#tunnel_wall_depth tunnel_wall_depth]. \\\\ 2697 Furthermore, the depth of tunnel walls can be specified by [#tunnel_wall_depth tunnel_wall_depth]. 2698 Note, tunnels are always centered in the model domain along x- and y-direction. \\\\ 2698 2699 Alternatively, the user may add code to the user interface subroutine [#user_init_grid user_init_grid] to allow further topography modes. These require to explicitly set the [#topography_grid_convention topography_grid_convention] to either '' 'cell_edge' '' or '' 'cell_center' ''.\\\\ 2699 2700 Non-flat '''topography''' modes may assign a kinematic sensible [#wall_heatflux wall_heatflux] and a kinematic [#wall_humidityflux wall_humidityflux] (requires [#humidity humidity] = .T.) or a [#wall_scalarflux wall_scalarflux] (requires [#passive_scalar passive_scalar] = .T.) at the five topography faces.\\\\ … … 2729 2730 * For PALM simulations using a user-defined topography, the '''topography_grid_convention''' must be explicitly set to either '' 'cell_edge' '' or '' 'cell_center'.''\\ 2730 2731 * For PALM simulations using a standard topography ('' 'single_building','' '' 'single_street_canyon' '' or '' 'read_from_file' ''), it is possible but not required to set the '''topography_grid_convention''' because appropriate default values apply. 2732 }}} 2733 |---------------- 2734 {{{#!td style="vertical-align:top" 2735 [=#tunnel_height '''tunnel_height'''] 2736 }}} 2737 {{{#!td style="vertical-align:top" 2738 R 2739 }}} 2740 {{{#!td style="vertical-align:top" 2741 0.2 * nz 2742 }}} 2743 {{{#!td 2744 Height of tunnel top (outer wall). 2745 }}} 2746 |---------------- 2747 {{{#!td style="vertical-align:top" 2748 [=#tunnel_length '''tunnel_length'''] 2749 }}} 2750 {{{#!td style="vertical-align:top" 2751 R 2752 }}} 2753 {{{#!td style="vertical-align:top" 2754 9999999.9 2755 }}} 2756 {{{#!td 2757 Length of the tunnel. ''tunnel_length'' can be smaller (open tunnel) or larger (infinite tunnel) than the model-domain extents along the tunnel axis. 2758 }}} 2759 |---------------- 2760 {{{#!td style="vertical-align:top" 2761 [=#tunnel_width_x '''tunnel_width_x'''] 2762 }}} 2763 {{{#!td style="vertical-align:top" 2764 R 2765 }}} 2766 {{{#!td style="vertical-align:top" 2767 9999999.9 2768 }}} 2769 {{{#!td 2770 Width of the tunnel along x-direction with respect to the tunnel outer walls. A non-default value indicates a tunnel orientation along y. The tunnel width must be at least larger than 2 * [#dx dx] + 2 * [#tunnel_wall_depth tunnel_wall_depth]. 2771 }}} 2772 |---------------- 2773 {{{#!td style="vertical-align:top" 2774 [=#tunnel_width_y '''tunnel_width_y'''] 2775 }}} 2776 {{{#!td style="vertical-align:top" 2777 R 2778 }}} 2779 {{{#!td style="vertical-align:top" 2780 9999999.9 2781 }}} 2782 {{{#!td 2783 Width of the tunnel along x-direction with respect to the tunnel outer walls. A non-default value indicates a tunnel orientation along x. The tunnel width must be at least larger than 2 * [#dy dy] + 2 * [#tunnel_wall_depth tunnel_wall_depth]. 2784 }}} 2785 |---------------- 2786 {{{#!td style="vertical-align:top" 2787 [=#tunnel_wall_depth '''tunnel_wall_depth'''] 2788 }}} 2789 {{{#!td style="vertical-align:top" 2790 R 2791 }}} 2792 {{{#!td style="vertical-align:top" 2793 max( dx, dy, dz ) 2794 }}} 2795 {{{#!td 2796 Depth of the tunnel walls. 2731 2797 }}} 2732 2798 |----------------