REopt_API icon indicating copy to clipboard operation
REopt_API copied to clipboard

The model for the REopt API, which is used as the back-end for the REopt Webtool (reopt.nrel.gov/tool), and can be accessed directly via the NREL Developer Network (https://developer.nrel.gov/docs/ene...

Results 86 REopt_API issues
Sort by recently updated
recently updated
newest added

the way the JuMP model is formulated now any existing generator costs are marked up with two_party_factor. We will need to account for existing generator separately

the way the JuMP model is formulated now any existing PV costs are marked up with two_party_factor. We will need to account for existing PV separately

In this test: https://github.com/NREL/REopt_Lite_API/blob/265f360aef174276a8970ba346cb7c7585e0c6a0/reo/tests/test_diesel_gen_sizing.py#L65 if you set ``` nested_data['Scenario']['Site']['LoadProfile']['loads_kw_is_net'] = False ``` the BAU problem becomes Infeasible. The issue appears to be here: https://github.com/NREL/REopt_Lite_API/blob/265f360aef174276a8970ba346cb7c7585e0c6a0/reo/src/load_profile.py#L670 where the `sustain_hours` result is `2`...

This updates REopt.jl to the latest version which includes Heating and Cooling Load time series outputs.

### Please check if the PR fulfills these requirements - [x] CHANGELOG.md is updated - [x] Tests for the changes have been added (for bug fixes / features) - [...

enhancement

### Please check if the PR fulfills these requirements - [ ] CHANGELOG.md is updated - [ ] Tests for the changes have been added (for bug fixes / features)...

### Please check if the PR fulfills these requirements - [ ] CHANGELOG.md is updated - [ ] Tests for the changes have been added (for bug fixes / features)...

At least some of the defaults for Django model fields such as `PV.installed_cost_per_kw` and `PV.om_cost_per_kw` are based on `v1` defaults, and they should be changed to `v2` defaults.