| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=*), | public, | parameter | :: | UNKNOWN_DIM_NAME | = | 'unknown dim name' | |
| character(len=*), | public, | parameter | :: | UNKNOWN_DIM_UNITS | = | 'unknown_dim_units' |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | extent |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | name | |||
| real, | intent(in) | :: | coordinates(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | name | |||
| character(len=*), | intent(in) | :: | units | |||
| real, | intent(in) | :: | coordinates(:) |
| private pure function new_UngriddedDimSpec_extent (extent) | |
| private pure function new_UngriddedDimSpec_name_and_coords (name, coordinates) | |
| private pure function new_UngriddedDimSpec_name_units_and_coords (name, units, coordinates) |
| procedure, public :: get_coordinates | |
| procedure, public :: get_extent | |
| procedure, public :: get_name | |
| procedure, public :: get_units |