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~~UsesGraph proc~out_of_bounds_1d out_of_bounds_1d module~radiation_io~2 radiation_io proc~out_of_bounds_1d->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


Called by

proc~~out_of_bounds_1d~~CalledByGraph proc~out_of_bounds_1d out_of_bounds_1d proc~out_of_physical_bounds~5 out_of_physical_bounds proc~out_of_physical_bounds~5->proc~out_of_bounds_1d proc~out_of_physical_bounds~11 out_of_physical_bounds proc~out_of_physical_bounds~11->proc~out_of_bounds_1d

Contents