Wildfire-FM / experiments /slurm /submit_template.sbatch
yx21e's picture
Initial FireWx-FM artifact release
80ef3b2 verified
#!/bin/bash
#SBATCH --job-name=wildfire-contract-rerun
#SBATCH --cpus-per-task=4
#SBATCH --mem=24G
#SBATCH --time=02:00:00
# Template only. Set these paths for your environment after obtaining data.
PROJECT_ROOT=/path/to/this/repository
DATA_ROOT=/path/to/raw/or/processed/data
OUTPUT_ROOT=/path/to/output
cd "$PROJECT_ROOT"
python3 scripts/reproduce_paper_outputs.py