COSP_CHECK_INPUT_3D Subroutine

public subroutine COSP_CHECK_INPUT_3D(vname, x, min_val, max_val)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: vname
real, intent(inout) :: x(:,:,:)
real, intent(in), optional :: min_val
real, intent(in), optional :: max_val

Called by

proc~~cosp_check_input_3d~~CalledByGraph proc~cosp_check_input_3d COSP_CHECK_INPUT_3D interface~cosp_check_input COSP_CHECK_INPUT interface~cosp_check_input->proc~cosp_check_input_3d

Contents