dm_response_set Subroutine

public pure elemental subroutine dm_response_set(response, name, unit, type, error, value)

Sets attributes of response type.

Arguments

Type IntentOptional Attributes Name
type(response_type), intent(inout) :: response

Response type.

character(len=*), intent(in), optional :: name

Name.

character(len=*), intent(in), optional :: unit

Unit.

integer, intent(in), optional :: type

Value type.

integer, intent(in), optional :: error

Error code.

real(kind=r8), intent(in), optional :: value

Value.