GetArea Interface

public interface GetArea

Module Procedures

private function GetAreaOfGridFloat(grid) result(area)

Description compute area (m2) of grid excluding nodata

Arguments

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

Return Value real(kind=float)

private function GetAreaOfGridInteger(grid) result(area)

Arguments

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

Return Value real(kind=float)