164 | | '''data_output_masks(1,:)''' = '' 'u', 'v', 'u_av', 'v_av' ''\\ |
165 | | '''data_output_masks(2,:)''' = '' 'w', 'w_av' ''\\ |
166 | | '''data_output_masks(3,:)''' = '' 'pt', 'u', 'v', 'w' ''\\\\ |
| 164 | '''data_output_masks (1,:)''' = '' 'u', 'v', 'u_av', 'v_av' ''\\ |
| 165 | '''data_output_masks (2,:)''' = '' 'w', 'w_av' ''\\ |
| 166 | '''data_output_masks (3,:)''' = '' 'pt', 'u', 'v', 'w' ''\\\\ |
649 | | mask_x(1,:) = 0., 50., 100., 500., 550., 600.\\ |
650 | | mask_x(2,:) = 1000.\\ |
651 | | mask_x(3,:) = 0., 200., 400., 600., 800., 1000.\\ |
| 649 | '''mask_x''' (1,:) = 0., 50., 100., 500., 550., 600.\\ |
| 650 | '''mask_x''' (2,:) = 1000.\\ |
| 651 | '''mask_x''' (3,:) = 0., 200., 400., 600., 800., 1000.\\ |
666 | | all y-coordinates of mask locations (in m) |
| 666 | All y-coordinates of mask locations (in m).\\\\ |
| 667 | This parameter defines all points in y-direction where quantities for masked data are output (see [#data_output_mask data_output_mask]). For each mask one '''mask_y''' can be assigned.\\\\ |
| 668 | '''Example:''' |
| 669 | '''mask_y''' (1,:) = 0., 50., 100., 500., 550., 600.\\ |
| 670 | '''mask_y''' (2,:) = 1000.\\ |
| 671 | '''mask_y''' (3,:) = 0., 200., 400., 600., 800., 1000.\\ |
| 672 | This example will create outputs at the specified points (in m) of the model domain. |
| 673 | By default all points in y-direction are taken for the output. |
679 | | all z-coordinates of mask locations (in m) |
| 686 | All z-coordinates of mask locations (in m).\\\\ |
| 687 | This parameter defines all points in z-direction where quantities for masked data are output (see [#data_output_mask data_output_mask]). For each mask one '''mask_z''' can be assigned.\\\\ |
| 688 | '''Example:''' |
| 689 | '''mask_z''' (1,:) = 0., 50., 100., 500., 550., 600.\\ |
| 690 | '''mask_z''' (2,:) = 1000.\\ |
| 691 | '''mask_z''' (3,:) = 0., 200., 400., 600., 800., 1000.\\\\ |
| 692 | This example will create outputs at the specified points (in m) of the model domain. |
| 693 | By default all points in z-direction are taken for the output. |