updateModelData Module Subroutine

module subroutine updateModelData(this, varCont, updatePriority)

Update this model's modelbound data if allocated

Arguments

Type IntentOptional Attributes Name
class(Model), intent(inout) :: this
type(VariableContainer), intent(in) :: varCont

Variable container used in the update

integer(kind=ik), intent(in), optional :: updatePriority

Priority for this update call