Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | check_name | |||
character(len=:), | public, | allocatable | :: | name | |||
character(len=:), | public, | allocatable | :: | root | |||
integer, | public | :: | numPETsRequested | ||||
procedure(I_check_stateitem), | public, | nopass, pointer | :: | check_stateitem |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | name | |||
character(len=*), | intent(in) | :: | root | |||
character(len=*), | intent(in) | :: | check_name | |||
procedure(I_check_stateitem) | :: | check_stateitem |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_TestParameter), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_TestParameter), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | numPETsRequested |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ESMF_TestParameter), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ScenarioDescription), | intent(in) | :: | this |
type, extends(ESMF_TestParameter) :: ScenarioDescription character(:), allocatable :: name character(:), allocatable :: root character(:), allocatable :: check_name procedure(I_check_stateitem), nopass, pointer :: check_stateitem contains procedure :: tostring => tostring_description end type ScenarioDescription