Fabian Neumann
|
485b66c2c9
|
add cdsapi installation instructions
|
2019-10-03 12:38:59 +02:00 |
|
Fabian Neumann
|
5ea60a1ee0
|
modify to run without GEBCO and without hydro
|
2019-10-03 12:32:49 +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
|
e7236010dd
|
add instructions to obtain pietzcker
|
2019-08-14 11:54:58 +02:00 |
|
Fabian Neumann
|
78f5a940f7
|
description of prepare_network
|
2019-08-14 11:08:10 +02:00 |
|
Fabian Neumann
|
63f2e1cd79
|
description of solve_network
|
2019-08-14 11:07:52 +02:00 |
|
Fabian Neumann
|
f16a107aea
|
result sample
|
2019-08-14 10:35:41 +02:00 |
|
Fabian Neumann
|
0b130b35ef
|
link rule references to their documentation
|
2019-08-13 17:52:33 +02:00 |
|
Fabian Neumann
|
630b08fff0
|
add cutout related descriptions and figures
|
2019-08-13 15:48:21 +02:00 |
|
Jonas Hoersch
|
ce3b897649
|
Fix importing plot_p_nom_max module for documentation
|
2019-08-13 10:53:18 +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 |
|
Jonas Hoersch
|
f2afdacb31
|
build_renewable_profiles: Update documentation
|
2019-08-12 20:50:50 +02:00 |
|
Jonas Hoersch
|
be8c9798c1
|
plot_network: Split plotting into several functions to make sphinx happy
Also addresses part of issue #50: plot_map works again with cartopy.
|
2019-08-12 20:40:36 +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
|
67cf28b593
|
fill in relevant settings sections
|
2019-08-11 13:17:36 +02:00 |
|
Fabian Neumann
|
1bded0ab9b
|
add rule section headers
|
2019-08-11 11:40:47 +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 |
|
Jonas Hoersch
|
fb0d44f64e
|
Add a summary sentence for each rule taken from scripts
|
2019-08-08 15:07:08 +02:00 |
|
Fabian Neumann
|
7a4e9f22d4
|
configuration table descriptions
|
2019-08-07 10:56:23 +02:00 |
|
Jonas Hoersch
|
5de59fe453
|
base_network: Replace deprecated yaml.load by yaml.safe_load
Refer to https://msg.pyyaml.org/load for details.
|
2019-06-05 18:07:36 +02:00 |
|
Jonas Hoersch
|
63a6cebab2
|
build_renewable_profiles: Communicate extent as pickleable tuple (fixes #42)
|
2019-05-28 13:50:42 +02:00 |
|
Jonas Hoersch
|
9ec97bd367
|
fixup! cluster_network: [compat] Pyomo 5.6.1 removed po.sum
|
2019-03-09 17:50:28 +01:00 |
|
Jonas Hoersch
|
93119fc86b
|
cluster_network: [compat] Pyomo 5.6.1 removed po.sum
|
2019-03-09 17:08:55 +01:00 |
|
Jonas Hoersch
|
3688122aa7
|
base_network: [compat] read_csv in pandas 0.24 is stricter
read_csv now raises a ValueError when it encounters NaN in a boolean column.
|
2019-03-06 20:40:29 +01:00 |
|
Jonas Hoersch
|
66fe76288c
|
add_electricity: Assume load scaling factor is 1.0 if omitted
|
2019-02-22 22:06:03 +01:00 |
|
Jeroen Peters
|
0cafe40bdd
|
add_electricity.py: Add a simple load scaler (#21)
* Add simple load scaler
* Add scaler to config
* Update config.yaml
* Update add_electricity.py
|
2019-02-22 21:47:41 +01:00 |
|
Jonas Hoersch
|
f0a0a2531e
|
add_electricity: Fix for choices of countries without any offshore or hydro
fixes #22.
|
2019-02-22 17:09:52 +01:00 |
|
Jeroen Peters
|
d111cedc03
|
Add warning for capital costs to 0
|
2019-02-22 15:03:53 +01:00 |
|
Heronimonimo
|
1c192253bf
|
Remove capital costs for existing conventional capacity
All the existing conventional capacity has sunk capital costs. Therefore these should be put to 0.
|
2019-02-22 15:03:53 +01:00 |
|
Jonas Hoersch
|
8b819569bc
|
cluster_network: Fix busmap_for_n_clusters for single country (fixes #18)
Also update debugging helper.
|
2019-02-20 21:10:45 +01:00 |
|
Heronimonimo
|
9c78d6591d
|
Add CCGT to the weight factor for conventional carriers
|
2019-02-20 19:18:06 +01:00 |
|
Jonas Hoersch
|
9279c7f027
|
solve_network: Remove hard-coded solver fallback in busmap_for_n_clusters
Necessary for when `clustering_for_n_clusters` is used from the simplify_network
rule.
Fixes #12
|
2019-02-20 19:08:25 +01:00 |
|
Heronimonimo
|
6f1b387804
|
Add CCGT to plot
|
2019-02-20 17:31:14 +01:00 |
|
Jonas Hörsch
|
2e02c8366e
|
fixup! add_electricity: add CCGT to extendable generators
|
2019-02-18 00:43:09 +01:00 |
|
Fabian Neumann
|
02e1a12667
|
add_electricity: add CCGT to extendable generators
|
2019-02-16 12:52:18 +01:00 |
|
Jonas Hoersch
|
33823c9012
|
build_country_flh: Fix aggregated flh reports for wind
|
2019-02-15 20:59:42 +01:00 |
|
Jonas Hoersch
|
6bb9cd1025
|
add_electricity: Refactor extendable generators to provide a OCGT-ext technology
Partially adresses #7.
|
2019-02-15 18:28:41 +01:00 |
|
Jonas Hoersch
|
50abd6c0c9
|
build_country_flh: Add rule for per-country full load hours tables and plots
|
2019-02-15 18:27:04 +01:00 |
|
Jonas Hoersch
|
f49682c61d
|
build_renewable_profiles: Extend calculate_potential to optionally save the exclusion map
|
2019-02-15 11:11:41 +01:00 |
|
Jonas Hoersch
|
c858ed0b0d
|
build_renewable_profiles: Pass all globals with init_globals
|
2019-02-15 11:11:31 +01:00 |
|
Jonas Hoersch
|
7f3f096ba6
|
Fix model for country selections without DC links (fixes #5)
|
2019-02-13 19:03:57 +01:00 |
|
Jonas Hoersch
|
1b6fe5be80
|
base_network: Fix _add_links_from_tyndp if there are none left (fixes #5)
|
2019-02-12 16:41:07 +01:00 |
|
Jonas Hoersch
|
15e986a0ec
|
make_summary: Update summary creation for new line volume/cost constraints
Fixes #4.
|
2019-02-10 16:08:39 +01:00 |
|
Jonas Hoersch
|
448e8c238e
|
cluster_network: Fall back to using ipopt in distribute_clusters
if the configured solver does not support quadratic objectives.
|
2019-02-10 15:33:53 +01:00 |
|
Jonas Hoersch
|
6284cf7e8b
|
add_electicity: Report countries missing from the hydro inflow time-series
|
2019-02-07 17:41:01 +01:00 |
|
Jonas Hoersch
|
3e11d569d0
|
build_shapes: Fix pycountry API change (fixes #1)
See also
72b1927b3c
|
2019-02-07 13:03:18 +01:00 |
|
Jonas Hoersch
|
d57df6b0c8
|
Merge branch 'glaes'
|
2019-02-06 12:06:32 +01:00 |
|