out_of_bounds_2d Function

public function out_of_bounds_2d(var, var_name, boundmin, boundmax, do_fix, i1, i2, j1, j2) result(is_bad)

Uses

  • proc~~out_of_bounds_2d~~UsesGraph proc~out_of_bounds_2d out_of_bounds_2d module~radiation_io~2 radiation_io proc~out_of_bounds_2d->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
integer, intent(in), optional :: j1
integer, intent(in), optional :: j2

Return Value logical


Called by

proc~~out_of_bounds_2d~~CalledByGraph proc~out_of_bounds_2d out_of_bounds_2d proc~heating_rate_out_of_physical_bounds~2 heating_rate_out_of_physical_bounds proc~heating_rate_out_of_physical_bounds~2->proc~out_of_bounds_2d proc~out_of_physical_bounds~12 out_of_physical_bounds proc~out_of_physical_bounds~12->proc~out_of_bounds_2d proc~out_of_physical_bounds~11 out_of_physical_bounds proc~out_of_physical_bounds~11->proc~out_of_bounds_2d proc~out_of_physical_bounds~7 out_of_physical_bounds proc~out_of_physical_bounds~7->proc~out_of_bounds_2d proc~out_of_physical_bounds~5 out_of_physical_bounds proc~out_of_physical_bounds~5->proc~out_of_bounds_2d proc~out_of_physical_bounds out_of_physical_bounds proc~out_of_physical_bounds->proc~out_of_bounds_2d proc~out_of_physical_bounds~6 out_of_physical_bounds proc~out_of_physical_bounds~6->proc~out_of_bounds_2d proc~out_of_physical_bounds~10 out_of_physical_bounds proc~out_of_physical_bounds~10->proc~out_of_bounds_2d proc~out_of_physical_bounds~4 out_of_physical_bounds proc~out_of_physical_bounds~4->proc~out_of_bounds_2d proc~heating_rate_out_of_physical_bounds heating_rate_out_of_physical_bounds proc~heating_rate_out_of_physical_bounds->proc~out_of_bounds_2d

Contents