public interface any_vals_less_than
Values less than a floor (including masked versions)
Called by
interface~~any_vals_less_than~~CalledByGraph
interface~any_vals_less_than
any_vals_less_than
proc~rte_lw
rte_lw
proc~rte_lw->interface~any_vals_less_than
Nodes of different colours represent the following:
Graph Key
Subroutine
Subroutine
Function
Function
Interface
Interface
Unknown Procedure Type
Unknown Procedure Type
Program
Program
This Page's Entity
This Page's Entity
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Module Procedures
private function any_vals_less_than_1D(array, check_value)
Arguments
Type Intent Optional Attributes Name
real(kind=wp),
intent(in),
dimension(:) ::
array
real(kind=wp),
intent(in)
::
check_value
Return Value logical
private function any_vals_less_than_2D(array, check_value)
Arguments
Type Intent Optional Attributes Name
real(kind=wp),
intent(in),
dimension(:,:) ::
array
real(kind=wp),
intent(in)
::
check_value
Return Value logical
private function any_vals_less_than_3D(array, check_value)
Arguments
Type Intent Optional Attributes Name
real(kind=wp),
intent(in),
dimension(:,:,:) ::
array
real(kind=wp),
intent(in)
::
check_value
Return Value logical
private function any_vals_less_than_1D_masked(array, mask, check_value)
Arguments
Type Intent Optional Attributes Name
real(kind=wp),
intent(in),
dimension(:) ::
array
logical(kind=wl),
intent(in),
dimension(:) ::
mask
real(kind=wp),
intent(in)
::
check_value
Return Value logical
private function any_vals_less_than_2D_masked(array, mask, check_value)
Arguments
Type Intent Optional Attributes Name
real(kind=wp),
intent(in),
dimension(:,:) ::
array
logical(kind=wl),
intent(in),
dimension(:,:) ::
mask
real(kind=wp),
intent(in)
::
check_value
Return Value logical
private function any_vals_less_than_3D_masked(array, mask, check_value)
Arguments
Type Intent Optional Attributes Name
real(kind=wp),
intent(in),
dimension(:,:,:) ::
array
logical(kind=wl),
intent(in),
dimension(:,:,:) ::
mask
real(kind=wp),
intent(in)
::
check_value
Return Value logical