GridDestroy Interface

public interface GridDestroy

Module Procedures

private subroutine GridDestroyFloat(layer)

deallocate float grid

Arguments

Type IntentOptional Attributes Name
type(grid_real), intent(inout) :: layer

private subroutine GridDestroyInteger(layer)

deallocate integer grid

Arguments

Type IntentOptional Attributes Name
type(grid_integer), intent(inout) :: layer