outputNamedRealsToFile Module Subroutine

module subroutine outputNamedRealsToFile(this, vars)

Outputs named reals to json file from rank 0. First attempts to update the variable, and if it is not found it is added.

Arguments

Type IntentOptional Attributes Name
class(JSONController), intent(inout) :: this
type(NamedReal), intent(inout), dimension(:) :: vars

Values to output