subroutine SetNumberOfVariables_Model(this) implicit none class(Model),intent(inout) :: this this%nvar = 1 endsubroutine SetNumberOfVariables_Model