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