-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pypsa-earth
updated
22 files
+2 −2 | .pre-commit-config.yaml | |
+2 −1 | Snakefile | |
+30 −2 | config.default.yaml | |
+30 −2 | config.tutorial.yaml | |
+1 −1 | configs/bundle_config.yaml | |
+9 −0 | data/costs.csv | |
+15 −0 | doc/configtables/csp.csv | |
+1 −1 | doc/configtables/hydro.csv | |
+1 −1 | doc/configtables/offwind-ac.csv | |
+1 −1 | doc/configtables/offwind-dc.csv | |
+1 −1 | doc/configtables/onwind.csv | |
+1 −1 | doc/configtables/solar.csv | |
+14 −1 | doc/configuration.rst | |
+14 −0 | doc/customization_basic1.rst | |
+4 −0 | doc/release_notes.rst | |
+1 −1 | envs/environment.yaml | |
+11 −3 | scripts/add_electricity.py | |
+37 −0 | scripts/add_extra_components.py | |
+58 −10 | scripts/build_demand_profiles.py | |
+1 −1 | scripts/simplify_network.py | |
+2 −0 | scripts/solve_network.py | |
+1 −1 | test/config.landlock.yaml |