From fd5937d3df0f39f56b2aa21d609a03e7a9fc19bb Mon Sep 17 00:00:00 2001 From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch> Date: Tue, 27 Jul 2021 09:45:57 +0200 Subject: [PATCH] up --- wk/analysis_2D.m | 7 ++----- wk/local_run.m | 6 +++--- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/wk/analysis_2D.m b/wk/analysis_2D.m index cd95425c..aab2a0c6 100644 --- a/wk/analysis_2D.m +++ b/wk/analysis_2D.m @@ -8,11 +8,8 @@ outfile =''; outfile =''; outfile =''; outfile =''; -outfile ='test_3D/50x25_L_50_P_2_J_1_eta_0.5_nu_1e-01_DGGK_CLOS_0_mu_0e+00'; -% outfile ='HD_study/300x150_L_100_P_2_J_1_eta_0.6_nu_1e-01_DGGK_CLOS_0_mu_1e-03'; -% outfile ='HD_study/200x100_L_200_P_2_J_1_eta_0.6_nu_1e+00_DGGK_CLOS_0_mu_0e+00'; -% outfile ='HD_study/150x75_L_100_P_2_J_1_eta_0.6_nu_5e-02_DGGK_CLOS_0_mu_3e-03'; -% outfile ='HD_study/150x75_L_100_P_2_J_1_eta_0.6_nu_1e-02_DGGK_CLOS_0_mu_3e-03'; +% outfile ='test_3D/50x25_L_50_P_2_J_1_eta_0.5_nu_1e-01_DGGK_CLOS_0_mu_0e+00'; +outfile ='test_3D/50x25_L_50_P_2_J_1_eta_Inf_nu_1e-01_DGGK_CLOS_0_mu_0e+00'; BASIC.RESDIR = ['../results/',outfile,'/']; BASIC.MISCDIR = ['/misc/HeLaZ_outputs/results/',outfile,'/']; CMD = ['cp ', BASIC.RESDIR,'outputs* ',BASIC.MISCDIR]; disp(CMD); diff --git a/wk/local_run.m b/wk/local_run.m index 46c3e339..1c5bba88 100644 --- a/wk/local_run.m +++ b/wk/local_run.m @@ -6,7 +6,7 @@ CLUSTER.TIME = '99:00:00'; % allocation time hh:mm:ss %% PHYSICAL PARAMETERS NU = 0.1; % Collision frequency ETAB = 1.0; % Magnetic gradient -ETAN = 2.0; % Density gradient +ETAN = 0.0; % Density gradient NU_HYP = 0.0; %% GRID PARAMETERS N = 50; % Frequency gridpoints (Nkr = N/2) @@ -16,11 +16,11 @@ J = 1; MU_P = 0.0; % Hermite hyperdiffusivity -mu_p*(d/dvpar)^4 f MU_J = 0.0; % Laguerre hyperdiffusivity -mu_j*(d/dvperp)^4 f %% TIME PARAMETERS -TMAX = 20; % Maximal time unit +TMAX = 50; % Maximal time unit DT = 1e-2; % Time step SPS0D = 1; % Sampling per time unit for profiler SPS2D = 1; % Sampling per time unit for 2D arrays -SPS5D = 1/200; % Sampling per time unit for 5D arrays +SPS5D = 1; % Sampling per time unit for 5D arrays SPSCP = 0; % Sampling per time unit for checkpoints/10 RESTART = 0; % To restart from last checkpoint JOB2LOAD= 0; -- GitLab