cpmodel / FTT_StandAlone

Future Technology Transformation models
GNU General Public License v3.0
9 stars 1 forks source link

FTT-Tr EV shares too high in some regions #99

Closed cormacmlynch closed 4 weeks ago

cormacmlynch commented 3 months ago

The shares of EVs in some regions including India and the US are too high in the Python FTT-Tr compared with the Matlab version. Costs and other assumptions appear to be okay. More regions could be affected by this.

Things to investigate:

  1. Impact of gamma values
  2. Euler forward vs. RK4
  3. Potential time-step issues
pv-camecon commented 3 months ago

RK4 will definitely have an impact. From how @rhayward1 explained it, if there is a lot of curvature in the uptake profile, then you will see larger differences in the outcome when comparing RK4 to Euler. My guess is that EV uptake show a lot of curvature.

Recalibration should hopefully fix the issue somewhat.

Alternatively, you could try implementing the RK4 in the Matlab environment.

Femkemilene commented 2 months ago

@aileenlam28: would you have time to implement RK4 in Matlab at some point? As we're unable to run the Matlab model ourselves, it's quite difficult for us to resolve the remaining differences between the models.