PyPSA/pypsa-usa

Difference in county level resolution from ReEDS

Open

#654 opened on Aug 16, 2025

 (1 comment) (1 reaction) (0 assignees)Python (52 forks)auto 404
good first issuequestion

Repository metrics

Stars
 (140 stars)
PR merge metrics
 (PR metrics pending)

Description

I had a user reach out with a question that @ktehranchi is probably better suited to answer! Please find below the question.


While comparing data, I noticed that most states have more counties listed in ReEDS than in PyPSA. In the PyPSA config file, the simulations runs smoothly when I set clusters equal to the number of ReEDS counties, but only for Arizona, California, and Wyoming. For instance, in California, setting clusters = 58 matches the 58 counties in ReEDS and works perfectly. However, in Montana, the number of clusters needs to be reduced from 45 (ReEDS) to 38 for the simulation to run successfully. Any thoughts?

Contributor guide