append_field_real_array Subroutine

public subroutine append_field_real_array(json, name, values, indent, first)

Arguments

Type IntentOptional Attributes Name
character(len=:), intent(inout), allocatable :: json
character(len=*), intent(in) :: name
real(kind=wp), intent(in), allocatable :: values(:)
integer, intent(in) :: indent
logical, intent(inout) :: first