From f88a6ee0c1d9d1a9071699535b9eebe5df3858dd Mon Sep 17 00:00:00 2001
From: Antoine Hoffmann <antoine.hoffmann@epfl.ch>
Date: Tue, 7 Mar 2023 17:26:54 +0100
Subject: [PATCH] update small case problem

---
 testcases/smallest_problem/fort_00.90      | 8 ++++----
 testcases/smallest_problem/gyacomo_1       | 1 +
 testcases/smallest_problem/gyacomo_1_debug | 1 +
 testcases/smallest_problem/gyacomo_alpha   | 1 -
 testcases/smallest_problem/gyacomo_debug   | 1 -
 5 files changed, 6 insertions(+), 6 deletions(-)
 create mode 120000 testcases/smallest_problem/gyacomo_1
 create mode 120000 testcases/smallest_problem/gyacomo_1_debug
 delete mode 120000 testcases/smallest_problem/gyacomo_alpha
 delete mode 120000 testcases/smallest_problem/gyacomo_debug

diff --git a/testcases/smallest_problem/fort_00.90 b/testcases/smallest_problem/fort_00.90
index 04e32a7f..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
@@ -74,8 +74,8 @@
 &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
diff --git a/testcases/smallest_problem/gyacomo_1 b/testcases/smallest_problem/gyacomo_1
new file mode 120000
index 00000000..d087f907
--- /dev/null
+++ b/testcases/smallest_problem/gyacomo_1
@@ -0,0 +1 @@
+../../bin/gyacomo_1
\ No newline at end of file
diff --git a/testcases/smallest_problem/gyacomo_1_debug b/testcases/smallest_problem/gyacomo_1_debug
new file mode 120000
index 00000000..f5e7015f
--- /dev/null
+++ b/testcases/smallest_problem/gyacomo_1_debug
@@ -0,0 +1 @@
+../../bin/gyacomo_1_debug
\ No newline at end of file
diff --git a/testcases/smallest_problem/gyacomo_alpha b/testcases/smallest_problem/gyacomo_alpha
deleted file mode 120000
index 0663323a..00000000
--- a/testcases/smallest_problem/gyacomo_alpha
+++ /dev/null
@@ -1 +0,0 @@
-../../bin/gyacomo_alpha
\ No newline at end of file
diff --git a/testcases/smallest_problem/gyacomo_debug b/testcases/smallest_problem/gyacomo_debug
deleted file mode 120000
index 363e139a..00000000
--- a/testcases/smallest_problem/gyacomo_debug
+++ /dev/null
@@ -1 +0,0 @@
-../../bin/gyacomo_debug
\ No newline at end of file
-- 
GitLab