Changes between Version 242 and Version 243 of doc/app/runtime_parameters


Ignore:
Timestamp:
May 21, 2014 4:02:11 PM (11 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v242 v243  
    128128Also, an individual time interval for output of temporally averaged data can be assigned using parameter [#dt_data_output_av dt_data_output_av]. This applies to both 3d volume and cross section data. The length of the averaging interval is controlled via parameter [#averaging_interval averaging_interval].\\\\
    129129The parameter [#skip_time_data_output skip_time_data_output] can be used to shift data output activities for a given time interval. Individual intervals can be set using [#skip_time_do3d skip_time_do3d], [#skip_time_do2d_xy skip_time_do2d_xy], [#skip_time_do2d_xz skip_time_do2d_xz], [#skip_time_do2d_yz skip_time_do2d_yz], and [#skip_time_data_output_av skip_time_data_output_av].\\\\
    130 With the parameter [[../inipar#nz_do3d|nz_do3d]] the output can be limited in the vertical direction up to a certain grid point.\\\\
     130With the parameter [[#nz_do3d|nz_do3d]] the output can be limited in the vertical direction up to a certain grid point.\\\\
    131131Cross sections extend through the total model domain. In the two horizontal directions all grid points with 0 <= i <= [[../inipar#nx|nx]]+1 and 0 <= j <= [[../inipar#ny|ny]]+1 are output so that in case of cyclic boundary conditions the complete total domain is represented. The location(s) of the cross sections can be defined with parameters [#section_xy section_xy], [#section_xz section_xz], and [#section_yz section_yz]. Assigning '''section_...''' = ''-1'' causes the output data to be averaged along the direction normal to the respective section.\\\\
    132132'''Output of user defined quantities:'''\\\\
     
    10931093On the IBM computers of the HLRN the time used by the job '''before''' the start of PALM have also to be accounted for (e.g. for compilation and copying of input files).
    10941094}}}
     1095|----------------
     1096{{{#!td style="vertical-align:top"
     1097[=#nz_do3d '''nz_do3d''']
     1098}}}
     1099{{{#!td style="vertical-align:top"
     1100I
     1101}}}
     1102{{{#!td style="vertical-align:top"
     1103nz+1
     1104}}}
     1105{{{#!td
     1106Limits the output of 3d volume data along the vertical direction (grid point index k).\\\\
     1107By default, data for all grid points along z are output. The parameter '''nz_do3d''' can be used to limit the output up to a certain vertical grid point (e.g. in order to reduce the amount of output data). It affects all output of volume data ("normal" output to file, see [../d3par#data_output data_output], as well as output for '''dvrp'''-software, see [../d3par#mode_dvrp mode_dvrp]).
     1108}}}
    10951109\\\\
    10961110[=#run '''Run steering:]\\