Changes between Version 237 and Version 238 of doc/app/runtime_parameters
- Timestamp:
- Nov 28, 2013 7:41:15 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v237 v238 198 198 ||w ||w-component of the velocity ||m/s || || 199 199 '''Example:''' 200 '''data_output_masks 201 '''data_output_masks 202 '''data_output_masks 200 '''data_output_masks(1,:)''' = '' 'u', 'v', 'u_av', 'v_av', ''\\ 201 '''data_output_masks(2,:)''' = '' 'w', 'w_av', ''\\ 202 '''data_output_masks(3,:)''' = '' 'pt', 'u', 'v', 'w', ''\\\\ 203 203 This example will create the following output:\\ 204 204 '''Mask 1''': Instantaneous data of u- and v-velocity component (by default on file [[../iofiles#DATA_MASK_01_NETCDF|DATA_MASK_01_NETCDF]]) and temporally averaged … … 708 708 This parameter defines all positions along 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.\\\\ 709 709 '''Example:''' 710 '''mask_x 711 '''mask_x 710 '''mask_x(1,:)''' = ''50., 100., 500., 550., 600.''\\ 711 '''mask_x(2,:)''' = ''1000.''\\\\ 712 712 This example will create outputs at the specified points (at xu-grid in m, if [#mask_scale_x mask_scale_x] is not used; outputs on 713 713 the x-grid are shifted by half of the grid spacing forward (e.g. x = ''75.0, 125.0, 525.0, 575.0, 625.0,'' if [[../inipar#dx|dx]]= 714 714 ''50.0'')). 715 If you use [#mask_scale_x mask_scale_x], '''mask_x''' has to be assigned in "grid point position along x-direction [m]/'''mask_scale_x''' " (e.g. '''mask_scale_x''' = ''10.0'' -> '''mask_x 715 If you use [#mask_scale_x mask_scale_x], '''mask_x''' has to be assigned in "grid point position along x-direction [m]/'''mask_scale_x''' " (e.g. '''mask_scale_x''' = ''10.0'' -> '''mask_x(1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\ 716 716 The default results in output at every grid point along the x-direction, i.e. from 0 to nx.\\\\ 717 717 If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_x_loop mask_x_loop].\\\\ … … 733 733 This parameter defines all positions along 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.\\\\ 734 734 '''Example:''' 735 '''mask_y 736 '''mask_y 735 '''mask_y(1,:)''' = ''50., 100., 500., 550., 600.''\\ 736 '''mask_y(2,:)''' = ''1000.''\\\\ 737 737 This example will create outputs at the specified points (at yv-grid in m, if [#mask_scale_x mask_scale_x] is not used; outputs on 738 738 the y-grid are shifted by half of the grid spacing forward (e.g. y = ''75.0, 125.0, 525.0, 575.0, 625.0,'' if [[../inipar#dy|dy]]= 739 739 ''50.0'')). 740 If you use [#mask_scale_y mask_scale_y], '''mask_y''' has to be assigned in "grid point position along y-direction [m]/'''mask_scale_y''' " (e.g. '''mask_scale_y''' = ''10.0'' -> '''mask_y 740 If you use [#mask_scale_y mask_scale_y], '''mask_y''' has to be assigned in "grid point position along y-direction [m]/'''mask_scale_y''' " (e.g. '''mask_scale_y''' = ''10.0'' -> '''mask_y(1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\ 741 741 The default results in output at every grid point along the y-direction, i.e. from 0 to ny.\\\\ 742 742 If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_y_loop mask_y_loop].\\\\ … … 758 758 This parameter defines all positions along 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.\\\\ 759 759 '''Example:''' 760 '''mask_z 761 '''mask_z 760 '''mask_z(1,:)''' = ''50., 100., 500., 550., 600.''\\ 761 '''mask_z(2,:)''' = ''1000.''\\\\ 762 762 This example will create outputs at the specified points (at zw-grid in m, if [#mask_scale_x mask_scale_x] is not used; outputs on 763 763 the zu-grid are shifted by half of the grid spacing downward (e.g. zu = ''25.0, 75.0, 475.0, 525.0, 575.0'', if [[../inipar#dz|dz]]= ''50.0'')). 764 If you use [#mask_scale_z mask_scale_z], '''mask_z''' has to be assigned in "grid point position along z-direction [m]/'''mask_scale_z''' " (e.g. '''mask_scale_z''' = ''10.0'' -> '''mask_z 764 If you use [#mask_scale_z mask_scale_z], '''mask_z''' has to be assigned in "grid point position along z-direction [m]/'''mask_scale_z''' " (e.g. '''mask_scale_z''' = ''10.0'' -> '''mask_z(1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\ 765 765 The default results in output at every grid point along the z-direction, i.e. from 0 to nz.\\\\ 766 766 If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_z_loop mask_z_loop].\\\\ … … 781 781 Loop begin, end and stride for x-coordinates of mask locations for masks (in multiples of [#mask_scale_x mask_scale_x]).\\\\ 782 782 This parameter should be used, if masked data are to be output at periodic positions. The first parameter assigns the start position (e.g. 0m), the second one the end position (e.g. 2000m) and the third one the stride (e.g. 100m):\\ 783 '''mask_x_loop 783 '''mask_x_loop(1,:)''' = ''0.0,2000.,100.''\\ 784 784 This example will create outputs every 100m along x-direction (at xu-grid in m, if [#mask_scale_x mask_scale_x] is not used; outputs on the x-grid are shifted by half of the grid spacing forward).\\\\ 785 785 For each mask a separate '''mask_x_loop''' has to be assigned.\\\\ … … 801 801 Loop begin, end and stride for y-coordinates of mask locations for masks (in multiples of [#mask_scale_y mask_scale_y]).\\\\ 802 802 This parameter should be used, if masked data are to be output at periodic positions (e.g. every 100m along y-direction). The first parameter assigns the start position (e.g. 0m), the second one the end position (e.g. 2000m) and the third one the stride (e.g. 100m):\\ 803 '''mask_y_loop 803 '''mask_y_loop(1,:)''' = ''0.0,2000.,100.''\\ 804 804 This example will create outputs every 100m along y-direction (at yv-grid in m, if [#mask_scale_x mask_scale_x] is not used; outputs on the y-grid are shifted by half of the grid spacing forward).\\\\ 805 805 For each mask a separate '''mask_y_loop''' has to be assigned.\\\\ … … 821 821 Loop begin, end and stride for z-coordinates of mask locations for masks (in multiples of [#mask_scale_z mask_scale_z]).\\\\ 822 822 This parameter should be used, if masked data are to be output at periodic positions (e.g. every 100m along z-direction). The first parameter assigns the start position (e.g. 0m), the second one the end position (e.g. 2000m) and the third one the stride (e.g. 100m):\\ 823 '''mask_z_loop 823 '''mask_z_loop(1,:)''' = ''0.0,2000.,100.''\\ 824 824 This example will create outputs every 100m along z-direction (at zw-grid in m, if [#mask_scale_x mask_scale_x] is not used; outputs on the zu-grid are shifted by half of the grid spacing downward).\\\\ 825 825 For each mask a separate '''mask_z_loop''' has to be assigned.\\\\