Skip to content

Commit

Permalink
electrolyzer ageing WIP2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alematiale committed Apr 5, 2024
1 parent 763386f commit f49ddde
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 96 deletions.
3 changes: 3 additions & 0 deletions core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
'TIME UNITS'

MINUTES_HOUR = 60 # [min/h] Number of minutes in one hour
MINUTES_DAY = 60*24 # [min/day] Number of minutes in one day
MINUTES_WEEK = 60*24*7 # [min/week] Number of minutes in one week
MINUTES_MONTH = 60*24*30 # [min/month] Number of minutes in one month
HOURS_YEAR = 8760 # [h/year] Number of hours in one year
MINUTES_YEAR = MINUTES_HOUR*HOURS_YEAR # [min/year] Number of minutes in one year

Loading

0 comments on commit f49ddde

Please sign in to comment.