Changes between Version 207 and Version 208 of doc/app/runtime_parameters
- Timestamp:
- Dec 17, 2010 10:05:09 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v207 v208 667 667 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.\\\\ 668 668 '''Example:''' 669 '''mask_x (1,:)''' = '' 0.,50., 100., 500., 550., 600.''\\669 '''mask_x (1,:)''' = ''50., 100., 500., 550., 600.''\\ 670 670 '''mask_x (2,:)''' = ''1000.''\\\\ 671 671 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 672 the x-grid are shifted by half of the grid spacing forward ).673 ) of the model domain. The points are defined at the xu section, 672 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]]= 673 ''50.0'')). 674 674 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.'').\\\\ 675 675 The default results in output at every grid point along the x-direction, i.e. from 0 to nx.\\\\ … … 692 692 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.\\\\ 693 693 '''Example:''' 694 '''mask_y (1,:)''' = '' 0.,50., 100., 500., 550., 600.''\\694 '''mask_y (1,:)''' = ''50., 100., 500., 550., 600.''\\ 695 695 '''mask_y (2,:)''' = ''1000.''\\\\ 696 696 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 697 the y-grid are shifted by half of the grid spacing forward). 697 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]]= 698 ''50.0'')). 698 699 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.'').\\\\ 699 700 The default results in output at every grid point along the y-direction, i.e. from 0 to ny.\\\\ … … 716 717 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.\\\\ 717 718 '''Example:''' 718 '''mask_z (1,:)''' = '' 0.,50., 100., 500., 550., 600.''\\719 '''mask_z (1,:)''' = ''50., 100., 500., 550., 600.''\\ 719 720 '''mask_z (2,:)''' = ''1000.''\\\\ 720 721 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 721 the zu-grid are shifted by half of the grid spacing downward (e.g. zu = '' 0., 25., 75., 475., 525., 575.'', if [[../inipar#dz|dz]]= ''50.0'')).722 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'')). 722 723 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.'').\\\\ 723 724 The default results in output at every grid point along the z-direction, i.e. from 0 to nz.\\\\