-
Notifications
You must be signed in to change notification settings - Fork 1
/
workflowo.yaml
71 lines (58 loc) · 1.45 KB
/
workflowo.yaml
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
map_names:
data:
source: timeflow.File
filename: time-series.csv
routine: timeflow.MapNames
mode: exclusive # trim columns that are not mapped
map:
DateTime: time
GlobalCM22: irradiance
Temperature: temperature
RelativeHumidity: relative_humidity
Pressure: pressure
insert_constants:
data:
source: map_names
routine: timeflow.SetConstants
constants:
description: NREL BMS
latitude: 39.74
longitude: -105.18
elevation: 1.829
surface_type: vegetation
atmosphere: sub-arctic summer
daylight_points:
data:
source: insert_constants
routine: timeflow.Threshold
column: irradiance
operator: <
value: 12.5 # Watts/m^2
select:
data:
source: daylight_points
if: true
routine: rtms.ClearPointSelect
optimize_clear:
data:
source: select
if: true
routine: rtms.optimize
model: rtms.models.SMARTS
target: irradiance
variable: angstroms_coefficient
interpolate_aod:
data:
source: daylight_points
merge:
source: optimize_clear
column: angstroms_coefficient
routine: timeflow.linear_interpolate
dependant: angstroms_coefficient
optimize_cloudy:
data:
source: interpolate_aod
routeine: rtms.optimize
model: rtms.models.SBdart
target: irradiance
variable: cloud_optical_thickness