Skip to content
Snippets Groups Projects
Commit 8df05cb1 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

script reogarnisation

parent 95b37e18
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -3,8 +3,8 @@ character(len=40) BRANCH
character(len=20) AUTHOR
character(len=40) EXECDATE
character(len=40) HOST
parameter (VERSION='662e3f7-dirty')
parameter (VERSION='95b37e1-dirty')
parameter (BRANCH='master')
parameter (AUTHOR='ahoffman')
parameter (EXECDATE='Mon Nov 1 11:15:33 CET 2021')
parameter (EXECDATE='Mon Nov 8 11:53:45 CET 2021')
parameter (HOST ='spcpc606')
......@@ -3,8 +3,8 @@ character(len=40) BRANCH
character(len=20) AUTHOR
character(len=40) EXECDATE
character(len=40) HOST
parameter (VERSION='662e3f7-dirty')
parameter (VERSION='95b37e1-dirty')
parameter (BRANCH='master')
parameter (AUTHOR='ahoffman')
parameter (EXECDATE='Mon Nov 1 11:15:33 CET 2021')
parameter (EXECDATE='Mon Nov 8 11:53:45 CET 2021')
parameter (HOST ='spcpc606')
......@@ -2,12 +2,12 @@ addpath(genpath('../matlab')) % ... add
addpath(genpath('../matlab/plots')) % ... add
outfile ='';
%% Directory of the simulation
if 0% Local results
if 1% Local results
outfile ='';
outfile ='';
outfile ='';
outfile ='';
outfile ='fluxtube_salphaB_s0/100x100x30_5x3_Lx_200_Ly_100_q0_2.7_e_0.18_kN_2.22_kT_8_nu_1e-01_DGGK_adiabe';
outfile ='simulation_A/CO_damping_FCGK';
% outfile ='fluxtube_salphaB_s0/100x100x30_5x3_Lx_200_Ly_100_q0_2.7_e_0.18_kN_2.22_kT_8_nu_1e-01_DGGK_adiabe';
% outfile ='fluxtube_salphaB_s0/50x100x20_5x3_L_300_q0_2.7_e_0.18_kN_2.22_kT_8_nu_1e-01_DGGK_adiabe';
% outfile ='fluxtube_salphaB_s0/50x100x20_5x3_L_300_q0_2.7_e_0.18_kN_2.22_kT_8_nu_1e-01_DGGK_adiabe_Sg';
LOCALDIR = ['../results/',outfile,'/'];
......@@ -24,7 +24,7 @@ end
%% Load the results
% Load outputs from jobnummin up to jobnummax
JOBNUMMIN = 00; JOBNUMMAX = 20;
JOBNUMMIN = 07; JOBNUMMAX = 07;
data = compile_results(MISCDIR,JOBNUMMIN,JOBNUMMAX); %Compile the results from first output found to JOBNUMMAX if existing
......
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