Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Julien Marrec's profile - activity

2024-04-25 10:05:48 -0500 commented answer Error using ComStock create_typical_building_from_model measure

See: climate_zone = czs.climateZones[0] "#{climate_zone.institution} 169-#{climate_zone.year}-#{climate_zone.value}"

2024-04-25 10:05:38 -0500 commented answer Error using ComStock create_typical_building_from_model measure

climate_zone = czs.climateZones[0] "#{climate_zone.institution} 169-#{climate_zone.year}-#{climate_zone.value}" =>

2024-04-25 10:05:27 -0500 commented answer Error using ComStock create_typical_building_from_model measure

climate_zone = czs.climateZones[0] "#{climate_zone.institution} 169-#{climate_zone.year}-#{climate_zone.value}" =>

2024-04-25 10:04:32 -0500 commented answer Error using ComStock create_typical_building_from_model measure

Adjust the climate zone tags like I said. The correct value is demonstrated below m = OpenStudio::Model::Model.new czs

2024-04-25 10:03:57 -0500 commented answer Error using ComStock create_typical_building_from_model measure

Adjust the climate zone tags like I said. The correct value is demonstrated below m = OpenStudio::Model::Model.new

2024-04-25 09:59:50 -0500 commented answer Error using ComStock create_typical_building_from_model measure

It's expecting ASHRAE 169-2013-3C not ASHRAE 169-2006-ASHRAE 169-2013-3C. https://github.com/NREL/openstudio-standards

2024-04-25 07:13:02 -0500 received badge  Rapid Responder (source)
2024-04-25 07:13:02 -0500 answered a question Error using ComStock create_typical_building_from_model measure

It fails here: https://github.com/NREL/openstudio-standards/blob/18e3a888f58191a8dcd75a9749f639a4619340b6/lib/openstudio

2024-04-23 10:11:11 -0500 commented answer How can I generate an eQuest "parms" equivalent in OpenStudio?

