Modified the syntax of the logical comparisons with the various mask2d
variables to always check whether they are larger than 0.0, not 0.5 and use
similar syntax throughout the SIS2 code. Because these arrays are always either
0.0 or 1.0, the answers are bitwise identical.
Modified the syntax of the logical comparisons with the various mask2d variables to always check whether they are larger than 0.0, not 0.5 and use similar syntax throughout the SIS2 code. Because these arrays are always either 0.0 or 1.0, the answers are bitwise identical.