Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in), | optional | :: | fieldCount | ||
type(ESMF_Geom), | intent(in), | optional | :: | geom | ||
type(ESMF_TypeKind_Flag), | intent(in), | optional | :: | typekind | ||
integer, | intent(in), | optional | :: | num_levels | ||
character(len=*), | intent(in), | optional | :: | units | ||
real(kind=ESMF_KIND_R4), | intent(in), | optional | :: | interpolation_weights(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(FieldDelta), | intent(in) | :: | field_delta | |||
integer, | intent(in), | optional | :: | fieldCount | ||
real(kind=ESMF_KIND_R4), | intent(in), | optional | :: | interpolation_weights(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FieldBundleDelta), | intent(out) | :: | this | |||
type(ESMF_FieldBundle), | intent(in) | :: | bundle_a | |||
type(ESMF_FieldBundle), | intent(in) | :: | bundle_b | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FieldBundleDelta), | intent(out) | :: | this | |||
type(ESMF_FieldBundle), | intent(in) | :: | bundle_a | |||
type(ESMF_FieldBundle), | intent(in) | :: | bundle_b | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FieldBundleDelta), | intent(in) | :: | this | |||
type(ESMF_FieldBundle), | intent(inout) | :: | bundle | |||
character(len=*), | intent(in) | :: | ignore | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FieldBundleDelta), | intent(in) | :: | this | |||
type(ESMF_FieldBundle), | intent(inout) | :: | bundle | |||
character(len=*), | intent(in), | optional | :: | ignore | ||
integer, | intent(out), | optional | :: | rc |
type :: FieldBundleDelta private type(FieldDelta) :: field_delta ! constant across bundle real(ESMF_KIND_R4), allocatable :: interpolation_weights(:) contains procedure :: initialize_bundle_delta generic :: initialize => initialize_bundle_delta procedure :: update_bundle procedure :: reallocate_bundle end type FieldBundleDelta