tem_varSys_init Subroutine

public subroutine tem_varSys_init(me, systemName, length)

Initialize a variable system.

Arguments

TypeIntentOptionalAttributesName
type(tem_varSys_type), intent(out) :: me

Variable system to initialize.

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

A descriptive name for this system of variables.

integer, intent(in), optional :: length

Initial length for the arrays used in the variable system.


Calls

proc~~tem_varsys_init~~CallsGraph proc~tem_varsys_init tem_varSys_init interface~init~20 init proc~tem_varsys_init->interface~init~20 proc~init_da_label init_da_label interface~init~20->proc~init_da_label

Called by

proc~~tem_varsys_init~~CalledByGraph proc~tem_varsys_init tem_varSys_init program~tem_varsys_stfunvar_test tem_varSys_stfunVar_test program~tem_varsys_stfunvar_test->proc~tem_varsys_init program~tem_varsys_statevar_test tem_varSys_stateVar_test program~tem_varsys_statevar_test->proc~tem_varsys_init program~tem_varsys_derivevar_test tem_varSys_deriveVar_test program~tem_varsys_derivevar_test->proc~tem_varsys_init proc~check_variableoperations check_variableOperations proc~check_variableoperations->proc~tem_varsys_init program~tem_variable_evaltype_test tem_variable_evaltype_test program~tem_variable_evaltype_test->proc~tem_varsys_init program~tem_varsys_test tem_varSys_test program~tem_varsys_test->proc~tem_varsys_init program~tem_variable_extract_test tem_variable_extract_test program~tem_variable_extract_test->proc~tem_varsys_init program~tem_variable_combine_test tem_variable_combine_Test program~tem_variable_combine_test->proc~tem_varsys_init program~tem_varsys_opvar_test tem_varSys_opVar_test program~tem_varsys_opvar_test->proc~tem_varsys_init program~tem_logical_opertor_test tem_logical_opertor_test program~tem_logical_opertor_test->proc~check_variableoperations

Contents

None