Max Parzen
Max Parzen
Note from Julian Hall: - HiGHS can perform a range of industry-standard scaling techniques, and scaling is always performed if it is felt to be worthwhile. Alternatives to the default...
Gurobi guide gives good understanding of scaling issues, see p. 909-918 https://www.gurobi.com/wp-content/plugins/hd_documentations/documentation/9.0/refman.pdf
I was writing a[ review about CSP](https://scholar.google.com/citations?user=KIut9bcAAAAJ&hl=en&oi=ao#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3DKIut9bcAAAAJ%26citation_for_view%3DKIut9bcAAAAJ%3Au5HHmVD_uO8C%26tzom%3D0) that might help. Two main technologies exist 1) solar power tower and 2) parabolic trough. They have three components in common: mirrors field,...
Just for reference. This PR is merged because of ENTSO-E news: _"Continental European TSOs announce completion of synchronisation project with Ukrenergo and significant increase in export capacity from Continental Europe...
I am currently reviewing this and worked on @AnasAlgarei branch by applying this: https://stackoverflow.com/a/37686809 ```bash git clone https://github.com/pz-max/PyPSA.git cd PyPSA git remote add AnasAlgarei https://github.com/AnasAlgarei/PyPSA git fetch AnasAlgarei git checkout...
Ready for review @FabianHofmann. This PR is adding a load modelling example including: - load shedding - load shifting - elastic demand Let us know a time if you prefer...
PR is coming on my end. @AnasAlgarei can you merge the PR into your branch? I don't have the rights yet
@FabianHofmann added the changes as you suggested. Ready for the review again.
@AnasAlgarei Linopy now also has QP programming capabilities https://github.com/PyPSA/linopy/releases I think this PR could get updated in the latest section talking about the QP way of solving this. To clarify,...
@AnasAlgarei ## Load shedding example Let's kick out `p_nom_extendable=True` and also `p_max_pu=1`. The former will lead to the use of 50 MW load-shedding generator size, and the latter is already...