return false if cell is out of grid either contains nodata value,
true otherwise.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | i | |||
| integer, | intent(in) | :: | j | |||
| type(grid_integer), | intent(in) | :: | grid |
return false if cell is out of grid either contains nodata value,
true otherwise.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | i | |||
| integer, | intent(in) | :: | j | |||
| type(grid_real), | intent(in) | :: | grid |