diff --git a/code/condor_submit_Mock7tonesInterpolate0001_t_10M_wandt.sub b/code/condor_submit_Mock7tonesInterpolate0001_t_10M_wandt.sub
new file mode 100644
index 0000000000000000000000000000000000000000..b6a412b6adb86964978712ebdf9c4759eb033061
--- /dev/null
+++ b/code/condor_submit_Mock7tonesInterpolate0001_t_10M_wandt.sub
@@ -0,0 +1,20 @@
+universe   = vanilla
+getenv     = true
+# run script -- make sure that condor has execute permission for this file (chmod a+x script.py)
+executable = Mock7tones_Interpolate-0001_t_10M_wandt.py 
+# file to dump stdout (this directory should exist)
+output     = Mock7tones_Interpolate-0001_t_10M_wandt.out
+# file to dump stderr
+error     = Mock7tones_Interpolate-0001_t_10M_wandt.err
+# condor logs
+log     = Mock7tones_Interpolate-0001_t_10M_wandt.log
+initialdir = .
+notify_user = rl746@cornell.edu
+notification = Complete
+arguments  = "-processid $(Process)" 
+request_memory = 192GB
+request_cpus = 1
+on_exit_remove = (ExitBySignal == False) || ((ExitBySignal == True) && (ExitSignal != 11))
+accounting_group = aei.dev.test_dynesty
+queue 1
+