example_files/mappers/base_workflow.osw in urbanopt-cli-0.5.0 vs example_files/mappers/base_workflow.osw in urbanopt-cli-0.5.1
- old
+ new
@@ -59,10 +59,25 @@
"arguments":{
"__SKIP__":true,
"blend_method":"Building Story"
}
},{
+ "measure_dir_name": "add_ev_load",
+ "arguments": {
+ "__SKIP__": true,
+ "chg_station_type": "Typical Public",
+ "delay_type": "Min Delay",
+ "charge_behavior": "Business as Usual",
+ "ev_percent": 100
+ }
+ },{
+ "measure_dir_name": "add_ems_to_control_ev_charging",
+ "arguments": {
+ "__SKIP__": true,
+ "curtailment_frac": 0.5
+ }
+ },{
"measure_dir_name":"urban_geometry_creation_zoning",
"arguments":{
"__SKIP__":true,
"geojson_file":"exportGeo.json",
"feature_id":"5",
@@ -129,10 +144,20 @@
"__SKIP__":true,
"size_mult":"0.75",
"charge_start":"23:00"
}
},{
+ "measure_dir_name":"export_time_series_modelica",
+ "arguments":{
+ "__SKIP__":false
+ }
+ },{
+ "measure_dir_name":"export_modelica_loads",
+ "arguments":{
+ "__SKIP__":false
+ }
+ },{
"measure_dir_name":"default_feature_reports",
"arguments":{
"feature_id":null,
"feature_name":null,
"feature_type":null,
@@ -140,6 +165,6 @@
}
}
],
"name":null,
"description":null
-}
\ No newline at end of file
+}