|
|
@ -22,6 +22,9 @@ local N = "50 100 200 300"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
local path_res = "/home/corentin/Documents/These/Recherche/Simulations/Analysis/ROSALI-DIF/N`Nn'"
|
|
|
|
local path_res = "/home/corentin/Documents/These/Recherche/Simulations/Analysis/ROSALI-DIF/N`Nn'"
|
|
|
|
local scenarios = "A B C D E F G"
|
|
|
|
local scenarios = "A B C D E F G"
|
|
|
|
|
|
|
|
if (`s' <= 4) {
|
|
|
|
|
|
|
|
local scenarios = "A B C D E"
|
|
|
|
|
|
|
|
}
|
|
|
|
foreach scen in `scenarios' {
|
|
|
|
foreach scen in `scenarios' {
|
|
|
|
clear
|
|
|
|
clear
|
|
|
|
import delim "`path_data'/scenario_`s'`scen'_`Nn'.csv", encoding(ISO-8859-2) case(preserve) clear
|
|
|
|
import delim "`path_data'/scenario_`s'`scen'_`Nn'.csv", encoding(ISO-8859-2) case(preserve) clear
|
|
|
|