Changes between Version 164 and Version 165 of doc/app/runtime_parameters
- Timestamp:
- Sep 16, 2010 9:14:53 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v164 v165 645 645 {{{#!td 646 646 All x-coordinates of mask locations (in m).\\\\ 647 This parameter defines all points in x-direction where quantities are to be output for masked data (see [#data_output_mask data_output_mask]). For each mask different mask_xcan be assigned.\\\\647 This parameter defines all points 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.\\\\ 648 648 '''Example:''' 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. ,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.\\ 652 652 This example will create outputs at the specified points (in m) of the model domain. 653 By default all points in x-direction are output.653 By default all points in x-direction are taken for the output. 654 654 }}} 655 655 |----------------