Either use PAT, or write your own. You can load the sqlFile (either in Ruby/Python directly, or via OpenStudio::SqlFile

2024-04-23 10:01:46 -0500 received badge  Rapid Responder (source)
2024-04-23 10:01:46 -0500 answered a question Unable to use ComStock 2024_R1 measures with OS_SDK 3.7

The measure in question is missing return true at the end of the "regular" path, cf https://github.com/NREL/ComStock/iss

2024-04-16 03:09:45 -0500 commented answer How can I generate an eQuest "parms" equivalent in OpenStudio?

Dump a workflow.osw on disk, use whatever scripting language you're using to syscall to the OpenStudio CLI and run the w

2024-04-16 03:02:19 -0500 edited answer Is there a reason why I have unmet hours when I have ideal air loads and mostly everything is autosized?

Common cause would be the schedules you used. Check that the Winter/Summary design day rules are in line with the regu

2024-04-16 03:01:26 -0500 answered a question Is there a reason why I have unmet hours when I have ideal air loads and mostly everything is autosized?

Common cause would be the schedules you used. Check that the Winter/Summary design day rules are in line with the regu

2024-04-16 03:01:26 -0500 received badge  Rapid Responder (source)
2024-04-16 02:51:44 -0500 commented answer Why do I keep getting a SWIG director method error when I try to apply a measure?

They still should have a ThermalZone assigned. The ThermalZone does not require a thermostat nor HVAC equipment though.

2024-04-16 02:51:31 -0500 commented answer Why do I keep getting a SWIG director method error when I try to apply a measure?

They still should have a ThermalZone assigned. The ThermalZone does not require a thermostat nor HVAC Schedules though.

2024-04-15 12:20:42 -0500 edited answer Status of OpenStudio SDK python bindings

Edit: I found the same behavior with Ruby. It's because the default measures do sql_file.close at the end. So you can't

2024-04-15 12:18:45 -0500 edited answer Status of OpenStudio SDK python bindings

Edit: I found the same behavior with Ruby. It's because the default measures do sql_file.close at the end. So you can't

2024-04-15 11:44:27 -0500 edited answer Status of OpenStudio SDK python bindings

First off, I understand the logic of thinking it's because Python Measures aren't prime ready that you're having an issu

2024-04-15 11:43:49 -0500 answered a question Status of OpenStudio SDK python bindings

First off, I understand the logic of thinking it's because Python Measures aren't prime ready that you're having an issu

2024-04-15 09:09:18 -0500 edited question Status of OpenStudio SDK python bindings

Status of OpenStudio SDK python bindings Hello all, I am attempted to write a reporting measure with Python using the O

2024-04-15 09:09:09 -0500 edited question Status of OpenStudio SDK python bindings

Status of OpenStudio SDK python bindings Hello all, I am attempted to write a reporting measure with Python using the O

2024-04-15 02:52:45 -0500 received badge  Rapid Responder (source)
2024-04-15 02:52:45 -0500 answered a question Why do I keep getting a SWIG director method error when I try to apply a measure?

I don't think it occurs on "any measure". This is a logic error, clearly, as indicated by the Optional not initialized.

2024-04-02 02:29:25 -0500 answered a question Setpoint Managers not showing up

You can ignore it. This is just trying to helpful, but there are only the 4 most common SPMs that are handled by that vi

2024-03-29 14:18:10 -0500 edited answer Why does model.save(path) fail with path an openstudio.path()?

Sorry for the trouble, I added a conversion to/from openstudio.Path to python's pathlib.Path, and apprently messed somet

2024-03-29 14:14:22 -0500 answered a question Why does model.save(path) fail with path an openstudio.path()?

Sorry for the trouble, I added a conversion to/from openstudio.Path to python's `pathlib.Path, and messed something up.

2024-03-29 14:14:22 -0500 received badge  Rapid Responder (source)
2024-03-22 04:59:59 -0500 answered a question Disable zone/plant/system sizing

Better late than never, please see NREL/OpenStudio#5118 for a pull request that aims to address this issue by respecting

2024-02-12 02:39:01 -0500 edited answer openstudio savemodel python package

openstudio::model::saveModel is a function that's more meant for the OpenStudio Application (somewhat of a leftover afte

2024-02-12 02:36:18 -0500 edited question openstudio savemodel python package

openstudio savemodel python package Hi, I'm learning to use openstudio package of python but found some problems to use

2024-02-12 02:12:25 -0500 edited answer openstudio savemodel python package

openstudio::model::saveModel is a function that's more meant for the OpenStudio Application (somewhat of a leftover afte

2024-02-12 02:12:05 -0500 received badge  Rapid Responder (source)
2024-02-12 02:12:05 -0500 answered a question openstudio savemodel python package

openstudio::model::saveModel is a function that's more meant for the OpenStudio Application (somewhat of a leftover afte

2024-02-05 17:45:54 -0500 received badge  Notable Question (source)
2024-01-27 00:31:51 -0500 marked best answer Unmet Hours slack channel (chat)

Ever felt like sometimes it'd be good to be able to chat with people so that you don't clog the comment section of a post? Get some live feedback, get some pointers

Or you have a question that doesn't really warrant a post: too simple, too vague, just want a pointed?

Or maybe you just miss the 90s?

Maybe keeping up an IRC channel wouldn't be such a bad idea?

Maybe you have a better, 21st century alternative to propose?

2024-01-22 02:38:50 -0500 commented answer pyenergyplus.api define weather

See https://github.com/jmarrec/OpenStudio_to_EnergyPlusAPI and https://github.com/Myoldmopar/EnergyPlusAPIHelper for som

2024-01-22 02:37:49 -0500 commented answer pyenergyplus.api define weather

It doesn't take a list of 5 elements. it takes state, and a list of command line args: https://energyplus.readthedocs.io

2024-01-22 02:36:51 -0500 commented answer pyenergyplus.api define weather

It doesn't take a list of 5 elements. it takes state, and a list of command line args: https://energyplus.readthedocs.io

2024-01-22 02:03:37 -0500 commented answer How to Uninstall EnergyPlus

No such thing as a dumb question :)

2024-01-11 17:43:01 -0500 received badge  Rapid Responder (source)
2024-01-11 17:43:01 -0500 answered a question How to Uninstall EnergyPlus

If you used the QtIFW (binary) installers: .exe on windows, .dmg on mac, .run on linux, then you have a maintenancetool

2024-01-11 17:39:36 -0500 commented question How to Uninstall EnergyPlus

What Operating system? How did you install it? From the .zip? .exe (or other) installer?

2024-01-09 02:57:05 -0500 commented question EnergyPlus simulation runtime - CPU performance

"desktops don’t have any battery mode settings that optimise the battery use over performance". That's not true, in the

2024-01-09 02:53:26 -0500 commented question EnergyPlus simulation runtime - CPU performance

Are you requesting a lot of output variables / detailed timestep? I/O file operations can be a culprit (like writting to

2024-01-09 02:52:40 -0500 commented question EnergyPlus simulation runtime - CPU performance

Are you requesting a lot of output variables / detailed timestep? I/O file operations can be a culprit (like writting to

2024-01-09 02:50:57 -0500 commented question EnergyPlus simulation runtime - CPU performance

Are you requesting a lot of output variables / detailed timestep? I/O file operations can be a culprit (like writting to

2024-01-09 02:48:32 -0500 commented question pcm Hysteresis vs Temperature-Enthalpy pair?

A snippet of the IDF objects in questions in both cases would help answer your question. In the meantime, please read th

2024-01-08 03:29:46 -0500 edited question Timestep lower than 1 min

Timestep lower than 1 min Is there any way to change the time step below 1 min?