diff --git a/ssc/cmod_geothermal_costs.cpp b/ssc/cmod_geothermal_costs.cpp index 05621cb87..42f0d0121 100644 --- a/ssc/cmod_geothermal_costs.cpp +++ b/ssc/cmod_geothermal_costs.cpp @@ -93,9 +93,12 @@ static var_info _cm_vtab_geothermal_costs[] = { { SSC_INPUT, SSC_NUMBER, "geotherm.cost.conf_multiplier", "Confirmation cost multiplier", "", "?=1.2", "GeoHourly", "calc_drill_costs=1", "", "" }, { SSC_INPUT, SSC_NUMBER, "geotherm.cost.expl_num_wells", "Number of exploration wells", "", "?=2", "GeoHourly", "calc_drill_costs=1", "", "" }, { SSC_INPUT, SSC_NUMBER, "geotherm.cost.conf_num_wells", "Number of confirmation wells", "", "?=2", "GeoHourly", "calc_drill_costs=1", "", "" }, + // need defaults? { SSC_INPUT, SSC_NUMBER, "geotherm.cost.pump_fixed", "Fixed pump workover and casing cost", "$", "", "GeoHourly", "", "", "" }, { SSC_INPUT, SSC_NUMBER, "geotherm.cost.pump_per_foot", "Pump cost per foot", "$/ft", "", "GeoHourly", "", "", "" }, - { SSC_INPUT, SSC_NUMBER, "geotherm.cost.pump_geotherm.cost.pump_depth", "Pump depth", "ft", "", "GeoHourly", "", "", "" }, + // name change to match assign statement + // { SSC_INPUT, SSC_NUMBER, "geotherm.cost.pump_geotherm.cost.pump_depth", "Pump depth", "ft", "", "GeoHourly", "", "", "" }, + { SSC_INPUT, SSC_NUMBER, "geotherm.cost.pump_depth", "Pump depth", "ft", "", "GeoHourly", "", "", "" }, { SSC_INPUT, SSC_NUMBER, "geotherm.cost.prod_req", "Number of production wells required", "", "", "GeoHourly", "", "", "" }, { SSC_INPUT, SSC_NUMBER, "pump_size_hp", "Production pump power", "hp", "", "GeoHourly", "", "", "" }, { SSC_INPUT, SSC_NUMBER, "inj_pump_hp", "Injection pump power", "hp", "", "GeoHourly", "", "", "" },