Changes between Version 166 and Version 167 of doc/app/runtime_parameters
- Timestamp:
- Sep 16, 2010 9:42:39 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v166 v167 644 644 }}} 645 645 {{{#!td 646 All x-coordinates of mask locations (in m).\\\\647 This parameter defines all po ints in x-direction where quantities for masked data are output (see [#data_output_mask data_output_mask]). For each mask one'''mask_x''' can be assigned.\\\\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 an own '''mask_x''' can be assigned.\\\\ 648 648 '''Example:''' 649 649 '''mask_x''' (1,:) = 0., 50., 100., 500., 550., 600.\\ 650 '''mask_x''' (2,:) = 1000.\\ 651 '''mask_x''' (3,:) = 0., 200., 400., 600., 800., 1000.\\ 650 '''mask_x''' (2,:) = 1000.\\\\ 652 651 This example will create outputs at the specified points (in m) of the model domain. 653 By default all points in x-direction are taken for the output. 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].\\\\ 654 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]. 654 655 }}} 655 656 |----------------