From 2c4794f5f07f130bcd2a071d87e78f04e5263929 Mon Sep 17 00:00:00 2001
From: Antoine Hoffmann <antoine.hoffmann@epfl.ch>
Date: Tue, 7 Mar 2023 17:27:50 +0100
Subject: [PATCH] update fort_00.90 to work with previous version of the code

---
 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 7c7eec40..622af92a 100644
--- a/testcases/smallest_problem/fort_00.90
+++ b/testcases/smallest_problem/fort_00.90
@@ -1,7 +1,7 @@
 &BASIC
-  nrun   = 10
+  nrun   = 1
   dt     = 0.01
-  tmax   = 1
+  tmax   = 5
   maxruntime = 356400
 /
 &GRID
@@ -67,15 +67,15 @@
 /
 &COLLISION_PAR
   collision_model = 'DG' !DG/SG/PA/LD (dougherty, sugama, pitch angle, landau)
-  GK_CO      = .f.
-  INTERSPECIES    = .true.
+  gyrokin_CO      = .f.
+  interspecies    = .true.
   !mat_file        = 'gk_sugama_P_20_J_10_N_150_kpm_8.0.h5'
 /
 &INITIAL_CON
   INIT_OPT    = 'phi'
   ACT_ON_MODES       = 'donothing'
-  init_background  = 0
-  init_noiselvl = 0.005
+  init_background  = 1.0
+  init_noiselvl = 0.0
   iseed         = 42
 /
 &TIME_INTEGRATION_PAR
-- 
GitLab