Changes between Version 3 and Version 4 of doc/app/maskedoutput


Ignore:
Timestamp:
Sep 16, 2010 10:46:11 AM (14 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/maskedoutput

    v3 v4  
    11== Masked data output ==
    22=== General ===
    3 From release 3.7a (r483) output of masked data is implemented in PALM. This feature allows to output quantities at defined masks and can already use netCDF4 file format. Default quantities are available ([../d3par#data_output_mask data_output_mask]), but also user-defined quantities can be assigned ([../userpar#data_output_mask_user data_output_mask_user]).\\\\ 
    4 Different runtime parameters \\
     3From release 3.7a (r483) output of masked data is implemented in PALM. This feature allows to output quantities at different mask locations and can already use netCDF4 file format.\\
     4Default quantities are available and can be declared with the parameter [../d3par#data_output_mask data_output_mask], user-defined quantities can be output with [../userpar#data_output_mask_user data_output_mask_user].\\\\ 
     5Different runtime parameters defines the masks and steers the output:
     6   [../d3par#dt_domask|dt_domask]
     7   [../d3par#mask_scale_x|mask_scale_x]
     8   [../d3par#mask_scale_y|mask_scale_y]
     9   [../d3par#mask_scale_z|mask_scale_z]
     10   [../d3par#mask_x|mask_x]
     11   [../d3par#mask_y|mask_y]
     12   [../d3par#mask_z|mask_z]
     13   [../d3par#mask_x_loop|mask_x_loop]
     14   [../d3par#mask_y_loop|mask_y_loop]
     15   [../d3par#mask_z_loop|mask_z_loop]
     16   [../d3par#skip_time_domask|skip_time_domask]
     17
    518=== Examples ===