Open GoogleCodeExporter opened 9 years ago
csm_standard_deviation only seems to be used here.
This is how it's defined in the manual;
csm standard deviation:
SUGGESTED = 0.3
Standard deviation for capacity curve log–normal PDF.
Original comment by duncan.g...@gmail.com
on 20 Mar 2013 at 6:15
I talked to David R, Mark E and Hyuek about this.
Action remove;
if (csm_use_variability is False):
#incorporate buiding cap variability into the beta
# (may not be correct!)
beta_sd = (beta_th_sd**2+csm_standard_deviation**2)**(0.5)
beta_nsd_d = (beta_th_nsd_d**2+csm_standard_deviation**2)**(0.5)
beta_nsd_a = (beta_th_nsd_a**2+csm_standard_deviation**2)**(0.5)
After this you may be able to remove csm_use_variability and
csm_standard_deviation as well.
Original comment by duncan.g...@gmail.com
on 24 Mar 2013 at 11:19
Original issue reported on code.google.com by
b...@girorosso.com
on 18 Jun 2012 at 8:17