Changes between Version 110 and Version 111 of doc/app/runtime_parameters
- Timestamp:
- Sep 15, 2010 8:39:31 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v110 v111 612 612 }}} 613 613 {{{#!td style="vertical-align:top" 614 dummy 615 }}} 616 {{{#!td style="vertical-align:top" 617 dummy 618 }}} 619 {{{#!td 620 dummy 614 I(100) 615 }}} 616 {{{#!td style="vertical-align:top" 617 no section 618 }}} 619 {{{#!td 620 Position of cross section(s) for output of 2d horizontal cross sections (grid point index k).\\\\ 621 If output of horizontal cross sections is selected (see [#data_output data_output]), this parameter can be used to define the position(s) of the cross section(s). Up to 100 positions of cross sections can be selected by assigning '''section_xy''' the corresponding vertical grid point index/indices k of the requested cross section(s). The exact location (height level) of the cross section depends on the variable for which the output is made: zu(k) for scalars and horizontal velocities, zw(k) for the vertical velocity. Information about the exact location of the cross section is contained in the netCDF output file (if the default netCDF output is switched on; see [#data_output_format data_output_format]).\\\\ 622 Assigning '''section_xy''' = ''-1'' creates the output of horizontal cross sections averaged along z. In the netCDF output file these (averaged) cross sections are given the z-coordinate -1.0.\\\\ 623 Assignments to '''section_xy''' does not effect the output of horizontal cross sections of variable u* and theta* and the liquid water path lwp*. For these quantities always only one cross section (for z=zu(1)) is output. 621 624 }}} 622 625 |---------------- … … 625 628 }}} 626 629 {{{#!td style="vertical-align:top" 627 dummy 628 }}} 629 {{{#!td style="vertical-align:top" 630 dummy 631 }}} 632 {{{#!td 633 dummy 630 I(100) 631 }}} 632 {{{#!td style="vertical-align:top" 633 no section 634 }}} 635 {{{#!td 636 Position of cross section(s) for output of 2d (xz) vertical cross sections (grid point index j).\\\\ 637 If output of vertical xz cross sections is selected (see [#data_output data_output]), this parameter can be used to define the position(s) of the cross section(s). Up to 100 positions of cross sections can be selected by assigning '''section_xz''' the corresponding horizontal grid point index/indices j of the requested cross section(s). The exact position (in y-direction) of the cross section is given by j*[[../inipar#dy|dy]] or (j-0.5)*[[../inipar#dy|dy]], depending on which grid the output quantity is defined. However, in the netCDF output file (if the default netCDF output is switched on; see [#data_output_format data_output_format]) no distinction is made between the quantities and j*'''dy''' is used for all positions.\\\\ 638 Assigning '''section_xz''' = ''-1'' creates the output of vertical cross sections averaged along y. In the netCDF output file these (averaged) cross sections are given the y-coordinate -1.0. 634 639 }}} 635 640 |---------------- … … 638 643 }}} 639 644 {{{#!td style="vertical-align:top" 640 dummy 641 }}} 642 {{{#!td style="vertical-align:top" 643 dummy 644 }}} 645 {{{#!td 646 dummy 645 I(100) 646 }}} 647 {{{#!td style="vertical-align:top" 648 no section 649 }}} 650 {{{#!td 651 Position of cross section(s) for output of 2d (yz) vertical cross sections (grid point index i).\\\\ 652 If output of vertical yz cross sections is selected (see [#data_output data_output]), this parameter can be used to define the position(s) of the cross section(s). Up to 100 positions of cross sections can be selected by assigning '''section_yz''' the corresponding horizontal grid point index/indices i of the requested cross section(s). The exact position (in x-direction) of the cross section is given by i*[[../inipar#dx|dx]] or (i-0.5)*[[../inipar#dx|dx]], depending on which grid the output quantity is defined. However, in the netCDF output file (if the default netCDF output is switched on; see [#data_output_format data_output_format]) no distinction is made between the quantities and i*'''dx''' is used for all positions.\\\\ 653 Assigning '''section_yz''' = -1 creates the output of vertical cross sections averaged along x. In the netCDF output file these (averaged) cross sections are given the x-coordinate -1.0. 647 654 }}} 648 655 |----------------