Extracts the first patch value for each grid cell from a 2D 64-bit real array.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | input_array(:,:) | |||
| real(kind=real64), | intent(out) | :: | output_array(:,:) | |||
| type(land_type), | intent(in) | :: | landpt(:) |