-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathepwForamt
93 lines (93 loc) · 2.69 KB
/
epwForamt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
LOCATION,
A1, \field city
\type alpha
A2, \field State Province Region
\type alpha
A3, \field Country
\type alpha
A4, \field Source
\type alpha
N1, \field WMO
\note usually a 6 digit field. Used as alpha in EnergyPlus
\type alpha
N2 , \field Latitude
\units deg
\minimum -90.0
\maximum +90.0
\default 0.0
\note + is North, - is South, degree minutes represented in decimal (i.e. 30 minutes is.5)
\type real
N3 , \field Longitude
\units deg
\minimum -180.0
\maximum +180.0
\default 0.0
\note - is West, + is East, degree minutes represented in decimal (i.e. 30 minutes is .5)
\type real
N4 , \field TimeZone
\units hr - not on standard units list???
\minimum -12.0
\maximum +12.0
\default 0.0
\note Time relative to GMT.
\type real
N5 , \field Elevation
\units m
\minimum -1000.0
\maximum< +9999.9
\default 0.0
\type real
DESIGN CONDITIONS,
N1, \field Number of Design Conditions
A1, \field Design Condition Source
\note current sources are ASHRAE HOF 2009 US Design Conditions, Canadian Design
Conditions
\note and World Design Conditions
A2, \field Design Condition Type (HEATING)
\note fields here will be dependent on the source, they are shown in a header/data format
\note in both the .rpt and .csv files that are produced by the WeatherConverter program
...
An, \field Design Condition Type (COOLING)
\note same as note on Heating Design Conditions
TYPICAL/EXTREME PERIODS,
N1, \field Number of Typical/Extreme Periods
A1, \field Typical/Extreme Period 1 Name
A2, \field Typical/Extreme Period 1 Type
A3, \field Period 1 Start Day
A4, \field Period 1 End Day
\note repeat (A1-A3) until number of typical periods etc to # of periods entered
GROUND TEMPERATURES,
N1, Number of Ground Temperature Depths
N2, \field Ground Temperature Depth 1
\units m
N3, \field Depth 1 Soil Conductivity
\units W/m-K,
N4, \field Depth 1 Soil Density
\units kg/m3
N5, \field Depth 1 Soil Specific Heat
\units J/kg-K,
N6, \field Depth 1 January Average Ground Temperature
\units C
N7, \field Depth 1 February Average Ground Temperature
\units C
N8, \field Depth 1 March Average Ground Temperature
\units C
N9, \field Depth 1 April Average Ground Temperature
\units C
N10, \field Depth 1 May Average Ground Temperature
\units C
N11, \field Depth 1 June Average Ground Temperature
\units C
N12, \field Depth 1 July Average Ground Temperature
\units C
N13, \field Depth 1 August Average Ground Temperature
\units C
N14, \field Depth 1 September Average Ground Temperature
\units C
N15, \field Depth 1 October Average Ground Temperature
\units C
N16, \field Depth 1 November Average Ground Temperature
\units C
N17, \field Depth 1 December Average Ground Temperature
\units C
\note repeat above (N2-N17) to number of ground temp depths indicated etc to # of depths entered