From f1c281d2805c80e832b5de2539b8e796477df1a8 Mon Sep 17 00:00:00 2001 From: Antoine <antoine.hoffmann@epfl.ch> Date: Fri, 28 Jul 2023 16:04:45 +0200 Subject: [PATCH] typo nu instead of NU corrected a comment --- wk/parameters/lin_JET_rho97.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wk/parameters/lin_JET_rho97.m b/wk/parameters/lin_JET_rho97.m index 5047e578..a487c853 100644 --- a/wk/parameters/lin_JET_rho97.m +++ b/wk/parameters/lin_JET_rho97.m @@ -4,8 +4,8 @@ SIMID = 'lin_JET_rho97'; % Name of the simulation %% Set up physical parameters CLUSTER.TIME = '99:00:00'; % Allocation time hh:mm:ss -nu = 0.83; %(0.00235 in GENE) -TAU = 0.56; % e/i temperature ratio +NU = 0.83; +TAU = 0.56; % e/i temperature ratio K_Ne = 10; % ele Density ''' K_Te = 42; % ele Temperature ''' K_Ni = 10; % ion Density gradient drive -- GitLab