Skip to content
Snippets Groups Projects
Commit d7a73563 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

small typos

parent 3d9e0b17
No related branches found
No related tags found
No related merge requests found
%% UNCOMMENT FOR TUTORIAL %% UNCOMMENT FOR TUTORIAL
gyacomodir = pwd; gyacomodir = gyacomodir(1:end-2); % get code directory gyacomodir = pwd; gyacomodir = gyacomodir(1:end-2); % get code directory
% resdir = '.'; %Name of the directory where the results are located resdir = '../testcases/zpinch_example'; %Name of the directory where the results are located
% JOBNUMMIN = 00; JOBNUMMAX = 10; PARTITION = '';
JOBNUMMIN = 00; JOBNUMMAX = 10;
%% %%
addpath(genpath([gyacomodir,'matlab'])) % ... add addpath(genpath([gyacomodir,'matlab'])) % ... add
addpath(genpath([gyacomodir,'matlab/plot'])) % ... add addpath(genpath([gyacomodir,'matlab/plot'])) % ... add
...@@ -79,7 +80,7 @@ options.NAME = '\phi'; ...@@ -79,7 +80,7 @@ options.NAME = '\phi';
% options.NAME = 'Q_x'; % options.NAME = 'Q_x';
% options.NAME = 'n_i'; % options.NAME = 'n_i';
% options.NAME = 'n_i-n_e'; % options.NAME = 'n_i-n_e';
options.PLAN = 'kxz'; options.PLAN = 'xy';
% options.NAME = 'f_i'; % options.NAME = 'f_i';
% options.PLAN = 'sx'; % options.PLAN = 'sx';
options.COMP = 'avg'; options.COMP = 'avg';
...@@ -99,20 +100,20 @@ options.INTERP = 0; ...@@ -99,20 +100,20 @@ options.INTERP = 0;
options.POLARPLOT = 0; options.POLARPLOT = 0;
options.AXISEQUAL = 0; options.AXISEQUAL = 0;
options.NORMALIZE = 0; options.NORMALIZE = 0;
% options.NAME = '\phi'; options.NAME = '\phi';
% options.NAME = '\psi'; % options.NAME = '\psi';
% options.NAME = '\omega_z'; % options.NAME = '\omega_z';
% options.NAME = 'T_i'; % options.NAME = 'T_i';
% options.NAME = 'n_i'; % options.NAME = 'n_i';
% options.NAME = '\phi^{NZ}'; % options.NAME = '\phi^{NZ}';
options.NAME = 'N_i^{00}'; % options.NAME = 'N_i^{00}';
% options.NAME = 'N_i^{00}-N_e^{00}'; % options.NAME = 'N_i^{00}-N_e^{00}';
% options.NAME = 's_{Ex}'; % options.NAME = 's_{Ex}';
% options.NAME = 'Q_x'; % options.NAME = 'Q_x';
% options.NAME = 'k^2n_e'; % options.NAME = 'k^2n_e';
options.PLAN = 'xz'; options.PLAN = 'xy';
options.COMP = 'avg'; options.COMP = 'avg';
options.TIME = [500 1000 1500]; options.TIME = [20 35 50];
options.RESOLUTION = 256; options.RESOLUTION = 256;
data.a = data.EPS * 2e3; data.a = data.EPS * 2e3;
......
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