Giter VIP home page Giter VIP logo

urbanheatpro's People

Contributors

molarana avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

urbanheatpro's Issues

Night set-back timestep-wise checked

If I understand correctly, whether a building has a night set-back temperature for space heating is checked on a timestep-basis (per iii), not building-basis:

	`# Night set-back
	# From 23:00 to 6:00 temperature is lowered to 18degC
	# check if building has night set-back
	rand_num = np.random.uniform(0, 1, 1)
	if (rand_num < self._night_set_back):
		
		# check night-set-back hours
		if self.dt_vector[iii].hour >= self.schedule_nsb[0] or self.dt_vector[iii].hour < self.schedule_nsb[1]:
			# set Tset at Tnight_set_back
			self.Tset = self.T_nsb		`

which doesn't make sense, right? If you agree, I can provide a fix that checks the option for each building once.

runme.py input file

Hi Ana!
I am trying to model domestic hot water demand and I found your work (very interesting, by the way). When reading the runme.py code I noticed that the filename_buildings line calls either "Test_10buldings.csv" or "Unterhaching_mod.csv" file but I could not find either of them among the files of program. Am I missing something?
Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.