Tom Brown
93eb86eec8
doc: Release note on ICE emissions bugfix
2021-03-05 10:38:41 +01:00
Tom Brown
cd8bf1edfc
doc: Include renaming of liquid hydrocarbon bus in release notes
2021-01-29 16:34:52 +01:00
Tom Brown
4fd164f73c
config.yaml: Remove battery and H2 Stores from PyPSA-Eur
...
I.e. what's taken over from PyPSA-Eur in config["pypsa_eur"] from
"Store" is [].
PyPSA-Eur-Sec adds its own batteries and H2 Stores.
2021-01-25 14:17:31 +01:00
Tom Brown
39a5134ab9
doc: Add latest EEA emissions stats UNFCCC_v23.csv to data bundle
2021-01-25 11:10:13 +01:00
martavp
2555b66ba9
allowing a factor to alter the cost or p_nom_max via the config file
...
This substitutes the previous way of doing it. Now, to multiply the reference p_nom_max by 3, one should include in the config file 'solar+p3' (instead of the previous solarx3)
2021-01-14 13:49:17 +01:00
martavp
d7e9dc2466
update documentation and release notes
2021-01-12 10:58:38 +01:00
Fabian Neumann
8f2ace03ee
doc: fix electricity.csv format [skip travis]
2020-12-15 15:17:37 +01:00
Tom Brown
27cc2935be
PyPSA-Eur-Sec Version 0.4.0
...
See the release notes:
https://pypsa-eur-sec.readthedocs.io/en/latest/release_notes.html#pypsa-eur-sec-0-4-0-11th-december-2020
2020-12-11 17:13:18 +01:00
Tom Brown
f34728c0c4
doc: Document supply and demand options in the different sectors
2020-12-07 16:23:25 +01:00
Fabian Neumann
5a917dc5a9
doc: change zenodo links to latest [skip travis]
2020-12-07 09:43:17 +01:00
Fabian Neumann
08674a6cda
Release v0.3 ( #213 )
...
* release_notes: order for release
* doc: fix smaller typos and tidy up
* config: bump version
* doc: fix line references
* doc: bump confpy version
* envs: update fixed versions yaml
* Snakefile: simplify all_elec to all
2020-12-05 17:54:50 +01:00
Fabian
f563b612e4
doc/configuration.rst: update lines
2020-12-03 23:47:38 +01:00
FabianHofmann
3fa5bbad1c
Opsd renewable ppls ( #212 )
...
* fix clustering of offwind-ac and offwind-dc in sites option
* add release nodes
* attach renewable assets by location (lat and lon) from OPSD register to network
* adapt default config to changes
* undo changes from a differen PR in cluster_network.py
* undo changes from a different PR, add release notes for this PR
* correct release notes
* add comments for relevant settings in add_electricity.py
* adjust configtable for electricity to OPSD renewable option and add estimate_renewable_capacities_from_capacitiy_stats
* reset cluster_network to HEAD
* add_electricity: Capacity is float
* config: add GB to OPSD_VRE_countries
* review and modify implementation
* update release notes
* Update envs/environment.yaml
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
Co-authored-by: martha.frysztacki <eb5194@iai-esm003.iai.kit.edu>
Co-authored-by: eb5194 <martha.frysztacki@kit.edu>
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
2020-12-03 23:13:41 +01:00
Fabian Neumann
2fc1ea0255
some refactoring and code cleaning ( #190 )
...
* some refactoring and code cleaning
* execute pre-commit
* pre-commit: limit large files
* add license to .pre-commit
* add pre-commit to env
* solve: tidy memory logger
* travis: add conda list for easier debugging
* undo config test/tutorial without plotting, rm matplotlibrc, .licenses
* remove {networks} wildcard
* unadd pre-commit config
* add release notes
* restore REUSE compliance
* fix docs environment python version
* env: remove gurobi from dependencies
* fix unclean merge block
* fix elif to if
* lighter rtd style
* lighter rtd style II
2020-12-03 19:50:53 +01:00
Fabian Neumann
84edde8f63
add time series segmentation with tsam package ( #186 )
...
* add time segmentation with tsam
* cut off SEG
* Snakefile: adjust memory function
* untangle memory reservation calculation
* prepare: document segmentation option
* correct typo
2020-12-03 16:02:21 +01:00
Martha Maria
cfb979a0d0
Custom busmap for clustering ( #193 )
...
* add option to use custom clustermaps from data folder
* adapt default config to custom busmap
* input file from Snakefile
* adapt input description
* add option to use custom clustermaps from data folder
* adapt default config to custom busmap
* input file from Snakefile
* adapt input description
* Snakefile: custom_busmap in cluster_network input is now csv
* cluster_network: custom_busmap is now read as csv file, adaptions of description
* simplify_network: adapt descriptions
* configfiles: add cutom_clustermaps switch
* unify clustarmap and busmap names
* unify clustermap and busmap names
* test/config: unify clustermap and busmap names
* cluster_network: make clustering_for_n_clusters compatible with simplify_network
* simplify_network: make compatible with changes in cluster_network.py
* Update scripts/cluster_network.py
* Update scripts/simplify_network.py
* Update scripts/simplify_network.py
* Update scripts/cluster_network.py
* Update scripts/cluster_network.py
* cluster_network: move custom_busmap flag to enable; simplify names
* cluster_network: move custom_busmap flag to enable; simplify names
* custom_busmap: add documentation
* cluster_network: add default for custom_busmap for compatibility with old configs
* cluster_network: add default for custom_busmap for compatibility with old configs
Co-authored-by: martha.frysztacki <eb5194@iai-esm003.iai.kit.edu>
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
2020-12-03 15:17:16 +01:00
FabianHofmann
9792069ab3
Update load processing ( #211 )
...
* build_load_data
* Add documentation
* updating load data import
* Update Config files
* Update load.csv
* Update add_electricity.py
* change log file name
* Update scripts/add_electricity.py
Co-authored-by: FabianHofmann <hofmann@fias.uni-frankfurt.de>
* Update scripts/build_load_data.py
Co-authored-by: FabianHofmann <hofmann@fias.uni-frankfurt.de>
* Update scripts/build_load_data.py
Co-authored-by: FabianHofmann <hofmann@fias.uni-frankfurt.de>
* Update scripts/build_load_data.py
Co-authored-by: FabianHofmann <hofmann@fias.uni-frankfurt.de>
* Update build_load_data.py
* Update build_load_data.py
* Update scripts/build_load_data.py
Co-authored-by: FabianHofmann <hofmann@fias.uni-frankfurt.de>
* update gap handling in build_load_data
* Update build_load_data.py
* Update config.test1.yaml
* update test.config
* Update config.tutorial.yaml
* update load csv function for load data
* Update build_load_data.py
* Update config.test1.yaml
* Update add_electricity.py
* Update build_load_data.py
* Added error messages if load data contains gaps after modifications
* general adjustments:
- reduce data source to only entsoe statistics
- sanitize code
- adjust logging messages
- adjust daocstrings
* update Snakefile config and docs
* update release notes
rename build_load -> build_load_data in config
* small follow up
* - reintroduce choice between powerstatistics and transparency
- remove load_ timeseries from databundle
- always build load_data
- reinsert scaling factor in config
- fix url to 2019 version
* update doc: configtable, release notes
update config.yaml
* follow up
Co-authored-by: Jan Frederick <jan.frederick.unnewehr@inatech.uni-freiburg.de>
Co-authored-by: JanFrederickUnnewehr <50404069+JanFrederickUnnewehr@users.noreply.github.com>
2020-12-03 12:49:04 +01:00
Fabian Neumann
f18b7b02cb
StorageUnit correct efficiency_dispatch/store (counter-proposal 2) ( #202 )
...
* fix efficiencies of storage units counter proposal
* extra_components: fix roundtrip efficiency
* add_electricity: remove misleading roundtrip efficiency for storageunit
* add release notes
2020-12-03 10:02:23 +01:00
lisazeyen
c861ab940d
add data sources for building retrofitting
2020-12-02 14:04:38 +01:00
Tom Brown
801f0a403d
Remove config.myopic.yaml to avoid many duplicated parameters
...
It is identical to config.default.yaml except for two parameters
(foresight and planning_horizons) so I decided to consolidate the
example configs. Instructions for how to use the myopic foresight can
be found in the documentation (now updated).
2020-11-30 16:10:11 +01:00
Fabian Neumann
03170f4aaf
add option for p_nom_max factors in {opts} wildcard ( #207 )
...
* prepare: add option for potential reduction sweeps
* prepare: fix attr lookup for potential/cost reduction sweeps
* prepare: fix attr naming cost -> capital_cost
* add release notes
2020-11-26 17:25:14 +01:00
Fabian Neumann
bfbf595ad8
Parameter corrections for East-Western and Anglo-Scottish interconnection ( #206 )
...
* data: parameter corrections for East-Western and Anglo-Scottish interconnector
* add release notes
2020-11-26 17:20:48 +01:00
Fabian Neumann
de0478968c
config: make storage modelling with Store and Link default ( #205 )
2020-11-25 13:18:30 +01:00
Tom Brown
5b4f8837db
doc: Update information on spatial distribution of industry demand
2020-10-28 18:54:30 +01:00
Fabian Neumann
8a323b7267
cost: move defaults to config and improve documentation
2020-10-16 11:38:26 +02:00
Tom Brown
9e91d2c1f0
doc: Document sources for input data
2020-10-12 15:37:47 +02:00
Tom Brown
8f6b551efb
Update data bundle to include hotmaps industrial site database
2020-10-12 14:59:15 +02:00
Martha Maria
52683236cd
prepare_network: fix nmo security margin ( #199 )
...
* prepare_network: fix nmo security margin
* Update doc/release_notes.rst
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
* Update scripts/prepare_network.py
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
2020-10-02 15:55:22 +02:00
Martha Maria
2e76b88ec8
simplify_ and cluster_network: clustermaps to csv ( #198 )
...
* simplify and clustering: output and input from HDF format to CSV
* add release notes
* simplify and clustering: output files from Snakefile
2020-10-02 12:53:56 +02:00
Tom Brown
72653c3a42
PyPSA-Eur-Sec Version 0.3.0
...
Please see the release notes:
https://pypsa-eur-sec.readthedocs.io/en/latest/release_notes.html#pypsa-eur-sec-0-3-0-27th-september-2020
for more information.
2020-09-27 18:01:52 +02:00
Fabian Neumann
ab6dc633bf
Options for regional equity and autarky ( #166 )
...
* solve: add option for equity constraints
* solve: scale more
* prepare: add option to limit line/link capacity
* solve: add inflow to EQ constraints
* solve: reindex inflow to match load
* update config files and references
* add autarky option
* move release notes
* add spillage to equity requirements
* prepare: fix accidental code removal
* prepare: add country autarky option
* consider snapshot_weightings for inflow
* trigger CI
2020-09-26 13:10:50 +02:00
Fabian Neumann
456daa6260
travis: use mamba for faster builds ( #196 )
...
* travis: use mamba for faster builds
* doc: add release notes [skip travis]
2020-09-25 14:08:46 +02:00
Martha Maria
047276b2dc
Fix clustering sites ( #191 )
...
* fix clustering of offwind-ac and offwind-dc in sites option
* add release nodes
Co-authored-by: martha.frysztacki <eb5194@iai-esm003.iai.kit.edu>
2020-09-24 10:13:13 +02:00
Tom Brown
df4c675f58
Merge pull request #67 from leonsn/patch-1
...
Update installation notes
2020-09-22 20:15:10 +02:00
Leon
0ebad1a2e9
Remove the reminder to activate the conda environment
2020-09-21 20:07:48 +02:00
Tom Brown
d727a981a2
Update data bundle to include USGS ammonia production by country
2020-09-21 13:12:03 +02:00
Leon
82d7c8719e
Update installation notes: PyPSA-Eur datafiles are part of the snakemake flow
2020-09-17 16:37:47 +02:00
FabianHofmann
cfd815aa42
Don't remove capital cost for lines and links when setting lv, lc limit ( #183 )
...
* solve #175
* adjust wildcards explanation
* allow lv and lc limits below 1
2020-08-28 17:59:51 +02:00
FabianHofmann
04f19f214d
fix emission prices ( #171 )
...
* fix emission prices
I'm not sure if the previous setup was intentional, but regarding that different generators might have different efficiencies and the emissions are carrier specific only, it makes more sense set net emission price.
* small fix
* update release_notes and config
2020-08-25 12:12:00 +02:00
Fabian Neumann
e2605a25dc
amend release notes from GCP PR [skip travis]
2020-08-24 14:39:10 +02:00
Max Parzen
2c1626f1dd
Adding Google Cloud Platform set-up ( #177 )
...
* Adding default file
* Added GCP purpose
* Google Cloud Platform registration
* Created VM set-up step
* Installation of Cloud SDK
* Step 5 - Extra.
* Installation of WinSCP
* Note field
* Important tips
* Update GCP-set-up-for-windows.rst
* Adding YouTube video for WinSCP
* minor corrections
* Rename rst file
* Updated index.rst
* Update text according to Fabian
* Update doc/cloudcomputing.rst
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
2020-08-24 14:19:23 +02:00
FabianHofmann
1cde8d300a
Fix up add_nice_carrier_names for new pandas ( #178 )
...
* solve #174
* update release notes
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
2020-08-24 11:04:54 +02:00
Fabian Neumann
2f4852347a
Fix two issues with new 2020 ENTSO-E grid extract ( #181 )
...
* base: fix errors in new entsoe extract
* add release notes
* apply suggestions from code review - remove hardcode
2020-08-24 10:33:46 +02:00
Tom Brown
515416fd75
PyPSA-Eur-Sec Version 0.2.0
...
Please see the release notes:
https://pypsa-eur-sec.readthedocs.io/en/latest/release_notes.html#pypsa-eur-sec-0-2-0-21st-august-2020
for more information.
2020-08-21 12:34:20 +02:00
Tom Brown
18ffb38bb1
doc: release notes for Version 0.2.0
2020-08-21 12:16:15 +02:00
Tom Brown
d4368a966a
Replace _ with - in technology_data and prenetworks_brownfield
...
Preferred by kubernetes.
Also updated the documentation accordingly.
2020-08-20 18:00:27 +02:00
Tom Brown
6444f7fde9
Weight offshore connection costs with aggregation weight
...
Rather than taking a mean of the clustered connection costs.
Apply cost update also for overnight scenarios based on planning year.
Add land costs for onshore wind.
2020-08-19 12:41:17 +02:00
martavp
59f2a8b09d
Update myopic.rst
2020-08-17 11:56:29 +02:00
martavp
20512754ce
Update myopic.rst
2020-08-14 12:32:00 +02:00
martavp
661804da7c
add rough description of myopic code
2020-08-14 12:18:18 +02:00
Fabian Neumann
8c5efb5252
add compatibility with pyomo 5.7.0 ( #172 )
...
* add compatibility with pyomo 5.7.0
* add release notes [skip travis]
2020-07-20 17:33:15 +02:00
Fabian Neumann
165dd2d440
uncertain costs: facilitate parameter sweep ( #167 )
...
* add opts for cost parameter sweep
* add pr link to release note
2020-07-10 16:41:44 +02:00
Tom Brown
34123088c8
README: Include zenodo DOI and other badges
2020-07-10 09:22:41 +02:00
Tom Brown
b16eb41d7c
README: Link to readthedocs and remove info in documentation
...
I.e. avoid duplication of text.
2020-07-08 18:52:18 +02:00
Tom Brown
c24728279c
PyPSA-Eur-Sec Version 0.1.0
...
Please see the release notes in the documentation for more
information.
2020-07-08 18:37:12 +02:00
Fabian Neumann
2627c96a9e
Prepare Release v0.2.0 ( #165 )
...
* prepare release v0.2.0
* prepare release v0.2.0 v2 [skip travis]
2020-06-08 20:43:35 +02:00
Fabian Neumann
d66b70e180
doc: update release notes and documentation [skip travis]
2020-06-08 18:29:15 +02:00
Jonas Hörsch
0813807b0f
data/entsoegridkit: Update gridkit data files ( #118 )
...
* data/entsoegridkit: Update gridkit data files
* add missing NordBalt and Estlink 1 to TYNDP
* base: lower distance tolerance, hardcode faulty bus allocation
* data: apply new parameter corrections for network extract
* doc: amend release notes [skip travis]
* doc: update release notes and base image [skip travis]
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
2020-06-08 18:13:51 +02:00
Fabian Neumann
5ea29551b9
add REUSE.software license information ( #160 )
...
* add REUSE.software license information
* add release note on licensing
* Update doc/index.rst
Co-authored-by: euronion <42553970+euronion@users.noreply.github.com>
* Update doc/index.rst
Co-authored-by: euronion <42553970+euronion@users.noreply.github.com>
* Update doc/release_notes.rst [skip travis]
Co-authored-by: euronion <42553970+euronion@users.noreply.github.com>
2020-05-29 09:50:55 +02:00
Fabian Neumann
6bde6e52de
doc: fix tutorial video embedding [skip travis]
2020-05-28 21:30:10 +02:00
Fabian Neumann
9199012860
doc: link tutorial videos, slides and snakemake badge [skip travis]
2020-05-28 20:36:45 +02:00
euronion
bb3477cd69
Add information on PRs to contribution guidelines. ( #151 )
2020-04-14 10:54:39 +02:00
Fabian Neumann
0c6c23478b
fix snakemake as --cores (-j) is now a mandatory argument
...
in 5.11.0 https://snakemake.readthedocs.io/en/stable/project_info/history.html
2020-03-17 14:55:30 +01:00
euronion
ccc56ce3c8
Fix: Correctly determine the bus to attatch custom powerplants to. ( #131 )
...
* Add index integrity checks for custom powerplants.
* Update .csv template for custom powerplants.
* Update data/custom_powerplants.csv
* Revert "Merge branch 'master' into fix/custom-powerplants"
This reverts commit 5cd9c1afafd1ab36c31181ffed7635152805ee52, reversing
changes made to 5b1df27b25fdc89acca88395a0ba999f84dce109.
* Update release_notes.rst
* Rephrasing update to release notes.
* Merge with upstream/master (revert reverted merge).
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
2020-03-17 09:50:38 +01:00
euronion
2f85b0ede5
Separate retrieval and building of cutouts, natura raster into distinct configurations each. ( #136 )
...
* Separate config switches for retrieving and building cutout, natura raster.
* Include new switches in tutorial and test configs.
* Update release_notes.rst
* Update toplevel.csv
* Update tutorial.rst
* Update configuration.rst
2020-03-16 15:51:47 +01:00
Fabian Neumann
e6057196e5
doc: add warning and link to pypsa-eur-sec [skip travis]
2020-03-15 13:28:06 +01:00
FabianHofmann
1ecca802f3
Nomopyomo ( #116 )
...
* play around, add new nomopyomo feature
* fix constraints
* fix constraints
* set solver to cbc due to error with gurobi900
* update environments
shift lv and lc constraints to prepare_network
start modifying opt constraints
* correct BAU
* correct environment
* fix import
* fix SAFE constraint
* fix battery charger ratio constraint
* code cleaning
* restructure solve scripts
* fix CCL constraint
* adjust doc
* solve_network: update doc string
* revert unwanted changes
* update environment.yaml
* update environment.yaml II
* force conda update, revert last commit
* revert last change, use other channel priority
* remove trace_sove_network
* add skip_iterating and track_iterations options to config file
* revert last commit, fix environment to current pypsa master
* line break, trigger CI with updated pypsa
* nomopyomo: PR review
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
2020-02-10 12:06:43 +01:00
Fabian Neumann
b479973b7e
doc: fix tutorial notes to account for '_ec' in filenames [skip travis]
...
* Adressing feedback from denyin: Private message regarding: [pypsa] MissingRuleException when using snakemake command
2020-02-02 11:07:29 +01:00
Fabian Neumann
c1ec91f5ba
doc: note on open-source solver setup [skip travis]
2020-01-24 17:02:09 +01:00
Fabian Neumann
5934f4f7a1
prepare release v0.1.0 ( #117 )
2020-01-09 14:09:28 +01:00
Fabian Neumann
4cab8a7cf0
doc: fix typo in toplevel.csv [skip travis]
2020-01-07 10:39:58 +01:00
Fabian Neumann
b8e3682bba
doc: update release notes [skip travis]
2019-12-22 18:38:01 +01:00
Fabian Neumann
7ddc153bd2
ec: attach hydrogen pipelines ( #108 )
2019-12-02 12:22:30 +01:00
euronion
85c356297a
Add logging to logfiles to all snakemake workflow scripts. ( #102 )
...
* Add logging to logfiles to all snakemake workflow scripts.
* Fix missing quotation marks in Snakefile.
* Apply suggestions from code review
Co-Authored-By: Fabian Neumann <fabian.neumann@outlook.de>
* Apply suggestions from code review
Co-Authored-By: Fabian Neumann <fabian.neumann@outlook.de>
* doc: fix _ec_ filenames in docs
* Allow logging message format to be specified in config.yaml.
* Add logging for Snakemake rule 'retrieve_databundle '.
* Add limited logging to STDERR only for retrieve_*.py scripts.
* Import progressbar module only on demand.
* Fix logging to file and enable concurrent printing to STDERR for most scripts.
* Add new 'logging_format' option to Travis CI test config.yaml.
* Add missing parenthesis (bug fix) and cross-os compatible paths.
* Fix typos in messages.
* Use correct log files for logging (bug fix).
* doc: fix line references
* config: logging_format in all configs
* doc: add doc for logging_format
* environment: update to powerplantmatching 0.4.3
* doc: update line references for tutorial.rst
* Change logging configuration scheme for config.yaml.
* Add helper function for doing basic logging configuration.
* Add logpath for prepare_links_p_nom rule.
* Outsource basic logging configuration for all scripts to _helper submodule.
* Update documentation for changed config.yaml structure.
Instead of 'logging_level' and 'logging_format', now 'logging' with subcategories is used.
* _helpers: Change configure_logging signature.
2019-11-28 08:22:52 +01:00
Fabian Neumann
81d9d2ab4d
battery+H2: option for stores and links instead of storage_units ( #97 )
...
* add_electricity: stores and links instead of storageunits
* move code for attaching in add_extra_stores.py
* Update Snakefile
Co-Authored-By: Fabian Neumann <fabian.neumann@outlook.de>
* Update Snakefile
Co-Authored-By: Fabian Neumann <fabian.neumann@outlook.de>
* Update Snakefile
Co-Authored-By: Fabian Neumann <fabian.neumann@outlook.de>
* rename to add_extra_components.py
* incorporate suggestions
* Snakefile: update script name
* extra_components: import _add_missing_carriers_from_costs
* Add '_ec" infix in Snakefile
* Snakefile add infix at missing spot
* remove unintendetely inserted data.bundle, correct import in add_extra_components
* environment: fix pyyaml version
* set powerplantmatching as conda-dependency
* environment fix minimal ppm version
* environment reinsert pyyaml
* environment: carry over changes to environment.docs.yaml
* extra_components: add carriers
* update docstring
* Update scripts/add_extra_components.py
* Update scripts/add_extra_components.py
* tutorial: fix hyperlink [skip travis]
* update release notes
* update documentation
* add_electricity: merge removal of suptech
2019-11-19 19:36:28 +01:00
JanFrederickUnnewehr
6cde3e902b
own databundle ( #96 )
...
* config.default.yaml
* retrieve_databundle: docs, config and defaults
* fix capitalisation of true/false
2019-11-19 15:56:44 +01:00
Fabian Neumann
9517eda1d7
add option for nuclear expansion at current locations ( #98 )
...
* add_electricity: add option for nuclear expansion at current locations
* doc: add documentation on adding nuclear options
2019-11-19 12:26:01 +01:00
Fabian Neumann
3370bd3b92
doc: update documentation on Ep option
2019-11-14 15:50:03 +01:00
Fabian Neumann
61be125bd8
doc: fix line references in tutorial
2019-11-14 14:51:19 +01:00
Fabian Neumann
27efd78784
doc-config: fix line references [skip travis]
2019-11-07 18:16:01 +01:00
Fabian Neumann
e54119d878
cluster: add focus weights (in favor of #26 ) ( #87 )
...
* cluster: add focus weights (in favor of #26 )
* clear assert of total focus
Co-Authored-By: FabianHofmann <hofmann@fias.uni-frankfurt.de>
2019-11-07 15:38:25 +01:00
Fabian Neumann
be32e92dbb
doc-tutorial: add alternative for windows users
2019-11-07 14:41:52 +01:00
Fabian Neumann
59a39bc00c
doc: update release notes [skip travis]
2019-11-06 17:53:38 +01:00
Fabian Neumann
4f2c1c3080
doc: update workflow chart [skip travis]
2019-11-06 17:51:18 +01:00
Fabian Neumann
99cb4a4354
Merge pull request #86 from PyPSA/workflow
...
Integrate data retrieving into snakemake workflow
2019-11-06 16:06:11 +01:00
Fabian Neumann
0fb57601bf
doc: document powerplantmatching changes from #84
2019-11-06 15:59:34 +01:00
Fabian Neumann
cabe2e2a3f
doc: fix typo co2base and agg_p_nom_limits [skip travis]
2019-11-06 15:22:27 +01:00
Fabian Neumann
7406ceb50e
doc: add co2base and agg_p_nom_limits [skip travis]
2019-11-06 15:19:22 +01:00
Fabian Neumann
2ace4f2e94
retrieve*: add documentation
2019-11-06 14:50:59 +01:00
Fabian Neumann
b5f6a94687
added release notes v0.1.0
2019-10-29 16:48:15 +01:00
Fabian Neumann
c37e8dc799
doc/index.rst: fix type
2019-10-28 18:11:19 +01:00
Fabian Neumann
b711517bd9
Update index.rst
2019-10-28 18:09:17 +01:00
Fabian Neumann
28fcd5ca3a
doc/index: add build status
2019-10-28 18:04:44 +01:00
Fabian Neumann
777e5e97ff
fix typo in doc/tutorial.rst
2019-10-28 14:07:27 +01:00
Fabian Neumann
2a05124c80
correct config.default.yaml line references
2019-10-24 16:45:49 +02:00
Fabian Neumann
9aaa26cbbe
add zenodo files ( closes #60 )
2019-10-24 15:54:12 +02:00
Fabian Neumann
531497f1f8
leave docker for later
2019-10-03 17:09:25 +02:00
Fabian Neumann
9158670db0
fix type: default to tutorial
2019-10-03 16:26:11 +02:00
Fabian Neumann
0dc42ef359
add plotting rules note and solver note
2019-10-03 16:21:59 +02:00
Fabian Neumann
9ab516ff39
add example for snakemake and configuration
2019-10-03 16:13:44 +02:00
Fabian Neumann
6f27e753e5
default and tutorial config.x.yaml - cf. #49
2019-10-03 12:37:23 +02:00
Fabian Neumann
e44c5491af
add snippets from config.yaml in doc
2019-10-02 15:49:24 +02:00
Fabian Neumann
ec913363c7
add costs section
2019-10-02 14:56:04 +02:00
Fabian Neumann
3c843ad91e
revert to backticks in headers
2019-08-14 18:03:34 +02:00
Fabian Neumann
03b51cac18
add rulegraphs
2019-08-14 17:15:07 +02:00
Fabian Neumann
0e5886081e
move rules to own pages and adapt image paths
2019-08-14 15:36:46 +02:00
Fabian Neumann
737ffc930d
Merge branch 'documentation' of https://github.com/pypsa/pypsa-eur into documentation
2019-08-14 15:30:25 +02:00
Fabian Neumann
81d920087c
Update doc/wildcards.rst
...
Co-Authored-By: Jonas Hörsch <coroa@posteo.de>
2019-08-14 12:56:31 +02:00
Fabian Neumann
4730245ae3
numbered sections in rules overview
2019-08-14 12:05:06 +02:00
Fabian Neumann
28e9901408
limitations line break corrections
2019-08-14 11:55:42 +02:00
Fabian Neumann
f16a107aea
result sample
2019-08-14 10:35:41 +02:00
Fabian Neumann
b2e7ad9188
add limitations and result sample
2019-08-14 10:34:59 +02:00
Fabian Neumann
051448d9bc
correct vopt/copt difference
2019-08-14 10:34:30 +02:00
Fabian Neumann
d9b99f475a
remove not existing rule build_renewable_potentials
2019-08-13 18:00:34 +02:00
Fabian Neumann
0b130b35ef
link rule references to their documentation
2019-08-13 17:52:33 +02:00
Fabian Neumann
ca9f043bd8
add installing cds api instructions
2019-08-13 17:21:27 +02:00
Fabian Neumann
9cafbae5cc
complete wildcards explanations
2019-08-13 17:20:57 +02:00
Fabian Neumann
7d9f0eebc5
move example
2019-08-13 15:58:55 +02:00
Fabian Neumann
60ac8ed0c2
repair config.yaml and duplicate example rst
2019-08-13 15:52:47 +02:00
Fabian Neumann
a6f67d6ccf
Merge branch 'documentation' into documentation
2019-08-13 15:49:18 +02:00
Fabian Neumann
630b08fff0
add cutout related descriptions and figures
2019-08-13 15:48:21 +02:00
eb5194
b48481dad4
Add an example to the documentation of pypsa-eur, for now: just rst, data missing. Data (an additional folder called example) will be added when the new version of atlite is online, such that we can provide a smaller package (one day or a few days instead of a whole month). By then, example.rst should also be adapted to this change. Folder examples will contain the era5-cutout, the corresponding config.yaml, the solved network (elec_s_10_lvopt_Co2L-3H.nc) and an exemplary notebook pypsa-eur-example.ipynb which just reads the provided network and does a very brief analysis.
2019-08-13 14:30:41 +02:00
Fabian Neumann
79a101239c
remove duplicate copyright
2019-08-13 10:11:55 +02:00
Fabian Neumann
b7f1904032
add authors and copyright for footer
2019-08-13 10:10:38 +02:00
Fabian Neumann
3a94d4f5ef
add seealso from module description to config documentatoin
2019-08-13 10:03:46 +02:00
Fabian Neumann
4d3d898430
remove trialed sphinx-bibtex and describe wildcards
2019-08-12 23:48:16 +02:00
Fabian Neumann
89d89deec0
further improve documentation
2019-08-12 19:01:53 +02:00
Fabian Neumann
a5d9bc9c7c
add input/output descriptions (WIP)
2019-08-11 22:34:18 +02:00
Fabian Neumann
55f80a568a
add illustrative images
2019-08-11 22:33:37 +02:00
Fabian Neumann
9d18754ac7
add examples placeholder and split configuration
2019-08-11 13:17:12 +02:00
Fabian Neumann
c622c22b9c
clarify solver installation
2019-08-10 22:46:26 +02:00
Fabian Neumann
067d259ff6
include description of rule groups
...
* and reduce corresponding sections in readme
* and modify environment docs
* and add bibtex support (tentative)
2019-08-10 14:25:19 +02:00
Fabian Neumann
f6ee3f69b4
transfer descriptions from readme
2019-08-08 17:13:36 +02:00
Jonas Hoersch
fb0d44f64e
Add a summary sentence for each rule taken from scripts
2019-08-08 15:07:08 +02:00
Fabian Neumann
aa34e0406f
more config tables descriptions
2019-08-08 12:06:51 +02:00
Fabian Neumann
6aa6b20e26
more config tables and fixed table widths
2019-08-07 17:58:28 +02:00
Fabian Neumann
7a4e9f22d4
configuration table descriptions
2019-08-07 10:56:23 +02:00
Fabian Neumann
45d67c1158
wip on installation and introduction
2019-08-06 16:53:32 +02:00
Fabian Neumann
7ef5146393
outline for rules overview
2019-06-19 13:12:02 +02:00
Fabian Neumann
9bc702bc07
doc: move img folder into doc
2019-06-07 11:07:12 +02:00
Fabian Neumann
362f183c32
doc: add frame for documentation
2019-06-07 10:34:36 +02:00