From 22afccf445bd28ba975440c1b22a6b1d33f8aeed Mon Sep 17 00:00:00 2001
From: Antoine Hoffmann <antoine.hoffmann@epfl.ch>
Date: Tue, 28 Feb 2023 16:32:03 +0100
Subject: [PATCH] change smallest_problem testcase

---
 testcases/smallest_problem/fort_00.90 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/testcases/smallest_problem/fort_00.90 b/testcases/smallest_problem/fort_00.90
index 7a0a83bf..04e32a7f 100644
--- a/testcases/smallest_problem/fort_00.90
+++ b/testcases/smallest_problem/fort_00.90
@@ -49,7 +49,7 @@
   mu_x    = 0.0
   mu_y    = 0.0
   N_HD    = 4
-  mu_z    = 0.0
+  mu_z    = 0.1
   mu_p    = 0
   mu_j    = 0
   nu      = 1
@@ -59,10 +59,10 @@
   sigma_i = 1
   q_e     = -1
   q_i     = 1
-  K_Ne    = 6.96
-  K_Te    = 2.22
-  K_Ni    = 6.96
-  K_Ti    = 2.22
+  K_Ne    = 1!6.96
+  K_Te    = 1!2.22
+  K_Ni    = 1!6.96
+  K_Ti    = 1!2.22
   beta    = 0
 /
 &COLLISION_PAR
@@ -72,7 +72,7 @@
   !mat_file        = 'gk_sugama_P_20_J_10_N_150_kpm_8.0.h5'
 /
 &INITIAL_CON
-  INIT_OPT    = 'blob'
+  INIT_OPT    = 'phi'
   ACT_ON_MODES       = 'donothing'
   init_background  = 0
   init_noiselvl = 0.005
-- 
GitLab