-
Notifications
You must be signed in to change notification settings - Fork 6
/
URBPARM.TBL
415 lines (306 loc) · 8.33 KB
/
URBPARM.TBL
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
# The parameters in this table may vary greatly from city to city.
# The default values are probably not appropriate for any given city.
# Users should adapt these values based on the city they are working
# with.
# Urban Parameters depending on Urban type
# USGS
Number of urban categories: 3
#
# Where there are multiple columns of values, the values refer, in
# order, to: 1) Commercial, 2) High intensity residential, and 3) Low
# intensity residential: I.e.:
#
# Index: 1 2 3
# Type: Commercial, Hi-dens Res, Low-dens Res
#
#
# ZR: Roof level (building height) [ m ]
# (sf_urban_physics=1)
ZR: 10.0, 7.5, 5.0
#
# SIGMA_ZED: Standard Deviation of roof height [ m ]
# (sf_urban_physics=1)
SIGMA_ZED: 4.0, 3.0, 1.0
#
# ROOF_WIDTH: Roof (i.e., building) width [ m ]
# (sf_urban_physics=1)
ROOF_WIDTH: 10.0, 9.4, 8.3
#
# ROAD_WIDTH: road width [ m ]
# (sf_urban_physics=1)
#
ROAD_WIDTH: 10.0, 9.4, 8.3
#
# AH: Anthropogenic heat [ W m{-2} ]
# (sf_urban_physics=1)
#
AH: 90.0, 50.0, 20.0
#
# FRC_URB: Fraction of the urban landscape which does not have natural
# vegetation. [ Fraction ]
# (sf_urban_physics=1,2,3)
#
FRC_URB: 0.95, 0.9, 0.5
#
# CAPR: Heat capacity of roof [ J m{-3} K{-1} ]
# (sf_urban_physics=1,2,3)
#
CAPR: 1.0E6, 1.0E6, 1.0E6,
#
# CAPB: Heat capacity of building wall [ J m{-3} K{-1} ]
# (sf_urban_physics=1,2,3)
#
CAPB: 1.0E6, 1.0E6, 1.0E6,
#
# CAPG: Heat capacity of ground (road) [ J m{-3} K{-1} ]
# (sf_urban_physics=1,2,3)
#
CAPG: 1.4E6, 1.4E6, 1.4E6,
#
# AKSR: Thermal conductivity of roof [ J m{-1} s{-1} K{-1} ]
# (sf_urban_physics=1,2,3)
#
AKSR: 0.67, 0.67, 0.67,
#
# AKSB: Thermal conductivity of building wall [ J m{-1} s{-1} K{-1} ]
# (sf_urban_physics=1,2,3)
#
AKSB: 0.67, 0.67, 0.67,
#
# AKSG: Thermal conductivity of ground (road) [ J m{-1} s{-1} K{-1} ]
# (sf_urban_physics=1,2,3)
#
AKSG: 0.4004, 0.4004, 0.4004,
#
# ALBR: Surface albedo of roof [ fraction ]
# (sf_urban_physics=1,2,3)
#
ALBR: 0.20, 0.20, 0.20
#
# ALBB: Surface albedo of building wall [ fraction ]
# (sf_urban_physics=1,2,3)
#
ALBB: 0.20, 0.20, 0.20
#
# ALBG: Surface albedo of ground (road) [ fraction ]
# (sf_urban_physics=1,2,3)
#
ALBG: 0.20, 0.20, 0.20
#
# EPSR: Surface emissivity of roof [ - ]
# (sf_urban_physics=1,2,3)
#
EPSR: 0.90, 0.90, 0.90
#
# EPSB: Surface emissivity of building wall [-]
# (sf_urban_physics=1,2,3)
#
EPSB: 0.90, 0.90, 0.90
#
# EPSG: Surface emissivity of ground (road) [ - ]
# (sf_urban_physics=1,2,3)
#
EPSG: 0.95, 0.95, 0.95
#
# Z0B: Roughness length for momentum, over building wall [ m ]
# Only active for CH_SCHEME == 1
# (sf_urban_physics=1)
#
Z0B: 0.0001, 0.0001, 0.0001
#
# Z0G: Roughness length for momentum, over ground (road) [ m ]
# Only active for CH_SCHEME == 1
# (sf_urban_physics=1,2,3)
#
Z0G: 0.01, 0.01, 0.01
#
# Z0R: Roughness length for momentum over roof [ m ]
# (sf_urban_physics=2,3)
#
Z0R: 0.01, 0.01, 0.01
#
# AKANDA_URBAN: Coefficient modifying the Kanda approach to computing
# surface layer exchange coefficients.
# (sf_urban_physics=1)
AKANDA_URBAN: 1.29 1.29 1.29
#
# COP: Coefficient of performance of the A/C systems [ - ]
# (sf_urban_physics=3)
#
COP: 3.5, 3.5, 3.5
#
# PWIN: Coverage area fraction of windows in the walls of the building [ - ]
# (sf_urban_physics=3)
#
PWIN: 0.2, 0.2, 0.2
#
# BETA: Thermal efficiency of heat exchanger
# (sf_urban_physics=3)
#
BETA: 0.75, 0.75, 0.75
#
# SW_COND: Air conditioning switch, 1=ON
# (sf_urban_physics=3)
#
SW_COND: 1, 1, 1
#
# TIME_ON: Initial local time of A/C systems, [ h ]
# (sf_urban_physics=3)
#
TIME_ON: 0., 0., 0.
#
# TIME_OFF: End local time of A/C systems, [ h ]
# (sf_urban_physics=3)
#
TIME_OFF: 24., 24., 24.
#
# TARGTEMP: Target Temperature of the A/C systems, [ K ]
# (sf_urban_physics=3)
#
TARGTEMP: 297., 298., 298.
#
# GAPTEMP: Comfort Range of the indoor Temperature, [ K ]
# (sf_urban_physics=3)
#
GAPTEMP: 0.5, 0.5, 0.5
#
# TARGHUM: Target humidity of the A/C systems, [ Kg/Kg ]
# (sf_urban_physics=3)
#
TARGHUM: 0.005, 0.005, 0.005
#
# GAPHUM: Comfort Range of the specific humidity, [ Kg/Kg ]
# (sf_urban_physics=3)
#
GAPHUM: 0.005, 0.005, 0.005
#
# PERFLO: Peak number of occupants per unit floor area, [ person/m^2 ]
# (sf_urban_physics=3)
#
PERFLO: 0.02, 0.01, 0.01
#
# HSEQUIP: Diurnal heating profile of heat generated by equipments
# (sf_urban_physics=3)
#
HSEQUIP: 0.25 0.25 0.25 0.25 0.25 0.25 0.25 0.5 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.5 0.25 0.25 0.25 0.25 0.25
#
# HSEQUIP_SCALE_FACTOR: Peak heat generated by equipments, [ W/m^2 ]
# (sf_urban_physics=3)
#
HSEQUIP_SCALE_FACTOR: 36.00, 20.00, 16.00
STREET PARAMETERS:
# (sf_urban_physics=2,3)
# urban street street building
# category direction width width
# [index] [deg from N] [m] [m]
1 0.0 20. 20.
1 90.0 20. 20.
2 0.0 25. 17.
2 90.0 25. 17.
3 0.0 30. 13.
3 90.0 30. 13.
END STREET PARAMETERS
BUILDING HEIGHTS: 1
# (sf_urban_physics=2,3)
# height Percentage
# [m] [%]
5.0 0.0
10.0 0.0
15.0 10.0
20.0 25.0
25.0 40.0
30.0 25.0
35.0 0.0
END BUILDING HEIGHTS
BUILDING HEIGHTS: 2
# (sf_urban_physics=2,3)
# height Percentage
# [m] [%]
5.0 0.0
10.0 20.0
15.0 60.0
20.0 20.0
END BUILDING HEIGHTS
BUILDING HEIGHTS: 3
# (sf_urban_physics=2,3)
# height Percentage
# [m] [%]
5.0 15.0
10.0 70.0
15.0 15.0
END BUILDING HEIGHTS
#
# DDZR: Thickness of each roof layer [ m ]
# This is currently NOT a function urban type, but a function
# of the number of layers. Number of layers must be 4, for now.
# (sf_urban_physics=1)
DDZR: 0.05, 0.05, 0.05, 0.05
#
# DDZB: Thickness of each building wall layer [ m ]
# This is currently NOT a function urban type, but a function
# of the number of layers. Number of layers must be 4, for now.
# (sf_urban_physics=1)
#
DDZB: 0.05, 0.05, 0.05, 0.05
#
# DDZG: Thickness of each ground (road) layer [ m ]
# This is currently NOT a function urban type, but a function
# of the number of layers. Number of layers must be 4, for now.
# (sf_urban_physics=1)
#
DDZG: 0.05, 0.25, 0.50, 0.75
#
# BOUNDR: Lower boundary condition for roof layer temperature [ 1: Zero-Flux, 2: T = Constant ]
# (sf_urban_physics=1)
#
BOUNDR: 1
#
# BOUNDB: Lower boundary condition for wall layer temperature [ 1: Zero-Flux, 2: T = Constant ]
# (sf_urban_physics=1)
#
BOUNDB: 1
#
# BOUNDG: Lower boundary condition for ground (road) layer temperature [ 1: Zero-Flux, 2: T = Constant ]
# (sf_urban_physics=1)
#
BOUNDG: 1
#
# TRLEND: Lower boundary condition for roof temperature [ K ]
# (sf_urban_physics=1,2,3)
#
TRLEND: 293.00, 293.00, 293.00
#
# TBLEND: Lower boundary temperature for building wall temperature [ K ]
# (sf_urban_physics=1,2,3)
#
TBLEND: 293.00, 293.00, 293.00
#
# TGLEND: Lower boundary temperature for ground (road) temperature [ K ]
# (sf_urban_physics=1,2,3)
#
TGLEND: 293.00, 293.00, 293.00
#
# Ch of Wall and Road [ 1: M-O Similarity Theory, 2: Empirical Form of Narita et al., 1997 (recommended) ]
# (sf_urban_physics=1)
#
CH_SCHEME: 2
#
# Surface and Layer Temperatures [ 1: 4-layer model, 2: Force-Restore method ]
# (sf_urban_physics=1)
#
TS_SCHEME: 1
#
# AHOPTION [ 0: No anthropogenic heating, 1: Anthropogenic heating will be added to sensible heat flux term ]
# (sf_urban_physics=1)
#
AHOPTION: 0
#
# Anthropogenic Heating diurnal profile.
# Multiplication factor applied to AH (as defined in the table above)
# Hourly values ( 24 of them ), starting at 01 hours Local Time.
# For sub-hourly model time steps, value changes on the hour and is
# held constant until the next hour.
# (sf_urban_physics=1)
#
#
AHDIUPRF: 0.16 0.13 0.08 0.07 0.08 0.26 0.67 0.99 0.89 0.79 0.74 0.73 0.75 0.76 0.82 0.90 1.00 0.95 0.68 0.61 0.53 0.35 0.21 0.18