Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GridComp), | intent(inout) | :: | gc | |||
character(len=*), | intent(in) | :: | keystring | |||
integer(kind=ESMF_KIND_I4), | intent(inout) | :: | value | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional | :: | default | ||
logical, | intent(out), | optional | :: | value_set | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GridComp), | intent(inout) | :: | gc | |||
character(len=*), | intent(in) | :: | keystring | |||
integer(kind=ESMF_KIND_I8), | intent(inout) | :: | value | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional | :: | default | ||
logical, | intent(out), | optional | :: | value_set | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GridComp), | intent(inout) | :: | gc | |||
character(len=*), | intent(in) | :: | keystring | |||
real(kind=ESMF_KIND_R4), | intent(inout) | :: | value | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
real(kind=ESMF_KIND_R4), | intent(in), | optional | :: | default | ||
logical, | intent(out), | optional | :: | value_set | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GridComp), | intent(inout) | :: | gc | |||
character(len=*), | intent(in) | :: | keystring | |||
real(kind=ESMF_KIND_R8), | intent(inout) | :: | value | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional | :: | default | ||
logical, | intent(out), | optional | :: | value_set | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GridComp), | intent(inout) | :: | gc | |||
character(len=*), | intent(in) | :: | keystring | |||
logical, | intent(inout) | :: | value | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
logical, | intent(in), | optional | :: | default | ||
logical, | intent(out), | optional | :: | value_set | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GridComp), | intent(inout) | :: | gc | |||
character(len=*), | intent(in) | :: | keystring | |||
integer(kind=ESMF_KIND_I4), | intent(inout), | dimension(:), allocatable | :: | value | ||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer(kind=ESMF_KIND_I4), | intent(in), | optional, | dimension(:) | :: | default | |
logical, | intent(out), | optional | :: | value_set | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GridComp), | intent(inout) | :: | gc | |||
character(len=*), | intent(in) | :: | keystring | |||
integer(kind=ESMF_KIND_I8), | intent(inout), | dimension(:), allocatable | :: | value | ||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer(kind=ESMF_KIND_I8), | intent(in), | optional, | dimension(:) | :: | default | |
logical, | intent(out), | optional | :: | value_set | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GridComp), | intent(inout) | :: | gc | |||
character(len=*), | intent(in) | :: | keystring | |||
real(kind=ESMF_KIND_R4), | intent(inout), | dimension(:), allocatable | :: | value | ||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
real(kind=ESMF_KIND_R4), | intent(in), | optional, | dimension(:) | :: | default | |
logical, | intent(out), | optional | :: | value_set | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GridComp), | intent(inout) | :: | gc | |||
character(len=*), | intent(in) | :: | keystring | |||
real(kind=ESMF_KIND_R8), | intent(inout), | dimension(:), allocatable | :: | value | ||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
real(kind=ESMF_KIND_R8), | intent(in), | optional, | dimension(:) | :: | default | |
logical, | intent(out), | optional | :: | value_set | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GridComp), | intent(inout) | :: | gc | |||
character(len=*), | intent(in) | :: | keystring | |||
logical, | intent(inout), | dimension(:), allocatable | :: | value | ||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
logical, | intent(in), | optional, | dimension(:) | :: | default | |
logical, | intent(out), | optional | :: | value_set | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GridComp), | intent(inout) | :: | gc | |||
character(len=*), | intent(in) | :: | keystring | |||
character(len=:), | intent(inout), | allocatable | :: | value | ||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
character(len=*), | intent(in), | optional | :: | default | ||
logical, | intent(out), | optional | :: | value_set | ||
integer, | intent(out), | optional | :: | rc |