tem_variable_out Interface

public interface tem_variable_out

Calls

interface~~tem_variable_out~~CallsGraph interface~tem_variable_out tem_variable_out proc~tem_variable_out_single tem_variable_out_single interface~tem_variable_out->proc~tem_variable_out_single proc~tem_variable_out_vector tem_variable_out_vector interface~tem_variable_out->proc~tem_variable_out_vector interface~aot_out_val aot_out_val proc~tem_variable_out_single->interface~aot_out_val proc~aot_out_open_table aot_out_open_table proc~tem_variable_out_single->proc~aot_out_open_table proc~aot_out_close_table aot_out_close_table proc~tem_variable_out_single->proc~aot_out_close_table proc~tem_variable_out_vector->proc~tem_variable_out_single proc~tem_variable_out_vector->proc~aot_out_open_table proc~tem_variable_out_vector->proc~aot_out_close_table

Contents


Module Procedures

public subroutine tem_variable_out_vector(me, conf)

Allows the output of array of variable to lua out

Arguments

TypeIntentOptionalAttributesName
type(tem_variable_type), intent(in) :: me(:)

variable to write into the lua file

type(aot_out_type), intent(inout) :: conf

aotus type handling the output to the file in lua format

public subroutine tem_variable_out_single(me, conf, level)

Allows the output of the single variable to lua out.

Read more…

Arguments

TypeIntentOptionalAttributesName
type(tem_variable_type), intent(in) :: me

variable to write into the lua file

type(aot_out_type), intent(inout) :: conf

aotus type handling the output to the file in lua format

integer, intent(in), optional :: level

to dump variable with key or without key