Skip to content

Commit 4188d25

Browse files
authored
Release v2.0.0 (#157)
* Release v2.0.0 * Release notes and version updates
1 parent 085c74b commit 4188d25

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cff-version: 1.2.0
22
title: "SIPNET: Simple Photosynthesis and Evapotranspiration Model"
3-
version: 1.3.0
3+
version: 2.0..0
44
abstract: >
55
SIPNET (Simple Photosynthesis and Evapotranspiration Model) is a process-based
66
ecosystem model designed to simulate carbon and water fluxes and (optionally) agricultural management
77
events in terrestrial ecosystems.
8-
SIPNET is used for research in ecosystem ecology, carbon and greenhouse gas accounting,
8+
SIPNET is used for research in ecosystem ecology, carbon and greenhouse gas accounting,
99
data assimilation, and model benchmarking.
1010
Model development and recent features are detailed in the CHANGELOG and relevant literature.
1111
license: BSD-3-Clause

docs/CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,24 @@ sections to include in release notes:
2626

2727
### Added
2828

29-
- Model structure and parameter documentation (#42)
29+
### Fixed
30+
31+
### Changed
32+
33+
### Removed
34+
35+
### Git SHA
36+
37+
## **SIPNET 2.0.0 - "SIPNET Overhaul"**
38+
39+
### Added
40+
41+
-Irrigation events (#26)
3042
- Changelog (#33)
43+
- Model structure and parameter documentation (#42)
3144
- Build docs and push to gh-pages (#41)
45+
- Add documentation website (pecanproject.github.io/sipnet) with automated builds (#53)
46+
- Handle planting & harvest events(#55)
3247
- events.out file for agronomic event handling (#57)
3348
- Utility `tools/trim_first_chars.sh` to trim the first n characters from every row in a file, useful for updating old input files to remove location column
3449
- Expanded smoke test cases to better cover SIPNET modeling options (#109, #114)
@@ -47,6 +62,7 @@ sections to include in release notes:
4762
### Changed
4863

4964
- Reorganized codebase (#34, #37)
65+
- Document & combine `calclighteff` functions (#35)
5066
- Deprecated: "RUNTYPE" is obsolete. Will be silently ignored if set to 'standard' or error if set to anything else. Runs in 'standard' mode by default.
5167
- Deprecated: "LOCATION" is obsolete. Will be ignored with warning. (#92)
5268
- Deprecated: All columns in *.param except for name and value. Will be ignored with warning. (#92)
@@ -62,6 +78,8 @@ sections to include in release notes:
6278
- Removed obsolete estimate program and associated code (#70, #82)
6379
- Removed multi-site support; in particular, output files no longer have a location column (#92)
6480
- Removed or hard-codes 'on' many compile time switches (#114)
81+
- Removed `SOIL_QUALITY` mode (#125)
82+
- Removed `soilWetness` mode (#127)
6583
- Removed obsolete model params; sipnet now warns on unknown params in the params file (#124)
6684

6785
### Git SHA

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = SIPNET
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1.0
51+
PROJECT_NUMBER = 2.0.0
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)