FAQ

From EPRI Storage Wiki
< DER VET User Guide
Revision as of 19:04, 30 March 2021 by en>Etringer (corrects some internal user computer paths)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Question Answer
Why is the DER-VET downloadable app file size so large? One reason is that the DER-VET app was built using the Electron framework. Electron apps ship with the latest stable version of Chrome and Node.js built in. These boiler-plate packages add ~100 Mb to the file size. The DER-VET app file size is not related to its performance when installed.
When using the DER-VET app, where do my results files end up if I do not choose a custom Output Folder in Project Configuration? Note that files written to these paths are over-written with each DER-VET run.

Windows users:

{user profile}\AppData\Roaming\DER-VET\DER-VET\results\

Mac users:

$HOME/Library/Application Support/DER-VET/DER-VET/results/
When using the DER-VET app, are log files written somewhere for debugging purposes? Note that this log file is appended to with each DER-VET run.

Windows users:

{user profile}\AppData\Roaming\DER-VET\logs\main.log

Mac users:

$HOME/Library/Logs/DER-VET/main.log