Changes between Version 224 and Version 225 of doc/app/runtime_parameters


Ignore:
Timestamp:
Jul 23, 2012 12:55:03 PM (13 years ago)
Author:
hoffmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v224 v225  
    4040If an interval is defined, then by default the average is calculated from the data values of all timesteps lying within this interval. The number of time levels entering into the average can be reduced with the parameter [#dt_averaging_input_pr dt_averaging_input_pr].\\\\
    4141If an averaging interval can not be completed at the end of a run, it will be finished at the beginning of the next restart run. Thus for restart runs, averaging intervals do not necessarily begin at the beginning of the run.
     42}}}
     43|----------------
     44{{{#!td style="vertical-align:top"
     45[=#cross_profiles '''cross_profiles''']
     46}}}
     47{{{#!td style="vertical-align:top"
     48C*100 (100)
     49}}}
     50{{{#!td style="vertical-align:top"
     51see right
     52}}}
     53{{{#!td
     54Determines which vertical profiles are to be presented in which coordinate system if the plot software '''palmplot''' is used.\\\\
     55The default assignment is:\\\\
     56'' ' u v ' ''\\
     57'' ' pt ', ''\\
     58'' ' w"pt" w*pt* w*pt*BC wpt wptBC ', ''\\
     59'' ' w"u" w*u* wu w"v"w*v* wv ', ''\\
     60'' ' km kh ', ''\\
     61'' ' l ' , ''\\
     6214 * ' '\\
     63\\
     64If 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, 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.\\\\
     65Example:
     66   '''cross_profiles''' = '' ' u v ', ' pt ' ''
     67In this case the plot consists of two coordinate systems (panels) with the first panel containing the profiles of the horizontal velocity components ('' 'u' '' and '' 'v' '') of all output times (see [#dt_dopr dt_dopr]) and the second one containing the profiles of the potential temperature ('' 'pt' '').\\\\
     68Whether the coordinate systems are actually drawn, depends on whether data of the appropriate profiles were output during the run (profiles to be output have to be selected with the parameter [#data_output_pr data_output_pr]). For example if '''data_output_pr''' = '' 'u', 'v' '' was assigned, then the plot only consists of one panel, since no profiles of the potential temperature were output. On the other hand, if profiles were assigned to '''data_output_pr''' whose names do not appear in '''cross_profiles''', this profiles will be plotted separately behind the profiles defined in [#cross_profiles cross_profiles].\\\\
     69The arrangement of the panels in the plot can be controlled with the parameters [#profile_columns profile_columns] and [#profile_rows profile_rows]. Up to 100 panels systems are allowed in a plot (however, they may be distributed on several pages).
    4270}}}
    4371|----------------
     
    879907{{{#!td
    880908Number of coordinate systems to be plotted in one row by '''palmplot pr'''.\\\\
    881 This parameter only applies for [#data_output_format data_output_format] = '' 'profil'.''\\\\
    882 It determines the layout of plots of horizontally averaged profiles ([#data_output_pr data_output_pr]) when plotted with the plot software '''profil'''. 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. If the number of panels cranz > '''profile_columns''' * '''profile_rows''', the remaining panels are drawn on an additional page. If cranz < '''profile_columns''', then '''profile_columns''' = cranz is automatically set. If row contains any panel, then the value of '''profile_rows''' is reduced automatically.
     909It 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.
    883910}}}
    884911|----------------
     
    893920}}}
    894921{{{#!td
    895 '''Currently this parameter cannot be used.'''\\\\
    896 Number of rows of coordinate systems to be plotted on one page by profil.\\\\
    897 This parameter only applies for [#data_output_format data_output_format] = '' 'profil'.''\\\\
     922Number of rows of coordinate systems to be plotted on one page by '''palmplot pr'''.\\\\
    898923It determines the layout of plots of horizontally averaged profiles. See [#profile_columns profile_columns].
    899924}}}
     
    11471172||'' 'z_i' '' ||Normalization with respect to the boundary layer height (determined from the height where the heat flux achieves its minimum value) ||
    11481173For further explanations see [#cross_normalized_x cross_normalized_x].
    1149 }}}
    1150 |----------------
    1151 {{{#!td style="vertical-align:top"
    1152 [=#cross_profiles '''cross_profiles''']
    1153 }}}
    1154 {{{#!td style="vertical-align:top"
    1155 C*100 (100)
    1156 }}}
    1157 {{{#!td style="vertical-align:top"
    1158 see right
    1159 }}}
    1160 {{{#!td
    1161 '''Currently this parameter cannot be used.'''\\\\
    1162 Determines which vertical profiles are to be presented in which coordinate system if the plot software '''profil''' is used.\\\\
    1163 This parameter only applies for [#data_output_format data_output_format] = '' 'profil'.''\\
    1164 The default assignment is:\\\\
    1165 '' ' u v ' ''\\
    1166 '' ' pt ', ''\\
    1167 '' ' w"pt" w*pt* w*pt*BC wpt wptBC ', ''\\
    1168 '' ' w"u" w*u* wu w"v"w*v* wv ', ''\\
    1169 '' ' km kh ', ''\\
    1170 '' ' l ' , ''\\
    1171 14 * ' '\\
    1172 \\
    1173 If plot output of vertical profiles is produced (see  [#data_output_pr data_output_pr]) the appropriate data are written to the local file PLOT1D_DATA. Simultaneously, the model produces a parameter file (local name PLOT1D_PAR) which describes the layout for a plot to be generated with the plot program '''profil'''. The parameter '''cross_profiles''' determines how many coordinate systems (panels) the plot contains and which profiles are supposed to be drawn into which 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.\\\\
    1174 Example:
    1175    '''cross_profiles''' = '' ' u v ', ' pt ' ''
    1176 In this case the plot consists of two coordinate systems (panels) with the first panel containing the profiles of the horizontal velocity components ('' 'u' '' and '' 'v' '') of all output times (see [#dt_dopr dt_dopr]) and the second one containing the profiles of the potential temperature ('' 'pt' '').\\\\
    1177 Whether the coordinate systems are actually drawn, depends on whether data of the appropriate profiles were output during the run (profiles to be output have to be selected with the parameter [#data_output_pr data_output_pr]). For example if '''data_output_pr''' = '' 'u', 'v' '' was assigned, then the plot only consists of one panel, since no profiles of the potential temperature were output. On the other hand, if profiles were assigned to '''data_output_pr''' whose names do not appear in '''cross_profiles''', then the respective profile data are output (PLOT1D_DATA) but they are not drawn in the plot.\\\\
    1178 The arrangement of the panels in the plot can be controlled with the parameters [#profile_columns profile_columns] and [#profile_rows profile_rows]. Up to 100 panels systems are allowed in a plot (however, they may be distributed on several pages).
    11791174}}}
    11801175|----------------