Closed d-cogswell closed 2 years ago
Looks good to me. So previously those capacities were calculated (or read) separately but combined to output only one value? They are mutually exclusive at any time right? Does NDA store them natively in two variables or one variable, in other words, were them native or derived quantities?
Usually, I don't see a need in changing those. But it may help in more complex cases such as in the 'sim' status.
On Fri, Jun 24, 2022 at 1:11 PM Dan Cogswell @.***> wrote:
Should we make this change?
You can view, comment on, or merge this pull request online at:
https://github.com/Solid-Energy-Systems/NewareNDA/pull/8 Commit Summary
- c9d1d70 https://github.com/Solid-Energy-Systems/NewareNDA/pull/8/commits/c9d1d707266c01e77312041650c4668c03dd01f8 Return separate charge/discharge capacity and energy fields.
File Changes
(1 file https://github.com/Solid-Energy-Systems/NewareNDA/pull/8/files)
- M NewareNDA.py https://github.com/Solid-Energy-Systems/NewareNDA/pull/8/files#diff-9490f94fb40da642b9528d7048a9eed55d9bda100f93a707c94292fedc18c279 (12)
Patch Links:
- https://github.com/Solid-Energy-Systems/NewareNDA/pull/8.patch
- https://github.com/Solid-Energy-Systems/NewareNDA/pull/8.diff
— Reply to this email directly, view it on GitHub https://github.com/Solid-Energy-Systems/NewareNDA/pull/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZDN4TSSCQG7HCTFFFTWTI3VQYB6FANCNFSM5ZYXWC4Q . You are receiving this because your review was requested.Message ID: @.***>
--
Yuxiang Liu | Email: @.*** Website: www.electravehicles.com Direct Line: 970 402‑6821 Main Line: +1 (617) 313‑7842 Address: 110 K Street, Suite 330, Boston, MA 02127 http://www.electravehicles.com/ [image: LinkedIn] https://www.linkedin.com/company/electra-vehicles-inc/ [image: Twitter] http://twitter.com/ElectraVehicles https://www.electravehicles.com/eve-ai-adaptive-controls
Yuxiang Liu | Email: @.*** Website: www.electravehicles.com Direct Line: 970 402-6821 Main Line: +1 (617) 313-7842 Address: 110 K Street, Suite 330, Boston, MA 02127
Hi @yliu-electra , charge and discharge capacity (and energy) are stored as separate fields in the nda format, but I had been adding them together to match the Excel output. We also hope keeping the original splitting will help with 'sim'.
I will give that a try and let you know if there are any issues.
Thanks
On Fri, Jun 24, 2022 at 3:14 PM Dan Cogswell @.***> wrote:
Hi @yliu-electra https://github.com/yliu-electra , charge and discharge capacity (and energy) are stored as separate fields in the nda format, but I had been adding them together to match the Excel output. We also hope keeping the original splitting will help with 'sim'.
— Reply to this email directly, view it on GitHub https://github.com/Solid-Energy-Systems/NewareNDA/pull/8#issuecomment-1165945814, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZDN4TQCWUBHNK2VNI6FWJTVQYQMJANCNFSM5ZYXWC4Q . You are receiving this because you were mentioned.Message ID: @.***>
--
Yuxiang Liu | Email: @.*** Website: www.electravehicles.com Direct Line: 970 402‑6821 Main Line: +1 (617) 313‑7842 Address: 110 K Street, Suite 330, Boston, MA 02127 http://www.electravehicles.com/ [image: LinkedIn] https://www.linkedin.com/company/electra-vehicles-inc/ [image: Twitter] http://twitter.com/ElectraVehicles https://www.electravehicles.com/eve-ai-adaptive-controls
Yuxiang Liu | Email: @.*** Website: www.electravehicles.com Direct Line: 970 402-6821 Main Line: +1 (617) 313-7842 Address: 110 K Street, Suite 330, Boston, MA 02127
Should we make this change?