Indicates that one layer of cells at the lower boundary in the first dimension should be omitted. This is appropriate for Dirichlet boundary conditions.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dallaston2015_glacier_boundary), | intent(in) | :: | this |
pure function dallaston2015_lower_bound(this) result(bound_array)
!* Author: Chris MacMackin
! Date: November 2016
!
! Indicates that one layer of cells at the lower boundary in the
! first dimension should be omitted. This is appropriate for
! Dirichlet boundary conditions.
!
class(dallaston2015_glacier_boundary), intent(in) :: this
integer, dimension(2) :: bound_array
bound_array = [1,0]
end function dallaston2015_lower_bound