out_of_bounds_1d Function

public function out_of_bounds_1d(var, var_name, boundmin, boundmax, do_fix, i1, i2) result(is_bad)

Uses

  • proc~~out_of_bounds_1d~2~~UsesGraph proc~out_of_bounds_1d~2 out_of_bounds_1d module~radiation_io~2 radiation_io proc~out_of_bounds_1d~2->module~radiation_io~2 module~yomlun_ifsaux YOMLUN_IFSAUX module~radiation_io~2->module~yomlun_ifsaux module~parkind1~2 PARKIND1 module~yomlun_ifsaux->module~parkind1~2

Arguments

Type IntentOptional Attributes Name
real(kind=jprb), intent(inout), allocatable :: var(:)
character(len=*), intent(in) :: var_name
real(kind=jprb), intent(in) :: boundmin
real(kind=jprb), intent(in) :: boundmax
logical, intent(in) :: do_fix
integer, intent(in), optional :: i1
integer, intent(in), optional :: i2

Return Value logical


Contents