From ae3b023be9894ba55c16691899aa024f9084687c Mon Sep 17 00:00:00 2001
From: Antoine <antoine.hoffmann@epfl.ch>
Date: Tue, 19 Sep 2023 09:37:17 +0200
Subject: [PATCH] ExB test script

---
 wk/test_ExB_shear.m | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 wk/test_ExB_shear.m

diff --git a/wk/test_ExB_shear.m b/wk/test_ExB_shear.m
new file mode 100644
index 00000000..0e203aa6
--- /dev/null
+++ b/wk/test_ExB_shear.m
@@ -0,0 +1,17 @@
+resdir = '/Users/ahoffmann/gyacomo/results/dev/ExB_SF/shearing_picture/';
+MVIN  = ['cd ',resdir];
+% RUN   = './gyacomo23_dp 0';
+% Picture, const. zonal mode in phi in nonlin term
+% RUN   = ['/opt/homebrew/bin/mpirun -np 6 ./gyacomo23_dp 1 6 1 0'];
+% Picture, bckg ExB shear
+% RUN   = '/opt/homebrew/bin/mpirun -np 6 ./gyacomo23_dp 1 6 1 1';
+% RUN   = '/opt/homebrew/bin/mpirun -np 1 ./gyacomo23_dp 1 1 1 1';
+% Test with parallel modes initialization (should not trigger nonlinear
+% coupling)
+% RUN   = '/opt/homebrew/bin/mpirun -np 6 ./gyacomo23_dp 1 6 1 3';
+RUN   = '/opt/homebrew/bin/mpirun -np 1 ./gyacomo23_dp 1 1 1 3';
+% RUN   = '/opt/homebrew/bin/mpirun -np 1 ./gyacomo23_debug 1 1 1 3';
+MVOUT = 'cd /Users/ahoffmann/gyacomo/wk';
+system([MVIN,'; ',RUN,'; ',MVOUT]);
+%%
+fast_analysis
-- 
GitLab