https://gitlab.com/migvasc/lowcarboncloud/
Raw File
Tip revision: 7d94081ca75537f0ca618329101414f469e071ab authored by migvasc on 06 February 2023, 13:45:09 UTC
Merge branch 'master' into 'main'
Tip revision: 7d94081
run_custom_scenario.sh
#!/bin/bash
mkdir -p results

## Running the experiments
python3 scripts/low_carbon_cloud.py --input_file "input/$1" 

## Extract the data
python3 scripts/extract_data_figures.py --input_file "input/$1"

## Generate the plots
Rscript scripts/custom_plots.r $1 
back to top