From 7bb24f0813db746b5e66bad70e5e16c13aa83c6b Mon Sep 17 00:00:00 2001 From: Dachet Victor <victor.dachet@uliege.be> Date: Thu, 13 Jun 2024 08:14:31 +0000 Subject: [PATCH] Upload New File --- examples/energy_carrier_comparison/README.md | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 examples/energy_carrier_comparison/README.md diff --git a/examples/energy_carrier_comparison/README.md b/examples/energy_carrier_comparison/README.md new file mode 100644 index 0000000..383e4ec --- /dev/null +++ b/examples/energy_carrier_comparison/README.md @@ -0,0 +1,25 @@ +# Remote Hub Multi Carrier + +In order to reproduce the results obtained run : + +``` +python main.py -v "Name of the vector" + +Vectors : Ammonia, Hydrogen, Methane or Methanol + +optional arguments : +-> -th for Time Horizon, default 8760 +-> -nn for Name Node, to modify a node in the GBOML file +-> -np for Name Param, to select the modified node parameter +-> -vp for Value Param, to modify the value of the parameter + +``` + +In order to display the results : + +``` +python analysis.py -v "Name of the vector" + +same as the previous line of code -> just change main.py by analysis.py + +``` -- GitLab