Changes between Version 16 and Version 17 of doc/app/maskedoutput


Ignore:
Timestamp:
Sep 16, 2010 12:11:36 PM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/maskedoutput

    v16 v17  
    66=== Output steering ===
    77Different [../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]:
    8    [../d3par#dt_domask dt_domask]\\
    9    [../d3par#mask_scale_x mask_scale_x]\\
    10    [../d3par#mask_scale_y mask_scale_y]\\
    11    [../d3par#mask_scale_z mask_scale_z]\\
    12    [../d3par#mask_x mask_x]\\
    13    [../d3par#mask_y mask_y]\\
    14    [../d3par#mask_z mask_z]\\
    15    [../d3par#mask_x_loop mask_x_loop]\\
    16    [../d3par#mask_y_loop mask_y_loop]\\
    17    [../d3par#mask_z_loop mask_z_loop]\\
    18    [../d3par#skip_time_domask skip_time_domask]
     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 ||
     12||[../d3par#mask_x mask_x] ||all x-coordinates of mask locations (in m) ||
     13||[../d3par#mask_y mask_y] ||all y-coordinates of mask locations (in m) ||
     14||[../d3par#mask_z mask_z] ||all z-coordinates of mask locations (in m) ||
     15||[../d3par#mask_x_loop mask_x_loop] ||loop begin, end and stride for x-coordinates of mask locations for masks (in multiples of mask scale) ||
     16||[../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) ||
     17||[../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) ||
     18||[../d3par#skip_time_domask skip_time_domask] ||no output of masked data before this interval has passed (in s) ||
     19\\
    1920So far 20 different masks can be defined. Each mask is output to one local file.\\\\
    2021Instantaneous data of '''mask 1''' are output to file [../iofiles#DATA_MASK_01_NETCDF DATA_MASK_01_NETCDF], time-averaged data to file [../iofiles#DATA_MASK_01_AV_NETCDF DATA_MASK_01_AV_NETCDF].\\