Skip to content
Discussion options

You must be logged in to vote

If you are using ModelChain, run once with the ambient air temperature and save the total energy (mc.results.ac.sum())

Then create a copy of the weather file, insert

weather_copy['temp_cell'] = 25.

and remove ambient temperature

weather_copy.drop('temp_air')

Then run ModelChain again and you should get a different cell temperature and AC energy.

I haven't coded this.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@115522
Comment options

Comment options

You must be logged in to vote
7 replies
@115522
Comment options

@cwhanse
Comment options

@115522
Comment options

@cwhanse
Comment options

@JoaNIAS
Comment options

Answer selected by kandersolar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants