Skip to content

Four new features and solved several isolated issues

Carlos Gaete requested to merge cg_dev into release_2.0.0
  1. Feature: Add a demo template. That consists of a small power system model for investment and dispatch that takes into account generating technologies, storage and NTC. The demo considers only 24 hrs, three nodes and four technologies (wind, solar PV, gas and li-ion battery). This demo has been designed to test dieterpy with a GAMS demo license. To get the demo type in the terminal dieterpy create_project -n anynamehere -t demo.
  2. Feature: Add gams_dir to project_variables.csv when the gams software is not recognized or can not be added to the PATH.
  3. Feature: Add .v for value, .m for marginal, .up for upper and . lo for lower to the symbols in the reporting_symbols.csv (eg. N_TECH.v or con1a_bal.m). If a symbol does not have this, then .v is asumed by default. Removed hardcoded Data.join_scens_by_symbol("con1a_bal", "m", False, False) that allowed in the past to get the marginal of such symbol.
  4. Feature: Add symbols from the iteration table to gams script just before the solve statement following the order of the columns. It works only without GUSS tool.
  5. Silenced several warning messages by implementing new code that maintained the intended functionality.

Merge request reports