From 1d3bd84052b6094aedf61001f7e75bf121133291 Mon Sep 17 00:00:00 2001 From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch> Date: Tue, 27 Jul 2021 09:49:51 +0200 Subject: [PATCH] simplest test --- wk/local_run.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wk/local_run.m b/wk/local_run.m index 1c5bba88..e86aed4b 100644 --- a/wk/local_run.m +++ b/wk/local_run.m @@ -4,7 +4,7 @@ addpath(genpath('../matlab')) % ... add CLUSTER.TIME = '99:00:00'; % allocation time hh:mm:ss %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% PHYSICAL PARAMETERS -NU = 0.1; % Collision frequency +NU = 0.0; % Collision frequency ETAB = 1.0; % Magnetic gradient ETAN = 0.0; % Density gradient NU_HYP = 0.0; @@ -34,7 +34,7 @@ NL_CLOS = -1; % nonlinear closure model (-2: nmax = jmax, -1: nmax = jmax-j, > SIMID = 'test_3D'; % Name of the simulation % SIMID = 'kobayashi'; % Name of the simulation % SIMID = ['v2.7_P_',num2str(P),'_J_',num2str(J)]; % Name of the simulation -NON_LIN = 1; % activate non-linearity (is cancelled if KREQ0 = 1) +NON_LIN = 0; % activate non-linearity (is cancelled if KREQ0 = 1) INIT_ZF = 0; ZF_AMP = 0.0; %% OUTPUTS W_DOUBLE = 0; -- GitLab