Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=*), | public, | parameter | :: | DEFAULT_TAG | = | ' (default)' | |
character(len=*), | public, | parameter | :: | ELLIPSIS | = | ', ...' |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HConfigParams), | intent(inout) | :: | params | |||
integer(kind=ESMF_KIND_I4), | intent(inout) | :: | value | |||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | default | ||
character(len=:), | intent(out), | optional, | allocatable | :: | valuestring | |
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HConfigParams), | intent(inout) | :: | params | |||
integer(kind=ESMF_KIND_I8), | intent(inout) | :: | value | |||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | default | ||
character(len=:), | intent(out), | optional, | allocatable | :: | valuestring | |
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HConfigParams), | intent(inout) | :: | params | |||
real(kind=ESMF_KIND_R4), | intent(inout) | :: | value | |||
real(kind=ESMF_KIND_R4), | intent(in), | optional | :: | default | ||
character(len=:), | intent(out), | optional, | allocatable | :: | valuestring | |
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HConfigParams), | intent(inout) | :: | params | |||
real(kind=ESMF_KIND_R8), | intent(inout) | :: | value | |||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | default | ||
character(len=:), | intent(out), | optional, | allocatable | :: | valuestring | |
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HConfigParams), | intent(inout) | :: | params | |||
character(len=:), | intent(inout), | allocatable | :: | value | ||
character(len=*), | intent(in), | optional | :: | default | ||
character(len=:), | intent(out), | optional, | allocatable | :: | valuestring | |
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HConfigParams), | intent(inout) | :: | params | |||
logical, | intent(inout) | :: | value | |||
logical, | intent(in), | optional | :: | default | ||
character(len=:), | intent(out), | optional, | allocatable | :: | valuestring | |
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HConfigParams), | intent(inout) | :: | params | |||
integer(kind=ESMF_KIND_I4), | intent(inout), | dimension(:), allocatable | :: | value | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional, | dimension(:) | :: | default | |
character(len=:), | intent(out), | optional, | allocatable | :: | valuestring | |
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HConfigParams), | intent(inout) | :: | params | |||
integer(kind=ESMF_KIND_I8), | intent(inout), | dimension(:), allocatable | :: | value | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional, | dimension(:) | :: | default | |
character(len=:), | intent(out), | optional, | allocatable | :: | valuestring | |
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HConfigParams), | intent(inout) | :: | params | |||
real(kind=ESMF_KIND_R4), | intent(inout), | dimension(:), allocatable | :: | value | ||
real(kind=ESMF_KIND_R4), | intent(in), | optional, | dimension(:) | :: | default | |
character(len=:), | intent(out), | optional, | allocatable | :: | valuestring | |
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HConfigParams), | intent(inout) | :: | params | |||
real(kind=ESMF_KIND_R8), | intent(inout), | dimension(:), allocatable | :: | value | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional, | dimension(:) | :: | default | |
character(len=:), | intent(out), | optional, | allocatable | :: | valuestring | |
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HConfigParams), | intent(inout) | :: | params | |||
logical, | intent(inout), | dimension(:), allocatable | :: | value | ||
logical, | intent(in), | optional, | dimension(:) | :: | default | |
character(len=:), | intent(out), | optional, | allocatable | :: | valuestring | |
integer, | intent(out), | optional | :: | rc |