Difference between revisions of "DER VET User Guide/FAQ"

From EPRI Storage Wiki
Jump to navigation Jump to search
en>Etringer
m (corrects some internal user computer paths)
 
m (1 revision imported)
(No difference)

Revision as of 16:37, 31 March 2021


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