[NEMO-devel] single-region scenarios

Ben Elliston b.elliston at unsw.edu.au
Sat Aug 1 11:36:36 AEST 2015


Hi all.

I am committing some model changes later today that allow for scenarios
involving a single region (with one simulated wind, PV and CST generator
in every polygon within the region).  I've factored the code so that
it's trivial to add new cases in scenarios.py, eg:

   def re100_south_aus(context):
       # 100% renewables in South Australia only.
       re100_one_region(context, regions.sa)

Cheers,
Ben


More information about the nemo-devel mailing list