750 | | loop begin, end and stride for y-coordinates of |
751 | | mask locations for masks (in multiples of mask scale). |
752 | | The default results in output at every grid point along |
753 | | the respective dimension, i.e. from 0 to ny. |
754 | | Note: if mask_y is also specified, |
755 | | mask_y_loop will be ignored! |
| 750 | Loop begin, end and stride for y-coordinates of mask locations for masks (in multiples of [#mask_scale_y mask_scale_y]).\\\\ |
| 751 | 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) -> '''mask_y_loop (1,:)''' = ''0.0,2000.,100.''.\\\\ |
| 752 | For each mask a separate '''mask_y_loop''' has to be assigned.\\\\ |
| 753 | The default results in output at every grid point along the y-direction, i.e. from 0 to ny.\\\\ |
| 754 | '''Note:''' If mask_y is also specified, mask_y_loop will be ignored.\\\\ |
| 755 | Further examples are given in [../maskedoutput#Examples Masked data output]. |
768 | | loop begin, end and stride for z-coordinates of |
769 | | mask locations for masks (in multiples of mask scale). |
770 | | The default results in output at every grid point along |
771 | | the respective dimension, i.e. from 0 to nz. |
772 | | Note: if mask_z is also specified, |
773 | | mask_z_loop will be ignored! |
| 768 | Loop begin, end and stride for z-coordinates of mask locations for masks (in multiples of [#mask_scale_z mask_scale_z]).\\\\ |
| 769 | 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) -> '''mask_z_loop (1,:)''' = ''0.0,2000.,100.''.\\\\ |
| 770 | For each mask a separate '''mask_z_loop''' has to be assigned.\\\\ |
| 771 | The default results in output at every grid point along the z-direction, i.e. from 0 to nz.\\\\ |
| 772 | '''Note:''' If mask_z is also specified, mask_z_loop will be ignored. If you have assigned [../inipar#dz_stretch_level dz_stretch_level] '''mask_z_loop''' will fail above '''dz_stretch_level'''. If masked outputs are desired above '''dz_stretch_level''' you should user [#mask_z mask_z] instead.\\\\ |
| 773 | Further examples are given in [../maskedoutput#Examples Masked data output]. |