Skip to content

Commit fcbcaa9

Browse files
committed
6.4.3
1 parent 5d0ac0c commit fcbcaa9

File tree

6 files changed

+40
-9
lines changed

6 files changed

+40
-9
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
## Unreleased
44

5-
[Please see the wiki-page](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.4.3)
5+
[Please see the wiki-page](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.4.4)
66

77
----
88

9+
## 6.4.3
10+
11+
[Changelog for OpenGeoSys 6.4.3](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.4.3)
12+
913
## 6.4.2
1014

1115
[Changelog for OpenGeoSys 6.4.2](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.4.2)

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license: BSD-3-Clause
99
# DOI representing all versions, do not change:
1010
doi: 10.5281/zenodo.591265
1111
# The following needs to be adapted on releases:
12-
version: "6.4.2"
12+
version: "6.4.3"
1313
date-released: "2022-04-01"
1414
identifiers:
1515
- type: doi

Documentation/mainpage.dox.in

+8-6
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
* OpenGeoSys (OGS) is a scientific open source project for the development of
44
* numerical methods for the simulation of thermo-hydro-mechanical-chemical
55
* (THMC) processes in porous and fractured media. OGS is implemented in C++, it
6-
* is object-oriented with an focus on the numerical solution of coupled multi-field
7-
* problems (multi-physics). Parallel versions of OGS are available relying on
8-
* both MPI and OpenMP concepts.
6+
* is object-oriented with an focus on the numerical solution of coupled
7+
* multi-field problems (multi-physics). Parallel versions of OGS are available
8+
* relying on both MPI and OpenMP concepts.
99
*
1010
* Application areas of OGS are currently CO2
1111
* sequestration, geothermal energy, water resources management, hydrology and
12-
* waste deposition. OGS is comprised of the THMC-simulator (simply referred to as
13-
* *OGS*) and a visualization tool (*Data Explorer*).
12+
* waste deposition. OGS is comprised of the THMC-simulator (simply referred to
13+
* as *OGS*) and a visualization tool (*Data Explorer*).
1414
*
1515
* OGS is developed by the OpenGeoSys Community.
1616
*
@@ -21,6 +21,7 @@
2121
*
2222
* The documentation for OGS releases can be found here:
2323
*
24+
* - https://doxygen.opengeosys.org/v6.4.3
2425
* - https://doxygen.opengeosys.org/v6.4.2
2526
* - https://doxygen.opengeosys.org/v6.4.1
2627
* - https://doxygen.opengeosys.org/v6.4.0
@@ -30,7 +31,8 @@
3031
* - OGS home page: https://opengeosys.org/
3132
* - Selected benchmarks: https://opengeosys.org/docs/benchmarks
3233
* - Developer guide: https://opengeosys.org/docs/devguide
33-
* - Data Explorer (GUI) manual: https://gitlab.opengeosys.org/ogs/data_explorer_manual/-/jobs/artifacts/master/raw/ogsde-man.pdf?job=build
34+
* - Data Explorer (GUI) manual:
35+
* https://gitlab.opengeosys.org/ogs/data_explorer_manual/-/jobs/artifacts/master/raw/ogsde-man.pdf?job=build
3436
* - Discussion forum: https://discourse.opengeosys.org
3537
*
3638
* \section internal_modules Internal Modules

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ OpenGeoSys is distributed under the Modified BSD License. See the
2929
[ogs]: https://www.opengeosys.org
3030
[documentation]: https://www.opengeosys.org/docs/
3131
[docs-master]: https://doxygen.opengeosys.org/
32-
[docs-release]: https://doxygen.opengeosys.org/v6.4.2
32+
[docs-release]: https://doxygen.opengeosys.org/v6.4.3
3333
[license-source]: https://github.com/ufz/ogs/blob/master/LICENSE.txt

scripts/doc/_redirects

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
/v6.4.1 https://doxygen.opengeosys.org/v6.4.1/index.html 301
66
/v6.4.1/* https://ogs-doxygen-v6-4-1.netlify.app/:splat 200!
77
/v6.4.2/* https://ogs-doxygen-v6-4-2.netlify.app/:splat 200!
8+
/v6.4.3/* https://ogs-doxygen-v6-4-3.netlify.app/:splat 200!

web/content/releases/6.4.3.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
+++
2+
date = "2022-09-19T13:10:13+01:00"
3+
title = "OpenGeoSys 6.4.3"
4+
tag = "6.4.3"
5+
author = "Lars Bilke"
6+
release_date = "2022-09-19"
7+
8+
[downloads]
9+
binary = [
10+
"Windows-10.0.22000-python-3.10.7-de-utils.zip",
11+
"Windows-10.0.22000-python-3.10.7-utils.zip",
12+
"Windows-10.0.22000-de-utils.zip",
13+
"Windows-10.0.22000-utils.zip"
14+
]
15+
container = [
16+
"serial.sif",
17+
"openmpi-4.0.5.sif",
18+
]
19+
note = """
20+
**Note:** When using Python bindings make sure to have Python installed on your system:
21+
22+
- Windows: [Python 3.10.7](https://www.python.org/ftp/python/3.10.7/python-3.10.7-amd64.exe)
23+
"""
24+
+++

0 commit comments

Comments
 (0)