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
*Describe your change, including links to relevant tracking issue(s), implementation approach, new/updated documentation,
4
+
and any other relevant information.*
5
+
6
+
# Testing & Verification
7
+
8
+
1. Unit tests added: *Describe new unit tests added, if any.*
9
+
1. Unit tests updated: *Describe existing unit tests that were updated, if any.*
10
+
1. Manual testing: *Describe any additional manual testing steps that were performed, such as running the change on a pre-existing data set you own.*
11
+
12
+
---
13
+
14
+
**Change Checklist**:
15
+
16
+
Observe the following checklist items if your change includes a new version (see [versioning notes](https://github.com/NREL/GEOPHIRES-X/blob/main/CHANGELOG.rst#versioning-notes) and [version management docs](https://github.com/NREL/GEOPHIRES-X/blob/main/CONTRIBUTING.rst#version-management)).
17
+
18
+
Before merging:
19
+
1.[ ] Add a CHANGELOG entry ([example](https://github.com/NREL/GEOPHIRES-X/commit/15e10e5c3c08633a16645e41dfb7e8131805483f)). RST Template:
1.[ ] Push tag(s) to GitHub: `git push origin refs/tags/vM.m.P`
26
+
1.[ ] Post a change announcement to the [GEOPHIRES Change Announcements Discussion](https://github.com/NREL/GEOPHIRES-X/discussions/428) ([example](https://github.com/NREL/GEOPHIRES-X/discussions/428#discussioncomment-14593405)). Markdown template:
3.9.48: `Well diameter outputs, surface plant cost, non-SAM-EM Inflation costs during construction <https://github.com/NREL/GEOPHIRES-X/pull/412>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.48>`__
27
+
28
+
3.9.47: `Add-Ons support for SAM Economic Models <https://nrel.github.io/GEOPHIRES-X/SAM-Economic-Models.html#add-ons>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.47>`__
3.9.33: `Parameterize Reservoir Stimulation Capital Cost per well <https://github.com/NREL/GEOPHIRES-X/pull/399>`__, `Allow input parameters in CSV <https://github.com/NREL/GEOPHIRES-X/pull/398>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.33>`__
3.9.29: `Move Getting Started to separate documentation page; MPF Gringarten name <https://github.com/NREL/GEOPHIRES-X/pull/396>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.29>`__
45
+
46
+
3.9.28: `Peaking Boiler Cost per kW; Increase allowed fractures; Honor Capital Cost for Power Plant; Client caching fix; Cape-4 laterals & res. vol.; Doublets parameter <https://github.com/NREL/GEOPHIRES-X/pull/394>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.28>`__
47
+
48
+
3.9.16: `Fervo Cape Station 500 MWe Update + 50 MWe SAM Example <https://github.com/NREL/GEOPHIRES-X/pull/389>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.16>`__
49
+
50
+
3.9.8: `Missing percent unit fixes <https://github.com/NREL/GEOPHIRES-X/pull/388>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.8>`__
51
+
52
+
3.9: `SAM Single Owner PPA Economic Model <https://nrel.github.io/GEOPHIRES-X/SAM-Economic-Models.html>`__ | `release <https://github.com/NREL/GEOPHIRES-X/releases/tag/v3.9.7>`__
Changes default output file path to the original working directory instead of the the GEOPHIRES module source directory (usually ``geophires-x`` or ``src/geophires_x``, depending on package installation type).
57
95
This affects:
@@ -71,7 +109,7 @@ Affected users who do not want the new behavior can specify absolute output path
- New repository: https://github.com/NREL/GEOPHIRES-X (Originally https://github.com/NREL/python-geophires-x, renamed to GEOPHIRES-X 2023-12-15 per https://github.com/NREL/GEOPHIRES-X/issues/48.)
@@ -144,3 +182,11 @@ as intermediate internal-only patch versions are sometimes introduced during the
144
182
(Improved designation and distribution of releases for public consumption may eventually be addressed by
145
183
`publishing to PyPI <https://github.com/NREL/GEOPHIRES-X/issues/117>`__ and/or use of
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ Contributing
4
4
5
5
Contributions are welcome and greatly appreciated. GEOPHIRES is free and open source software that is built with collaboration and knowledge sharing. Don't hesitate to reach out to `the authors <AUTHORS.rst>`__ if you are interested in contributing in any way — big or small!
6
6
7
+
GEOPHIRES Project Tenets
8
+
========================
9
+
10
+
1. **Empower Users to Develop & Deploy Geothermal Technology**: GEOPHIRES's core tenet is to serve the geothermal techno-economic analysis needs of our users including public sector, industry, and academic, especially with regards to the development and deployment of next-generation geothermal technology.
11
+
12
+
2. **Correctness & Credibility**: GEOPHIRES strives to be maximally accurate according to state-of-the-art research consensus. SME review is required for all changes.
13
+
14
+
3. **Build Open Consensus & Community**: We build geothermal industry and stakeholder consensus through open source transparency into GEOPHIRES methodology and calculations. We embrace geothermal community participation and contribution as core aspects of fostering consensus.
15
+
16
+
4. **Continuous Improvement**: GEOPHIRES is updated continuously to reflect the latest geothermal industry research and developments. Software engineering best practices including automated test coverage ensure code quality and compliance with specifications.
0 commit comments