Skip to content
Snippets Groups Projects
Commit 27019b9e authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

improve the test ExB

parent 87cbdec0
Branches
Tags
No related merge requests found
&BASIC
nrun = 100000000
dt = 0.001
tmax = 5.0
tmax = 2.0
maxruntime = 356400
job2load = -1
/
......@@ -36,7 +36,7 @@
dtsave_0d = 0.05
dtsave_1d = -1
dtsave_2d = -1
dtsave_3d = 0.05
dtsave_3d = 0.02
dtsave_5d = 100
write_doubleprecision = .true.
write_gamma = .true.
......@@ -48,7 +48,7 @@
write_temp = .true.
/
&MODEL
LINEARITY = 'linear'
LINEARITY = 'nonlinear'
RM_LD_T_EQ= .false.
Na = 1
mu_x = 0
......@@ -63,7 +63,8 @@ RM_LD_T_EQ= .false.
k_cB = 0
lambdaD = 0
beta = 0.0
ExBrate = 3.0
ExBrate = 0.0
ExB_NL_CORRECTION = .false.
ADIAB_E = .true.
ADIAB_I = .false.
tau_i = 1
......@@ -92,7 +93,7 @@ RM_LD_T_EQ= .false.
/
&INITIAL
INIT_OPT = 'mom00_single_mode'
init_amp = 100
init_amp = 1000
ikx_init = 3
iky_init = 3
/
......
&BASIC
nrun = 100000000
dt = 0.001
tmax = 5.0
tmax = 2.0
maxruntime = 356400
job2load = -1
/
......@@ -36,7 +36,7 @@
dtsave_0d = 0.05
dtsave_1d = -1
dtsave_2d = -1
dtsave_3d = 0.05
dtsave_3d = 0.02
dtsave_5d = 100
write_doubleprecision = .true.
write_gamma = .true.
......@@ -63,7 +63,8 @@ RM_LD_T_EQ= .false.
k_cB = 0
lambdaD = 0
beta = 0.0
ExBrate = 0.0
ExBrate = 2.0
ExB_NL_CORRECTION = .false.
ADIAB_E = .true.
ADIAB_I = .false.
tau_i = 1
......@@ -92,9 +93,9 @@ RM_LD_T_EQ= .false.
/
&INITIAL
INIT_OPT = 'mom00_single_mode'
init_amp = 100
ikx_init = 2
iky_init = 2
init_amp = 1000
ikx_init = 3
iky_init = 3
/
&TIME_INTEGRATION
numerical_scheme = 'RK4'
......
&BASIC
nrun = 100000000
dt = 0.001
tmax = 5.0
tmax = 2.0
maxruntime = 356400
job2load = -1
/
......@@ -36,7 +36,7 @@
dtsave_0d = 0.05
dtsave_1d = -1
dtsave_2d = -1
dtsave_3d = 0.05
dtsave_3d = 0.02
dtsave_5d = 100
write_doubleprecision = .true.
write_gamma = .true.
......@@ -63,7 +63,8 @@ RM_LD_T_EQ= .false.
k_cB = 0
lambdaD = 0
beta = 0.0
ExBrate = 0.0
ExBrate = 2.0
ExB_NL_CORRECTION = .true.
ADIAB_E = .true.
ADIAB_I = .false.
tau_i = 1
......@@ -92,7 +93,7 @@ RM_LD_T_EQ= .false.
/
&INITIAL
INIT_OPT = 'mom00_single_mode'
init_amp = 100
init_amp = 1000
ikx_init = 3
iky_init = 3
/
......
......@@ -3,12 +3,13 @@ MVIN = ['cd ',resdir];
curdir = pwd;
MVOUT = ['cd ',curdir];
%------
% MPIRUN = '/opt/homebrew/bin/mpirun';
MPIRUN = 'mpirun';
MPIRUN = '/opt/homebrew/bin/mpirun';
% MPIRUN = 'mpirun';
%------
EXECDIR = '/home/ahoffman/gyacomo/bin/';
EXECNAME = 'gyacomo23_dp_O1';
% EXECNAME = 'gyacomo23_dp';
% EXECDIR = '/home/ahoffman/gyacomo/bin/';
EXECDIR = '/Users/ahoffmann/gyacomo/bin/';
% EXECNAME = 'gyacomo23_dp_O1';
EXECNAME = 'gyacomo23_dp';
% EXECNAME = 'gyacomo23_sp';
% EXECNAME = 'gyacomo23_debug';
%------
......@@ -20,12 +21,12 @@ NP = '6'; PARA = '1 6 1';
% INNAME = '0';
% Picture, bckg ExB shear
% INNAME = '1';
% Linear with parallel modes initialization + ExB shear
% NL with padrallel modes initialization no ExB shear
% INNAME = '2';
% NL with parallel modes initialization no ExB shear
INNAME = '3';
% Ultra reduced NL with parallel modes and 8x8 grid no shear
% INNAME = '4';
% NL with parallel modes initialization with ExB shear, no with factor
% INNAME = '3';
% NL with parallel modes initialization with ExB shear, with factor
INNAME = '4';
% NL with parallel modes initialization + ExB shear
% INNAME = '5';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment