diff --git a/wk/analysis_gyacomo.m b/wk/analysis_gyacomo.m index 855f6ea9566e237b3e5f7fb2d050d3c6a91c9796..ec1fd20c745f0f0534398cf52e2001a32d13a683 100644 --- a/wk/analysis_gyacomo.m +++ b/wk/analysis_gyacomo.m @@ -1,7 +1,8 @@ %% UNCOMMENT FOR TUTORIAL gyacomodir = pwd; gyacomodir = gyacomodir(1:end-2); % get code directory -% resdir = '.'; %Name of the directory where the results are located -% JOBNUMMIN = 00; JOBNUMMAX = 10; +resdir = '../testcases/zpinch_example'; %Name of the directory where the results are located +PARTITION = ''; +JOBNUMMIN = 00; JOBNUMMAX = 10; %% addpath(genpath([gyacomodir,'matlab'])) % ... add addpath(genpath([gyacomodir,'matlab/plot'])) % ... add @@ -79,7 +80,7 @@ options.NAME = '\phi'; % options.NAME = 'Q_x'; % options.NAME = 'n_i'; % options.NAME = 'n_i-n_e'; -options.PLAN = 'kxz'; +options.PLAN = 'xy'; % options.NAME = 'f_i'; % options.PLAN = 'sx'; options.COMP = 'avg'; @@ -99,20 +100,20 @@ options.INTERP = 0; options.POLARPLOT = 0; options.AXISEQUAL = 0; options.NORMALIZE = 0; -% options.NAME = '\phi'; +options.NAME = '\phi'; % options.NAME = '\psi'; % options.NAME = '\omega_z'; % options.NAME = 'T_i'; % options.NAME = 'n_i'; % options.NAME = '\phi^{NZ}'; -options.NAME = 'N_i^{00}'; +% options.NAME = 'N_i^{00}'; % options.NAME = 'N_i^{00}-N_e^{00}'; % options.NAME = 's_{Ex}'; % options.NAME = 'Q_x'; % options.NAME = 'k^2n_e'; -options.PLAN = 'xz'; +options.PLAN = 'xy'; options.COMP = 'avg'; -options.TIME = [500 1000 1500]; +options.TIME = [20 35 50]; options.RESOLUTION = 256; data.a = data.EPS * 2e3;