Commit 850701a Joe Hamman
committed
1 parent 8efc149 commit 850701a Copy full SHA for 850701a
File tree 2 files changed +37
-1
lines changed
2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,42 @@ Usage:
25
25
26
26
27
27
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
+
28
64
--------------------------------------------------------------------------------
29
65
***** Description of changes between VIC 4.1.2 and VIC 4.2 *****
30
66
--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 22
22
2013-Dec-27 Removed QUICK_FS option. TJB
23
23
2014-May-20 Added ref_veg_vegcover. TJB
24
24
**********************************************************************/
25
- char * version = "4.2.0 2014-November-19 " ;
25
+ char * version = "4.2.1 2014-December-21 " ;
26
26
char * optstring = "g:vo" ;
27
27
int flag ;
28
28
You can’t perform that action at this time.
0 commit comments