symba_io_param_writer Interface

interface
public module subroutine symba_io_param_writer(self, unit, iotype, v_list, iostat, iomsg)

Arguments

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

Current run configuration parameters with SyMBA additions

integer, 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, intent(in) :: v_list(:)

Not used in this procedure

integer, intent(out) :: iostat

IO status code

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

Message to pass if iostat /= 0