-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ME cost, design feature additions #1423
Conversation
selections; ssc_eqn setup
rather than hide for floating array choice
* Update to Cambium 2022 * Update URL in webapis.conf. * On UI form, read UUID from URL in webapis.conf instead of hard coding it. Future updates should only require updating the URL in webapis.conf. * Revise tooltip descriptions to be Cambium version agnositc. * Fix UI group box sizes so Merchant Plant Revenue page are all same size. * Cambium sample script * Update sample script to Cambium 2020. * Update sample script to work for all PPA models, including Host Developer. * Cambium macro button for PPA models * Create macro based on sample script and add button to Revenue or Time of Delivery input page for all PPA models. * Help revisions for Cambium 2022 * UI adjustments for Mac/Linux * Update multiple year downloads for Cambium 2022 * Add optional escalation rate input and update defaults * Support non-monotonic available years from Cambium (Cambium 2020 years were even years, Cambium 2022 varies) * Update Help * Update UI descriptions and tooltips * Fix application of cambium escalation for copied data * Fix cambium progress bar text * Allow escalation for single-year download * Help updates for cambium single-year escalation * Fix input number format
* Migrate from wtk-srw-download to wtk-download * Adds option to download subhourly wind resource data * Fix intervals list * Clean up WIND Toolkit download messages * Fix string declarations and typo
Fix equation call to geothermal costs calculations
Nice work on this! Here's some feedback from my tests. DefaultsDefault errors on load for following configurations:
ArrayExport cable voltage units are "kV AC" while inter-array and riser cable voltages are in kV. Either use AC/DC for all unit labels, or none. Export cable voltage units kV HVDC is inconsistent with kV AC. For example, both 400 kV AC and 300 kV HVDC are both high voltage, but only the DC units use "HV". I would recommend using kVac and kVdc for all, (or kV AC and kV DC). Note that user interface for other technologies uses convention of kVac instead of kV AC. I think we can use to use kV AC for marine energy, as long as it is consistent throughout all marine energy UI forms and documentation. Tidal Energy ConverterUse separate forms and exclusive vars to load options from UI callback error when switching to "Import tidal converter" option. Capital Cost PagesUse same label for all R-value inputs. For example, Device Costs uses "Array scaling R-value" for column heading, but Structural Assembly cost breakdown uses "[Category name] cost scaling value". The term "array scaling" is not clear. We can explain what it means in Help, or perhaps use different term if there is one that is clearer. UI callback error on wave Capital Costs: BOS page when expanding "Development Cost Breakdown" panel. Documentation Requirements for HelpArrayDescription of Cable Specifications input options. Definitions of new cable specification inputs:
Tidal Energy ConverterDescription of new "Design tidal converter" option. Definitions of new design converter inputs:
Capital Cost PagesDescription of "use array scaling" option and equations. Definitions of new cost inputs:
|
@mjprilliman Updates since last push look good. The default "Design tidal converter" option doesn't have a power curve. Do you want to set defaults for a valid power curve? |
Description
Type of change
Please delete options that are not relevant.
Checklist:
If you have added a new compute module in a SSC pull request related to this one, be sure to check the Process Requirements.