Check the innermost radius of data with no undef If the innermost radius has not been found, the value of zero is returned.
| Type | Intent | Optional | 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 |