shr_stream_findBounds Subroutine

public subroutine shr_stream_findBounds(strm, mDateIn, secIn, mDateLB, dDateLB, secLB, n_lb, fileLB, mDateUB, dDateUB, secUB, n_ub, fileUB)

Arguments

Type IntentOptional Attributes Name
type(shr_stream_streamType), intent(inout) :: strm
integer(kind=SHR_KIND_IN), intent(in) :: mDateIn
integer(kind=SHR_KIND_IN), intent(in) :: secIn
integer(kind=SHR_KIND_IN), intent(out) :: mDateLB
integer(kind=SHR_KIND_IN), intent(out) :: dDateLB
integer(kind=SHR_KIND_IN), intent(out) :: secLB
integer(kind=SHR_KIND_IN), intent(out) :: n_lb
character(len=*), intent(out) :: fileLB
integer(kind=SHR_KIND_IN), intent(out) :: mDateUB
integer(kind=SHR_KIND_IN), intent(out) :: dDateUB
integer(kind=SHR_KIND_IN), intent(out) :: secUB
integer(kind=SHR_KIND_IN), intent(out) :: n_ub
character(len=*), intent(out) :: fileUB