Returns a parallel I/O decomposition mapping from a memory layout with a
'land' dimension to a netCDF variable layout with 'x' and 'y' dimensions,
using the provided land_x and land_y arrays to determine the mapping
from land indexes to x and y indexes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | land_x(:) |
An array mapping land indexes to x (longitude) indexes. |
||
| integer, | intent(in) | :: | land_y(:) |
An array mapping land indexes to y (latitude) indexes. |
||
| type(dim_spec_t), | intent(in) | :: | mem_shape_spec(:) |
An array of dim_spec_t describing the shape and dimension names of the
in-memory array. |
||
| type(dim_spec_t), | intent(in) | :: | var_shape_spec(:) |
An array of dim_spec_t describing the shape and dimension names of the
netCDF variable. |
||
| integer, | intent(in) | :: | type |
The data type of the variable for which the decomposition is being
created using |