Skip to content

Commit

Permalink
Add force_dispatch to all_inputs_test.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Becker committed Jan 18, 2025
1 parent 4e83a83 commit 99449f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions reoptjl/test/posts/all_inputs_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@
"can_serve_cooling": true,
"force_into_system": false,
"avoided_capex_by_ashp_present_value": 0,
"back_up_temp_threshold_degF": -10.0
"back_up_temp_threshold_degF": -10.0,
"force_dispatch": false
},
"ASHPWaterHeater": {
"min_ton": 10.0,
Expand All @@ -385,6 +386,7 @@
"heating_reference_temps_degF": [-5, 17, 47],
"force_into_system": false,
"avoided_capex_by_ashp_present_value": 0,
"back_up_temp_threshold_degF": -10.0
"back_up_temp_threshold_degF": -10.0,
"force_dispatch": false
}
}

0 comments on commit 99449f8

Please sign in to comment.