Skip to content

Commit

Permalink
uncomment sweeps
Browse files Browse the repository at this point in the history
  • Loading branch information
kurbansitterley committed Dec 18, 2024
1 parent 42d9d3b commit dfbc3cb
Showing 1 changed file with 54 additions and 54 deletions.
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
# KBHDP_RPT_2_frac_heat_from_grid_sweep:
# build_defaults:
# grid_frac_heat: 0.5
# sweep_param_loop:
# frac_heat_from_grid:
# type: LinearSample
# param: fs.costing.frac_heat_from_grid
# lower_limit: 0.1
# upper_limit: 0.9
# num_samples: 2
# KBHDP_RPT_2_fpc_cost_sweep:
# build_defaults:
# heat_price: 0.01
# water_recovery: 0.35
# sweep_param_loop:
# fpc_cost:
# type: LinearSample
# param: fs.energy.costing.flat_plate.fixed_operating_by_capacity
# lower_limit: 1
# upper_limit: 15
# num_samples: 2
# KBHDP_RPT_2_heat_price_sweep:
# build_defaults:
# heat_price: 0.01
# water_recovery: 0.35
# sweep_param_loop:
# heat_cost_buy:
# type: LinearSample
# param: fs.costing.heat_cost_buy
# lower_limit: 0.005
# upper_limit: 0.015
# num_samples: 11
KBHDP_RPT_2_frac_heat_from_grid_sweep:
build_defaults:
grid_frac_heat: 0.5
sweep_param_loop:
frac_heat_from_grid:
type: LinearSample
param: fs.costing.frac_heat_from_grid
lower_limit: 0.1
upper_limit: 0.9
num_samples: 11
KBHDP_RPT_2_fpc_cost_sweep:
build_defaults:
heat_price: 0.01
water_recovery: 0.35
sweep_param_loop:
fpc_cost:
type: LinearSample
param: fs.energy.costing.flat_plate.fixed_operating_by_capacity
lower_limit: 1
upper_limit: 15
num_samples: 11
KBHDP_RPT_2_heat_price_sweep:
build_defaults:
heat_price: 0.01
water_recovery: 0.35
sweep_param_loop:
heat_cost_buy:
type: LinearSample
param: fs.costing.heat_cost_buy
lower_limit: 0.005
upper_limit: 0.015
num_samples: 11
KBHDP_RPT_2_collector_cost_sweep:
build_defaults:
heat_price: 0.00894
Expand All @@ -41,25 +41,25 @@ KBHDP_RPT_2_collector_cost_sweep:
lower_limit: 0
upper_limit: 600
num_samples: 11
# KBHDP_RPT_2_water_recovery_sweep:
# build_defaults:
# grid_frac_heat: 0.5
# water_recovery: 0.4
# sweep_param_loop:
# water_recovery:
# type: LinearSample
# param: fs.water_recovery
# lower_limit: 0.3
# upper_limit: 0.45
# num_samples: 2
# KBHDP_RPT_2_disposal_cost_sweep:
# build_defaults:
# grid_frac_heat: 0.5
# water_recovery: 0.4
# sweep_param_loop:
# disposal_cost:
# type: LinearSample
# param: fs.treatment.costing.deep_well_injection.dwi_lcow
# lower_limit: 0.05
# upper_limit: 0.1
# num_samples: 2
KBHDP_RPT_2_water_recovery_sweep:
build_defaults:
grid_frac_heat: 0.5
water_recovery: 0.4
sweep_param_loop:
water_recovery:
type: LinearSample
param: fs.water_recovery
lower_limit: 0.3
upper_limit: 0.45
num_samples: 11
KBHDP_RPT_2_disposal_cost_sweep:
build_defaults:
grid_frac_heat: 0.5
water_recovery: 0.4
sweep_param_loop:
disposal_cost:
type: LinearSample
param: fs.treatment.costing.deep_well_injection.dwi_lcow
lower_limit: 0.05
upper_limit: 0.1
num_samples: 11

0 comments on commit dfbc3cb

Please sign in to comment.