[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[TRNSYS-users] Bug in type 21 Time values?
Think line
Think this line;
day_month = int(dmod(hour_month,24.0)) + 1 !Day of the month
Should be just;
day_month = int(hour_month,24.0) + 1 !Day of the month
?
--
Marcus Jones, M.Sc., LEED®AP BD+C
Freelance energy consultant
Vienna, Austria