Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AbstractUserSetServices), | intent(in) | :: | this | |||
type(ESMF_GridComp) | :: | gridcomp | ||||
integer, | intent(out) | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ProcSetServices), | intent(in) | :: | this | |||
integer, | intent(in) | :: | unit | |||
character(len=*), | intent(in) | :: | iotype | |||
integer, | intent(in) | :: | v_list(:) | |||
integer, | intent(out) | :: | iostat | |||
character(len=*), | intent(inout) | :: | iomsg |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AbstractUserSetServices), | intent(in) | :: | this | |||
integer, | intent(in) | :: | unit | |||
character(len=*), | intent(in) | :: | iotype | |||
integer, | intent(in) | :: | v_list(:) | |||
integer, | intent(out) | :: | iostat | |||
character(len=*), | intent(inout) | :: | iomsg |
type, abstract :: AbstractUserSetServices contains procedure(I_RunSetServices), deferred :: run procedure(I_write_formatted), deferred :: write_formatted generic :: write(formatted) => write_formatted end type AbstractUserSetServices