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 gemfile #249

Closed tijcolem closed 1 year ago

tijcolem commented 1 year ago

Related https://github.com/NREL/OpenStudio-server/pull/686

Allows users in PAT to set an attribute in the pat.json and osa.json "gemfile": true, "gemfile": false, to include a Gemfile in the osa project directory. PAT will include the Gemfile in the analysis.zip. It is the user's responsibility to include this in the osa project root directory. PAT merly provides a way to allows users the option to set the flag to use it.

The new setting is under "Advanced CLI and OS-Server Timeout Settings" along with other analysis options. Also I included the "Advanced CLI and OS-Server Timeout Settings" for manual runs. This is/was currently only accessible under algorithmic runs. @brianlball If these options are not applicable, we can remove.

Screen Shot 2023-01-31 at 11 27 54 AM