highRES-model / highRES-Europe-GAMS

0 stars 0 forks source link

Remove hard coded values in GAMS code #8

Open absolute-afloat opened 7 months ago

absolute-afloat commented 7 months ago

Sep 18, 2023

Storage is currently set to a hard coded initial and end value of 0.5 of the energy capacity of it. This should be brought out into the pre-processing workflow and not be hard coded in the GAMS code. (This does not apply to the SoftwareX version of the code, where this does not exist). https://github.com/highRES-model/highRES-Europe-GAMS/blob/76d74d414d0acf38e2e1204219d8aabaaadceea6/highres_storage_setup.gms#L55-L58 https://github.com/highRES-model/highRES-Europe-GAMS/blob/76d74d414d0acf38e2e1204219d8aabaaadceea6/highres_storage_setup.gms#L197 https://github.com/highRES-model/highRES-Europe-GAMS/blob/76d74d414d0acf38e2e1204219d8aabaaadceea6/highres_storage_setup.gms#L226

absolute-afloat commented 2 months ago

Another example can be found in the following code: https://github.com/highRES-model/highRES-Europe-GAMS/blob/76d74d414d0acf38e2e1204219d8aabaaadceea6/highres_hydro.gms#L71-L77

absolute-afloat commented 2 months ago

https://github.com/highRES-model/highRES-Europe-WF/issues/12