$ private
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | SERVICE_NAME | |||
character(len=:), | public, | allocatable | :: | VAR_LIST(:) | |||
type(ESMF_FieldBundle), | public | :: | BUNDLE |
type, public :: RequestedServiceType !!$ private character(len=:), allocatable :: SERVICE_NAME !ALT currect assumption is the bundle for the request will be in the export state character(len=:), allocatable :: VAR_LIST(:) type(ESMF_FieldBundle) :: BUNDLE end type RequestedServiceType