Skip to content

Commit 79ec9b7

Browse files
committed
this PR adds a release entry note to PR UW-Hydro#652
1 parent 62f63c8 commit 79ec9b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/Development/ReleaseNotes.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,12 @@ To check which release of VIC you are running:
3737
5. Fixed a bug related to `make_lastday` function ([GH#647](https://github.com/UW-Hydro/VIC/pull/647))
3838

3939
Before the fix, the input arguments to function `make_lastday` are sometimes in a wrong order. The bug caused error when trying to write state file on a leap day.
40+
41+
6. Fixed a bug related to writing two-dimensional lat/lon variables to a state file ([GH#652](https://github.com/UW-Hydro/VIC/pull/652))
42+
43+
Before the bug fix, two-dimensional lat/lon variables were not populated correctly and were written as fill values to a state file. Now two-dimensional lat/lon variables are correctly populated and written.
4044

41-
6. Fixed a bug related to `dz_node` and `node_depth` variables in image driver output state file ([GH#657](https://github.com/UW-Hydro/VIC/pull/657))
45+
7. Fixed a bug related to `dz_node` and `node_depth` variables in image driver output state file ([GH#657](https://github.com/UW-Hydro/VIC/pull/657))
4246

4347
Before the fix, `dz_node` and `node_depth` in image driver output state file were not spatially distributed, which was wrong. Now these two variables are spatially distributed in the output state file.
4448

0 commit comments

Comments
 (0)