CountCells Interface

public interface CountCells

Module Procedures

private function CountCellsFloat(grid) result(count)

count number of cells different from nodata

Arguments

Type IntentOptional Attributes Name
type(grid_real), intent(in) :: grid

Return Value integer(kind=short)

private function CountCellsInteger(grid) result(count)

count number of cells different from nodata

Arguments

Type IntentOptional Attributes Name
type(grid_integer), intent(in) :: grid

Return Value integer(kind=short)