Changes between Version 170 and Version 171 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 16, 2010 10:10:28 AM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v170 v171  
    139139{{{#!td
    140140Quantities for which masked data are to be output.\\\\
    141 Up to 20 different masks can be defined (see [[../maskedoutput|Masked data output]]). For each mask (up to 100) different instantaneous or temporally averaged quantities can be output. The masks are steered with the parameters [#mask_x mask_x], [#mask_y mask_y], [#mask_z mask_z], [#mask_x_loop mask_x_loop], [#mask_y_loop mask_y_loop] and [#mask_z_loop mask_z_loop]. It is possible to scale the masked data with a specified factor for each direction (see [#mask_scale_x mask_scale_x], [#mask_scale_y mask_scale_y] and [#mask_scale_z mask_scale_z]).\\\\
     141Up to 20 different masks can be defined (see [[../maskedoutput|Masked data output]]). For each mask (up to 100) different instantaneous or temporally averaged quantities can be output. The masks are steered with the parameters [#mask_x mask_x], [#mask_y mask_y], [#mask_z mask_z], [#mask_x_loop mask_x_loop], [#mask_y_loop mask_y_loop] and [#mask_z_loop mask_z_loop]. It is possible to scale the masked data with a specified length for each direction (see [#mask_scale_x mask_scale_x], [#mask_scale_y mask_scale_y] and [#mask_scale_z mask_scale_z]).\\\\
    142142By default, masked data are output to local files [[../iofiles#DATA_MASK_01_NETCDF|DATA_MASK_01_NETCDF]], [[../iofiles#DATA_MASK_02_NETCDF|DATA_MASK_02_NETCDF]], ... and [[../iofiles#DATA_MASK_20_NETCDF|DATA_MASK_20_NETCDF]]. If the user has switched on the output of temporally averaged data, these are written seperately to local files [[../iofiles#DATA_MASK_01_AV_NETCDF|DATA_MASK_01_AV_NETCDF]], [[../iofiles#DATA_MASK_02_AV_NETCDF|DATA_MASK_02_AV_NETCDF]], ... and [[../iofiles#DATA_MASK_20_AV_NETCDF|DATA_MASK_20_AV_NETCDF]]. The file's format is netCDF. Further details about processing netCDF data are given in chapter [[4.5.1]].\\\\
    143143The following quantities are available for output by default:\\\\
     
    608608This parameter defines the length which scales the positions of the masked data in x-direction.\\\\
    609609'''Example:'''
    610    '''mask_scale_x''' = ''10.'' will scale the positions (e.g. 0.m, 500.m, 1000.m) for masked output in x direction by ''10.0''(-> 0., 50., 100.)
     610   '''mask_scale_x''' = ''10.'' will scale the positions (e.g. 0.m, 500.m, 1000.m) for masked output in x-direction by ''10.0'' (-> 0., 50., 100.).
    611611For scaling the masked data in y-direction use [#mask_scale_y mask_scale_y]. For scaling the masked data in z-direction use [#mask_scale_z mask_scale_z].
    612612}}}
     
    622622}}}
    623623{{{#!td
    624 scaling length for masked data output in y-direction
     624Scaling length for masked data output in y-direction.\\\\
     625This parameter defines the length which scales the positions of the masked data in y-direction.\\\\
     626'''Example:'''
     627   '''mask_scale_y''' = ''10.'' will scale the positions (e.g. 0.m, 500.m, 1000.m) for masked output in y-direction by ''10.0'' (-> 0., 50., 100.).
     628For scaling the masked data in x-direction use [#mask_scale_x mask_scale_x]. For scaling the masked data in z-direction use [#mask_scale_z mask_scale_z].
    625629}}}
    626630|----------------
     
    635639}}}
    636640{{{#!td
    637 scaling length for masked data output in z-direction
     641Scaling length for masked data output in z-direction.\\\\
     642This parameter defines the length which scales the positions of the masked data in z-direction.\\\\
     643'''Example:'''
     644   '''mask_scale_z''' = ''10.'' will scale the positions (e.g. 0.m, 500.m, 1000.m) for masked output in z-direction by ''10.0'' (-> 0., 50., 100.).
     645For scaling the masked data in x-direction use [#mask_scale_x mask_scale_x]. For scaling the masked data in y-direction use [#mask_scale_y mask_scale_y].
    638646}}}
    639647|----------------