Changes between Version 10 and Version 11 of doc/app/maskedoutput


Ignore:
Timestamp:
Sep 16, 2010 11:04:49 AM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/maskedoutput

    v10 v11  
    22=== General ===
    33From 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.\\
    4 Default quantities are available and can be 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].\\\\ 
     4Default quantities (instantaneous and time averaged) are available and can be 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].\\\\ 
    55Different [../d3par runtime parameters] defines the masks and steers the output:
    66   [../d3par#dt_domask dt_domask]\\
     
    1616   [../d3par#skip_time_domask skip_time_domask]
    1717So far 20 different masks can be defined. Each mask is output to one local file.\\
    18 Instantaneous data of '''mask 1''' is 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].
    19 Instantaneous data of '''mask 2''' is output to file [../iofiles#DATA_MASK_02_NETCDF DATA_MASK_02_NETCDF], time-averaged data to file [../iofiles#DATA_MASK_02_AV_NETCDF DATA_MASK_02_AV_NETCDF].
    20 Instantaneous data of '''mask 3''' is output to file [../iofiles#DATA_MASK_02_NETCDF DATA_MASK_03_NETCDF], time-averaged data to file [../iofiles#DATA_MASK_02_AV_NETCDF DATA_MASK_03_AV_NETCDF].
     18Instantaneous data of '''mask 1''' is 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].\\
     19Instantaneous data of '''mask 2''' is output to file [../iofiles#DATA_MASK_02_NETCDF DATA_MASK_02_NETCDF], time-averaged data to file [../iofiles#DATA_MASK_02_AV_NETCDF DATA_MASK_02_AV_NETCDF].\\
     20Instantaneous data of '''mask 3''' is output to file [../iofiles#DATA_MASK_02_NETCDF DATA_MASK_03_NETCDF], time-averaged data to file [../iofiles#DATA_MASK_02_AV_NETCDF DATA_MASK_03_AV_NETCDF].\\\\
     21Besides assigned the parameters listed above, declarations have to be made in the '''mrun'''-[../configexample configuration file].
    2122
    2223