In Section 4.3.1 of the documentation, inputs_temporal appears to be described twice.
The inputs_temporal: for a given temporal scenario, the timepoints along with their horizon and period as well as the “resolution” of each timepoint (is it an hour, a 4-hour chunk, 15-minute chunk, etc.)
The inputs_temporal table contains information about the timepoints within each temporal_scenario_id, subproblem_id, and stage_id, including the period of the timepoint, its ‘resolution’ (the number of hours in the timepoint), its weight (the number of timepoints not explicitly modeled that this timepoint represents), the ID of the timepoint from the previous stage that this timepoint maps to (if any), whether this timepoint is part of a spinup or lookahead, the month of this timepoint, and the hour of day of this timepoint. Timepoint IDs must be unique.
In Section 4.3.1 of the documentation, inputs_temporal appears to be described twice.