Changes between Version 55 and Version 56 of doc/app/maskedoutput


Ignore:
Timestamp:
Sep 21, 2010 7:58:04 AM (14 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/maskedoutput

    v55 v56  
    55Default quantities (instantaneous and time averaged) are declared with the parameter [../d3par#data_output_masks data_output_masks], user-defined quantities can be output with [../userpar#data_output_masks_user data_output_masks_user].\\\\
    66== Output steering ==
    7 Different [../d3par runtime parameters] defines the masks and steers the output of the quantities assigned with [../d3par#data_output_masks data_output_masks] and/or [../userpar#data_output_masks_user data_output_masks_user]:[=#list]
    8 ||[../d3par#dt_domask dt_domask] ||temporal interval at which instantaneous masked data shall be output (in s) ||
    9 ||[../d3par#mask_scale_x mask_scale_x] ||scaling length for masked data output in x-direction ||
    10 ||[../d3par#mask_scale_y mask_scale_y] ||scaling length for masked data output in y-direction ||
    11 ||[../d3par#mask_scale_z mask_scale_z] ||scaling length for masked data output in z-direction ||
     7Different [../d3par runtime parameters] steers the output of the quantities assigned with [../d3par#data_output_masks data_output_masks] and/or [../userpar#data_output_masks_user data_output_masks_user]:[=#list]
    128||[../d3par#mask_x mask_x] ||all x-coordinates of mask locations (in multiples of mask scale) ||
    139||[../d3par#mask_y mask_y] ||all y-coordinates of mask locations (in multiples of mask scale) ||
     
    1612||[../d3par#mask_y_loop mask_y_loop] ||loop begin, end and stride for y-coordinates of mask locations for masks (in multiples of mask scale) ||
    1713||[../d3par#mask_z_loop mask_z_loop] ||loop begin, end and stride for z-coordinates of mask locations for masks (in multiples of mask scale) ||
     14These parameters defines the masks. Each mask can be steered with a separate set of x-, y- and z-parameters. By default all gridpoints along the respective direction are used.
     15||[../d3par#mask_scale_x mask_scale_x] ||scaling length for masked data output in x-direction ||
     16||[../d3par#mask_scale_y mask_scale_y] ||scaling length for masked data output in y-direction ||
     17||[../d3par#mask_scale_z mask_scale_z] ||scaling length for masked data output in z-direction ||
     18The scaling parameters can be used to scale the
     19||[../d3par#dt_domask dt_domask] ||temporal interval at which instantaneous masked data shall be output (in s) ||
    1820||[../d3par#skip_time_domask skip_time_domask] ||no output of masked data before this interval has passed (in s) ||
    1921\\