check_data_fulfill Function

public function check_data_fulfill(val, undef, nt_count, dir, ncount)

Check the innermost radius of data with no undef If the innermost radius has not been found, the value of zero is returned.

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: val(:,:)

original data

double precision, intent(in) :: undef

missing value

integer, intent(in), optional :: nt_count

minimum of data gridpoints default = size(val,2)

character(len=3), intent(in), optional :: dir

direction for searching 'i2o': inner to outer radii (default) 'o2i': outer to inner radii

integer, intent(out), optional :: ncount

available sampling number

Return Value integer