GridConvert Interface

public interface GridConvert

Module Procedures

private subroutine GridConvertFloat(GridIn, GridOut, cellsize)

coordinate conversion of a grid_real definition of corner points:

Read more…

Arguments

Type IntentOptional Attributes Name
type(grid_real), intent(in) :: GridIn
type(grid_real), intent(inout) :: GridOut
real(kind=float), intent(in), optional :: cellsize

private subroutine GridConvertInteger(GridIn, GridOut, cellsize)

coordinate conversion of a grid_integer definition of corner points:

Read more…

Arguments

Type IntentOptional Attributes Name
type(grid_integer), intent(in) :: GridIn
type(grid_integer), intent(inout) :: GridOut
real(kind=float), intent(in), optional :: cellsize