# Raw Rerun Notes This directory documents the raw rerun boundary. The public artifact release does not include local Slurm scripts with machine paths, raw wildfire inputs, or local feature caches. Full raw reruns require users to obtain the source data listed in `data_sources/DATA_SOURCES.md` and adapt the templates below to their own cluster. The bundled paper-output reproduction path does not require these raw reruns. ## Reference Scripts The scripts under `raw_reference/` are sanitized references for the task-level runs used in the paper. They preserve the command-line interfaces and evaluation logic, but they require user-provided data tables, feature caches, and model dependencies. If a script imports local project modules from an external preprocessing tree, set `WILDFIRE_FM_EXTRA_PYTHONPATH` before running it: ```bash export WILDFIRE_FM_EXTRA_PYTHONPATH=/path/to/your/project/src:/path/to/extra/site-packages ``` The Slurm file in `slurm/` is a template only. Replace all placeholder paths before submitting jobs on your own cluster.