coordinate conversion of a grid_real
definition of corner points:
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grid_real), | intent(in) | :: | GridIn | |||
type(grid_real), | intent(inout) | :: | GridOut | |||
real(kind=float), | intent(in), | optional | :: | cellsize |
coordinate conversion of a grid_integer
definition of corner points:
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grid_integer), | intent(in) | :: | GridIn | |||
type(grid_integer), | intent(inout) | :: | GridOut | |||
real(kind=float), | intent(in), | optional | :: | cellsize |