SUBROUTINE AddSQLiteComponentSizingRecord (CompType, CompName, VarDesc, VarValue)
IMPLICIT NONE ! Enforce explicit typing of all variables in this routine
! SUBROUTINE ARGUMENT DEFINITIONS:
CHARACTER(len=*), INTENT(IN) :: CompType ! the type of the component
CHARACTER(len=*), INTENT(IN) :: CompName ! the name of the component
CHARACTER(len=*), INTENT(IN) :: VarDesc ! the description of the input variable
REAL(r64), INTENT(IN) :: VarValue ! the value from the sizing calculation
END SUBROUTINE AddSQLiteComponentSizingRecord