Skip to content

This is an archived repository - the most recent version is available at https://github.com/ANU-RE100/PHES_Searching. This software has been developed to search for pumped hydro energy storage sites based on digital elevation models. Further information is available at http://re100.eng.anu.edu.au/global

License

Notifications You must be signed in to change notification settings

DanBarbu/PHES_Searching

Repository files navigation

Building requires shapelib, gdal and boost

Install using:
make install

or 

sudo apt-get install libgdal-dev
sudo apt-get install libshp-dev
sudo apt-get install libboost-all-dev
sudo apt-get install gdal-bin

Place all input files in PHES_Searching/input/

Edit variables in PHES_Searching/variables

To build:

   cd PHES_Searching
   make utils

To run:

   ./bin/screening <long> <lat> 1
   ./bin/pairing <long> <lat> 1
   ./bin/pretty_set <long> <lat> 1
   ./bin/constructor <long> <lat> 1

To run large batch:

	make run n=<num_processes>

	or

	bin/start_drivers.sh <num_processes>

About

This is an archived repository - the most recent version is available at https://github.com/ANU-RE100/PHES_Searching. This software has been developed to search for pumped hydro energy storage sites based on digital elevation models. Further information is available at http://re100.eng.anu.edu.au/global

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published