Updated scenario list

This commit is contained in:
2024-03-11 17:06:05 +01:00
parent 34fd6ea608
commit 8863abcf7f
2 changed files with 10 additions and 22 deletions

View File

@ -17,7 +17,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
************************************************** Version 1: original
local N = "50 300"
local ss = "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20"
local ss = "2 4 8 16"
foreach s in `ss' {
foreach Nnn in `N' {
local Nn = `Nnn'
@ -101,7 +101,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
************************************************** Version 2: noBF
local N = "50 300"
local ss = "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20"
local ss = "2 4 8 16"
foreach s in `ss' {
foreach Nnn in `N' {
local Nn = `Nnn'
@ -185,7 +185,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
************************************************** Version 3: noLRT
local N = "50 300"
local ss = "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20"
local ss = "2 4 8 16"
foreach s in `ss' {
foreach Nnn in `N' {
local Nn = `Nnn'
@ -268,7 +268,7 @@ adopath+"/home/corentin/Documents/These/Recherche/ROSALI-SIM/Modules/rosali_cust
************************************************** Version 4: noLRT noBF
local N = "50 300"
local ss = "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20"
local ss = "2 4 8 16"
foreach s in `ss' {
foreach Nnn in `N' {
local Nn = `Nnn'