Skip to content

Commit b93e17e

Browse files
committed
Update total_drilling_cost output for ATB script
1 parent a91862b commit b93e17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssc/cmod_geothermal_costs.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ static var_info _cm_vtab_geothermal_costs[] = {
112112
{ SSC_OUTPUT, SSC_NUMBER, "stim_total_cost", "Total stimulation well cost", "$", "", "GeoHourly", "calc_drill_costs=1", "", "" },
113113
{ SSC_OUTPUT, SSC_NUMBER, "expl_total_cost", "Total exploration well cost", "$", "", "GeoHourly", "calc_drill_costs=1", "", "" },
114114
{ SSC_OUTPUT, SSC_NUMBER, "conf_total_cost", "Total confirmation well cost", "$", "", "GeoHourly", "calc_drill_costs=1", "", "" },
115-
{ SSC_OUTPUT, SSC_NUMBER, "drilling_total_cost", "Total drilling cost", "$", "", "GeoHourly", "calc_drill_costs=1", "", "" },
115+
{ SSC_OUTPUT, SSC_NUMBER, "total_drilling_cost", "Total drilling cost", "$", "", "GeoHourly", "calc_drill_costs=1", "", "" },
116116
{ SSC_OUTPUT, SSC_NUMBER, "total_pump_cost", "Total pumping cost", "$/kW", "", "GeoHourly", "?", "", "" },
117117
{ SSC_OUTPUT, SSC_NUMBER, "total_gathering_cost", "Total gathering well cost", "$/kW", "", "GeoHourly", "?", "", "" },
118118

0 commit comments

Comments
 (0)