Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | LocalReportEach | = | -1 | |
integer, | public, | parameter | :: | LocalReportTimeStep | = | 0 | |
integer, | public, | parameter | :: | LocalReportHourly | = | 1 | |
integer, | public, | parameter | :: | LocalReportDaily | = | 2 | |
integer, | public, | parameter | :: | LocalReportMonthly | = | 3 | |
integer, | public, | parameter | :: | LocalReportSim | = | 4 | |
integer, | public, | parameter | :: | ReportVariableDataInsertStmt | = | 1 | |
integer, | public, | parameter | :: | ReportVariableExtendedDataInsertStmt | = | 2 | |
integer, | public, | parameter | :: | TimeIndexInsertStmt | = | 3 | |
integer, | public, | parameter | :: | ReportVariableDictionaryInsertStmt | = | 4 | |
integer, | public, | parameter | :: | ZoneInfoInsertStmt | = | 7 | |
integer, | public, | parameter | :: | NominalLightingInsertStmt | = | 8 | |
integer, | public, | parameter | :: | NominalElectricEquipmentInsertStmt | = | 9 | |
integer, | public, | parameter | :: | NominalGasEquipmentInsertStmt | = | 10 | |
integer, | public, | parameter | :: | NominalSteamEquipmentInsertStmt | = | 11 | |
integer, | public, | parameter | :: | NominalHotWaterEquipmentInsertStmt | = | 12 | |
integer, | public, | parameter | :: | NominalOtherEquipmentInsertStmt | = | 13 | |
integer, | public, | parameter | :: | NominalBaseboardHeatInsertStmt | = | 14 | |
integer, | public, | parameter | :: | SurfaceInsertStmt | = | 15 | |
integer, | public, | parameter | :: | ConstructionInsertStmt | = | 16 | |
integer, | public, | parameter | :: | ConstructionLayerInsertStmt | = | 17 | |
integer, | public, | parameter | :: | MaterialInsertStmt | = | 18 | |
integer, | public, | parameter | :: | ZoneListInsertStmt | = | 19 | |
integer, | public, | parameter | :: | ZoneGroupInsertStmt | = | 20 | |
integer, | public, | parameter | :: | InfiltrationInsertStmt | = | 21 | |
integer, | public, | parameter | :: | VentilationInsertStmt | = | 22 | |
integer, | public, | parameter | :: | NominalPeopleInsertStmt | = | 23 | |
integer, | public, | parameter | :: | ZoneSizingInsertStmt | = | 24 | |
integer, | public, | parameter | :: | SystemSizingInsertStmt | = | 25 | |
integer, | public, | parameter | :: | ComponentSizingInsertStmt | = | 26 | |
integer, | public, | parameter | :: | RoomAirModelInsertStmt | = | 27 | |
integer, | public, | parameter | :: | GroundTemperatureInsertStmt | = | 28 | |
integer, | public, | parameter | :: | WeatherFileInsertStmt | = | 29 | |
integer, | public, | parameter | :: | MeterDictionaryInsertStmt | = | 30 | |
integer, | public, | parameter | :: | ReportMeterDataInsertStmt | = | 31 | |
integer, | public, | parameter | :: | MeterExtendedDataInsertStmt | = | 32 | |
integer, | public, | parameter | :: | ScheduleInsertStmt | = | 33 | |
integer, | public, | parameter | :: | DaylightMapTitleInsertStmt | = | 34 | |
integer, | public, | parameter | :: | DaylightMapHorlyTitleInsertStmt | = | 35 | |
integer, | public, | parameter | :: | DaylightMapHorlyDataInsertStmt | = | 36 | |
integer, | public, | parameter | :: | EnvironmentPeriodInsertStmt | = | 37 | |
integer, | public, | parameter | :: | SimulationsInsertStmt | = | 38 | |
integer, | public, | parameter | :: | TabularDataInsertStmt | = | 39 | |
integer, | public, | parameter | :: | StringsInsertStmt | = | 40 | |
integer, | public, | parameter | :: | StringsLookUpStmt | = | 41 | |
integer, | public, | parameter | :: | ErrorInsertStmt | = | 42 | |
integer, | public, | parameter | :: | ErrorUpdateStmt | = | 43 | |
integer, | public, | parameter | :: | SimulationUpdateStmt | = | 44 | |
integer, | public, | parameter | :: | CommandBufferSize | = | 4096 | |
integer, | public, | parameter | :: | MaxMessageSize | = | 4096 | |
character(len=1), | public, | parameter | :: | ReportNameId | = | '1' | |
character(len=1), | public, | parameter | :: | ReportForStringId | = | '2' | |
character(len=1), | public, | parameter | :: | TableNameId | = | '3' | |
character(len=1), | public, | parameter | :: | RowNameId | = | '4' | |
character(len=1), | public, | parameter | :: | ColumnNameId | = | '5' | |
character(len=1), | public, | parameter | :: | UnitsId | = | '6' | |
logical, | public, | SAVE | :: | WriteOutputToSQLite | = | .FALSE. | |
logical, | public, | SAVE | :: | WriteTabularDataToSQLite | = | .FALSE. | |
integer, | public | :: | SQLdbTimeIndex | = | 0 | ||
integer, | public, | parameter | :: | SQLITE_ROW | = | 100 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(C_PTR), | VALUE | :: | dbNameBuffer |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(C_PTR), | VALUE | :: | commandBuffer |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(C_PTR), | VALUE | :: | commandBuffer | |||
integer(kind=C_INT), | VALUE | :: | commandLength |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_INT), | VALUE | :: | stmtType | |||
type(C_PTR), | VALUE | :: | stmtBuffer |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_INT), | VALUE | :: | stmtType | |||
integer(kind=C_INT), | VALUE | :: | iCol |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_INT), | VALUE | :: | stmtType | |||
integer(kind=C_INT), | VALUE | :: | stmtInsertLocationIndex | |||
type(C_PTR), | VALUE | :: | textBuffer |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_INT), | VALUE | :: | stmtType | |||
integer(kind=C_INT), | VALUE | :: | stmtInsertLocationIndex | |||
integer(kind=C_INT), | VALUE | :: | intToInsert |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_INT), | VALUE | :: | stmtType | |||
integer(kind=C_INT), | VALUE | :: | stmtInsertLocationIndex | |||
real(kind=C_DOUBLE), | VALUE | :: | doubleToInsert |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_INT), | VALUE | :: | stmtType | |||
integer(kind=C_INT), | VALUE | :: | stmtInsertLocationIndex |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_INT), | VALUE | :: | stmtType |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_INT), | VALUE | :: | stmtType |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_INT), | VALUE | :: | stmtType |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=C_INT), | VALUE | :: | stmtType |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(C_PTR), | VALUE | :: | messageBuffer |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | stringValue | |||
character, | intent(in) | :: | stringType |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | reportingInterval | |||
integer, | intent(in) | :: | recordIndex | |||
integer, | intent(in) | :: | CumlativeSimulationDays | |||
integer, | intent(in), | optional | :: | Month | ||
integer, | intent(in), | optional | :: | DayOfMonth | ||
integer, | intent(in), | optional | :: | Hour | ||
real(kind=r64), | intent(in), | optional | :: | EndMinute | ||
real(kind=r64), | intent(in), | optional | :: | StartMinute | ||
integer, | intent(in), | optional | :: | DST | ||
character(len=*), | intent(in), | optional | :: | DayType |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | sqlStmt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | stmtIndex | |||
character(len=*), | intent(in) | :: | sqlStmt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | stmtType | |||
integer, | intent(in) | :: | iCol |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | stmtIndex | |||
integer, | intent(in) | :: | columnIndex | |||
character(len=*), | intent(in) | :: | sqlStmt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | sqlStmt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | stmtIndex | |||
integer, | intent(in) | :: | columnIndex | |||
logical, | intent(in) | :: | valueToInsert |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | value |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | boundaryConditionType | |||
character(len=*), | intent(in) | :: | currentName |
! Errors here are fatal because should only be encountered during development.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | VariableName |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | reportingFreqIndex |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | timestepType |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | storageTypeIndex |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ID |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | completed | |||
logical, | intent(in) | :: | completedSuccessfully |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in), | DIMENSION(:,:) | :: | body | ||
character(len=*), | intent(in), | DIMENSION(:) | :: | rowLabels | ||
character(len=*), | intent(in), | DIMENSION(:) | :: | columnLabels | ||
character(len=*), | intent(in) | :: | ReportName | |||
character(len=*), | intent(in) | :: | ReportForString | |||
character(len=*), | intent(in) | :: | TableName |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | reportVariableReportID | |||
integer, | intent(in) | :: | storeTypeIndex | |||
character(len=*), | intent(in) | :: | indexGroup | |||
character(len=*), | intent(in) | :: | keyedValueString | |||
character(len=*), | intent(in) | :: | variableName | |||
integer, | intent(in) | :: | indexType | |||
character(len=*), | intent(in) | :: | units | |||
integer, | intent(in) | :: | reportingFreq | |||
character(len=*), | intent(in), | optional | :: | scheduleName |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | recordIndex | |||
integer, | intent(in) | :: | timeIndex | |||
real(kind=r64), | intent(in) | :: | value | |||
integer, | intent(in), | optional | :: | reportingInterval | ||
real(kind=r64), | intent(in), | optional | :: | minValue | ||
integer, | intent(in), | optional | :: | minValueDate | ||
real(kind=r64), | intent(in), | optional | :: | maxValue | ||
integer, | intent(in), | optional | :: | maxValueDate | ||
integer, | intent(in), | optional | :: | minutesPerTimeStep |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | ZoneName | |||
character(len=*), | intent(in) | :: | LoadType | |||
real(kind=r64), | intent(in) | :: | CalcDesLoad | |||
real(kind=r64), | intent(in) | :: | UserDesLoad | |||
real(kind=r64), | intent(in) | :: | CalcDesFlow | |||
real(kind=r64), | intent(in) | :: | UserDesFlow | |||
character(len=*), | intent(in) | :: | DesDayName | |||
character(len=*), | intent(in) | :: | PeakHrMin | |||
real(kind=r64), | intent(in) | :: | PeakTemp | |||
real(kind=r64), | intent(in) | :: | PeakHumRat | |||
real(kind=r64), | intent(in) | :: | MinOAVolFlow |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | SysName | |||
character(len=*), | intent(in) | :: | VarDesc | |||
real(kind=r64), | intent(in) | :: | VarValue |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CompType | |||
character(len=*), | intent(in) | :: | CompName | |||
character(len=*), | intent(in) | :: | VarDesc | |||
real(kind=r64), | intent(in) | :: | VarValue |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | message |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(inout) | :: | hour | |||
integer, | intent(inout) | :: | minutes |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | meterReportID | |||
integer, | intent(in) | :: | storeTypeIndex | |||
character(len=*), | intent(in) | :: | indexGroup | |||
character(len=*), | intent(in) | :: | keyedValueString | |||
character(len=*), | intent(in) | :: | variableName | |||
integer, | intent(in) | :: | indexType | |||
character(len=*), | intent(in) | :: | units | |||
integer, | intent(in) | :: | reportingFreq | |||
character(len=*), | intent(in), | optional | :: | scheduleName |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | recordIndex | |||
integer, | intent(in) | :: | timeIndex | |||
real(kind=r64), | intent(in) | :: | value | |||
integer, | intent(in), | optional | :: | reportingInterval | ||
real(kind=r64), | intent(in), | optional | :: | minValue | ||
integer, | intent(in), | optional | :: | minValueDate | ||
real(kind=r64), | intent(in), | optional | :: | maxValue | ||
integer, | intent(in), | optional | :: | maxValueDate | ||
integer, | intent(in), | optional | :: | minutesPerTimeStep |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | simulationIndex | |||
integer, | intent(in) | :: | errorType | |||
character(len=*), | intent(in) | :: | errorMessage | |||
integer, | intent(in) | :: | cnt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | errorMessage |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | mapNum | |||
character(len=*), | intent(in) | :: | mapName | |||
character(len=*), | intent(in) | :: | environmentName | |||
integer, | intent(in) | :: | zone | |||
character(len=*), | intent(in) | :: | refPt1 | |||
character(len=*), | intent(in) | :: | refPt2 | |||
real(kind=r64), | intent(in) | :: | zCoord |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | mapNum | |||
integer, | intent(in) | :: | month | |||
integer, | intent(in) | :: | dayOfMonth | |||
integer, | intent(in) | :: | hourOfDay | |||
integer, | intent(in) | :: | nX | |||
real(kind=r64), | intent(in), | DIMENSION(:) | :: | x | ||
integer, | intent(in) | :: | nY | |||
real(kind=r64), | intent(in), | DIMENSION(:) | :: | y | ||
real(kind=r64), | intent(in), | DIMENSION(:,:) | :: | illuminance |