Changes between Version 172 and Version 173 of doc/app/runtime_parameters
- Timestamp:
- Sep 16, 2010 2:12:40 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v172 v173 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 '''mask_x ''' (1,:)= ''0., 50., 100., 500., 550., 600.''\\662 '''mask_x ''' (2,:)= ''1000.''\\\\661 '''mask_x (1,:)''' = ''0., 50., 100., 500., 550., 600.''\\ 662 '''mask_x (2,:)''' = ''1000.''\\\\ 663 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 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.'').\\\\ … … 682 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.\\\\ 683 683 '''Example:''' 684 '''mask_y ''' (1,:)= ''0., 50., 100., 500., 550., 600.''\\685 '''mask_y ''' (2,:)= ''1000.''\\\\686 This example will create outputs at the specified points (in m ) of the model domain.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.'').\\\\684 '''mask_y (1,:)''' = ''0., 50., 100., 500., 550., 600.''\\ 685 '''mask_y (2,:)''' = ''1000.''\\\\ 686 This example will create outputs at the specified points (in m, if [#mask_scale_y mask_scale_y] is not used) of the model domain. 687 If you use [#mask_scale_y mask_scale_y] '''mask_y''' has to be assigned in "grid point position in y-direction [m]/'''mask_scale_y''' " (e.g. '''mask_scale_y''' = ''10.0'' -> '''mask_y (1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\ 688 688 The default results in output at every grid point along the y-direction, i.e. from 0 to ny.\\\\ 689 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].\\\\ 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]. 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].\\\\ 691 Further examples are given [../maskedoutput#Examples here]. 691 692 }}} 692 693 |---------------- … … 704 705 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.\\\\ 705 706 '''Example:''' 706 '''mask_z ''' (1,:)= ''0., 50., 100., 500., 550., 600.''\\707 '''mask_z ''' (2,:)= ''1000.''\\\\708 This example will create outputs at the specified points (in m ) of the model domain.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.'').\\\\707 '''mask_z (1,:)''' = ''0., 50., 100., 500., 550., 600.''\\ 708 '''mask_z (2,:)''' = ''1000.''\\\\ 709 This example will create outputs at the specified points (in m, if [#mask_scale_z mask_scale_z] is not used) of the model domain. 710 If you use [#mask_scale_z mask_scale_z] '''mask_z''' has to be assigned in "grid point position in z-direction [m]/'''mask_scale_z''' " (e.g. '''mask_scale_z''' = ''10.0'' -> '''mask_z (1,:)''' = ''0., 5., 10., 50., 55., 60.'').\\\\ 710 711 The default results in output at every grid point along the z-direction, i.e. from 0 to nz.\\\\ 711 712 If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_z_loop mask_z_loop].\\\\ 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]. 713 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].\\\\ 714 Further examples are given [../maskedoutput#Examples here]. 713 715 }}} 714 716 |---------------- … … 725 727 Loop begin, end and stride for x-coordinates of mask locations for masks (in multiples of [#mask_scale_x mask_scale_x]).\\\\ 726 728 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! 729 '''Note:''' If mask_x is also specified, mask_x_loop will be ignored!\\\\ 730 Further examples are given [../maskedoutput#Examples here]. 728 731 }}} 729 732 |----------------