652 | | 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.''). |
| 652 | 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.'').\\\\ |
671 | | '''mask_y''' (1,:) = 0., 50., 100., 500., 550., 600.\\ |
672 | | '''mask_y''' (2,:) = 1000.\\ |
673 | | '''mask_y''' (3,:) = 0., 200., 400., 600., 800., 1000.\\ |
| 671 | '''mask_y''' (1,:) = ''0., 50., 100., 500., 550., 600.''\\ |
| 672 | '''mask_y''' (2,:) = ''1000.''\\\\ |
675 | | By default all points in y-direction are taken for the output. |
| 674 | 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.'').\\\\ |
| 675 | By default all grid points in y-direction are taken for output.\\\\ |
| 676 | If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_y_loop mask_y_loop].\\\\ |
| 677 | 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 | | '''mask_z''' (1,:) = 0., 50., 100., 500., 550., 600.\\ |
692 | | '''mask_z''' (2,:) = 1000.\\ |
693 | | '''mask_z''' (3,:) = 0., 200., 400., 600., 800., 1000.\\\\ |
| 693 | '''mask_z''' (1,:) = ''0., 50., 100., 500., 550., 600.''\\ |
| 694 | '''mask_z''' (2,:) = ''1000.''\\\\ |
695 | | By default all points in z-direction are taken for the output. |
| 696 | 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.'').\\\\ |
| 697 | By default all grid points in z-direction are taken for output.\\\\ |
| 698 | If you want to output quantities at positions with constant spaces (e.g. every 100m), use the parameter [#mask_z_loop mask_z_loop].\\\\ |
| 699 | 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]. |