Quick-start (https://pypsa.readthedocs.io/en/latest/quick_start.html):
I think that last paragraph of Quick Start should say ‘reactive power’ instead of ‘inactive power’.
Meshed AC_DC (https://pypsa.readthedocs.io/en/latest/examples/ac-dc-lopf.html):
Example did not work as it is. Error at ‘network.lopf();’. Worked with ‘network.lopf(pyomo=False);’.
PyPSA-Eur documentationTutorial (https://pypsa-eur.readthedocs.io/en/latest/tutorial.html#):
Tried the tutorial but failed on first try as ipotp could not be found when running the sanakemake. After several attempts for fixing this issue, what finally worked was to downgrade ipopt to 3.11.1.
Subsection ‘How to customise PyPSA-Eur?’: seems like the last two code boxes are not related to the explanatory text right before them (those talking about the selection of ERA-5 or SARAH-2 and the selection of the optimizer).
Subsection ‘How to analyse solved networks?’: the link to PyPSA examples does not work.
Wildcards (https://pypsa-eur.readthedocs.io/en/latest/wildcards.html):
It would be useful to have a template of the snakemake code line as first thing in this page. Something like what appears in the Tutorial subsection ‘How to use the snakemake rules?’ (elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc). Even though, not all wildcards are shown in that example; wildcards after {opts} seem to be missing, i.e., {country}, {cutout}, {technology}, {attr} and {ext}, although maybe they are not intended to be used the way I think...
Configuration (https://pypsa-eur.readthedocs.io/en/latest/configuration.html):
snapshots > [closed] > Description: It says ‘Make the time interval closed to the [left], [right], or both sides [None]’. I may be wrong but it seems like [None] means *open* on both sides.
Preparing Networks(https://pypsa-eur.readthedocs.io/en/latest/preparation.html):
Retrieve_databundle. I think where it says 19 MB should say 197 MB?
Finally, a more
general comment. I tried to analyse the resulting networks using Spyder in the
pypsa-eur environment but Spyder could not be opened. Seems like a problem with
jinja2. I realised that in the base environment, where Spyder works for me, the version
of jinja2 is 2.11.3 but in the pypsa-eur environment is 3.1.2. I unsuccessfully
tried to downgrade jinja2. So I couldn’t solve it but, in any case, I can analyse
the network under other environments or using other Python IDEs.
As I said, I am just starting (only 3 days since I installed it) so I guess I will be around here for the next days/weeks/months.
Once again, thank you all, and see you around,
Julio