EnergySystemsModellingLab / MUSE_OS

Welcome to the MUSE-OS repository
https://muse-os.readthedocs.io/en/latest/
GNU General Public License v3.0
22 stars 8 forks source link

`BaseYearImport.csv` and `BaseYearExport.csv` are not used by any of the example models #370

Open tsmbland opened 3 days ago

tsmbland commented 3 days ago

The files BaseYearImport.csv and BaseYearExport.csv are used to specify the imports and exports of commodities between regions. All of the example and tutorial models (except the trade model, see note below) include these files, however they aren't actually used in any of the models because base_year_import and base_year_export are not specified in settings.toml (which means imports and exports aren't modeled). As all of the values in all of these files are zero, this doesn't make a difference to the results, however it's confusing to include these files if they aren't actually used.

I think there are two possible approaches:

Side note: we currently have a trade model which (presumably) models imports and exports, but the input data is specified in a completely different format, and it's hard for me to understand what's going on here as none of this is explained in the documentation. A lot of things about this model don't really make sense (e.g. only two regions are specified in settings.toml, but gas/TradeTechnodata.csv has a column for R3). Anyone know what's going on with this model?