From 1e970db6249e1c5545f5c057bb79515515806319 Mon Sep 17 00:00:00 2001
From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch>
Date: Tue, 3 May 2022 09:48:41 +0200
Subject: [PATCH] scripts update

---
 wk/analysis_3D.m     | 6 +++---
 wk/analysis_header.m | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/wk/analysis_3D.m b/wk/analysis_3D.m
index a0ecc043..2bcaece2 100644
--- a/wk/analysis_3D.m
+++ b/wk/analysis_3D.m
@@ -21,7 +21,7 @@ FMT = '.fig';
 
 if 1
 %% Space time diagramm (fig 11 Ivanov 2020)
-TAVG_0 = 600; TAVG_1 = 700; % Averaging times duration
+TAVG_0 = 0.8*data.Ts3D(end); TAVG_1 = data.Ts3D(end); % Averaging times duration
 compz  = 'avg';
 % chose your field to plot in spacetime diag (uzf,szf,Gx)
 fig = plot_radial_transport_and_spacetime(data,TAVG_0,TAVG_1,'phi',1,compz);
@@ -45,12 +45,12 @@ options.NAME      = '\phi';
 % options.NAME      = 'n_i^{NZ}';
 % options.NAME      = '\Gamma_x';
 % options.NAME      = 'n_i';
-options.PLAN      = 'RZ';
+options.PLAN      = 'xy';
 % options.NAME      = 'f_e';
 % options.PLAN      = 'sx';
 options.COMP      = 'avg';
 % options.TIME      = dat.Ts5D;
-options.TIME      = 0:1:20;
+options.TIME      = 0:1:80;
 data.EPS          = 0.1;
 data.a = data.EPS * 2000;
 create_film(data,options,'.gif')
diff --git a/wk/analysis_header.m b/wk/analysis_header.m
index 7ec3b209..f2149b60 100644
--- a/wk/analysis_header.m
+++ b/wk/analysis_header.m
@@ -1,9 +1,9 @@
-% Directory of the code
+% Directory of the code "mypathtoHeLaZ/HeLaZ/"
 helazdir = '/home/ahoffman/HeLaZ/';
-% Directory of the simulation
+% Directory of the simulation (from results)
 % if 1% Local results
-outfile ='';
-outfile ='quick_run/32x32x16_5x3_L_300_q0_2.5_e_0.18_kN_20_kT_20_nu_1e-01_DGGK';
+outfile ='2D_Zpinch/LDDK';
+% outfile ='quick_run/32x32x16_5x3_L_300_q0_2.5_e_0.18_kN_20_kT_20_nu_1e-01_DGGK';
 % outfile ='shearless_cyclone/128x128x16x4x2_L_120_CTC_1.0/';
 % outfile ='shearless_cyclone/180x180x20x4x2_L_120_CBC_0.8_to_1.0/';
 % outfile ='pedestal/128x128x16x4x2_L_120_LnT_40_nuDG_0.1';
-- 
GitLab