out_of_bounds_3d Function

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

Uses

  • proc~~out_of_bounds_3d~~UsesGraph proc~out_of_bounds_3d out_of_bounds_3d module~radiation_io~2 radiation_io proc~out_of_bounds_3d->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
integer, intent(in), optional :: k1
integer, intent(in), optional :: k2

Return Value logical


Called by

proc~~out_of_bounds_3d~~CalledByGraph proc~out_of_bounds_3d out_of_bounds_3d proc~out_of_physical_bounds~8 out_of_physical_bounds proc~out_of_physical_bounds~8->proc~out_of_bounds_3d proc~out_of_physical_bounds~9 out_of_physical_bounds proc~out_of_physical_bounds~9->proc~out_of_bounds_3d proc~out_of_physical_bounds out_of_physical_bounds proc~out_of_physical_bounds->proc~out_of_bounds_3d proc~out_of_physical_bounds~10 out_of_physical_bounds proc~out_of_physical_bounds~10->proc~out_of_bounds_3d proc~out_of_physical_bounds~3 out_of_physical_bounds proc~out_of_physical_bounds~3->proc~out_of_bounds_3d proc~out_of_physical_bounds~2 out_of_physical_bounds proc~out_of_physical_bounds~2->proc~out_of_bounds_3d

Contents