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: docs/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,15 @@ sections to include in release notes:
33
33
- 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
34
34
- Expanded smoke test cases to better cover SIPNET modeling options (#109, #114)
35
35
- Converted all compile-time switches not removed or hard-coded to be on into switches to run-time options (#114)
36
+
- Added extensive documentation in code listing the source(s) that the code implements (#135)
36
37
37
38
### Fixed
38
39
39
40
- Fixed OOM issue when reading bad data (#38, #45)
40
41
- Event order checks no longer only compare to first record (#74, #77)
41
42
- Fixed long-standing bug wherein microbePulseEff was not set to 0 when MICROBES was off (#114)
43
+
- Fixed long-standing bug with missing rSoil flux calc when LITTER_POOL is on (#139)
44
+
- Fixed long-standing bug with missing frozen soil check in soilBreakdown when LITTER_POOL is on (#140)
0 commit comments