out_of_physical_bounds Function

public function out_of_physical_bounds(this, istartcol, iendcol, do_fix) result(is_bad)

Uses

  • proc~~out_of_physical_bounds~~UsesGraph proc~out_of_physical_bounds out_of_physical_bounds module~radiation_check~2 radiation_check proc~out_of_physical_bounds->module~radiation_check~2 module~yomhook yomhook proc~out_of_physical_bounds->module~yomhook module~parkind1~2 PARKIND1 module~radiation_check~2->module~parkind1~2

Arguments

Type IntentOptional Attributes Name
class(cloud_type), intent(inout) :: this
integer, intent(in), optional :: istartcol
integer, intent(in), optional :: iendcol
logical, intent(in), optional :: do_fix

Return Value logical


Calls

proc~~out_of_physical_bounds~~CallsGraph proc~out_of_physical_bounds out_of_physical_bounds proc~dr_hook dr_hook proc~out_of_physical_bounds->proc~dr_hook proc~out_of_bounds_3d out_of_bounds_3d proc~out_of_physical_bounds->proc~out_of_bounds_3d proc~out_of_bounds_2d out_of_bounds_2d proc~out_of_physical_bounds->proc~out_of_bounds_2d

Contents