Changes between Version 226 and Version 227 of doc/app/runtime_parameters
- Timestamp:
- Jul 26, 2012 9:50:13 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v226 v227 62 62 14 * ' '\\ 63 63 \\ 64 If output of vertical profiles is produced (see [#data_output_pr data_output_pr]) the appropriate data are written to a NetCDF file. Simultaneously, the model produces an attribute in the header of the NetCDF file which describes the layout for a plot to be generated with the plot program '''palmplot'''. The parameter '''cross_profiles''' determines how many coordinate systems (panels) the plot contains and which profiles are supposed to be drawn into which panel. (Currently, palmplotis limited to three profiles per panel.) '''cross_profiles''' expects a character string (up to 100 characters long) for each coordinate system, which consists of the names of the profiles to be drawn into this system (all available profiles and their respective names are described at parameter [#data_output_pr data_output_pr]). The single names have to be separated by one blank (' ') and a blank must be spent also at the beginning and at the end of the string.\\\\64 If output of vertical profiles is produced (see [#data_output_pr data_output_pr]) the appropriate data are written to a NetCDF file. Simultaneously, the model produces an attribute in the header of the NetCDF file which describes the layout for a plot to be generated with the plot software '''palmplot'''. The parameter '''cross_profiles''' determines how many coordinate systems (panels) the plot contains and which profiles are supposed to be drawn into which panel. (Currently, '''palmplot''' is limited to three profiles per panel.) '''cross_profiles''' expects a character string (up to 100 characters long) for each coordinate system, which consists of the names of the profiles to be drawn into this system (all available profiles and their respective names are described at parameter [#data_output_pr data_output_pr]). The single names have to be separated by one blank (' ') and a blank must be spent also at the beginning and at the end of the string.\\\\ 65 65 Example: 66 66 '''cross_profiles''' = '' ' u v ', ' pt ' '' … … 906 906 }}} 907 907 {{{#!td 908 Number of coordinate systems to be plotted in one row by '''palmplot pr'''.\\\\909 It determines the layout of plots of horizontally averaged profiles ([#data_output_pr data_output_pr]) when plotted with the plot software '''palmplot pr'''. Generally, the number and sequence of coordinate systems (panels) to be plotted on one page are determined by [#cross_profiles cross_profiles]. '''profile_columns''' determines how many panels are to be arranged next to each other in one row (number of columns). The respective number of rows on a page is assigned by [#profile_rows profile_rows]. According to their order given by [#data_output_pr data_output_pr], the panels are arranged beginning in the top row from left to right and then continued in the following row.908 Number of coordinate systems to be plotted in one row by plot software '''palmplot'''.\\\\ 909 It determines the layout of plots of horizontally averaged profiles ([#data_output_pr data_output_pr]) when plotted with the plot software '''palmplot'''. Generally, the number and sequence of coordinate systems (panels) to be plotted on one page are determined by [#cross_profiles cross_profiles]. '''profile_columns''' determines how many panels are to be arranged next to each other in one row (number of columns). The respective number of rows on a page is assigned by [#profile_rows profile_rows]. According to their order given by [#data_output_pr data_output_pr], the panels are arranged beginning in the top row from left to right and then continued in the following row. 910 910 }}} 911 911 |---------------- … … 920 920 }}} 921 921 {{{#!td 922 Number of rows of coordinate systems to be plotted on one page by '''palmplot pr'''.\\\\922 Number of rows of coordinate systems to be plotted on one page by plot software '''palmplot'''.\\\\ 923 923 It determines the layout of plots of horizontally averaged profiles. See [#profile_columns profile_columns]. 924 924 }}}