Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

What is the quickest way to copy a PAT file?

asked 2019-01-28 12:40:00 -0500

Ruth Urban's avatar

updated 2019-01-28 13:52:13 -0500

I am running multiple PAT runs. The set of design alternatives for each file is very similar, but the base OpenStudio file changes. I don't want to put all runs into a single PAT run. I've been using "save as" to create a new PAT file, and then I tweak the new file appropriately. "Save as" takes a long time--and I'm guessing I am duplicating more than I need to. Is there a quicker way to do this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2019-01-29 09:10:23 -0500

updated 2019-01-29 15:33:54 -0500

Here is a general answer for PAT project cleanup that could be used for a number of use cases. This would include copying a pat project, distributing a PAT project to someone else, or committing a PAT project to a version control repository like Git.

  1. After you run an analysis in PAT and you are done looking at results, clear all simulation results. You can do this on the Run tab by clicking the "C" All button. It will be the column header about the "C" for each datapoint. The reason for doing this is that while the "pat.json" is an input file, it gets overloaded with high level simulation results after a run. A 500k input file can explode to 100MB with results.
  2. Save the PAT project and then quit PAT. The reason for this is that a number of temporary files are created while PAT is open, you don't want these copied or committed to a code repository.
  3. Remove any other "json" files at the top of your project along with "zip" files with the same name. These are generated when you run an analysis, and then sent to the server to run the analysis. They are re-generated the next time you run an analysis from PAT.
  4. Remove directories named "clusters, data, localResuls, logs". You should not see "temp_data" if you already quit PAT, but if you see that, remove it as well.
  5. All that should be left is "pat.json, measures, seeds, weather". You may also have a "scripts" directory as well. If you do leave that one alone. It is used for initialization and finalization scripts.

At this point you have clean PAT project that is ready to be copied, zipped and emailed to someone, or committed to a version control repository.

A bonus step if you developed and tested any of the measures in your PAT project. Some measure tests result in an "outputs" directory. This is used to store test results but not needed to run a measure. You should not see this on measure from BCL but may on measure you wrote and tested on your own. If the measure happens to be a reporting measure then the "outputs" directory will contain full simulation results for one or more test. This will make your file much larger to copy or commit.

edit flag offensive delete link more

Comments

This is very helpful. Thanks!

Ruth Urban's avatar Ruth Urban  ( 2019-01-29 14:34:25 -0500 )edit

Happy to help, we should really have it documented better. I'm a big fan of version control for working with PAT projects. Due to the nature of how it works, the pat.json and associated files may change even when you are not clicking "Save" on the PAT project.

David Goldwasser's avatar David Goldwasser  ( 2019-01-29 15:35:27 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

2 followers

Stats

Asked: 2019-01-28 12:40:00 -0500

Seen: 189 times

Last updated: Jan 29 '19