Commit c2d7b63f authored by Turner, Sean's avatar Turner, Sean
Browse files

storage fix

parent 1ef1ea94
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# Powersheds
# Powersheds 🏞️🔌
 

## Getting started
+31 −21
Original line number Diff line number Diff line
@@ -8,11 +8,21 @@
# Example cascade system configuration:
# Cumberland River Basin Reservoir Cascade

# Dam/Reservoir objects have the following attributes:
# object_type: reservoir (always)
# *Reservoir* objects have the following attributes:
#   object_type: Always "reservoir"
#   capacity: The storage capacity of the reservoir in Million Cubic Meters (MCM)
# initial_storage: The initial storage...
# 
#   initial_storage: The initial storage in MCM
#   max_release: the maximum release 
#   downstream_object: the name of the next object downstream

# *River* objects have the following attributes:
#   object_type: Always "river"
#   lag: the lag time between upstream and downstream ends of the river object (in hours)
#   downstream_object: the name of the next object downstream

# *Confluence* objects have the following attributes:
#   object_type: Always "confluence"
#   downstream_object: the name of the next object downstream


#===========================
@@ -21,8 +31,8 @@
# Wolf Creek reservoir
WolfCreek:
  object_type: reservoir
  capacity: 8000
  initial_storage: 8307
  capacity: 8307
  initial_storage: 8000
  max_release: 10.0
  min_release: 3.0
  downstream_object: WolfCreek_Celina
@@ -30,8 +40,8 @@ WolfCreek:
# Dale Hollow reservoir
DaleHollow:
  object_type: reservoir
  capacity: 2000
  initial_storage: 2181
  capacity: 2181
  initial_storage: 2000
  max_release: 10.0
  min_release: 3.0
  downstream_object: DaleHollow_Celina
@@ -39,8 +49,8 @@ DaleHollow:
# Cordell Hull reservoir
CordellHull:
  object_type: reservoir
  capacity: 500
  initial_storage: 541
  capacity: 541
  initial_storage: 500
  max_release: 8
  min_release: 2.0
  downstream_object: CordellHull_OldHickory
@@ -48,8 +58,8 @@ CordellHull:
# Center Hill reservoir
CenterHill:
  object_type: reservoir
  capacity: 3000
  initial_storage: 3017
  capacity: 3017
  initial_storage: 3000
  max_release: 8
  min_release: 2.0
  downstream_object: CenterHill_OldHickory
@@ -57,8 +67,8 @@ CenterHill:
# Old Hickory reservoir
OldHickory:
  object_type: reservoir
  capacity: 800
  initial_storage: 857
  capacity: 857
  initial_storage: 800
  max_release: 8
  min_release: 2.0
  downstream_object: OldHickory_Cheatham
@@ -66,8 +76,8 @@ OldHickory:
# J Percy Priest reservoir
JPercyPriest:
  object_type: reservoir
  capacity: 1400
  initial_storage: 1414
  capacity: 1414
  initial_storage: 1400
  max_release: 8
  min_release: 2.0
  downstream_object: JPercyPriest_Cheatham
@@ -75,8 +85,8 @@ JPercyPriest:
# Cheatham reservoir
Cheatham:
  object_type: reservoir
  capacity: 1200
  initial_storage: 1223
  capacity: 1223
  initial_storage: 1200
  max_release: 8
  min_release: 2.0
  downstream_object: Barkley
@@ -84,8 +94,8 @@ Cheatham:
# Barkley reservoir
Barkley:
  object_type: reservoir
  capacity: 2000
  initial_storage: 2460
  capacity: 2460
  initial_storage: 2000
  max_release: 8
  min_release: 2.0
  downstream_object: NA