| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | parameter | :: | GLC_ELEVCLASS_ERR_NONE | = | 0 | |
| integer, | public, | parameter | :: | GLC_ELEVCLASS_ERR_UNDEFINED | = | 1 | |
| integer, | public, | parameter | :: | GLC_ELEVCLASS_ERR_TOO_LOW | = | 2 | |
| integer, | public, | parameter | :: | GLC_ELEVCLASS_ERR_TOO_HIGH | = | 3 | |
| integer, | public, | parameter | :: | GLC_ELEVCLASS_STRLEN | = | 2 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | my_glc_nec |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | my_glc_nec | |||
| real(kind=r8), | intent(in) | :: | my_topomax(0:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | elevation_class |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | elevation_class |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical, | intent(in), | optional | :: | include_zero |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | err_code |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=r8), | intent(in) | :: | topo | |||
| integer, | intent(out) | :: | elevation_class | |||
| integer, | intent(out) | :: | err_code |