-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom starting temperature and outside data schedule #169
Comments
Hi, yes, these should both be doable. You can use the It shouldn't be too hard to modify the data in the weather files before initialization. Would that work for your use case? If not, you can modify the weather schedules in a similar way that you would modify equipment controls:
|
Hello again, thank you for your response!
I don't think that it's easily doable with the methods you've provided since I saw that the I think as you mentioned the best would be to create a custom .epw but honestly I am not quite familiar with that file format nor with the template of data that it takes, so that's why I am searching for a workaround. As for the initial temperature, it works wonders 👌 |
The .epw format isn't too hard to learn, it might be the easiest option. Another is to use NSRDB weather files. I think those may be a bit easier, but the data is essentially the same. Modifying the Sending data through You should be able to tell if any of the approaches work based on the output time series file, or by debugging. |
Just wanted to let you know that I found my fix! Let me know what you think! |
Hello!
I hope you're all doing well 😄
I was wondering if it's possible to initialize the simulator with a specific inside temperature instead of it being random (depending on the hash of the output path). I saw that you ran the simulation for a small period of time (initialization time) before you start the actual simulation.
Also, I would like to experiment with custom .csvs that contain the outside data for each timestep, instead of reading the data from an .epw or a specific .csv format from which you deduce the outside data at each timestep.
Just wanted to check if you have any insights on how to accomplish these tasks.
Thank you!
Karim
The text was updated successfully, but these errors were encountered: