| 559 | [=#mask_scale_x '''mask_scale_x'''] |
| 560 | }}} |
| 561 | {{{#!td style="vertical-align:top" |
| 562 | R |
| 563 | }}} |
| 564 | {{{#!td style="vertical-align:top" |
| 565 | 1.0 |
| 566 | }}} |
| 567 | {{{#!td |
| 568 | scaling length for masked data output in x-direction |
| 569 | }}} |
| 570 | |---------------- |
| 571 | {{{#!td style="vertical-align:top" |
| 572 | [=#mask_scale_y '''mask_scale_y'''] |
| 573 | }}} |
| 574 | {{{#!td style="vertical-align:top" |
| 575 | R |
| 576 | }}} |
| 577 | {{{#!td style="vertical-align:top" |
| 578 | 1.0 |
| 579 | }}} |
| 580 | {{{#!td |
| 581 | scaling length for masked data output in y-direction |
| 582 | }}} |
| 583 | |---------------- |
| 584 | {{{#!td style="vertical-align:top" |
| 585 | [=#mask_scale_z '''mask_scale_z'''] |
| 586 | }}} |
| 587 | {{{#!td style="vertical-align:top" |
| 588 | R |
| 589 | }}} |
| 590 | {{{#!td style="vertical-align:top" |
| 591 | 1.0 |
| 592 | }}} |
| 593 | {{{#!td |
| 594 | scaling length for masked data output in z-direction |
| 595 | }}} |
| 596 | |---------------- |
| 597 | {{{#!td style="vertical-align:top" |
| 598 | [=#mask_x '''mask_x'''] |
| 599 | }}} |
| 600 | {{{#!td style="vertical-align:top" |
| 601 | R(20,100) |
| 602 | }}} |
| 603 | {{{#!td style="vertical-align:top" |
| 604 | 20*100* -1.0 |
| 605 | }}} |
| 606 | {{{#!td |
| 607 | all x-coordinates of mask locations (in m) |
| 608 | }}} |
| 609 | |---------------- |
| 610 | {{{#!td style="vertical-align:top" |
| 611 | [=#mask_y '''mask_y'''] |
| 612 | }}} |
| 613 | {{{#!td style="vertical-align:top" |
| 614 | R(20,100) |
| 615 | }}} |
| 616 | {{{#!td style="vertical-align:top" |
| 617 | 20*100* -1.0 |
| 618 | }}} |
| 619 | {{{#!td |
| 620 | all y-coordinates of mask locations (in m) |
| 621 | }}} |
| 622 | |---------------- |
| 623 | {{{#!td style="vertical-align:top" |
| 624 | [=#mask_z '''mask_z'''] |
| 625 | }}} |
| 626 | {{{#!td style="vertical-align:top" |
| 627 | R(20,100) |
| 628 | }}} |
| 629 | {{{#!td style="vertical-align:top" |
| 630 | 20*100* -1.0 |
| 631 | }}} |
| 632 | {{{#!td |
| 633 | all z-coordinates of mask locations (in m) |
| 634 | }}} |
| 635 | |---------------- |
| 636 | {{{#!td style="vertical-align:top" |
| 637 | [=#mask_x_loop '''mask_x_loop'''] |
| 638 | }}} |
| 639 | {{{#!td style="vertical-align:top" |
| 640 | R(20,3) |
| 641 | }}} |
| 642 | {{{#!td style="vertical-align:top" |
| 643 | 20*(/-1.0,-1.0,0.0/) |
| 644 | }}} |
| 645 | {{{#!td |
| 646 | loop begin, end and stride for x-coordinates of |
| 647 | mask locations for masks (in multiples of mask scale). |
| 648 | The default results in output at every grid point along |
| 649 | the respective dimension, i.e. from 0 to nx. |
| 650 | Note: if mask_x is also specified, |
| 651 | mask_x_loop will be ignored! |
| 652 | }}} |
| 653 | |---------------- |
| 654 | {{{#!td style="vertical-align:top" |
| 655 | [=#mask_y_loop '''mask_y_loop'''] |
| 656 | }}} |
| 657 | {{{#!td style="vertical-align:top" |
| 658 | R(20,3) |
| 659 | }}} |
| 660 | {{{#!td style="vertical-align:top" |
| 661 | 20*(/-1.0,-1.0,0.0/) |
| 662 | }}} |
| 663 | {{{#!td |
| 664 | loop begin, end and stride for y-coordinates of |
| 665 | mask locations for masks (in multiples of mask scale). |
| 666 | The default results in output at every grid point along |
| 667 | the respective dimension, i.e. from 0 to ny. |
| 668 | Note: if mask_y is also specified, |
| 669 | mask_y_loop will be ignored! |
| 670 | }}} |
| 671 | |---------------- |
| 672 | {{{#!td style="vertical-align:top" |
| 673 | [=#mask_z_loop '''mask_z_loop'''] |
| 674 | }}} |
| 675 | {{{#!td style="vertical-align:top" |
| 676 | R(20,3) |
| 677 | }}} |
| 678 | {{{#!td style="vertical-align:top" |
| 679 | 20*(/-1.0,-1.0,0.0/) |
| 680 | }}} |
| 681 | {{{#!td |
| 682 | loop begin, end and stride for z-coordinates of |
| 683 | mask locations for masks (in multiples of mask scale). |
| 684 | The default results in output at every grid point along |
| 685 | the respective dimension, i.e. from 0 to nz. |
| 686 | Note: if mask_z is also specified, |
| 687 | mask_z_loop will be ignored! |
| 688 | }}} |
| 689 | |---------------- |
| 690 | {{{#!td style="vertical-align:top" |