Changes between Version 171 and Version 172 of doc/app/runtime_parameters
- Timestamp:
- Sep 16, 2010 2:05:34 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v171 v172 656 656 }}} 657 657 {{{#!td 658 All x-coordinates of mask positions (in m ).\\\\658 All x-coordinates of mask positions (in multiples of [#mask_scale_x mask_scale_x]).\\\\ 659 659 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.\\\\ 660 660 '''Example:''' 661 661 '''mask_x''' (1,:) = ''0., 50., 100., 500., 550., 600.''\\ 662 662 '''mask_x''' (2,:) = ''1000.''\\\\ 663 This example will create outputs at the specified points (in m ) of the model domain.664 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.'').\\\\665 By default all grid points in x-direction are taken for output.\\\\663 This example will create outputs at the specified points (in m, if [#mask_scale_x mask_scale_x] is not used) of the model domain. 664 If you use [#mask_scale_x mask_scale_x] '''mask_x''' has to be assigned in "grid point position in x-direction [m]/'''mask_scale_x''' " (e.g. '''mask_scale_x''' = ''10.0'' -> '''mask_x (1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\ 665 The default results in output at every grid point along the x-direction, i.e. from 0 to nx.\\\\ 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 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]. 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 669 }}} 669 670 |---------------- … … 678 679 }}} 679 680 {{{#!td 680 All y-coordinates of mask positions (in m ).\\\\681 All y-coordinates of mask positions (in multiples of [#mask_scale_y mask_scale_y]).\\\\ 681 682 This parameter defines all positions in y-direction where quantities for masked data are to be output (see [#data_output_mask data_output_mask]). For each mask a separate '''mask_y''' has to be assigned.\\\\ 682 683 '''Example:''' … … 685 686 This example will create outputs at the specified points (in m) of the model domain. 686 687 If you use [#mask_scale_y mask_scale_y] '''mask_y''' has to be assigned in position[m]/'''mask_scale_y''' (e.g. '''mask_scale_y''' = ''10.0'' -> '''mask_y (1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\ 687 By default all grid points in y-direction are taken for output.\\\\688 The default results in output at every grid point along the y-direction, i.e. from 0 to ny.\\\\ 688 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].\\\\ 689 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]. … … 700 701 }}} 701 702 {{{#!td 702 All z-coordinates of mask positions (in m ).\\\\703 All z-coordinates of mask positions (in multiples of [#mask_scale_z mask_scale_z]).\\\\ 703 704 This parameter defines all positions in z-direction where quantities for masked data are to be output (see [#data_output_mask data_output_mask]). For each mask a separate '''mask_z''' has to be assigned.\\\\ 704 705 '''Example:''' … … 707 708 This example will create outputs at the specified points (in m) of the model domain. 708 709 If you use [#mask_scale_z mask_scale_z] '''mask_z''' has to be assigned in position[m]/'''mask_scale_z''' (e.g. '''mask_scale_z''' = ''10.0'' -> '''mask_z (1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\ 709 By default all grid points in z-direction are taken for output.\\\\710 The default results in output at every grid point along the z-direction, i.e. from 0 to nz.\\\\ 710 711 If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_z_loop mask_z_loop].\\\\ 711 712 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]. … … 722 723 }}} 723 724 {{{#!td 724 loop begin, end and stride for x-coordinates of 725 mask locations for masks (in multiples of mask scale). 726 The default results in output at every grid point along 727 the respective dimension, i.e. from 0 to nx. 728 Note: if mask_x is also specified, 729 mask_x_loop will be ignored! 725 Loop begin, end and stride for x-coordinates of mask locations for masks (in multiples of [#mask_scale_x mask_scale_x]).\\\\ 726 The default results in output at every grid point along the x-direction, i.e. from 0 to nx. 727 '''Note:''' If mask_x is also specified, mask_x_loop will be ignored! 730 728 }}} 731 729 |----------------