| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | short_name | |||
| integer, | intent(in) | :: | gc_id |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(VarConnPoint), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(VarConnPoint), | intent(in) | :: | this |
type VarConnPoint private type(ConnectionPoint) :: new_connection_point character(len=ESMF_MAXSTR) :: short_name integer :: gc_id contains procedure :: get_short_name procedure :: get_gc_id end type VarConnPoint