Skip to content

Commit 565415a

Browse files
committed
initial values
1 parent e86995d commit 565415a

File tree

6 files changed

+179494
-179356
lines changed

6 files changed

+179494
-179356
lines changed

bin/jupyter/sensivity-for-all-strategies-relative-net-benefit.ipynb

Lines changed: 152 additions & 14 deletions
Large diffs are not rendered by default.

bin/python/Network.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self):
2020
"baseyear":2021, #the year in which we are going to start conducting cost analysis
2121
"underground_baseyear":167, #Length of undergeound lines in miles in base year
2222
"overhead_baseyear":325, #Length of overhead lines in miles in base year
23-
"r":0.10, # Discount rate=10%
23+
"r":0.05, # Discount rate=10%
2424
"easment_value":2692, # per-acre price of a conservation easement in MA
2525
"nfir":2000, # Non-fatality incidence rates, number of accidents per 100000 workers
2626
"fir":10, # Fatality incidence rates, number of accidents per 100000 workers
@@ -78,7 +78,7 @@ def __init__(self):
7878
"length_s": 0.711,
7979
"length_scale": 0.019,
8080
"length_loc": -0.004,
81-
"alpha":0.2
81+
"alpha":0.4
8282
}
8383

8484

@@ -116,7 +116,7 @@ def __init__(self):
116116
"baseyear":2021, #the year in which we are going to start conducting cost analysis
117117
"underground_baseyear":167, #Length of undergeound lines in miles in base year
118118
"overhead_baseyear":325, #Length of overhead lines in miles in base year
119-
"r":0.10, # Discount rate=10%
119+
"r":0.05, # Discount rate=10%
120120
"easment_value":2692, # per-acre price of a conservation easement
121121
"nfir":2000, # Non-fatality incidence rates, number of accidents per 100000 workers
122122
"fir":10, # Fatality incidence rates, number of accidents per 100000 workers
@@ -168,7 +168,7 @@ def __init__(self):
168168
"Total_Customers_Residential_Shrewsbury":6449,
169169
"Total_Customers_Commercial_Shrewsbury":838,
170170
"Total_Customers_Industry_Shrewsbury":189,
171-
"alpha":0.2
171+
"alpha":0.4
172172
}
173173

174174
#defining a function to modify parameters for sensitivity anlysis based on percentage change
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Strategy,aesthetic_benefit_el,economic_losses_el,aesthetic_benefit_br,economic_loss_br
2-
S1,0.0,42777776.10345405,0.0,20332116.05993014
3-
S2,0.0,42859429.13041152,254367.1931646241,16138142.863231556
4-
S3,0.0,42859429.13041152,718271.8722858336,7581576.172878867
5-
S4,254367.1931646241,33806092.59744943,0.0,20459968.520446926
6-
S5,718271.8722858336,15881843.921391347,0.0,20459968.520446926
7-
S6,254367.1931646241,33806092.59744943,254367.1931646241,16138142.863231556
8-
S10,718271.8722858336,15881843.921391347,718271.8722858336,7581576.172878867
1+
Strategy,aesthetic_benefit_el,economic_losses_el,aesthetic_benefit_br,economic_loss_br
2+
S1,0,42859429.13,0,20459968.52
3+
S2,0,42859429.13,254367.1932,16138142.86
4+
S3,0,42859429.13,718271.8723,7581576.173
5+
S4,254367.1932,33806092.6,0,20459968.52
6+
S5,718271.8723,15881843.92,0,20459968.52
7+
S6,254367.1932,33806092.6,254367.1932,16138142.86
8+
S10,718271.8723,15881843.92,718271.8723,7581576.173

0 commit comments

Comments
 (0)