Part of the Physics family.
Lineage
Overview
6 tests guard this model - 6 generic, 0 singular.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Phase C: lap pace with the dirty-air cost removed, so laps run in traffic stay usable for wear/cliff fitting instead of being discarded.
| Property | Value |
|---|---|
| Layer | intermediate |
| Family | Physics |
| Contract enforced | No |
| Tags | causal_decomposition, dirty_air |
| Upstream | int_lap_air_state, stg_laps, int_lap_fuel_state, int_field_pace_curve, int_event_corrections, int_track_evolution |
| Column | Type | Nullable | Tests | Description |
|---|---|---|---|---|
lap_id | Yes | not_null, unique | Foreign key to stg_laps | |
normalized_pace_s | Yes | expect_column_values_to_be_between, expect_column_values_to_be_between | Lap time net of the dirty-air penalty. Null only where lap_time_s itself is null (untimed lap); the solver filters those out rather than having a pace fabricated for them. | |
dirty_air_penalty_s | Yes | not_null, expect_column_values_to_be_between | theta_time * time_in_dirty_air_s, bounded [0, 5.0] (same clamp as int_dirty_air_tax_component’s dirty_air_tax_s). Zero on clean-air laps by construction. |