# This is a sample configuration file for the batch CLI tool.
# You can pass this entire file to the python script using the @ prefix:
#    poetry run rxn-batch @sample_batch_config.txt
#
# Each argument and its value must be on separate lines.

# 1. Path to the input file containing the list of times (required)
--input
data/potential_jet_reconnection_times.txt

# 2. Advanced Jet Reversal Parameters
--dt
300
--jet_len
3
--t_delta
2
--max_retries
0

# 3. Advanced 3D Reconnection Grid Parameters
--m_p
0.5
--dr
0.25
--limits
20

# 4. MMS and Spacecraft Parameters
--probe
3
--data_rate
brst
--tsy_model
T96

# 5. Output and Plotting Formatting
--format
png
# Use matplotlib as the default engine for the jet plot
--plot_engine
matplotlib
--outdir
./figures_batch
--csv_name
my_batch_reconnection_stats.csv
--verbosity
1

# 6. Optional Flags (do not put a value on the next line for flags, just the flag itself)
--plot-seaborn
