abstract_io_param_writer Abstract Interface

abstract interface
public subroutine abstract_io_param_writer(self, unit, iotype, v_list, iostat, iomsg)

Arguments

TypeIntentOptionalAttributesName
class(base_parameters), intent(in) :: self

Collection of parameters

integer(kind=I4B), intent(in) :: unit

File unit number

character(len=*), intent(in) :: iotype

Dummy argument passed to the input/output procedure contains the

text from the char-literal-constant, prefixed with DT. If you do

not include a char-literal-constant, the iotype argument contains

only DT.

integer(kind=I4B), intent(in) :: v_list(:)

Not used in this procedure

integer(kind=I4B), intent(out) :: iostat

IO status code

character(len=*), intent(inout) :: iomsg

Message to pass if iostat /= 0