Skip to content

Commit a852785

Browse files
author
og
committed
New OxyPOM version 2.0.0 with minor changes in readme
1 parent b793e7d commit a852785

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

ChangeLog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ SPDX-FileContributor: Carsten Lemmen <carsten.lemmen@hereon.de>
99
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1010
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1111

12-
# Release notes for version 1.0.1 (ongoing)
12+
# Release notes for version 2.0.0 (ongoing)
13+
14+
- Virus infection as a mortality for micro-algae
15+
- Clean up unused variables
16+
- Revised re-aeration routine
17+
- Revised temperature-dependent mortality
18+
- Revised stoichiometry for micro-algae
19+
20+
# Release notes for version 1.0.1
1321

1422
- Cleanup of git history
1523
- Simulation results available as artifacts

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: CC0-1.0
33
# SPDX-FileContributor: Carsten Lemmen <carsten.lemmen@hereon.de>
44

5-
VERSION=1.0.0
5+
VERSION=2.0.0
66
DATE=$(shell date +%Y-%m-%d)
77
IP=$(shell ifconfig en0 | grep inet\ | cut -d " " -f2)
88
PWD=$(shell pwd)

ReadMe.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Apache-2.0 (OxyPOM and DiaMo)
112112

113113
## Project status
114114

115-
This is part of the `DAM-ElbeXtreme` project.
115+
This is part of the `DAM-ElbeXtgreme` project.
116116

117117
## Contributing and reporting
118118

@@ -128,3 +128,13 @@ On the following page "Login to Helmholtz AAI OAuth2 Authorization Server", sear
128128
If you are not already registered on the HIFIS GitLab instance, a confirmation email will be sent to the primary email address registered with your authentication provider.
129129
After clicking the confirmation link, you will also be asked to provide a name on this GitLab instance; this will be your nickname.
130130
Help on this one-time registration process is available from [https://hifis.net/tutorial/2021/06/23/how-to-helmholtz-aai.html](https://hifis.net/tutorial/2021/06/23/how-to-helmholtz-aai.html).
131+
132+
## Building the package
133+
134+
To build a new package, after committing the changes:
135+
136+
1. describe new, deprecated and changed features in `ChangeLog.md`.
137+
2. change the version value `VERSION=NEW_VERSION` in `Makefile`
138+
3. make the package, i.e. run `make version`
139+
4. create a new version tag with `git tag vNEW_VERSION`
140+
5. push your changes

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"contIntegration": "https://codebase.helmholtz.cloud/dam-elbextreme/oxypom/-/pipelines",
77
"dateCreated": "2025-01-24",
88
"datePublished": "2025-03-13",
9-
"dateModified": "2025-03-21",
9+
"dateModified": "2025-09-03",
1010
"issueTracker": "https://codebase.helmholtz.cloud/dam-elbextreme/oxypom/-/issues",
1111
"name": "FABM OxyPOM and DiaMO: simple models for dissolved oxygen and biogeochemistry",
12-
"version": "1.0.0",
12+
"version": "2.0.0",
1313
"description": "OxyPOM (Oxygen and Particulate Organic Matter) and DiaMO (Diagnostic Model for Oxygen) are aquatic biogeochemical models that consider key processes for dissolved oxygen (DO) dynamics, such as re-aeration, mineralization, and primary production. Both models are implemented in the Fortran-based Framework for Aquatic Biogeochemical Models [FABM], which enables their deployment in different physical drivers in realistic and idealized applications. Additional routines for calculating the attenuation of photosynthetically active radiation are included. The processes represented in OxyPOM and DiaMO enable studying DO in fresh, marine, and transitional waters.",
1414
"applicationCategory": "Biogeochemical modeling",
1515
"funding": "public",

0 commit comments

Comments
 (0)