File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff 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--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 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 " ;
2626char * optstring = "g:vo" ;
2727int flag ;
2828
You can’t perform that action at this time.
0 commit comments