diff --git a/wk/analysis_2D.m b/wk/analysis_2D.m index cd95425cca24965b02f651f1de1da38644b65426..aab2a0c6e1c5b3763366ddd5b4d0dca0c736879e 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 46c3e339f9b71e3ff226ddc38955e8dbff577dfb..1c5bba88b418600e655f7013f67c2bf41cf41f87 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;