Computes the area weighted average over the patch/tile dimension for a 2D 32-bit real array.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(in) | :: | input_array(:,:) |
The input array to be reduced. The first (i.e. fastest varying) dimension of this array must be the patch/tile dimension being reduced. |
||
| real(kind=real32), | intent(out) | :: | output_array(:,:) |
The output array containing the grid cell averaged values. The first (i.e. fastest varying) dimension of this array must be equal to the number of grid cells. |
||
| type(patch_type), | intent(in) | :: | patch(:) |
The |
||
| type(land_type), | intent(in) | :: | landpt(:) |
The |