! FUNCTIONS FOR DATATYPE LULC
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(TLULC), | public | :: | LULC | ||||
integer, | public, | save | :: | iicep | = | 1 | |
character(len=path_max_length), | public | :: | landuse_input_file | = | "landuse.csv" | ||
integer, | public | :: | landuse_input_file_id | ||||
integer, | public, | save | :: | nlut | = | 0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=dp), | public, | dimension(:), pointer | :: | ETcor | |||
real(kind=dp), | public, | dimension(:), pointer | :: | canmx | |||
real(kind=dp), | public, | dimension(:), pointer | :: | cn2a | |||
real(kind=dp), | public, | dimension(:), pointer | :: | cn2b | |||
real(kind=dp), | public, | dimension(:), pointer | :: | cn2c | |||
real(kind=dp), | public, | dimension(:), pointer | :: | cn2d | |||
integer, | public, | dimension(:), pointer | :: | id | |||
integer, | public, | dimension(:), pointer | :: | lutype | |||
integer, | public, | dimension(:), pointer | :: | veg_code |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | id |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | id |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | id |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | id |