Skip to content

Commit

Permalink
Merge pull request #39 from yerbol-akhmetov/fix_scheduled
Browse files Browse the repository at this point in the history
Fix scheduled
  • Loading branch information
martacki authored Oct 12, 2023
2 parents fa582c5 + 230d7cd commit 2ee5b60
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
cd ../pypsa-earth
cp ./test/tmp/config.custom_tmp.yaml ./config.yaml
snakemake -j1 retrieve_databundle_light # we first retrieve data
cp -r pypsa-kz-data/test/gadm ./data/gadm
find data -type f
cp pypsa-kz-data/data/custom_powerplants.csv ./data/custom_powerplants.csv # overwrite powerplantdata
snakemake -j1 solve_everything
snakemake -j1 solve_all_networks
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Agora Energiewende aims to model the Kazakh power system, incorporating a substa

## Development status: Active and Stable

[![CI-Linux](https://github.com/pypsa-meets-earth/pypsa-kz-data/actions/workflows/ci-linux.yml/badge.svg?branch=main&event=push)](https://github.com/pypsa-meets-earth/pypsa-kz-data/actions/workflows/ci-linux.yml)
[![CI-Linux](https://github.com/pypsa-meets-earth/pypsa-kz-data/actions/workflows/ci-linux.yml/badge.svg?branch=main)](https://github.com/pypsa-meets-earth/pypsa-kz-data/actions/workflows/ci-linux.yml)
![Size](https://img.shields.io/github/repo-size/pypsa-meets-earth/pypsa-kz-data?label=Repo%20size)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPLv3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![REUSE status](https://api.reuse.software/badge/github.com/pypsa-meets-earth/pypsa-kz-data)](https://api.reuse.software/info/github.com/pypsa-meets-earth/pypsa-kz-data)
Expand Down
8 changes: 4 additions & 4 deletions test/config_kz_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ run:

scenario:
ll: ['v1.0']
clusters: [14]
opts: [RES0.2-1H]
clusters: [5]
opts: [RES0.2-6H]


countries: ["KZ"]
Expand All @@ -38,13 +38,13 @@ cluster_options:
simplify_network:
p_threshold_drop_isolated: 10 # [MW] isolated buses are being discarded if bus mean power is below the specified threshold

alternative_clustering: true #false # "False" use Voronoi shapes, "True" use GADM shapes
alternative_clustering: false # "False" use Voronoi shapes, "True" use GADM shapes


build_shape_options:
nprocesses: 1 # number of processes to be used in build_shapes
nchunks: 3 # number of data chuncks for build_shapes. If not specified or smaller than nprocesses, specified as nprocesses

gadm_layer_id: 0 # set gadm level to 0 to simplify the case

load_options:
rescale_demand: true
Expand Down
Binary file added test/gadm/gadm41_KAZ/gadm41_KAZ.gpkg
Binary file not shown.

0 comments on commit 2ee5b60

Please sign in to comment.