How are the Number of Weekdays and Weekend Days in each Month Determined in MOVES?
For any given month, MOVES assumes that 5 out of every 7 days in the month are ‘weekdays’ and 2 out of every 7 of days in the month are ‘weekend days.’ For example, MOVES assumes that January has (5/7)*31 weekdays and (2/7)*31 weekend days. The current version of MOVES does not incorporate leap years, so February is assumed to have 28 days (and thus, 20 weekdays and 8 weekend days) every year. The default number of days for each month are included in the ‘monthofanyyear’ database table and are constant across years.
To calculate an emissions inventory that reflects the actual number of days in a month in a particular year, do the following:
- Using MOVES, calculate an emissions inventory for a weekday and a weekend day in the month.
- Multiply the weekday inventory by the number weekdays in the month and the weekend day inventory by the number of weekend days.
- Sum the two values.