# TODO This file tracks the active execution queue. Use [`MEMORY.md`](./MEMORY.md) for durable context, sourced facts, guardrails, and decisions. Last updated: `2026-03-28` ## Now - [ ] Complete an end-to-end Octave validation run and confirm that the required plots and CSV files are produced. - [ ] Investigate why the nested `ode45` loop is slow in Octave if the full run remains impractical. - [ ] Confirm whether the temporary `Maz = 0 deg` assumption should remain. ## Blocked - [ ] Full validation is currently limited by Octave runtime, not by missing source data. ## Next - [ ] Decide whether the manually transcribed thrust, mass, and drag curves need a second pass for tighter fidelity. - [ ] Verify the required plots and inspect `Ttrajectory.csv` and `Mtrajectory.csv`. ## Done Criteria - [ ] No remaining `XX` placeholders in executable code. - [ ] `getRho.m` exists and is used by both vehicle dynamics models. - [ ] The atmosphere model includes the required stratosphere handling for altitude `> 11 km`. - [ ] The full script runs in Octave without syntax or runtime errors. - [ ] The required plots and CSV outputs are generated.