Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 2.07 KB

updating_projects.rst

File metadata and controls

37 lines (21 loc) · 2.07 KB

Updating Projects

Once you have successfully run the rake tests described in rake_tasks, you are ready to update your PAT project(s) and run ResStock analyses.

Discrepancies may exist between top-level measures and project-level measures, you will need to:

  • Check for Updates <check-for-updates>
  • Refresh Outputs <refresh-outputs>

Once these two items have been completed, you are ready to start an AWS server and run your project. (See ../tutorial/run_project for more information.) Datapoint failures may be dealt with using instructions found in debugging.

Check for Updates

You want project-level measures to be up-to-date with top-level measures (measures found in <project_name>/measures vs. those found in the top-level measures folder). To ensure this, click the blue "Check for Updates" button on the Measures Selection tab:

image

Then select any icons that appear in the Update column, as in the following example:

image

Click "Update Project" after each icon click. Click "OK" when done.

Refresh Outputs

If you made changes to any housing_characteristics tsv files, or Building Characteristics Report or Simulation Output Report measures, you will need to make updates on the Outputs tab. To do this run rake update_measures, and then remove the measure(s) from the project and re-add them, making sure they occupy the original position in the workflow order.

Then navigate to the Outputs tab, select the measure(s) you've re-added, and then choose the outputs to include. Click "OK" when done. These outputs will be included in the summary results csv file.

image