Skip to content

Commit 850701a

Browse files
author
Joe Hamman
committed
update version string and change log for 4.2.1
1 parent 8efc149 commit 850701a

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

src/ChangeLog

+36
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,42 @@ Usage:
2525

2626

2727

28+
-------------------------------------------------------------------------------
29+
***** Description of changes between VIC 4.2.0 and VIC 4.2.1 *****
30+
-------------------------------------------------------------------------------
31+
32+
Bug Fixes:
33+
----------
34+
35+
Fixed unitialized bare soil albedo.
36+
37+
Files Affected:
38+
39+
full_energy.c
40+
41+
Description:
42+
43+
Previously, bare_albedo was unset for the bare soil case (`iveg!=Nveg`).
44+
This fix sets the bare_albedo to the global variable value of
45+
`BARE_SOIL_ALBEDO`.
46+
47+
48+
49+
Cleanup of frozen soil option constraints.
50+
51+
Files Affected:
52+
53+
calc_surf_energy_bal.c
54+
get_global_param.c
55+
56+
Description:
57+
58+
Removed hardcoded, behind the scenes checks for the `EXP_TRANS` and
59+
`NO_FLUX` global parameter values for case of `QUICK_SOLVE=TRUE` in
60+
`calc_surf_energy_bal`.
61+
62+
63+
2864
--------------------------------------------------------------------------------
2965
***** Description of changes between VIC 4.1.2 and VIC 4.2 *****
3066
--------------------------------------------------------------------------------

src/global.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2013-Dec-27 Removed QUICK_FS option. TJB
2323
2014-May-20 Added ref_veg_vegcover. TJB
2424
**********************************************************************/
25-
char *version = "4.2.0 2014-November-19";
25+
char *version = "4.2.1 2014-December-21";
2626
char *optstring = "g:vo";
2727
int flag;
2828

0 commit comments

Comments
 (0)