NREL / OpenStudio-PAT

The Parametric Analysis Tool (PAT) is part of the OpenStudio collection of software tools.
https://www.openstudio.net/
Other
26 stars 12 forks source link

Allow custom analysis name different than PAT project name #30

Closed kflemin closed 6 years ago

kflemin commented 6 years ago

From @DavidGoldwasser on June 27, 2017 16:45

This is similar to "Analysis Name" in the Run setup section of the analysis spreadsheet. Both on local and cloud runs i may have 10-15 runs with the same name, and it is hard to keep track of them. It isn't reasonable to keep doing save as locally on PAT projects for this. I typically appended some common name with what is unique about that run. When doing QAQC I fix one thing and re-run ,fix another re-run, and look at changes from one run to the next.

There is a "projectName" field at the top of pat.json, but changing that in text editor and saving didn't affect name of analysis on server, and when PAT project is saved "projectName" as revered back to the parent directory name. There is a separate field in pat.json for "projectDir" that gives full path. Not sure if/where "projectName" is used.

Copied from original issue: NREL/OpenStudio#2678

kflemin commented 6 years ago

From @shorowit on June 28, 2017 17:20

+1

kflemin commented 6 years ago

Added analysis name input to run tab. Defaults to project name. ed3098c73693786136def0222cf0e1039d39dbce

DavidGoldwasser commented 6 years ago

:)