diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc472de..656f824a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # OpenStudio Model Articulation Gems +## Version 0.11.0 +* Support for OpenStudio 3.9 (upgrade to standards gem 0.7.0, extension gem 0.8.1) +* Fixed [#129]( https://github.com/NREL/openstudio-model-articulation-gem/issues/129 ), Radiance measure needs to be updated for new E+ output variable +* Fixed [#144]( https://github.com/NREL/openstudio-model-articulation-gem/issues/144 ), Problem with LargeOffice in create_bar with 3.8 +* Fixed [#145]( https://github.com/NREL/openstudio-model-articulation-gem/issues/145 ), Create doe prototype building "SWIG director method error. IOError: not opened for reading" in OpenStudioApplication 1.8.0 + ## Version 0.10.0 * Support for OpenStudio 3.8 (upgrade to standards gem 0.6.0, extension gem 0.8.0) * Support Ruby 3.2.2 @@ -16,12 +22,12 @@ ## Version 0.7.0 * Support for OpenStudio 3.5 (upgrade to standards gem 0.3.0, extension gem 0.6.0) -* Adding Courthouse and College buidling type argument values to `create_DOE_prototype_building` measure -* Adding 90.1-2019 to templlate argument values for `create_DOE_prototype_building` measure +* Adding Courthouse and College building type argument values to `create_DOE_prototype_building` measure +* Adding 90.1-2019 to template argument values for `create_DOE_prototype_building` measure * Fixed [#109]( https://github.com/NREL/openstudio-model-articulation-gem/pull/109 ), Floorspace js translation ## Version 0.6.1 -* Removed recent changes made to `blended_space_type_from_model` to remove standards space type and building type assignment from resulting blended space type. `blend_space_type_collections` method in extension gem `os_lib_model_simplification.rb` already picks the most prevenant space type. The space type name still indicates that it is blended. +* Removed recent changes made to `blended_space_type_from_model` to remove standards space type and building type assignment from resulting blended space type. `blend_space_type_collections` method in extension gem `os_lib_model_simplification.rb` already picks the most prevalent space type. The space type name still indicates that it is blended. ## Version 0.6.0 * Support for OpenStudio 3.4 (upgrade to standards gem 0.2.16, no extension gem upgrade) diff --git a/LICENSE.md b/LICENSE.md index 185bacbf..47a803bd 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index 49688efd..e5b9dea2 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ bundle exec rake openstudio:test_with_openstudio |OpenStudio Model Articulation Gem|OpenStudio|Ruby| |:--------------:|:----------:|:--------:| +| 0.11.0 | 3.9 | 3.2.2 | | 0.10.0 | 3.8 | 3.2.2 | | 0.9.0 | 3.7 | 2.7 | | 0.8.0 | 3.6 | 2.7 | diff --git a/lib/measures/AssignConstructionSetToBuilding/LICENSE.md b/lib/measures/AssignConstructionSetToBuilding/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/AssignConstructionSetToBuilding/LICENSE.md +++ b/lib/measures/AssignConstructionSetToBuilding/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/AssignConstructionSetToBuilding/measure.xml b/lib/measures/AssignConstructionSetToBuilding/measure.xml index 350eaa6e..7a60df64 100644 --- a/lib/measures/AssignConstructionSetToBuilding/measure.xml +++ b/lib/measures/AssignConstructionSetToBuilding/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 assign_construction_set_to_building 6e68ddea-2cff-47a3-9daf-f2189e4cf132 - fd2962a8-3b12-4c3e-94ae-6c0451dfb242 - 20230602T160037Z + 454bef55-1773-438b-bdad-c12d6f50070f + 2024-11-16T23:56:31Z 1E963D9C AssignConstructionSetToBuilding AssignConstructionSetToBuilding @@ -17,10 +17,10 @@ Choice true false - {1c2f58eb-6892-40c7-9b9e-5da97f082301} + {125b021d-d9ad-4dd9-a041-cddef79641bc} - {1c2f58eb-6892-40c7-9b9e-5da97f082301} + {125b021d-d9ad-4dd9-a041-cddef79641bc} <clear field> @@ -45,16 +45,10 @@ - LargeHotel.osm - osm - test - 094C90D7 - - - README.md.erb - erb - readmeerb - 703C9964 + LICENSE.md + md + license + 8696A072 README.md @@ -62,6 +56,12 @@ readme 26A13C70 + + README.md.erb + erb + readmeerb + 703C9964 + OpenStudio @@ -73,17 +73,17 @@ script 5C20DB58 - - LICENSE.md - md - license - BFFB1AA6 - AssignConstructionSetToBuilding_Test.rb rb test F9CFA486 + + LargeHotel.osm + osm + test + 094C90D7 + diff --git a/lib/measures/AssignSpaceTypeBySpaceName/LICENSE.md b/lib/measures/AssignSpaceTypeBySpaceName/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/AssignSpaceTypeBySpaceName/LICENSE.md +++ b/lib/measures/AssignSpaceTypeBySpaceName/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/AssignSpaceTypeBySpaceName/measure.xml b/lib/measures/AssignSpaceTypeBySpaceName/measure.xml index 58c8ddb9..1693339b 100644 --- a/lib/measures/AssignSpaceTypeBySpaceName/measure.xml +++ b/lib/measures/AssignSpaceTypeBySpaceName/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 assign_space_type_by_space_name 69ad41bb-cdfe-4a4c-a385-9efaf35b7c27 - 1ab2b6a7-7d3d-4dd0-bd16-2d21864e6967 - 20230602T160046Z + b93cb317-a6aa-4bde-a89e-d2768b8a99df + 2024-11-16T23:56:37Z 057E8D9D AssignSpaceTypeBySpaceName AssignSpaceTypeBySpaceName @@ -24,10 +24,10 @@ Choice true false - {6fea194a-2fda-494b-9afe-b86ca41812fe} + {31980ac2-a69b-41f5-929e-7105d11665ad} - {6fea194a-2fda-494b-9afe-b86ca41812fe} + {31980ac2-a69b-41f5-929e-7105d11665ad} <clear field> @@ -70,16 +70,10 @@ - ImportedIdf_TestModel.osm - osm - test - E1129E0C - - - README.md.erb - erb - readmeerb - 703C9964 + LICENSE.md + md + license + 8696A072 README.md @@ -88,22 +82,10 @@ 5ABADE01 - ImportedIdf_TestModel/project.log - log - test - 6D480771 - - - ImportedIdf_TestModel/run.db - db - test - BF4974CA - - - ImportedIdf_TestModel/project.osp - osp - test - 19B74631 + README.md.erb + erb + readmeerb + 703C9964 @@ -116,17 +98,35 @@ script 10A9E671 - - LICENSE.md - md - license - BFFB1AA6 - AssignSpaceTypeBySpaceName_Test.rb rb test 15E55F41 + + ImportedIdf_TestModel/project.log + log + test + 6D480771 + + + ImportedIdf_TestModel/project.osp + osp + test + 19B74631 + + + ImportedIdf_TestModel/run.db + db + test + BF4974CA + + + ImportedIdf_TestModel.osm + osm + test + E1129E0C + diff --git a/lib/measures/AssignSpaceTypeToBuilding/LICENSE.md b/lib/measures/AssignSpaceTypeToBuilding/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/AssignSpaceTypeToBuilding/LICENSE.md +++ b/lib/measures/AssignSpaceTypeToBuilding/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/AssignSpaceTypeToBuilding/measure.xml b/lib/measures/AssignSpaceTypeToBuilding/measure.xml index caefae06..9a229159 100644 --- a/lib/measures/AssignSpaceTypeToBuilding/measure.xml +++ b/lib/measures/AssignSpaceTypeToBuilding/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 assign_space_type_to_building 05e20922-6fe4-48a4-bddb-411f8167e757 - 5e4a6367-96be-477e-ad0a-b4ca2d24e718 - 20230602T160037Z + e9e50cdc-af1b-4c8e-ab84-b825fa7e253d + 2024-11-16T23:56:31Z 057E8D9D AssignSpaceTypeToBuilding AssignSpaceTypeToBuilding @@ -17,10 +17,10 @@ Choice true false - {ded28763-628f-49a5-893a-fbf32ce1a20f} + {59ef6996-d073-4fa0-9c56-947a129466b0} - {ded28763-628f-49a5-893a-fbf32ce1a20f} + {59ef6996-d073-4fa0-9c56-947a129466b0} <clear field> @@ -45,16 +45,10 @@ - LargeHotel.osm - osm - test - 094C90D7 - - - README.md.erb - erb - readmeerb - 703C9964 + LICENSE.md + md + license + 8696A072 README.md @@ -62,6 +56,12 @@ readme 9F2C4630 + + README.md.erb + erb + readmeerb + 703C9964 + OpenStudio @@ -73,17 +73,17 @@ script 6A3E0C08 - - LICENSE.md - md - license - BFFB1AA6 - AssignSpaceTypeToBuilding_Test.rb rb test 534F6844 + + LargeHotel.osm + osm + test + 094C90D7 + diff --git a/lib/measures/AssignSpacesToStories/LICENSE.md b/lib/measures/AssignSpacesToStories/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/AssignSpacesToStories/LICENSE.md +++ b/lib/measures/AssignSpacesToStories/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/AssignSpacesToStories/measure.xml b/lib/measures/AssignSpacesToStories/measure.xml index ba2d9136..31715c39 100644 --- a/lib/measures/AssignSpacesToStories/measure.xml +++ b/lib/measures/AssignSpacesToStories/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 assign_spaces_to_stories 2c91fe40-db31-4334-a1dd-817cd419f1b6 - 2297ee07-51f4-4b07-8f8f-109957b419d1 - 20230602T160047Z + f628e2ea-ab75-47b7-9361-317840e08a5b + 2024-11-16T23:56:38Z 45097B60 AssignSpacesToStories AssignSpacesToStories @@ -30,16 +30,10 @@ - AssignSpacesToStories_SimpleTestModel.osm - osm - test - 54470ABA - - - README.md.erb - erb - readmeerb - 703C9964 + LICENSE.md + md + license + 8696A072 README.md @@ -48,10 +42,10 @@ 8BA985AD - LICENSE.md - md - license - BFFB1AA6 + README.md.erb + erb + readmeerb + 703C9964 @@ -64,6 +58,12 @@ script B0FC8FE6 + + AssignSpacesToStories_SimpleTestModel.osm + osm + test + 54470ABA + AssignSpacesToStories_Test.rb rb diff --git a/lib/measures/BarAspectRatioStudy/LICENSE.md b/lib/measures/BarAspectRatioStudy/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/BarAspectRatioStudy/LICENSE.md +++ b/lib/measures/BarAspectRatioStudy/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/BarAspectRatioStudy/measure.xml b/lib/measures/BarAspectRatioStudy/measure.xml index 83015a7c..9a6974ff 100644 --- a/lib/measures/BarAspectRatioStudy/measure.xml +++ b/lib/measures/BarAspectRatioStudy/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 bar_aspect_ratio_study 3dcac94d-8a2e-43b6-8698-a3a4e8f3903f - a05b88e6-2975-490e-b9c7-e4520a78ae3d - 20230602T160041Z + ca4f58ac-36bc-46f7-90af-ed5a8837064a + 2024-11-16T23:56:33Z 49BEF039 BarAspectRatioStudy Bar Aspect Ratio Study @@ -111,10 +111,10 @@ - README.md.erb - erb - readmeerb - 703C9964 + LICENSE.md + md + license + 8696A072 README.md @@ -123,10 +123,10 @@ 352CF028 - LICENSE.md - md - license - BFFB1AA6 + README.md.erb + erb + readmeerb + 703C9964 diff --git a/lib/measures/CleanupSpaceOrigins/LICENSE.md b/lib/measures/CleanupSpaceOrigins/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/CleanupSpaceOrigins/LICENSE.md +++ b/lib/measures/CleanupSpaceOrigins/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/CleanupSpaceOrigins/measure.xml b/lib/measures/CleanupSpaceOrigins/measure.xml index c1f1c403..a03fdc88 100644 --- a/lib/measures/CleanupSpaceOrigins/measure.xml +++ b/lib/measures/CleanupSpaceOrigins/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 cleanup_space_origins d81f8791-081d-4346-9f27-1b721d27ea86 - 0065534e-6a19-46ad-ba26-d45451d2e52a - 20230602T160042Z + cbb96976-1d12-412e-89ed-a4510c931cbd + 2024-11-16T23:56:34Z 45097B60 CleanupSpaceOrigins CleanupSpaceOrigins @@ -30,16 +30,10 @@ - CleanupOrigin_Test.osm - osm - test - 27B26D55 - - - README.md.erb - erb - readmeerb - 703C9964 + LICENSE.md + md + license + 8696A072 README.md @@ -48,10 +42,10 @@ 6B7F3F48 - LICENSE.md - md - license - BFFB1AA6 + README.md.erb + erb + readmeerb + 703C9964 @@ -64,6 +58,12 @@ script 21C690B0 + + CleanupOrigin_Test.osm + osm + test + 27B26D55 + CleanupSpaceOrigins_Test.rb rb diff --git a/lib/measures/FindAndReplaceObjectNames/LICENSE.md b/lib/measures/FindAndReplaceObjectNames/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/FindAndReplaceObjectNames/LICENSE.md +++ b/lib/measures/FindAndReplaceObjectNames/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/FindAndReplaceObjectNames/measure.xml b/lib/measures/FindAndReplaceObjectNames/measure.xml index 9c4945e1..90b4275b 100644 --- a/lib/measures/FindAndReplaceObjectNames/measure.xml +++ b/lib/measures/FindAndReplaceObjectNames/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 find_and_replace_object_names f540d66c-800f-4187-81ee-957891034d56 - 2afc5f54-ce71-4cb5-aaca-1688ddae4fc7 - 20230602T160047Z + f64340f4-46f7-44d6-99ad-8000c079be49 + 2024-11-16T23:56:38Z F6B8F064 FindAndReplaceObjectNames Find and Replace Object Names in the Model @@ -57,16 +57,10 @@ - EnvelopeAndLoadTestModel_01.osm - osm - test - 10AA8866 - - - README.md.erb - erb - readmeerb - 703C9964 + LICENSE.md + md + license + 8696A072 README.md @@ -74,6 +68,12 @@ readme 1C905FD2 + + README.md.erb + erb + readmeerb + 703C9964 + OpenStudio @@ -86,10 +86,10 @@ 7A688866 - LICENSE.md - md - license - BFFB1AA6 + EnvelopeAndLoadTestModel_01.osm + osm + test + 10AA8866 FindAndReplaceObjectNames_Test.rb diff --git a/lib/measures/InjectOsmGeometryIntoAnExternalIdf/LICENSE.md b/lib/measures/InjectOsmGeometryIntoAnExternalIdf/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/InjectOsmGeometryIntoAnExternalIdf/LICENSE.md +++ b/lib/measures/InjectOsmGeometryIntoAnExternalIdf/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.xml b/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.xml index 11e4781c..f220d4d9 100644 --- a/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.xml +++ b/lib/measures/InjectOsmGeometryIntoAnExternalIdf/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 inject_osm_geometry_into_an_external_idf 633cd1c5-5b55-4b50-ab20-cf2d2f7ddff8 - bc540eee-3afa-4426-8c79-19faed65631d - 20230602T160042Z + 91a536a7-903b-4042-bfcd-dde6c25b4f2e + 2024-11-16T23:56:34Z 3BE1CF9C InjectOsmGeometryIntoAnExternalIdf InjectOsmGeometryIntoAnExternalIdf @@ -94,34 +94,51 @@ Constructions and other resources won?t be moved back and forth but the surface - 4ZoneWithShading_Simple_1.idf - idf - test - 74BD2E40 + LICENSE.md + md + license + 8696A072 - 4ZoneWithShading_Simple_1_AlteredGeo.osm - osm - test - 1A51EFB6 + README.md + md + readme + 6FF2AF68 - RefBldgMediumOfficeNew2004_Chicago.idf + README.md.erb + erb + readmeerb + 703C9964 + + + + OpenStudio + 2.0.0 + 2.0.0 + + measure.rb + rb + script + 5D2EA59F + + + 4ZoneWithShading_Simple_1.idf idf test - 648B2179 + 74BD2E40 - RefBldgMediumOfficeNew2004_Chicago_AlteredGeo.osm - osm + 4ZoneWithShading_Simple_1_AlteredGeo/run.db + db test - D2B1A458 + D307F08F - RefBldgMediumOfficeNew2004_Chicago_AlteredGeo_b.osm + 4ZoneWithShading_Simple_1_AlteredGeo.osm osm test - 10D18F37 + 1A51EFB6 B10_Crawlspace_1Story_50_RibbonWindows.idf @@ -136,28 +153,16 @@ Constructions and other resources won?t be moved back and forth but the surface 56ED3E65 - measure_test.osw - osw + InjectOsmGeometryIntoAnExternalIdf_Test.rb + rb test - F5FABCCF - - - README.md.erb - erb - readmeerb - 703C9964 - - - README.md - md - readme - 6FF2AF68 + F8370804 - 4ZoneWithShading_Simple_1_AlteredGeo/run.db - db + RefBldgMediumOfficeNew2004_Chicago.idf + idf test - D307F08F + 648B2179 RefBldgMediumOfficeNew2004_Chicago_AlteredGeo/run.db @@ -165,6 +170,12 @@ Constructions and other resources won?t be moved back and forth but the surface test 1387DFF3 + + RefBldgMediumOfficeNew2004_Chicago_AlteredGeo.osm + osm + test + D2B1A458 + RefBldgMediumOfficeNew2004_Chicago_AlteredGeo_b/run.db db @@ -172,27 +183,16 @@ Constructions and other resources won?t be moved back and forth but the surface BF7FFB65 - LICENSE.md - md - license - BFFB1AA6 - - - - OpenStudio - 2.0.0 - 2.0.0 - - measure.rb - rb - script - 5D2EA59F + RefBldgMediumOfficeNew2004_Chicago_AlteredGeo_b.osm + osm + test + 10D18F37 - InjectOsmGeometryIntoAnExternalIdf_Test.rb - rb + measure_test.osw + osw test - F8370804 + F5FABCCF diff --git a/lib/measures/RemoveHardAssignedConstructions/LICENSE.md b/lib/measures/RemoveHardAssignedConstructions/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/RemoveHardAssignedConstructions/LICENSE.md +++ b/lib/measures/RemoveHardAssignedConstructions/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/RemoveHardAssignedConstructions/measure.xml b/lib/measures/RemoveHardAssignedConstructions/measure.xml index e4b5230c..fca62e0e 100644 --- a/lib/measures/RemoveHardAssignedConstructions/measure.xml +++ b/lib/measures/RemoveHardAssignedConstructions/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 remove_hard_assigned_constructions 8fd2557e-907d-46a3-aebf-8cc81c58bc65 - 07b47729-0071-44a6-99db-dc703f1326e5 - 20230602T160047Z + 9559e844-4bb3-42e1-a975-89589e51a20d + 2024-11-16T23:56:38Z 1E963D9C RemoveHardAssignedConstructions RemoveHardAssignedConstructions @@ -49,16 +49,10 @@ - ImportedIdf_TestModel.osm - osm - test - C9C6BBB8 - - - README.md.erb - erb - readmeerb - 703C9964 + LICENSE.md + md + license + 8696A072 README.md @@ -66,6 +60,12 @@ readme 873D0763 + + README.md.erb + erb + readmeerb + 703C9964 + OpenStudio @@ -78,10 +78,10 @@ EC19BA28 - LICENSE.md - md - license - BFFB1AA6 + ImportedIdf_TestModel.osm + osm + test + C9C6BBB8 RemoveHardAssignedConstructions_Test.rb diff --git a/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/LICENSE.md b/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/LICENSE.md +++ b/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.xml b/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.xml index b2ec522c..5c1651a9 100644 --- a/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.xml +++ b/lib/measures/RenameSpaceSurfacesBasedonParentSpaceandOrientation/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 rename_space_surfaces_basedon_parent_spaceand_orientation fee62510-c076-423a-b172-0810ecedba10 - cf3535a4-6a78-4d29-a839-4f3471b49816 - 20230602T160037Z + f8406dfb-3e15-4a54-9b19-f920ba2091ad + 2024-11-16T23:56:31Z 0F858D9E RenameSpaceSurfacesBasedonParentSpaceandOrientation RenameSpaceSurfacesBasedonParentSpaceandOrientation @@ -40,16 +40,10 @@ - Section 6 - Model.osm - osm - test - 870B4270 - - - README.md.erb - erb - readmeerb - 703C9964 + LICENSE.md + md + license + 8696A072 README.md @@ -58,22 +52,27 @@ C70B379F - Section 6 - Model/project.log - log - test - 00000000 + README.md.erb + erb + readmeerb + 703C9964 - Section 6 - Model/project.osp-journal - osp-journal - test - 00E88397 + + OpenStudio + 2.0.0 + 2.0.0 + + measure.rb + rb + script + 514A8C63 - Section 6 - Model/run.db - db + RenameSpaceSurfacesBasedonParentSpaceandOrientation_Test.rb + rb test - 4D2285B9 + 4EF9EF9F Section 6 - Model/files/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw @@ -81,6 +80,12 @@ test 3B177CE0 + + Section 6 - Model/project.log + log + test + 00000000 + Section 6 - Model/project.osp osp @@ -88,27 +93,22 @@ FD14D013 - - OpenStudio - 2.0.0 - 2.0.0 - - measure.rb - rb - script - 514A8C63 + Section 6 - Model/project.osp-journal + osp-journal + test + 00E88397 - LICENSE.md - md - license - BFFB1AA6 + Section 6 - Model/run.db + db + test + 4D2285B9 - RenameSpaceSurfacesBasedonParentSpaceandOrientation_Test.rb - rb + Section 6 - Model.osm + osm test - 4EF9EF9F + 870B4270 diff --git a/lib/measures/RotateBuilding/LICENSE.md b/lib/measures/RotateBuilding/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/RotateBuilding/LICENSE.md +++ b/lib/measures/RotateBuilding/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/RotateBuilding/measure.xml b/lib/measures/RotateBuilding/measure.xml index 041a2eeb..770f8557 100644 --- a/lib/measures/RotateBuilding/measure.xml +++ b/lib/measures/RotateBuilding/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 rotate_building b2742307-bce7-4747-8f94-977718217305 - c8e51f07-3f04-45d8-ab1f-dd3fc5f954c0 - 20230602T160042Z + ac3f9ff2-ea7b-487f-bf42-8c872e61d231 + 2024-11-16T23:56:34Z 49BEF039 RotateBuilding Rotate Building @@ -50,16 +50,16 @@ - RotateBuilding_TestModel_01.osm - osm - test - 550314F1 + LICENSE.md + md + license + 8696A072 - design.md + README.md md - doc - B256482B + readme + 7E721F8C README.md.erb @@ -68,16 +68,10 @@ 232D0477 - README.md - md - readme - 7E721F8C - - - LICENSE.md + design.md md - license - BFFB1AA6 + doc + B256482B @@ -96,5 +90,11 @@ test C75C8625 + + RotateBuilding_TestModel_01.osm + osm + test + 550314F1 + diff --git a/lib/measures/SetExtWallToGroundBoundaryConditionByStory/LICENSE.md b/lib/measures/SetExtWallToGroundBoundaryConditionByStory/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/SetExtWallToGroundBoundaryConditionByStory/LICENSE.md +++ b/lib/measures/SetExtWallToGroundBoundaryConditionByStory/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.xml b/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.xml index 0a6bced6..50a47dd2 100644 --- a/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.xml +++ b/lib/measures/SetExtWallToGroundBoundaryConditionByStory/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 set_ext_wall_to_ground_boundary_condition_by_story a6da6f2b-2d07-4d25-b2b4-4b1dd62df237 - 0152f9bd-6225-482a-accb-eded4c8cd24c - 20230602T160044Z + f59c2379-cfaf-4543-b76a-4702e2c56383 + 2024-11-16T23:56:35Z 0F858D9E SetExtWallToGroundBoundaryConditionByStory SetExtWallToGroundBoundaryConditionByStory @@ -48,16 +48,10 @@ - 3Story2Space.osm - osm - test - B4AB814E - - - README.md.erb - erb - readmeerb - 703C9964 + LICENSE.md + md + license + 8696A072 README.md @@ -66,10 +60,10 @@ 9C2BACF9 - 3Story2Space/run.db - db - test - 761DC6F7 + README.md.erb + erb + readmeerb + 703C9964 @@ -83,10 +77,16 @@ 426DCCCD - LICENSE.md - md - license - BFFB1AA6 + 3Story2Space/run.db + db + test + 761DC6F7 + + + 3Story2Space.osm + osm + test + B4AB814E SetExtWallToGroundByStory_Test.rb diff --git a/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/LICENSE.md b/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/LICENSE.md +++ b/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.xml b/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.xml index 98121818..64669cce 100644 --- a/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.xml +++ b/lib/measures/SetInteriorWallsAndFloorsToAdiabatic/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 set_interior_walls_and_floors_to_adiabatic 78cbde97-d7c4-425f-ab74-5053a681cc4b - fd9711e4-f378-4c10-b0dd-783201fc47ce - 20230602T160045Z + b53d69f3-2881-49b1-a6e9-1343d3422144 + 2024-11-16T23:56:36Z 1E963D9C SetInteriorWallsAndFloorsToAdiabatic SetInteriorWallsAndFloorsToAdiabatic @@ -38,16 +38,10 @@ - EnvelopeAndLoadTestModel_01.osm - osm - test - 10AA8866 - - - README.md.erb - erb - readmeerb - 703C9964 + LICENSE.md + md + license + 8696A072 README.md @@ -56,10 +50,10 @@ 26905DFE - LICENSE.md - md - license - BFFB1AA6 + README.md.erb + erb + readmeerb + 703C9964 @@ -72,6 +66,12 @@ script 219E804C + + EnvelopeAndLoadTestModel_01.osm + osm + test + 10AA8866 + SetInteriorWallsAndFloorsToSelectedConstruction_Test.rb rb diff --git a/lib/measures/SetInteriorWallsToSelectedConstruction/LICENSE.md b/lib/measures/SetInteriorWallsToSelectedConstruction/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/SetInteriorWallsToSelectedConstruction/LICENSE.md +++ b/lib/measures/SetInteriorWallsToSelectedConstruction/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/SetInteriorWallsToSelectedConstruction/measure.xml b/lib/measures/SetInteriorWallsToSelectedConstruction/measure.xml index 062027ae..c5679179 100644 --- a/lib/measures/SetInteriorWallsToSelectedConstruction/measure.xml +++ b/lib/measures/SetInteriorWallsToSelectedConstruction/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 set_interior_walls_to_selected_construction e3d59d0d-1ce8-4cb2-ae59-001f0fa2ac46 - 81540d5d-a4e1-4d79-83ca-431d7fb2dc3f - 20230602T160041Z + a7ee14a2-8c0d-422e-be6f-bf124bd0d3f4 + 2024-11-16T23:56:33Z 1E963D9C SetInteriorWallsToSelectedConstruction SetInteriorWallsToSelectedConstruction @@ -38,16 +38,10 @@ - EnvelopeAndLoadTestModel_01.osm - osm - test - 10AA8866 - - - README.md.erb - erb - readmeerb - 703C9964 + LICENSE.md + md + license + 8696A072 README.md @@ -56,10 +50,10 @@ C8974F9D - LICENSE.md - md - license - BFFB1AA6 + README.md.erb + erb + readmeerb + 703C9964 @@ -72,6 +66,12 @@ script 8CADC814 + + EnvelopeAndLoadTestModel_01.osm + osm + test + 10AA8866 + SetInteriorWallstoSelectedConstruction_Test.rb rb diff --git a/lib/measures/SetWindowToWallRatioByFacade/LICENSE.md b/lib/measures/SetWindowToWallRatioByFacade/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/SetWindowToWallRatioByFacade/LICENSE.md +++ b/lib/measures/SetWindowToWallRatioByFacade/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/SetWindowToWallRatioByFacade/measure.xml b/lib/measures/SetWindowToWallRatioByFacade/measure.xml index 4c225969..4f70d648 100644 --- a/lib/measures/SetWindowToWallRatioByFacade/measure.xml +++ b/lib/measures/SetWindowToWallRatioByFacade/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 set_window_to_wall_ratio_by_facade c567a0bf-a7d9-4a06-afe9-bf7df79e6bf8 - f92b9832-7215-4264-a35c-244e30665282 - 20230602T160042Z + cfcbe959-1852-4cda-9f38-2c3d194eff03 + 2024-11-16T23:56:34Z 6DE831F7 SetWindowToWallRatioByFacade Set Window to Wall Ratio by Facade @@ -192,28 +192,16 @@ The measure doesn?t have any cost or lifecycle arguments, however If lifecycle o - EnvelopeAndLoadTestModel_02_RotatedSpaceAndBuilding.osm - osm - test - 74A6EE8C - - - ReverseTranslatedModel.osm - osm - test - 0B94403D - - - EnvelopeAndLoadTestModel_01.osm - osm - test - 3956B3D1 + LICENSE.md + md + license + 8696A072 - Triangles.osm - osm - test - 19169728 + README.md + md + readme + 7FCCDC8E README.md.erb @@ -222,22 +210,39 @@ The measure doesn?t have any cost or lifecycle arguments, however If lifecycle o 232D0477 - prototype_sec_sch.osm + + OpenStudio + 2.0.0 + 2.0.0 + + measure.rb + rb + script + 339A1F15 + + + functions.rb + rb + resource + B2F878E6 + + + EnvelopeAndLoadTestModel_01.osm osm test - 581DA01B + 3956B3D1 - README.md - md - readme - 7FCCDC8E + EnvelopeAndLoadTestModel_02_RotatedSpaceAndBuilding.osm + osm + test + 74A6EE8C - LICENSE.md - md - license - BFFB1AA6 + ReverseTranslatedModel.osm + osm + test + 0B94403D SetWindowToWallRatioByFacade_Test.rb @@ -246,21 +251,16 @@ The measure doesn?t have any cost or lifecycle arguments, however If lifecycle o BA84B8F3 - - OpenStudio - 2.0.0 - 2.0.0 - - measure.rb - rb - script - 339A1F15 + Triangles.osm + osm + test + 19169728 - functions.rb - rb - resource - B2F878E6 + prototype_sec_sch.osm + osm + test + 581DA01B diff --git a/lib/measures/SimplifyGeometryToSlicedBar/LICENSE.md b/lib/measures/SimplifyGeometryToSlicedBar/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/SimplifyGeometryToSlicedBar/LICENSE.md +++ b/lib/measures/SimplifyGeometryToSlicedBar/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/SimplifyGeometryToSlicedBar/measure.xml b/lib/measures/SimplifyGeometryToSlicedBar/measure.xml index fd06d12b..d201c879 100644 --- a/lib/measures/SimplifyGeometryToSlicedBar/measure.xml +++ b/lib/measures/SimplifyGeometryToSlicedBar/measure.xml @@ -3,8 +3,8 @@ 3.1 simplify_geometry_to_sliced_bar eb218516-5fa5-47fe-948d-274777c7d592 - 3c5abf7b-a4fb-482a-b075-be91623c8f4f - 2024-05-20T07:54:33Z + 8a8d7207-8cfa-44ff-a45d-5060b03e289c + 2024-11-16T23:56:35Z 45097B60 SimplifyGeometryToSlicedBar SimplifyGeometryToSlicedBar @@ -58,7 +58,7 @@ In a future version I may try to identify similar spaces types and blend them to LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/SpaceTypeAndConstructionSetWizard/LICENSE.md b/lib/measures/SpaceTypeAndConstructionSetWizard/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/SpaceTypeAndConstructionSetWizard/LICENSE.md +++ b/lib/measures/SpaceTypeAndConstructionSetWizard/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/SpaceTypeAndConstructionSetWizard/measure.xml b/lib/measures/SpaceTypeAndConstructionSetWizard/measure.xml index ebaf82ca..e493c772 100644 --- a/lib/measures/SpaceTypeAndConstructionSetWizard/measure.xml +++ b/lib/measures/SpaceTypeAndConstructionSetWizard/measure.xml @@ -3,8 +3,8 @@ 3.1 space_type_and_construction_set_wizard 7c65af63-4316-47c9-b7a5-68d7a019e533 - 0cefd43c-95fd-49ff-8d9d-5794f8918316 - 2024-05-20T07:54:33Z + dc3124a5-f1cd-4818-ade8-d3e340a96495 + 2024-11-16T23:56:36Z 057E8D9D SpaceTypeAndConstructionSetWizard Space Type and Construction Set Wizard @@ -346,7 +346,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/SurfaceMatching/LICENSE.md b/lib/measures/SurfaceMatching/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/SurfaceMatching/LICENSE.md +++ b/lib/measures/SurfaceMatching/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/SurfaceMatching/measure.xml b/lib/measures/SurfaceMatching/measure.xml index 5fe2a92e..1b2f37cd 100644 --- a/lib/measures/SurfaceMatching/measure.xml +++ b/lib/measures/SurfaceMatching/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 surface_matching e9c69c36-bf33-4ac4-b695-41dee26ee880 - c1ee8a75-358c-42f8-bf9f-4e41f3dd0336 - 20230602T160043Z + 0e702e1e-7c50-4aa6-991d-a41d5b821a2f + 2024-11-16T23:56:35Z 45097B60 SurfaceMatching SurfaceMatching @@ -49,16 +49,10 @@ - SurfaceMatching_test.osm - osm - test - 9102B03C - - - README.md.erb - erb - readmeerb - 703C9964 + LICENSE.md + md + license + 8696A072 README.md @@ -67,10 +61,10 @@ FBF56DB2 - LICENSE.md - md - license - BFFB1AA6 + README.md.erb + erb + readmeerb + 703C9964 @@ -89,5 +83,11 @@ test D1474952 + + SurfaceMatching_test.osm + osm + test + 9102B03C + diff --git a/lib/measures/add_empd_material_properties/LICENSE.md b/lib/measures/add_empd_material_properties/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/add_empd_material_properties/LICENSE.md +++ b/lib/measures/add_empd_material_properties/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/add_empd_material_properties/measure.xml b/lib/measures/add_empd_material_properties/measure.xml index 78d488f2..f0c4c7c9 100644 --- a/lib/measures/add_empd_material_properties/measure.xml +++ b/lib/measures/add_empd_material_properties/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 add_empd_material_properties 91799c24-d81e-42eb-a458-f2b3a0ee1ff3 - 38444120-5da2-4143-ac53-a68abc8c8bf3 - 20230602T160044Z + 65ae8789-d90f-4a7c-8709-be53369e53e4 + 2024-11-16T23:56:36Z 9EF0A36D AddEMPDMaterialProperties Add EMPD Material Properties @@ -151,22 +151,10 @@ - README.md.erb - erb - readmeerb - 703C9964 - - - .gitkeep - gitkeep - doc - 00000000 - - - example_model.osm - osm - test - 53D14E69 + LICENSE.md + md + license + 8696A072 README.md @@ -175,16 +163,16 @@ D2460F20 - LICENSE.md - md - license - BFFB1AA6 + README.md.erb + erb + readmeerb + 703C9964 - add_empd_material_properties_test.rb - rb - test - 04FDFEA6 + .gitkeep + gitkeep + doc + 00000000 @@ -197,5 +185,17 @@ script 46947C54 + + add_empd_material_properties_test.rb + rb + test + 04FDFEA6 + + + example_model.osm + osm + test + 53D14E69 + diff --git a/lib/measures/blended_space_type_from_floor_area_ratios/LICENSE.md b/lib/measures/blended_space_type_from_floor_area_ratios/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/blended_space_type_from_floor_area_ratios/LICENSE.md +++ b/lib/measures/blended_space_type_from_floor_area_ratios/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/blended_space_type_from_floor_area_ratios/measure.xml b/lib/measures/blended_space_type_from_floor_area_ratios/measure.xml index 96ed0563..472254e8 100644 --- a/lib/measures/blended_space_type_from_floor_area_ratios/measure.xml +++ b/lib/measures/blended_space_type_from_floor_area_ratios/measure.xml @@ -3,8 +3,8 @@ 3.1 blended_space_type_from_floor_area_ratios 48ff1765-871b-4c9c-9996-a22757c534ad - 8f0c2268-a0f3-40d1-9859-197e2c94934c - 2024-05-20T07:54:33Z + b32706ff-f6f6-41a1-946d-55481c891ccd + 2024-11-16T23:56:36Z 05C5DFDC BlendedSpaceTypeFromFloorAreaRatios Blended Space Type from Floor Area Ratios @@ -106,7 +106,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/blended_space_type_from_model/LICENSE.md b/lib/measures/blended_space_type_from_model/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/blended_space_type_from_model/LICENSE.md +++ b/lib/measures/blended_space_type_from_model/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/blended_space_type_from_model/measure.xml b/lib/measures/blended_space_type_from_model/measure.xml index 79bfafe3..ddb8a637 100644 --- a/lib/measures/blended_space_type_from_model/measure.xml +++ b/lib/measures/blended_space_type_from_model/measure.xml @@ -3,8 +3,8 @@ 3.1 blended_space_type_from_model 667c2f1f-0927-4dbd-a7be-1087b5c15181 - 233944a0-9765-434c-ad88-36dbd30148b0 - 2024-07-11T21:47:24Z + b290a367-77d9-457b-b240-7758d7b8aa00 + 2024-11-16T23:56:36Z 28AD5222 BlendedSpaceTypeFromModel Blended Space Type from Model @@ -76,7 +76,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/clone_building_from_external_model/LICENSE.md b/lib/measures/clone_building_from_external_model/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/clone_building_from_external_model/LICENSE.md +++ b/lib/measures/clone_building_from_external_model/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/clone_building_from_external_model/measure.xml b/lib/measures/clone_building_from_external_model/measure.xml index 2cb45b84..72acc8df 100644 --- a/lib/measures/clone_building_from_external_model/measure.xml +++ b/lib/measures/clone_building_from_external_model/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 clone_building_from_external_model 09711168-01a7-4abc-b710-b49d59d927d8 - 66ee546c-8b97-4caa-a410-fe2a536b70e6 - 20230602T160043Z + 02cf3e6a-783e-428e-91c6-ae7dcc95f84c + 2024-11-16T23:56:35Z AFECFDDF CloneBuildingFromExternalModel Clone Building From External Model @@ -64,22 +64,10 @@ - example_model.osm - osm - test - C4F35230 - - - AedgK12HvacDualDuctDoas_ASHRAE 169-2006-5B.osm - osm - test - 84A5375F - - - measure_test.osw - osw - test - F5FABCCF + LICENSE.md + md + license + 8696A072 README.md @@ -105,10 +93,10 @@ C11C122D - LICENSE.md - md - license - BFFB1AA6 + AedgK12HvacDualDuctDoas_ASHRAE 169-2006-5B.osm + osm + test + 84A5375F clone_building_from_external_model_test.rb @@ -116,5 +104,17 @@ test E4066B39 + + example_model.osm + osm + test + C4F35230 + + + measure_test.osw + osw + test + F5FABCCF + diff --git a/lib/measures/create_DOE_prototype_building/LICENSE.md b/lib/measures/create_DOE_prototype_building/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/create_DOE_prototype_building/LICENSE.md +++ b/lib/measures/create_DOE_prototype_building/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/create_DOE_prototype_building/measure.xml b/lib/measures/create_DOE_prototype_building/measure.xml index 7a612283..53a29a31 100644 --- a/lib/measures/create_DOE_prototype_building/measure.xml +++ b/lib/measures/create_DOE_prototype_building/measure.xml @@ -3,8 +3,8 @@ 3.1 create_doe_prototype_building be90fd0b-a651-467a-bc8d-29d310b0f937 - d6078b4e-403e-4722-a7f2-1fe9c569cc1d - 2024-07-09T17:43:19Z + 15801a41-07fd-4cb6-86e8-666da7a41d6a + 2024-11-16T23:56:35Z 057E8D9D CreateDOEPrototypeBuilding Create DOE Prototype Building @@ -270,7 +270,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md @@ -299,7 +299,7 @@ create_DOE_prototype_building_test.rb rb test - BA4C28B9 + 40721854 legacy_idf_results.json diff --git a/lib/measures/create_DOE_prototype_building/tests/create_DOE_prototype_building_test.rb b/lib/measures/create_DOE_prototype_building/tests/create_DOE_prototype_building_test.rb index 307cafcc..ace0e6de 100644 --- a/lib/measures/create_DOE_prototype_building/tests/create_DOE_prototype_building_test.rb +++ b/lib/measures/create_DOE_prototype_building/tests/create_DOE_prototype_building_test.rb @@ -84,21 +84,6 @@ def create_models(bldg_types, vintages, climate_zones, epw_files = []) return failures end - def test_primary_school - bldg_types = ['PrimarySchool'] - vintages = ['DOE Ref Pre-1980'] # , 'DOE Ref 1980-2004', '90.1-2004', '90.1-2007', '90.1-2010'] - climate_zones = ['ASHRAE 169-2013-3A'] - - all_failures = [] - - # Create the models - all_failures += create_models(bldg_types, vintages, climate_zones) - - # Assert if there are any errors - puts "There were #{all_failures.size} failures" - assert(all_failures.empty?, "FAILURES: #{all_failures.join("\n")}") - end - def test_secondary_school bldg_types = ['SecondarySchool'] vintages = ['DOE Ref Pre-1980', 'DOE Ref 1980-2004', '90.1-2004', '90.1-2007', '90.1-2010', '90.1-2016'] diff --git a/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/LICENSE.md b/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/LICENSE.md +++ b/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.xml b/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.xml index 3155c0a6..38ee6100 100644 --- a/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.xml +++ b/lib/measures/create_and_assign_thermal_zones_for_unassigned_spaces/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 create_and_assign_thermal_zones_for_unassigned_spaces ddaa752e-5d40-49b2-88de-62e71697e614 - 2919064c-9885-49ca-ae6c-7ce35c1f5dce - 20230602T160043Z + cc26141b-d045-4dd4-8d78-3658da38f44a + 2024-11-16T23:56:35Z 2AF3A68E CreateAndAssignThermalZonesForUnassignedSpaces Create and Assign Thermal Zones for Unassigned Spaces @@ -40,10 +40,10 @@ - example_model.osm - osm - test - 53D14E69 + LICENSE.md + md + license + 8696A072 README.md @@ -68,17 +68,17 @@ script 525749C3 - - LICENSE.md - md - license - BFFB1AA6 - create_and_assign_thermal_zones_for_unassigned_spaces_test.rb rb test 8D3FBCAF + + example_model.osm + osm + test + 53D14E69 + diff --git a/lib/measures/create_bar_from_building_type_ratios/LICENSE.md b/lib/measures/create_bar_from_building_type_ratios/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/create_bar_from_building_type_ratios/LICENSE.md +++ b/lib/measures/create_bar_from_building_type_ratios/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/create_bar_from_building_type_ratios/measure.xml b/lib/measures/create_bar_from_building_type_ratios/measure.xml index ebd3049b..0273ce9a 100644 --- a/lib/measures/create_bar_from_building_type_ratios/measure.xml +++ b/lib/measures/create_bar_from_building_type_ratios/measure.xml @@ -3,8 +3,8 @@ 3.1 create_bar_from_building_type_ratios 6e3a14f8-c3c7-4e03-bc51-bef8a52e1a05 - 9511ff5a-46db-44a8-8dd1-66f3d9373eab - 2024-07-09T16:03:36Z + 89c35873-5698-4e69-81a9-b7781fd3965e + 2024-11-16T23:56:32Z 2AF3A68E CreateBarFromBuildingTypeRatios Create Bar From Building Type Ratios @@ -1347,7 +1347,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/create_bar_from_deer_building_type_ratios/LICENSE.md b/lib/measures/create_bar_from_deer_building_type_ratios/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/create_bar_from_deer_building_type_ratios/LICENSE.md +++ b/lib/measures/create_bar_from_deer_building_type_ratios/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/create_bar_from_deer_building_type_ratios/measure.xml b/lib/measures/create_bar_from_deer_building_type_ratios/measure.xml index cdb1f872..c3d1514b 100644 --- a/lib/measures/create_bar_from_deer_building_type_ratios/measure.xml +++ b/lib/measures/create_bar_from_deer_building_type_ratios/measure.xml @@ -3,8 +3,8 @@ 3.1 create_bar_from_deer_building_type_ratios aa4a7ecf-5bfd-4c5e-b0ca-e68babbacff1 - 7eb05aa1-cb58-42b7-963b-a32c4bec23ac - 2024-05-20T07:54:33Z + deff6402-221d-44c9-ad2c-a6612604e237 + 2024-11-16T23:56:36Z B31F0C1F CreateBarFromDEERBuildingTypeRatios Create Bar From DEER Building Type Ratios @@ -982,7 +982,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/create_bar_from_doe_building_type_ratios/LICENSE.md b/lib/measures/create_bar_from_doe_building_type_ratios/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/create_bar_from_doe_building_type_ratios/LICENSE.md +++ b/lib/measures/create_bar_from_doe_building_type_ratios/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/create_bar_from_doe_building_type_ratios/measure.xml b/lib/measures/create_bar_from_doe_building_type_ratios/measure.xml index 4bcd7dc9..286faf71 100644 --- a/lib/measures/create_bar_from_doe_building_type_ratios/measure.xml +++ b/lib/measures/create_bar_from_doe_building_type_ratios/measure.xml @@ -3,8 +3,8 @@ 3.1 create_bar_from_doe_building_type_ratios 0de3cff9-c805-42c4-964e-18cb43a22c63 - 26190672-6d0c-473a-bb0f-2824642ff02f - 2024-07-09T16:03:28Z + 21d5e86d-8249-48df-8e5f-ec726ccce137 + 2024-11-16T23:56:37Z 5F523097 CreateBarFromDOEBuildingTypeRatios Create Bar From DOE Building Type Ratios @@ -922,7 +922,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/create_bar_from_model/LICENSE.md b/lib/measures/create_bar_from_model/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/create_bar_from_model/LICENSE.md +++ b/lib/measures/create_bar_from_model/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/create_bar_from_model/measure.xml b/lib/measures/create_bar_from_model/measure.xml index 7998c146..9313e79a 100644 --- a/lib/measures/create_bar_from_model/measure.xml +++ b/lib/measures/create_bar_from_model/measure.xml @@ -3,8 +3,8 @@ 3.1 create_bar_from_model 87fb0783-7a38-4900-8969-40e744c67814 - b70f9d5d-5135-466b-8e14-befebe162f27 - 2024-05-20T07:54:34Z + 8dd3e173-1aa6-40e7-a97e-0c1acd10f3b2 + 2024-11-16T23:56:37Z 2AF3A68E CreateBarFromModel Create Bar From Model @@ -88,7 +88,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/create_bar_from_space_type_ratios/LICENSE.md b/lib/measures/create_bar_from_space_type_ratios/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/create_bar_from_space_type_ratios/LICENSE.md +++ b/lib/measures/create_bar_from_space_type_ratios/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/create_bar_from_space_type_ratios/measure.xml b/lib/measures/create_bar_from_space_type_ratios/measure.xml index c62d935c..2199eb7a 100644 --- a/lib/measures/create_bar_from_space_type_ratios/measure.xml +++ b/lib/measures/create_bar_from_space_type_ratios/measure.xml @@ -3,8 +3,8 @@ 3.1 create_bar_from_space_type_ratios 3e988765-9673-46f8-9b65-99d5b86c2b22 - 53727559-2087-42c3-a9de-696acc152c32 - 2024-05-20T07:54:35Z + 3220d2d2-1d1b-465c-92ba-bd0fa5ea83d8 + 2024-11-16T23:56:38Z 49BEF039 CreateBarFromSpaceTypeRatios Create Bar From Space Type Ratios @@ -575,7 +575,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/create_baseline_building/LICENSE.md b/lib/measures/create_baseline_building/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/create_baseline_building/LICENSE.md +++ b/lib/measures/create_baseline_building/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/create_baseline_building/measure.xml b/lib/measures/create_baseline_building/measure.xml index 44ff4814..ce1f1b9e 100644 --- a/lib/measures/create_baseline_building/measure.xml +++ b/lib/measures/create_baseline_building/measure.xml @@ -3,8 +3,8 @@ 3.1 create_baseline_building 4de56e21-b6cd-45d9-8466-862507d228b2 - 0dccce6b-f4a7-4c52-ae85-647de50fcd21 - 20230602T160041Z + fff85669-8136-4b9c-9c2d-459678c195af + 2024-11-16T23:56:33Z A514F332 CreateBaselineBuilding Create Baseline Building @@ -233,7 +233,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/create_deer_prototype_building/LICENSE.md b/lib/measures/create_deer_prototype_building/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/create_deer_prototype_building/LICENSE.md +++ b/lib/measures/create_deer_prototype_building/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/create_deer_prototype_building/measure.xml b/lib/measures/create_deer_prototype_building/measure.xml index c9e5b452..91f5179f 100644 --- a/lib/measures/create_deer_prototype_building/measure.xml +++ b/lib/measures/create_deer_prototype_building/measure.xml @@ -3,8 +3,8 @@ 3.1 create_deer_prototype_building 752055bd-10d9-4ede-8a35-18487fedf579 - 4cf31429-009e-4fbd-95bc-2edf0d325f0a - 20230602T160041Z + cd79ee36-06c8-4c83-b521-124febbdf6b6 + 2024-11-16T23:56:33Z A514F332 CreateDEERPrototypeBuilding Create DEER Prototype Building ALPHA Version @@ -804,7 +804,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/create_parametric_schedules/LICENSE.md b/lib/measures/create_parametric_schedules/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/create_parametric_schedules/LICENSE.md +++ b/lib/measures/create_parametric_schedules/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/create_parametric_schedules/measure.xml b/lib/measures/create_parametric_schedules/measure.xml index f396511f..8606f0d2 100644 --- a/lib/measures/create_parametric_schedules/measure.xml +++ b/lib/measures/create_parametric_schedules/measure.xml @@ -3,8 +3,8 @@ 3.1 create_parametric_schedules befa8099-c6a7-4045-8792-53fc7124b862 - a6fcf75a-32c7-4f10-99a4-80c99b9dbf69 - 2024-05-20T07:54:34Z + 86a5b8ac-3225-4ba7-ae9c-2d515ffc724a + 2024-11-16T23:56:36Z 03F02484 CreateParametricSchedules Create Parametric Schedules @@ -303,7 +303,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/create_typical_building_from_model/LICENSE.md b/lib/measures/create_typical_building_from_model/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/create_typical_building_from_model/LICENSE.md +++ b/lib/measures/create_typical_building_from_model/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/create_typical_building_from_model/measure.xml b/lib/measures/create_typical_building_from_model/measure.xml index 01f539ba..b2a8fb15 100644 --- a/lib/measures/create_typical_building_from_model/measure.xml +++ b/lib/measures/create_typical_building_from_model/measure.xml @@ -3,8 +3,8 @@ 3.1 create_typical_building_from_model 339a2e3a-273c-4494-bb50-bfe586a0647c - 9fe575b2-29b5-4766-beba-af3deb0e7b0c - 2024-07-11T21:47:22Z + 84cc9f03-17b6-4608-8880-d30232439701 + 2024-11-16T23:56:33Z EE13F09F CreateTypicalBuildingFromModel Create Typical Building from Model @@ -1318,7 +1318,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md @@ -1389,7 +1389,7 @@ create_typical_building_from_model_test.rb rb test - 3256EAED + 43F916F8 ecc.osm diff --git a/lib/measures/create_typical_building_from_model/tests/create_typical_building_from_model_test.rb b/lib/measures/create_typical_building_from_model/tests/create_typical_building_from_model_test.rb index 128d1887..7d475e19 100644 --- a/lib/measures/create_typical_building_from_model/tests/create_typical_building_from_model_test.rb +++ b/lib/measures/create_typical_building_from_model/tests/create_typical_building_from_model_test.rb @@ -199,7 +199,7 @@ def test_eun_fail args = {} args['template'] = 'DEER Pre-1975' args['use_upstream_args'] = false - apply_measure_to_model(__method__.to_s.gsub('test_', ''), args, 'eun.osm', 'Fail', nil) + apply_measure_to_model(__method__.to_s.gsub('test_', ''), args, 'eun.osm', nil, nil) end def test_gro diff --git a/lib/measures/create_typical_deer_building_from_model/LICENSE.md b/lib/measures/create_typical_deer_building_from_model/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/create_typical_deer_building_from_model/LICENSE.md +++ b/lib/measures/create_typical_deer_building_from_model/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/create_typical_deer_building_from_model/measure.xml b/lib/measures/create_typical_deer_building_from_model/measure.xml index 424a178b..9b83ba35 100644 --- a/lib/measures/create_typical_deer_building_from_model/measure.xml +++ b/lib/measures/create_typical_deer_building_from_model/measure.xml @@ -3,8 +3,8 @@ 3.1 create_typical_deer_building_from_model 09cc23db-5e9b-4b11-b167-1852a15ed339 - aabba620-c193-4878-814a-d39e643e3fb9 - 2024-05-20T07:54:35Z + fe61093e-f058-4e57-9e13-a066f2a34f17 + 2024-11-16T23:56:37Z AABAC479 CreateTypicalDEERBuildingFromModel Create Typical DEER Building from Model @@ -1293,7 +1293,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/create_typical_doe_building_from_model/LICENSE.md b/lib/measures/create_typical_doe_building_from_model/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/create_typical_doe_building_from_model/LICENSE.md +++ b/lib/measures/create_typical_doe_building_from_model/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/create_typical_doe_building_from_model/measure.xml b/lib/measures/create_typical_doe_building_from_model/measure.xml index 0cc45eff..e1914d51 100644 --- a/lib/measures/create_typical_doe_building_from_model/measure.xml +++ b/lib/measures/create_typical_doe_building_from_model/measure.xml @@ -3,8 +3,8 @@ 3.1 create_typical_doe_building_from_model b2c80210-33b3-4dfd-8267-535efd81f552 - 2f42ddde-0650-44dc-8dff-bb2338a0786c - 2024-05-20T07:54:34Z + 2262c1e7-2041-47db-b3c2-554bb8216637 + 2024-11-16T23:56:36Z 99E7000D CreateTypicalDOEBuildingFromModel Create Typical DOE Building from Model @@ -1258,7 +1258,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/deer_space_type_and_construction_set_wizard/LICENSE.md b/lib/measures/deer_space_type_and_construction_set_wizard/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/deer_space_type_and_construction_set_wizard/LICENSE.md +++ b/lib/measures/deer_space_type_and_construction_set_wizard/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/deer_space_type_and_construction_set_wizard/measure.xml b/lib/measures/deer_space_type_and_construction_set_wizard/measure.xml index b3ebbef0..3fa20873 100644 --- a/lib/measures/deer_space_type_and_construction_set_wizard/measure.xml +++ b/lib/measures/deer_space_type_and_construction_set_wizard/measure.xml @@ -3,8 +3,8 @@ 3.1 deer_space_type_and_construction_set_wizard d8effcbd-52b2-4e5c-866c-e85091142aa6 - 0960390f-d8e0-460d-8354-b1c1be0e23ac - 2024-05-20T07:54:33Z + 9bc1b1a3-3cde-488d-8813-2f985dfa18c5 + 2024-11-16T23:56:34Z A514F332 DEERSpaceTypeAndConstructionSetWizard DEER Space Type and Construction Set Wizard @@ -370,7 +370,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/find_and_replace_in_all_thermal_zone_names/LICENSE.md b/lib/measures/find_and_replace_in_all_thermal_zone_names/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/find_and_replace_in_all_thermal_zone_names/LICENSE.md +++ b/lib/measures/find_and_replace_in_all_thermal_zone_names/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.xml b/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.xml index f4a9da00..09b2b4e7 100644 --- a/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.xml +++ b/lib/measures/find_and_replace_in_all_thermal_zone_names/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 find_and_replace_in_all_thermal_zone_names 3573d81e-e7de-4949-be50-8abcd0f95a35 - e761160f-c143-448d-aacf-bd711ba6d025 - 20230602T160046Z + 89be78f0-de55-47eb-ac28-10152ef91c79 + 2024-11-16T23:56:37Z 057E8D9D FindAndReplaceInAllThermalZoneNames Find And Replace In All Thermal Zone Names @@ -47,16 +47,10 @@ - ImportedIdf_RefFsr.osm - osm - test - 3740003C - - - README.md.erb - erb - readmeerb - 703C9964 + LICENSE.md + md + license + 8696A072 README.md @@ -64,6 +58,12 @@ readme 4D12DAE2 + + README.md.erb + erb + readmeerb + 703C9964 + OpenStudio @@ -76,10 +76,10 @@ D9A03E8B - LICENSE.md - md - license - BFFB1AA6 + ImportedIdf_RefFsr.osm + osm + test + 3740003C find_and_replace_in_all_thermal_zone_names_test.rb diff --git a/lib/measures/make_shading_surfaces_based_on_zone_multipliers/LICENSE.md b/lib/measures/make_shading_surfaces_based_on_zone_multipliers/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/make_shading_surfaces_based_on_zone_multipliers/LICENSE.md +++ b/lib/measures/make_shading_surfaces_based_on_zone_multipliers/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.xml b/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.xml index 494e58a1..7fc162b9 100644 --- a/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.xml +++ b/lib/measures/make_shading_surfaces_based_on_zone_multipliers/measure.xml @@ -3,8 +3,8 @@ 3.1 make_shading_surfaces_based_on_zone_multipliers 57d7314d-2ff0-4c13-bf07-b63380bfdea6 - 1e35bf48-3f72-42df-8196-842f3f498e8f - 2024-05-20T07:54:31Z + 1eb24a2e-b770-4053-bc57-3c8e4b364b95 + 2024-11-16T23:56:33Z 2AF3A68E MakeShadingSurfacesBasedOnZoneMultipliers Make Shading Surfaces Based on Zone Multipliers @@ -62,7 +62,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/merge_floorspace_js_with_model/LICENSE.md b/lib/measures/merge_floorspace_js_with_model/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/merge_floorspace_js_with_model/LICENSE.md +++ b/lib/measures/merge_floorspace_js_with_model/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/merge_floorspace_js_with_model/measure.xml b/lib/measures/merge_floorspace_js_with_model/measure.xml index 715fd8db..0e28c95d 100644 --- a/lib/measures/merge_floorspace_js_with_model/measure.xml +++ b/lib/measures/merge_floorspace_js_with_model/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 merge_floorspace_js_with_model 16ef6369-6420-4f17-894c-a767895bcaa4 - 1f1d4832-dec4-460c-854f-54edd7133f57 - 20230602T160044Z + 3a5f4dca-2a46-421c-b3e8-06c236afcb4e + 2024-11-16T23:56:35Z 0AD1E2E2 MergeFloorspaceJsWithModel Merge FloorspaceJs with Model @@ -54,28 +54,10 @@ - README.md.erb - erb - readmeerb - 703C9964 - - - office_floorplan.json - json - test - 88795F74 - - - SDDC Office template.osm - osm - test - 757BD721 - - - measure_test.osw - osw - test - 3CCFE3D3 + LICENSE.md + md + license + 8696A072 README.md @@ -84,10 +66,10 @@ 31568C75 - LICENSE.md - md - license - BFFB1AA6 + README.md.erb + erb + readmeerb + 703C9964 @@ -100,6 +82,18 @@ script 23601781 + + SDDC Office template.osm + osm + test + 757BD721 + + + measure_test.osw + osw + test + 3CCFE3D3 + merge_floorspace_js_with_model_test.rb rb @@ -112,5 +106,11 @@ test EE1B31D8 + + office_floorplan.json + json + test + 88795F74 + diff --git a/lib/measures/merge_spaces_from_external_file/LICENSE.md b/lib/measures/merge_spaces_from_external_file/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/merge_spaces_from_external_file/LICENSE.md +++ b/lib/measures/merge_spaces_from_external_file/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/merge_spaces_from_external_file/measure.xml b/lib/measures/merge_spaces_from_external_file/measure.xml index cb8ce824..dde58609 100644 --- a/lib/measures/merge_spaces_from_external_file/measure.xml +++ b/lib/measures/merge_spaces_from_external_file/measure.xml @@ -3,8 +3,8 @@ 3.1 merge_spaces_from_external_file e439a1a9-d075-4a25-9f83-2dca79d2826e - 71ac22f4-54ee-4480-ba2e-56e6c36d696f - 2024-05-20T07:54:35Z + a12c1d8e-c465-43a9-bfbc-37bb30e3b998 + 2024-11-16T23:56:37Z D8922A73 MergeSpacesFromExternalFile Merge Spaces from External File @@ -185,7 +185,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/radiance_measure/LICENSE.md b/lib/measures/radiance_measure/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/radiance_measure/LICENSE.md +++ b/lib/measures/radiance_measure/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/radiance_measure/measure.rb b/lib/measures/radiance_measure/measure.rb index bab7ae25..1f550fa3 100644 --- a/lib/measures/radiance_measure/measure.rb +++ b/lib/measures/radiance_measure/measure.rb @@ -196,7 +196,7 @@ def modelToRadPreprocess(model) 'Site Sky Diffuse Solar Radiation Luminous Efficacy', 'Site Beam Solar Radiation Luminous Efficacy', 'Zone People Occupant Count', - 'Zone Lights Electric Power' + 'Zone Lights Electricity Rate' ] output_variables.each do |var| @@ -1649,11 +1649,11 @@ def makeSchedules(model, sqlFile, runner) end # get lights schedule for zone - lightsTimeseries = sqlFile.timeSeries('Run Period 1'.upcase, 'Hourly', 'Zone Lights Electric Power', thermalZone.name.get.upcase) + lightsTimeseries = sqlFile.timeSeries('Run Period 1'.upcase, 'Hourly', 'Zone Lights Electricity Rate', thermalZone.name.get.upcase) if lightsTimeseries.empty? newname = thermalZone.name.get.sub(/^OS:/, '') - print_statement("Cannot find timeseries 'Zone Lights Electric Power' for ThermalZone '#{thermalZone.name}', skipping.", runner) + print_statement("Cannot find timeseries 'Zone Lights Electricity Rate' for ThermalZone '#{thermalZone.name}', skipping.", runner) next end diff --git a/lib/measures/radiance_measure/measure.xml b/lib/measures/radiance_measure/measure.xml index 43187da3..5b9e9856 100644 --- a/lib/measures/radiance_measure/measure.xml +++ b/lib/measures/radiance_measure/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 radiance_measure 1e3cfef8-b051-4e60-8bb0-ed2d29d4f45f - f36ece44-1289-4ab1-b302-c6195358a744 - 20230602T160042Z + 478c2b9c-ffbb-43a5-92bc-3d9f580642e8 + 2024-11-16T23:56:34Z 381B7733 RadianceMeasure Radiance Daylighting Measure @@ -149,10 +149,16 @@ - USA_CO_Golden-NREL.724666_TMY3.epw - epw - test - BDF687C1 + LICENSE.md + md + license + 8696A072 + + + README.md + md + readme + C5ADB835 README.md.erb @@ -161,16 +167,21 @@ 703C9964 - README.md - md - readme - C5ADB835 + + OpenStudio + 3.1.0 + 3.1.0 + + measure.rb + rb + script + 1D065EA0 - out.txt - txt + USA_CO_Golden-NREL.724666_TMY3.epw + epw test - 4255EB94 + BDF687C1 measure_test_model.osm @@ -179,21 +190,10 @@ 909929E9 - LICENSE.md - md - license - BFFB1AA6 - - - - OpenStudio - 2.0.0 - 2.0.0 - - measure.rb - rb - script - CF08A064 + out.txt + txt + test + 4255EB94 radiance_measure_test.rb diff --git a/lib/measures/radiant_slab_with_doas/LICENSE.md b/lib/measures/radiant_slab_with_doas/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/radiant_slab_with_doas/LICENSE.md +++ b/lib/measures/radiant_slab_with_doas/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/radiant_slab_with_doas/measure.xml b/lib/measures/radiant_slab_with_doas/measure.xml index 30fd0eab..f9f34003 100644 --- a/lib/measures/radiant_slab_with_doas/measure.xml +++ b/lib/measures/radiant_slab_with_doas/measure.xml @@ -3,8 +3,8 @@ 3.1 radiant_slab_with_doas 8091a0c3-7760-4da6-adf4-133d55872816 - 2d8c6102-68c6-4861-a52c-3d7215d1299e - 2024-05-20T07:54:32Z + 69920372-1409-4d21-a05c-dc0b8bd2ccb6 + 2024-11-16T23:56:34Z C49A7DAB RadiantSlabWithDoas Radiant Slab with DOAS @@ -278,7 +278,7 @@ To reduce unmet hours, use an expanded comfort range as mentioned above, remove LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/replace_geometry_by_story/LICENSE.md b/lib/measures/replace_geometry_by_story/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/replace_geometry_by_story/LICENSE.md +++ b/lib/measures/replace_geometry_by_story/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/replace_geometry_by_story/measure.xml b/lib/measures/replace_geometry_by_story/measure.xml index 79d4043e..bdb98d5a 100644 --- a/lib/measures/replace_geometry_by_story/measure.xml +++ b/lib/measures/replace_geometry_by_story/measure.xml @@ -3,8 +3,8 @@ 3.1 replace_geometry_by_story 03b18912-0ceb-47e9-8f8b-417a3008e189 - 3be0bbb0-efb9-4e7f-8d43-3e758ee734da - 2024-05-20T07:54:33Z + 2a581302-b9f6-4ba5-ab04-53a72cec5e15 + 2024-11-16T23:56:34Z 2AF3A68E ReplaceGeometryByStory Replace Geometry By Story @@ -43,7 +43,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/measures/scale_geometry/LICENSE.md b/lib/measures/scale_geometry/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/scale_geometry/LICENSE.md +++ b/lib/measures/scale_geometry/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/scale_geometry/measure.xml b/lib/measures/scale_geometry/measure.xml index 4d8aaa90..649dd953 100644 --- a/lib/measures/scale_geometry/measure.xml +++ b/lib/measures/scale_geometry/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 scale_geometry f9cc2ffc-2838-4a18-8330-97e7cc94cdf8 - 21f3772e-cdd4-4d3f-bd3e-3c8a99cb6f0f - 20230602T160043Z + db73d177-e2cb-4f56-8169-71c46914d709 + 2024-11-16T23:56:35Z 7AD75066 ScaleGeometry scale_geometry @@ -78,10 +78,10 @@ - example_model.osm - osm - test - C4F35230 + LICENSE.md + md + license + 8696A072 README.md @@ -107,10 +107,10 @@ B92C0C6F - LICENSE.md - md - license - BFFB1AA6 + example_model.osm + osm + test + C4F35230 scale_geometry_test.rb diff --git a/lib/measures/set_nist_infiltration_correlations/LICENSE.md b/lib/measures/set_nist_infiltration_correlations/LICENSE.md index 185bacbf..47a803bd 100644 --- a/lib/measures/set_nist_infiltration_correlations/LICENSE.md +++ b/lib/measures/set_nist_infiltration_correlations/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008, 2023 Alliance for Sustainable Energy, LLC. +OpenStudio(R), Copyright (c) 2008, 2024 Alliance for Sustainable Energy, LLC. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/measures/set_nist_infiltration_correlations/measure.xml b/lib/measures/set_nist_infiltration_correlations/measure.xml index 82278f9f..dbab7b2d 100644 --- a/lib/measures/set_nist_infiltration_correlations/measure.xml +++ b/lib/measures/set_nist_infiltration_correlations/measure.xml @@ -3,8 +3,8 @@ 3.1 set_nist_infiltration_correlations b74a4a45-8553-4e94-860f-35b217a04879 - 5ce0e582-73aa-4ded-b121-9b9c1b0a3b17 - 2024-07-11T21:47:23Z + 7c503a90-6f52-4767-b5b2-37c7f819082c + 2024-11-16T23:56:35Z A54BB41C SetNISTInfiltrationCorrelations SetNISTInfiltrationCorrelations @@ -266,7 +266,7 @@ LICENSE.md md license - BFFB1AA6 + 8696A072 README.md diff --git a/lib/openstudio/model_articulation/version.rb b/lib/openstudio/model_articulation/version.rb index 10afd116..5d1ad6de 100644 --- a/lib/openstudio/model_articulation/version.rb +++ b/lib/openstudio/model_articulation/version.rb @@ -5,6 +5,6 @@ module OpenStudio module ModelArticulation - VERSION = '0.10.0' + VERSION = '0.11.0' end end diff --git a/openstudio-model-articulation.gemspec b/openstudio-model-articulation.gemspec index aa6f7ff8..8ad39148 100644 --- a/openstudio-model-articulation.gemspec +++ b/openstudio-model-articulation.gemspec @@ -29,13 +29,12 @@ Gem::Specification.new do |spec| spec.required_ruby_version = '~> 3.2.2' spec.add_dependency 'bundler', '~> 2.4.10' - spec.add_dependency 'openstudio-extension', '~> 0.8.0' - spec.add_dependency 'openstudio-standards', '0.6.1' + spec.add_dependency 'openstudio-extension', '~> 0.8.2' + spec.add_dependency 'openstudio-standards', '0.7.0' # if we need the following dependencies pinned, # let's set them in extension-gem for next release spec.add_dependency 'multipart-post', '2.4.0' - spec.add_dependency 'regexp_parser', '2.9.0' spec.add_dependency 'addressable', '2.8.1' spec.add_development_dependency 'rake', '~> 13.0'