mapl_RegridderSpecAuthor: GMAO SI-Team
A RegridderSpec is used to indicate which subclass of regridder will be used.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ESMF_Grid), | intent(in) | :: | grid_in | |||
| type(ESMF_Grid), | intent(in) | :: | grid_out | |||
| integer | :: | regrid_method | ||||
| class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
| integer, | intent(in), | optional | :: | hints | ||
| integer, | intent(out), | optional | :: | rc |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | hints | = | 0 | ||
| integer, | public | :: | regrid_method | = | UNSPECIFIED_REGRID_METHOD | ||
| type(ESMF_Grid), | public | :: | grid_in | ||||
| type(ESMF_Grid), | public | :: | grid_out |
| private function newRegridderSpec (grid_in, grid_out, regrid_method, unusable, hints, rc) |
| procedure, public :: equals | |
| procedure, public :: get_grid_type | |
| procedure, public :: less_than | |
| generic, public :: operator (<) => less_than | |
| generic, public :: operator (==) => equals |