merge_over_channels Interface

public interface merge_over_channels

Functions

private module function merge_scalar_over_channels(tsource, fsource, mask) result(output)

Arguments

Type IntentOptional Attributes Name
class(array_type), intent(in), target :: tsource
real(kind=real32), intent(in) :: fsource
logical, intent(in), dimension(:,:) :: mask

Return Value type(array_type), pointer