Changes between Version 173 and Version 174 of doc/app/runtime_parameters
- Timestamp:
- Sep 16, 2010 2:30:51 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified doc/app/runtime_parameters
v173 v174 139 139 {{{#!td 140 140 Quantities 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]).\\\\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]).\\\\ 142 142 By 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]].\\\\ 143 143 The following quantities are available for output by default:\\\\ … … 666 666 If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_x_loop mask_x_loop].\\\\ 667 667 Locations 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].668 Further examples are given in [../maskedoutput#Examples Masked data output]. 669 669 }}} 670 670 |---------------- … … 689 689 If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_y_loop mask_y_loop].\\\\ 690 690 Locations 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].691 Further examples are given in [../maskedoutput#Examples Masked data output]. 692 692 }}} 693 693 |---------------- … … 712 712 If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_z_loop mask_z_loop].\\\\ 713 713 Locations 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].714 Further examples are given in [../maskedoutput#Examples Masked data output]. 715 715 }}} 716 716 |---------------- … … 726 726 {{{#!td 727 727 Loop begin, end and stride for x-coordinates of mask locations for masks (in multiples of [#mask_scale_x mask_scale_x]).\\\\ 728 This parameter can be used, if mask 728 729 The 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.\\\\ 731 Further examples are given in [../maskedoutput#Examples Masked data output]. 731 732 }}} 732 733 |----------------