Changes between Version 173 and Version 174 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 16, 2010 2:30:51 PM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified doc/app/runtime_parameters

    v173 v174  
    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 length 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:\\\\
     
    666666If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_x_loop mask_x_loop].\\\\
    667667Locations for y-direction can be assigned with the parameters [#mask_y mask_y] or [#mask_y_loop mask_y_loop]. Locations for z-direction can be assigned with the parameters [#mask_z mask_z] or [#mask_z_loop mask_z_loop].\\\\
    668 Further examples are given [../maskedoutput#Examples here].
     668Further examples are given in [../maskedoutput#Examples Masked data output].
    669669}}}
    670670|----------------
     
    689689If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_y_loop mask_y_loop].\\\\
    690690Locations for x-direction can be assigned with the parameters [#mask_x mask_x] or [#mask_x_loop mask_x_loop]. Locations for z-direction can be assigned with the parameters [#mask_z mask_z] or [#mask_z_loop mask_z_loop].\\\\
    691 Further examples are given [../maskedoutput#Examples here].
     691Further examples are given in [../maskedoutput#Examples Masked data output].
    692692}}}
    693693|----------------
     
    712712If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_z_loop mask_z_loop].\\\\
    713713Locations for x-direction can be assigned with the parameters [#mask_x mask_x] or [#mask_x_loop mask_x_loop]. Locations for y-direction can be assigned with the parameters [#mask_y mask_y] or [#mask_y_loop mask_y_loop].\\\\
    714 Further examples are given [../maskedoutput#Examples here].
     714Further examples are given in [../maskedoutput#Examples Masked data output].
    715715}}}
    716716|----------------
     
    726726{{{#!td
    727727Loop begin, end and stride for x-coordinates of mask locations for masks (in multiples of [#mask_scale_x mask_scale_x]).\\\\
     728This parameter can be used, if mask
    728729The default results in output at every grid point along the x-direction, i.e. from 0 to nx.
    729 '''Note:''' If mask_x is also specified, mask_x_loop will be ignored!\\\\
    730 Further examples are given [../maskedoutput#Examples here].
     730'''Note:''' If mask_x is also specified, mask_x_loop will be ignored.\\\\
     731Further examples are given in [../maskedoutput#Examples Masked data output].
    731732}}}
    732733|----------------