You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -634,7 +634,7 @@ __Bugfixes__
634
634
__Breaking changes__
635
635
- OpenStudio version 2.9.1 is now required.
636
636
- The `--hourly-output` argument now only generates hourly output for the Reference/Rated Homes, not the IAD Homes, for faster runtime.
637
-
- Foundation walls described with the `Insulation/Layer` approach now require two layers (i.e., interior and exterior). (Foundation walls described using the `Insulation/AssemblyEffectiveRValue` approach are unchanged.) See [here](https://github.com/NREL/OpenStudio-HPXML/pull/120) for more information.
637
+
- Foundation walls described with the `Insulation/Layer` approach now require two layers (i.e., interior and exterior). (Foundation walls described using the `Insulation/AssemblyEffectiveRValue` approach are unchanged.) See [here](https://github.com/NatLabRockies/OpenStudio-HPXML/pull/120) for more information.
638
638
639
639
__New Features__
640
640
- Runtime performance improvements for all buildings.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
OpenStudio®-ERI
2
2
==============
3
3
4
-
[](https://github.com/NREL/OpenStudio-ERI/releases)
[](https://github.com/NatLabRockies/OpenStudio-ERI/releases)
The OpenStudio-ERI project allows calculating an Energy Rating Index (ERI) using the Department of Energy's [EnergyPlus™](https://energyplus.net/) simulation platform.
10
-
The building description is provided in an [HPXML file](https://hpxml.nrel.gov/) format.
10
+
The building description is provided in an [HPXML file](https://hpxml.nlr.gov/) format.
11
11
OpenStudio-ERI is intended to be used by user interfaces or other automated software workflows that automatically produce the HPXML file.
12
12
13
13
The project supports:
@@ -18,7 +18,7 @@ The project supports:
18
18
19
19
For more information on running simulations, generating HPXML files, etc., please visit the [documentation](https://openstudio-eri.readthedocs.io/en/latest).
20
20
21
-
OpenStudio-ERI uses [OpenStudio-HPXML](https://github.com/NREL/OpenStudio-HPXML) to run the individual EnergyPlus simulations.
21
+
OpenStudio-ERI uses [OpenStudio-HPXML](https://github.com/NatLabRockies/OpenStudio-HPXML) to run the individual EnergyPlus simulations.
@@ -32,12 +32,12 @@ OpenStudio-ERI is used by a number of software products or organizations, includ
32
32
-[HouseRater](https://www.houserater.com)
33
33
-[REM/Rate™](https://www.remrate.com)
34
34
35
-
Are you using OpenStudio-ERI and want to be mentioned here? [Email us](mailto:scott.horowitz@nrel.gov) or [open a Pull Request](https://github.com/NREL/OpenStudio-ERI/edit/master/README.md).
35
+
Are you using OpenStudio-ERI and want to be mentioned here? [Email us](mailto:scott.horowitz@nlr.gov) or [open a Pull Request](https://github.com/NatLabRockies/OpenStudio-ERI/edit/master/README.md).
36
36
37
37
## License
38
38
39
39
This workflow is available under a BSD-3-like license, which is a free, open-source, and permissive license.
40
-
For more information, check out the [license file](https://github.com/NREL/OpenStudio-ERI/blob/master/LICENSE.md).
40
+
For more information, check out the [license file](https://github.com/NatLabRockies/OpenStudio-ERI/blob/master/LICENSE.md).
Copy file name to clipboardExpand all lines: docs/source/intro.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ Introduction
2
2
============
3
3
4
4
The OpenStudio-ERI project allows calculating an Energy Rating Index (ERI) using the Department of Energy's open-source `OpenStudio <https://www.openstudio.net/>`_/`EnergyPlus <https://energyplus.net/>`_ simulation platform.
5
-
The building description is provided in an `HPXML file <https://hpxml.nrel.gov/>`_ format.
5
+
The building description is provided in an `HPXML file <https://hpxml.nlr.gov/>`_ format.
6
6
7
7
The project supports:
8
8
@@ -14,7 +14,7 @@ The project supports:
14
14
License
15
15
-------
16
16
17
-
This workflow is available under a BSD-3-like license, which is a free, open-source, and permissive license. For more information, check out the `license file <https://github.com/NREL/OpenStudio-ERI/blob/master/LICENSE.md>`_.
17
+
This workflow is available under a BSD-3-like license, which is a free, open-source, and permissive license. For more information, check out the `license file <https://github.com/NatLabRockies/OpenStudio-ERI/blob/master/LICENSE.md>`_.
Copy file name to clipboardExpand all lines: docs/source/packaging.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ First, OpenStudio must be available.
12
12
Web applications may wish to use the `nrel/openstudio docker image <https://hub.docker.com/r/nrel/openstudio>`_.
13
13
Alternatively, the OpenStudio installer can be executed on the web server -- only the EnergyPlus and Command Line Interface (CLI) components are required.
14
14
15
-
Then grab the latest `OpenStudio-ERI release <https://github.com/NREL/OpenStudio-ERI/releases>`_.
15
+
Then grab the latest `OpenStudio-ERI release <https://github.com/NatLabRockies/OpenStudio-ERI/releases>`_.
16
16
17
17
Desktop Applications
18
18
--------------------
@@ -23,4 +23,4 @@ First, OpenStudio must be bundled -- only the EnergyPlus and Command Line Interf
23
23
Either the OpenStudio setup file can be automatically run as part of your install, or the OpenStudio application can be installed to a local computer and its contents can be re-bundled in your installer (there are no external dependencies required).
24
24
The only required OpenStudio contents are the ``openstudio/bin`` and ``openstudio/EnergyPlus`` directories.
25
25
26
-
Then grab the latest `OpenStudio-ERI release <https://github.com/NREL/OpenStudio-ERI/releases>`_.
26
+
Then grab the latest `OpenStudio-ERI release <https://github.com/NatLabRockies/OpenStudio-ERI/releases>`_.
Copy file name to clipboardExpand all lines: docs/source/usage_instructions.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Setup
6
6
7
7
To get started:
8
8
9
-
#. Either download `OpenStudio 3.11.0 <https://github.com/NREL/OpenStudio/releases/tag/v3.11.0>`_ and install the Command Line Interface/EnergyPlus components, or use the `nrel/openstudio docker image <https://hub.docker.com/r/nrel/openstudio>`_.
10
-
#. Download the `latest release <https://github.com/NREL/OpenStudio-ERI/releases>`_ release.
9
+
#. Either download `OpenStudio 3.11.0 <https://github.com/NatLabRockies/OpenStudio/releases/tag/v3.11.0>`_ and install the Command Line Interface/EnergyPlus components, or use the `nrel/openstudio docker image <https://hub.docker.com/r/nrel/openstudio>`_.
10
+
#. Download the `latest release <https://github.com/NatLabRockies/OpenStudio-ERI/releases>`_ release.
.. [#] Fuel choices can be found at the `HPXML Toolbox website <https://hpxml.nrel.gov/datadictionary/3.0.0/Building/BuildingDetails/BuildingSummary/Site/FuelTypesAvailable/Fuel>`_.
247
+
.. [#] Fuel choices can be found at the `HPXML Toolbox website <https://hpxml.nlr.gov/datadictionary/latest/Building/BuildingDetails/BuildingSummary/Site/FuelTypesAvailable/Fuel>`_.
248
248
249
249
.. note::
250
250
@@ -2486,7 +2486,7 @@ A simple solar hot water system is entered as a ``/HPXML/Building/BuildingDetail
.. [#] Portion of total conventional hot water heating load (delivered energy plus tank standby losses).
2489
-
Can be obtained from `Directory of SRCC OG-300 Solar Water Heating System Ratings <https://solar-rating.org/programs/og-300-program/>`_ or NREL's `System Advisor Model <https://sam.nrel.gov/>`_ or equivalent.
2489
+
Can be obtained from `Directory of SRCC OG-300 Solar Water Heating System Ratings <https://solar-rating.org/programs/og-300-program/>`_ or NLR's `System Advisor Model <https://sam.nlr.gov/>`_ or equivalent.
2490
2490
.. [#] ConnectedTo must reference a ``WaterHeatingSystem``.
2491
2491
The referenced water heater cannot be a space-heating boiler nor attached to a desuperheater.
2492
2492
.. [#] If ConnectedTo not provided, solar fraction will apply to all water heaters in the building.
@@ -2529,7 +2529,7 @@ HPXML Photovoltaics
2529
2529
2530
2530
Each solar electric photovoltaic (PV) system is entered as a ``/HPXML/Building/BuildingDetails/Systems/Photovoltaics/PVSystem``.
2531
2531
2532
-
Many of the inputs are adopted from the `PVWatts model <https://pvwatts.nrel.gov>`_.
2532
+
Many of the inputs are adopted from the `PVWatts model <https://pvwatts.nlr.gov/>`_.
0 commit comments