Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | ipft_not_vegetated | ||||
integer, | public | :: | icol_vegetated_or_bare_soil | ||||
integer, | public | :: | ilun_vegetated_or_bare_soil | ||||
integer, | public | :: | ilun_crop | ||||
integer, | public | :: | ilun_landice_multiple_elevation_classes |
procedure, public :: is_vegetated_landunit |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=16), | public | :: | name | ||||
integer, | public, | pointer | :: | ptype(:) | => | null() | |
integer, | public, | pointer | :: | ctype(:) | => | null() | |
integer, | public, | pointer | :: | ltype(:) | => | null() | |
real(kind=r8), | public, | pointer | :: | topoglc(:) | => | null() | |
real(kind=r8), | public, | pointer | :: | lat(:) | |||
real(kind=r8), | public, | pointer | :: | lon(:) | |||
real(kind=r8), | public, | pointer | :: | coslat(:) |
procedure, public :: print_point |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | begi | |||
integer, | intent(in) | :: | endi | |||
integer, | intent(in) | :: | bego | |||
integer, | intent(in) | :: | endo | |||
logical, | intent(in) | :: | activei(begi:endi) | |||
logical, | intent(in) | :: | activeo(bego:endo) | |||
type(subgrid_type), | intent(in) | :: | subgridi | |||
type(subgrid_type), | intent(in) | :: | subgrido | |||
type(subgrid_special_indices_type), | intent(in) | :: | subgrid_special_indices | |||
type(glc_behavior_type), | intent(in) | :: | glc_behavior | |||
logical, | intent(in) | :: | glc_elevclasses_same | |||
logical, | intent(in) | :: | fill_missing_with_natveg | |||
integer, | intent(out) | :: | mindist_index(bego:endo) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | begi | |||
integer, | intent(in) | :: | endi | |||
integer, | intent(in) | :: | bego | |||
integer, | intent(in) | :: | endo | |||
logical, | intent(in) | :: | activeo(bego:endo) | |||
type(subgrid_type), | intent(in) | :: | subgridi | |||
type(subgrid_type), | intent(in) | :: | subgrido | |||
type(subgrid_special_indices_type), | intent(in) | :: | subgrid_special_indices | |||
type(glc_behavior_type), | intent(in) | :: | glc_behavior | |||
logical, | intent(in) | :: | glc_elevclasses_same | |||
integer, | intent(out) | :: | mindist_index(bego:endo) |