From 4ac7335e311d1bcc9c6f22fe3f7116d64382d2e1 Mon Sep 17 00:00:00 2001 From: Antoine Cyril David Hoffmann <antoine.hoffmann@epfl.ch> Date: Fri, 24 Feb 2023 18:49:02 +0000 Subject: [PATCH] update the input of Zpinch testcase --- testcases/zpinch_example/{fort.90 => fort_00.90} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename testcases/zpinch_example/{fort.90 => fort_00.90} (93%) diff --git a/testcases/zpinch_example/fort.90 b/testcases/zpinch_example/fort_00.90 similarity index 93% rename from testcases/zpinch_example/fort.90 rename to testcases/zpinch_example/fort_00.90 index d11d88e8..cd43ea92 100644 --- a/testcases/zpinch_example/fort.90 +++ b/testcases/zpinch_example/fort_00.90 @@ -21,6 +21,7 @@ q0 = 0 shear = 0 eps = 0 + parallel_bc = 'shearless' / &OUTPUT_PAR nsave_0d = 10 @@ -62,14 +63,11 @@ K_Te = 0.4 K_Ni = 2.0 K_Ti = 0.4 - k_gB = 1 - k_cB = 1 - lambdaD = 0 beta = 0 / &COLLISION_PAR collision_model = 'DG' !DG/SG/PA/LD (dougherty, sugama, pitch angle, landau) - gyrokin_CO = .false. + gyrokin_CO = .true. interspecies = .true. !mat_file = 'gk_sugama_P_20_J_10_N_150_kpm_8.0.h5' / @@ -77,7 +75,7 @@ INIT_OPT = 'phi' ACT_ON_MODES = 'donothing' init_background = 0 - init_noiselvl = 0.00005 + init_noiselvl = 0.005 iseed = 42 / &TIME_INTEGRATION_PAR -- GitLab