Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | grid_type_in | |||
character(len=*), | intent(in) | :: | grid_type_out | |||
integer, | intent(in) | :: | regrid_method | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(out), | optional | :: | rc |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | grid_type_in | |||
character(len=:), | public, | allocatable | :: | grid_type_out | |||
integer, | public | :: | regrid_method | = | UNSPECIFIED_REGRID_METHOD |
private function new_RegridderTypeSpec (grid_type_in, grid_type_out, regrid_method, unusable, rc) |
procedure, public :: less_than | |
generic, public :: operator (<) => less_than |