Changes between Version 167 and Version 168 of doc/app/runtime_parameters
- Timestamp:
- Sep 16, 2010 9:51:56 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v167 v168 645 645 {{{#!td 646 646 All x-coordinates of mask positions (in m).\\\\ 647 This parameter defines all positions in x-direction where quantities for masked data are to be output (see [#data_output_mask data_output_mask]). For each mask a n own '''mask_x''' canbe assigned.\\\\647 This parameter defines all positions in x-direction where quantities for masked data are to be output (see [#data_output_mask data_output_mask]). For each mask a separate '''mask_x''' has to be assigned.\\\\ 648 648 '''Example:''' 649 '''mask_x''' (1,:) = 0., 50., 100., 500., 550., 600.\\650 '''mask_x''' (2,:) = 1000.\\\\649 '''mask_x''' (1,:) = ''0., 50., 100., 500., 550., 600.''\\ 650 '''mask_x''' (2,:) = ''1000.''\\\\ 651 651 This example will create outputs at the specified points (in m) of the model domain. 652 By default all grid points in x-direction are taken for the output.\\\\ 653 If you want to output quantities at positions with constant space (e.g. every 100m), use the parameter [#mask_x_loop mask_x_loop].\\\\ 652 If you use [#mask_scale_x mask_scale_x] '''mask_x''' has to be assigned in position[m]/'''mask_scale_x''' (e.g. '''mask_scale_x''' = ''10.0'' -> '''mask_x (1,:)''' = ''0., 5., 10., 50., 55., 60.''). 653 By default all grid points in x-direction are taken for output.\\\\ 654 If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_x_loop mask_x_loop].\\\\ 654 655 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]. 655 656 }}}